.WhatsOnMonthCalendar_OtherDayStyle_HasEvents
{
}
.WhatsOnMonthCalendar_HasEvents
{
	background-color: #FF99CC;
}

.dayStyle
{
	background-color: #255687;
	font-weight: bold;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 13px;
	color: White;
	height: 30px;
}
.otherMonthStyle
{
	background-color: #A4C5E6;
	font-weight: bold;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 13px;
	color: White;
	height: 30px;
}

#calMonth.WhatsOnMonthCalendar_MainStyle
{
	width: 267px;
	border-color: Gray;
}

td.eventstitle
{
	font-size: 16px;
	color: Yellow;
	font-style: italic;
}

.monthYear
{
	color: White;
	font-size: 12px;
	font-family: Georgia,"Times New Roman",Times,serif;
}


