@CHARSET "ISO-8859-1";

/* Stile testata */
.Titolo{
	color: #790009;
}


/* menu orizzontale (SEZIONI) */
.Menu ul{
	background-color: #01519C;
}
.Menu li {
	background-color: #01519C;
}
.Menu a {
	color: white;
}
.Menu a:hover { 
	border-bottom: 2px solid white;
}
.MenuSelezionato a{
	background-color: white;
	color: #01519C;
}



/* box delle colonne */
.Box{
	border-top: 1px solid #f8f8f8; /* da lasciare per ie5 */
 	border-right: 1px dotted #cccccc;
 	border-bottom: 1px solid #f8f8f8; /* da lasciare per ie5 */
 	border-left: 1px solid #f8f8f8; /* da lasciare per ie5 */
	background-color: #f8f8f8;
}
.Box h4{
	color: white;
	background-color: #0668C4;
}
.Box li{
	border-top: 1px solid white;
	border-left: 10px solid #cccccc;
}
.Box a{
	color: black;
}
.Box a:hover { 
	color: red;
}
.VoceSel, .Box li:hover{
	background-color: #b5d7f6;
}
/* --------------------------------------- */



.Centro {
	background-color: #f8f8f8;
}



/* colonna centrale !!! */
.Centro h2 {
	color: white;
	background-color: #0668C4;
}
.Centro h3{
	color: #01519C;
}
.Centro a{
	color: #01519C;
}
.Centro a:hover{
	color: red;
}
.CentroTitoloNotizia{
	background-color: #cccccc;
}
.Centro table th{
	border: 1px dotted #dadada;
	background-color: #cccccc;
}
.Centro table td{
	border: 1px dotted #dadada;
}
.Centro hr{
	color: #cccccc;
}
/* --------------------------------------- */


/* dettaglio commissioni */
.commissioneDett{
	border-top: 0px;
	border-left: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	border-top: 0px;
}
.commissioneDett a{
	color: black;
}
/* --------------------- */


.BoxCalendarioOggi{
	background-color: #b5d7f6;
}







