.calendar_monthyear{
	text-align: center;
	color: Gray;
	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:#9E0A0A;
}
.calendar_daynames {
	text-align: center;
	color: Gray;
	font-weight: bold;
	font-size: 7pt;
}
.calendar_day{
	text-align: center;
	color: Gray;
	font-size: 7pt;
}
.calendar_noday{
	background: White;
}
.calendar_today{
	vertical-align: middle;
	text-align: center;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	color: gray;
	background: silver;
}
.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: Black;
}
.calendar_today a:active,.calendar_today a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 7pt;
	font-style: normal;
	background: #9E0A0A;
	padding: 2px 6px 3px 6px;
	color: silver;
}
.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: White;
}
.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;
	background: silver;
	padding: 2px 6px 2px 6px;
	color: #9E0A0A;
}
.calendar_main{
	text-align: center;
	color: Green;
	background: White;
}	
.calendar_eventday{
	background:#9E0A0A;	
}
.event_monthyear{
	text-align: Left;
	color: teal;
	font-weight: bold;
	font-size: 8pt;
}
.event_heading{
text-align:left;
color:#9E0A0A;
font-weight: normal;
font-size: 8pt;
}
.event_data{
text-align:left;
color:gray;
font-weight: normal;
font-size: 8pt;
}
