div#eCalendar
{
	font-size:14px;
	font-family:Arial;
	color:#000000;
}
a.calLink { 
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	text-decoration: none;
}
a.url { 
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	text-decoration: none;
}
div#dayView h2 { 
	font-size:18px;
	font-family:Arial;
	color:#ffffff;
	font-weight:bold;
	background-color:#0d2d80;
}
.accViewC h2 { 
	font-size:18px;
	font-family:Arial;
	color:#ffffff;
	font-weight:bold;
	background-color:#0d2d80;
}
.eventDay { 
	border:1px;
}
.eventDetailRow { 
	font-size:14px;
}
.eventLabel { 
	font-family:Arial;
	color:#000000;
	font-weight:normal;
}
.eventDetail{ 
	font-family:Arial;
	color:#000000;
	font-weight:bold;
}
.eventDetails {
	background-color: #efefef;
	padding: 5px 20px;
}

/* Holy hack */
/* Hides from IE5-mac \*/
* html #eCalendar {height: 1%;}
/* End hide from IE5-mac */ 
