.calendar_monthyear{
	text-align: center;
	color: Navy;
	font-weight: bold;
	font-size: 8pt;
}
.calendar_monthyear a:link,.calendar_monthyear a:visited{
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
text-align: center;
font-weight: bold;
font-size: 6pt;
font-style: normal;
color:#FF0000;
}
.calendar_daynames {
	text-align: center;
	color: Navy;
	font-weight: bold;
	font-size: 7pt;
}
.calendar_day{
	text-align: center;
	color: Highlight;
	font-size: 7pt;
}
.calendar_noday{
	background: transparent;
}
.calendar_today{
vertical-align:middle;
text-align:center;
font-size: 7pt;
color:Red;
border-width: 1px;
border-color: #FF9933;
border-style: solid;
}
.calendar_today a:link,.calendar_eventday a:visited{
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
text-align: center;
font-weight: bold;
font-size: 7pt;
font-style: normal;
color:#red;
}
.calendar_today a:active,.calendar_eventday a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
text-align: center;
font-weight: bold;
font-size: 7pt;
font-style: normal;
color:#FF9933;
}
.calendar_eventday a:link,.calendar_eventday a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 7pt;
	font-style: normal;
	color: ThreedDarkShadow;
}
.calendar_eventday a:active,.calendar_eventday a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
text-align: center;
font-weight: bold;
font-size: 7pt;
font-style: normal;
color:#FF9933;
}
.calendar_main{
	text-align: center;
	color: Gray;
	background: transparent;
}
.event_monthyear{
text-align:center;
color:#000000;
font-weight: bold;
font-size: 10pt;
}
.event_heading{
	text-align: left;
	color: Highlight;
	font-weight: bold;
	font-size: 10pt;
}
.event_data{
	text-align: left;
	color: Navy;
	font-weight: normal;
	font-size: 10pt;
}