@charset "iso-8859-1";
/*---------------------------------------------------
| Event Calendar Infusion v1.20
| © Giuseppe Nichelini (nick56) 2004 - 2005
| http://www.nichelini.it
| giuseppe@nichelini.it
---------------------------------------------------*/
.tableAgenda { background-color:transparent; color: #000000; }
a.agenda {color:#000000; text-decoration: none;}
a.agenda:hover {color:#FFFFFF; text-decoration: underline; cursor: hand;}
a.event {color:#FF0000; text-decoration: none; border: 1px #FF0000 solid;}
a.event:hover {color:#FFFF00; text-decoration: underline; cursor: hand;}
.tdoggi		{ 
	background-color:#CC0000; 
	font-family:Verdana,Tahoma,Arial,Sans-Serif; 
	font-size:10px; 
	color:#FFCC00; 
	font-weight:bold; 
	text-align:center; 
	text-decoration:none; 
}
.tdweekend {
	background-color:#00CC00;
	font-family:Verdana,Tahoma,Arial,Sans-Serif; 
	font-size:10px; 
	color:#000000; 
	font-weight:bold; 
	text-align:center; 
	text-decoration:none;
}
.tddaysel { 
	background-color:#FFCC00;
	font-family:Verdana,Tahoma,Arial,Sans-Serif; 
	color:#CC0000; 
	font-size:10px; 
	font-weight:bold; 
	text-align:center; 
	text-decoration:none; 
}