@charset "iso-8859-1";

/* Struttura Box Standard */

#Calendar_Box {
}

.Calendar_Text {
	font-family: "Trebuchet MS", Trebuchet, Arial,  Helvetica, sans-serif;	
	font-size: 11px;
	font-style: normal;	
	line-height: 18px;;	
	font-weight: normal;	
	font-variant: normal;	
	text-transform: none;	
	color: #222222;
}

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

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

.Calendar_Title {
	font-size: 11px;
	color: #111111;
	font-weight: bold;
	background: #eeeeee;
	background-image: url('../../../system/img_struct/calendar/bg_title.gif');
}

/* 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;
}
