body{
	font-family: Verdana;
	font-size:0.9em;  
}


a{
	color: Blue;
	text-decoration: none;
}

a:hover{
	color: Fuchsia;
	text-decoration: none;
}

a:visited{
	color: Black;
	text-decoration: none;
}

a:link{
	color: Black;
	text-decoration: none;
}

h1{ 
	text-align:center;
	font-size:1.2em; 
	color: #B40000;
}

h2{ font-size:1.2em; }

h3{ font-size:0.9em; }

div#corpo{
	/*background-color: #87CEFA;*/
	background-color:#f4f4f4;
}

div#corpoStampa{
	background-color:#f4f4f4;
	padding:1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border:0px;
}

form{
	font-size: 0.75em;
	margin:1em auto;
}

.formLogin{
	background-color: #C5D5FC;
	border: 0px;
}

.formRicerca{
	border: 1px dashed;
}


fieldset{
	/*background-color: #77BCFF;*/
	background-position: bottom;
	background-repeat: repeat-x;
	/*border: 1px dashed Blue;*/
	padding: 1em 1em;
	#padding-top: 0px;
	#margin-top: 0px;
}

fieldset h2{
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 1px dotted #ccc;
}

input, button{
	border:1px solid #ccc;
	/* text-transform: uppercase; */
}

button {
  background-color: #EEEEEE;
}

input[type="radio"]{
 	text-align:center;
	padding-right:10px;	
}

table#tblfileAllegati{
	width: 500px;
	text-align: left;
}

table#tblfileAllegati th{
	text-align: center;
}

option{
	font-size: 0.75em;
}

.bottone{
	border:1px solid #ccc;
	background-color:#eee;
	text-align:center;
	font-weight:bolder;
	padding:0.2em;
	#padding:0.4em;
	margin:0px;
}

td a:hover {
    color:#FFFFFF;
	 text-decoration: none;
	 
}

table{ 
	margin:auto;  
	font-family: Verdana;
	font-size: 0.8em;
	/* width:100%;  */
}

table tr, table td{
	/* padding:0.2em; */
	border:1px solid #ccc;
}

table th {
	padding: 0.3em;
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #ccc;
	background-color: #4682b4; /*#f5f5f5*/
	color: #fff;
}

table tr:hover{
	background-color: #BABABA;
	text-decoration: none;
}

table a{
	/*border-bottom:1px dashed #000;*/
	font-weight: bolder;
	text-decoration: none;
}


table a:hover{
    color:#B40000;
}


div#corpo table img {
	border:0px;
}


.verde{
	background-color: #3BB570;
	color: #fff;
}

.arancio{
	background-color: #EC9A00;
	color: #fff;
}

.rosso{
	background-color: #F40000;
	color: #fff;
}

.sfondoBianco{
	background-color: White;
	font-size: x-small;
}


.textWhite{
	color: White;
	font-size: x-small;
}



.dispari{
	background-color:#f5f5dc; 
}

.pari{
	background-color:#eee8aa;
}

.totale {
	background-color:#f9f5dc;
}

.immagine{
	border:0px;
	margin:0px 0.2em;
}

.campoObbligatorio{
	border-bottom:1px dashed red;
}

.centra{
	text-align:center;
	margin:auto;
}


/*small{
	background-color: InfoBackground;
	padding: 0.5em;
	border: 1px dotted #000;
}*/

.avviso{
	border:1px dashed #ccc;
	padding:1em;
	color:#B40000;
	font-size:1.3em;
	margin:0.3em;
	background-color:#FEF8D0;
}


.avviso a,.avviso a:hover{
	border-bottom:1px dashed #B40000;
}

.nota{
	border:1px dashed #ccc;
	padding:1em;
	color:#000;
	text-transform: uppercase;
	margin:0.3em;
	background-color:#FFF;
	text-align: left;
	line-height: 1.7em;
}

.nota a,.nota a:hover{
	border-bottom:1px dashed #000;
}

div#corpo table .sottotitolo th {
    background-color:#ccc;
    color: #000;
}

input, select, button  {
	font-size: 1.2em;
}
.floatDx{
	float:right;
}
.floatSx{
	float:left;
}


.sottolinea {
   text-decoration:underline;
}

.vociIndice{
	border-bottom:1px dashed #ccc;
	border-top:1px dashed #ccc;
	margin-top:5em;
	padding:0.2em 0em;
}

@media print {
.nascosto {
    display: none;
 }
  
}
