﻿/*************************************************************/
/*											AGGIUNTE													*/
/************************************************************/

fieldset.v select.auto{width: auto;}
#footer {position: relative;}
table.riquadro {float: left;}

/***************** popup *******************/
.over{
	display: block; 
	top:0;
	left:0;
	position:absolute;
	width:100%;
	overflow:hidden;
	z-index:2;
	background:url('../img/opaco.gif');
	padding-bottom: 110%;
}
.over .popup
{	
	display:block; 
	position: relative; 
	top:5em;
	left:10%;
	z-index:3;
	border: 2px solid #eee; 
	background-color: #fff;
	width: 80%;
	padding-bottom:2em;
} 

.over .popup h1
{
	color:#fff; 
	margin:0; 
	padding:5px; 
	background: url('../img/sfondo-titolo.jpg') 100% 0  repeat-y #2F52A4; 
	font-size:100%
}

.over .up{margin-top: -2px;}

/* FEEDBACK all'utente */
.alert 
{
	border: 1px dashed #F00;
	text-align: center;
	color: #F00;
	padding: 0.2em;
	font-weight: bold;
	background-image: url('../img/alert.jpg');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	height: 42px;
	vertical-align: middle;
}

.errore 
{
	border: 1px dashed #F00;
	text-align: center;
	color: #F00;
	font-weight: bold;
	background-image: url('../img/errore.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding: 0.5em 0 0.5em 40px;
	height: 35px;
	width: 30em;
	margin: 1em auto;
}

.ok 
{
	border: 1px dashed #00C400;
	text-align: center;
	color: #00C400;
	font-weight: bold;
	background-image: url('../img/ok.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 12px;
	padding-left: 40px;
	height: 35px;
	width: 20em;
	margin: 1em auto;
}

.no-image
{
	background-image:none;
	padding:1em;
	width:auto;
	height:auto;
}

/***********************************************/
fieldset.radio input {float: left;}
fieldset.radio label {display: block; width: 4em; text-align: left; float: left; margin-left: 0.2em;}
.readOnly {border: 1px solid #7F9DB9; }
fieldset.radio input.textAltro {background-color: #F0F0F5; width: 15em;}
fieldset input.corto {width: 3em;}
fieldset input.data {width: 7em;}
input.corto_cod {width: 15px;}
input.descrizione {width: 80px;}
input.descrizione_lunga {width: 360px;}
fieldset.v textarea {height: 5em;}
.dettaglio 
{
	border: 1px dashed #DCDCDC; 
	padding: 0.2em;
	display:block;
}


/***********************************************
					Pulsanti di selezione delle schede
***********************************************/
div.tab-scheda {background-color: Transparent;}
div.tab-scheda input {			
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	border-bottom: none;		
	margin-right: -3px;
	position: relative;
	bottom: 2px;
	background-color: #F0F0F5;
}
div.tab-scheda input.attivo
{
	background-color: #FFF;	 
	position: relative; 
	bottom: -3px;
	font-weight: bold;
}

div.scheda {
	background-color: #FFF; 
	margin-top: -7px; 
	margin-left: -5px; 
	padding: 0.2em;
	border: 1px solid #DCDCDC;
}

div input.ImageButton
{
	height:16px;
	width:16px;
	vertical-align:text-top;
	padding-right: 0.3em;
}

div input.pulsanteTab
{
	border:1px outset;
	width:10em;
}

fieldset.v div.fleft, div.fleft
{
	float:left;
	padding-right:2px;
	clear:none;
	width:auto;
}


div.clearFloat, .clearFloat
{
	clear:both
}	

fieldset.v .stile_checkbox input,
fieldset.v span input {background:none;width:auto}

.inglese
{
	font-style:italic;		
}

#fldDatiIscrizione textarea.commento {
	margin-left:0.3em;
}

#fldDatiIscrizione textarea.informativa
{
	font-style:italic;
	margin-left:10%;
	width:80%;
	height:10em;
}

/*(Grazzini_V - 01/09/2010)*/
fieldset.v input.hlink{vertical-align:top;margin-bottom:0.8em}
fieldset.v span.radio label{float:none;display:inline}
