div#eCalendar
{
	font-size:10pt;
	font-family:helvetica;
	color:#000000;
}
a.calLink { 
	font-size:8pt;
	font-family:Tahoma;
	color:#006699;
	font-weight:bold;
	text-decoration: none;
}
a.calLink:hover { 
	color:#99ccff;
}
a.url { 
	font-size:8pt;
	font-family:Tahoma;
	color:#006699;
	font-weight:bold;
	text-decoration: none;
}
a.url:hover { 
	color:#99ccff;
}
div#dayView h2 { 
	font-size:1em;
	font-family:Verdana;
	color:#ffff00;
	font-weight:bold;
	background-color:#ff3300;
}
.accViewC h2 { 
	font-size:1em;
	font-family:Verdana;
	color:#ffff00;
	font-weight:bold;
	background-color:#ff3300;
}
.eventDay { 
	background-color:#ffffcc;
	border:1px solid #000000;
}
.eventDetailRow { 
	font-size:1em;
	background-color:#ffffcc;
	border:2px solid #003366;
}
.eventLabel { 
	background-color:#ffffcc;
	font-family:Tahoma;
	color:#ff3300;
	font-weight:bold;
	background-color:#ffffcc;
}
.eventDetail{ 
	background-color:#ff99cc;
	font-family:Verdana;
	color:#003333;
	font-weight:normal;
}
/* Holy hack */
/* Hides from IE5-mac \*/
* html #eCalendar {height: 1%;}
/* End hide from IE5-mac */ 
