
table.Calendar
{
	border: 1px solid #CCCCCC;
	background-color:#f9f7f7;
}


td.DayOfWeek
{
	height:50px;
	width:14%;
	font-size: 12pt;
	font-weight: bold;
	font-family: 'Comic Sans MS';
}


td.Blank
{
	height:100px;
	width:14%;
	border: 1px solid #CCCCCC;
}

td.Day
{
	height:100px;
	width:14%;
	border: 1px solid #CCCCCC;
}


td.DayNumber
{
	font-size: 10pt;
	font-weight: bold;
	font-family: 'Comic Sans MS';
}


td.MonthYear
{
	height:50px;
	font-size: 16pt;
	font-weight: bold;
	font-family: 'Comic Sans MS';
}

.CalendarButtons 
{ 
	font-size: 8pt; 
}
