.Calendar_Table
{
   font-size: 9pt;
   font-family: verdana;
}

.Calendar_CurrentDay
{
   color: white;
   font-weight: bold;
   background-color: #0000FF;
}

.Calendar_OtherMonthDay
{
   background-color: #99CCFF;
}

.Calendar_WeekendDay
{
   background-color: #cccccc;
}

.Calendar_WeekdayDay
{
   background-color: white;
}

.Calendar_HeaderBack
{
	background-color: #282C61;
	color: White;
	font-weight: bold;
	font-size: 10pt;
}

.Calendar_SubheaderBack
{
	background-color: #666699;
	color: White;
}



