<style type="text/css">
<!--
/* Calendar title */
.titleStyle {
	background-color: #0055A3;
	font-family: verdana,arial;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}

/* Month Year and Fix */
.headerStyle {
	background-color: #BBD7F1;
	font-family: verdana,arial;
	font-size: 10pt;
	font-weight: bold;
	color: #0055A3;
}

/* Together these 2 define the color theme for the window */
.borderColor {
	background-color: #0055A3;
}
.innerColor {
	background-color: #DCEBF8;
}

/* Smart Nav Styles */
.monthEntryStyle {
	font-family:verdana,arial;
	font-size: 9pt;
	color: #000000;
}
.yearEntryStyle {
	font-family:verdana,arial;
	font-size: 9pt;
	color: #000000;
}
.yearArrowStyle {
	font-family: verdana,arial;
	font-size: 8pt;
	color: #990000;
}

/* Nav Style */
.navStyle {
	background-color: #BBD7F1;
	font-family:verdana,arial;
	font-size: 10pt;
	color: #000099;

}

.weekdayHeaderStyle {
	background-color: #BBD7F1;
	font-family: verdana,arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

/* Calendar Data Styles */
.todayStyle {
	background-color: #BBD7F1;
	font-family: verdana,arial;
	font-size: 10pt;
	color: #ffffff;
}

.normalStyle  {
	background-color: #DCEBF8;
	font-family: verdana,arial;
	font-size: 10pt;
	color: #000000;
}
.dimStyle {
	background-color: #F4F9FD;
	font-family: verdana,arial;
	font-size: 10pt;
	color: #cccccc;
}
.linkStyle {
	font-family: verdana,arial;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

/* Style for weekends */
.weekendStyle {
	background-color: #F4F9FD;
	font-family: verdana,arial;
	font-size: 10pt;
	color: #000000;
}
.dimWeekendStyle {
	background-color: #ffffff;
	font-family: verdana,arial;
	font-size: 10pt;
	color: #b0b0b0;
}

/* Style for holidays */
.holidayStyle {
	background-color: #990000;
	font-family: verdana,arial;
	font-size: 10pt;
	color: #ffffff;
}
.holidayLinkStyle {
	background-color: #990000;
	font-family: verdana,arial;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
}

A.calLink:link {color: #000000; text-decoration: none; }
A.calLink:visited {color: #000000; text-decoration: none;}
A.calLink:active {color: #0055A3; text-decoration: none;}
A.calLink:hover {color: #0055A3; text-decoration: underline;}
--> 
</style> 