div#eCalendar
{
}
a.calLink { 
	font-size:8pt;
	font-family:Arial;
	color:#000000;
	font-weight:normal;
	text-decoration: none;
}
a.url { 
	font-size:8pt;
	font-family:Arial;
	color:#000000;
	font-weight:normal;
	text-decoration: none;
}
div#dayView h2 { 
	font-size:10pt;
	font-family:Arial;
	color:#ffffff;
	font-weight:normal;
	background-color:#333333;
}
.accViewC h2 { 
	font-size:10pt;
	font-family:Arial;
	color:#ffffff;
	font-weight:normal;
	background-color:#333;
}
.eventDay { 
	background-color:#CCC;
	border:1px solid #CCC;
}
.eventDetailRow { 
	font-size:28px;
}
.eventLabel { 
	font-family:Arial;
	color:#000000;
	font-weight:bold;
}
.eventDetail{ 
	background-color:#cccccc;
	font-family:Arial;
	color:#000000;
	font-weight:normal;
}

#ctl00_MainContent_ctl02_listView h2 {
    background-color: #333333;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
}
#ctl00_MainContent_ctl02_listView .summary {
	font-size:13px;
}

#ctl00_MainContent_ctl04_listView h2{
	background-color: #333333;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
}

#ctl00_MainContent_ctl04_listView .summary {
	font-size:13px;
}

/* Holy hack */
/* Hides from IE5-mac \*/
* html #eCalendar {height: 1%;}
/* End hide from IE5-mac */ 

