.calendar-table
{
	border:1px solid #808080; 
}
.calendar-dayevents
{
	font-size: 10pt;
	border:0px solid #808080; 
	height: '70'
}
.calendar-offday
{
	font-family: Comic Sans;
	font-size: 14pt;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #FAFAFA
}
.calendar-month
{
	border:1px solid #808080;
	font-family: Comic Sans;
	font-size: 24pt;
	background-color: #FFCB00;
	color: #E25A00;
	height: 72; font-weight:bold
}
.calendar-day
{
	border:1px solid #808080;
	font-family: Comic Sans;
	font-size: 14pt;
	text-align: center;
	vertical-align: top;
	width: 14.3%;
	background-color: #FFFFFF;
	
}
.calendar-daynumber
{
	font-family: Comic Sans;
	font-size: 14pt;
	text-align: left;
	background-color: #E8D864;
	height:12;
	font-style:italic
}
.calendar-dayname
{
	border:1px solid #808080;
	font-family: Comic Sans;
	font-size: 14pt;
	height:'36';
	text-align: center;
	vertical-align: center;
	color: #000000;
	background-color: #009AFF
}