@charset "iso-8859-1";

/* Struttura Box Standard */

#Calendar_Box {
}

.Calendar_Text {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	font-style: normal;	
	line-height: 18px;;	
	font-weight: normal;	
	font-variant: normal;	
	text-transform: none;	
	color: #003477;
}

.Calendar_Text a:link{
	text-transform: none;	
	color: #003477;
}

/* Header del Box */
.Calendar_Header {
	background: #f0f0f0;
}

.Calendar_Title {
	font-size: 11px;
	color: #003477;
	font-weight: bold;
	background: #eeeeee;
}

/* Struttura Area contenuto centrale */

/* Giorno normale */
.Calendar_Day01 {
	background: #f0f0f0;
}

/* Sabato e Domenica */
.Calendar_Day02 {
	background: #f0f0f0;
}

/* Cella Evidenziata */
.Calendar_Day03 {
	color: #ffffff;
	background: #EDF2F8;
}
