.Calendar{}

.IsToday
{
	border: solid 1px black;
	background-color: #ffff80;
}

.IsThisMonth
{
	background-color: #99ccff;
}

.IsOtherMonth
{
	background-color: #ffffff;
}

.IsSelected
{
	border: solid 1px #ffffff;
	color: white;
	font-weight: bold;
	background-color: #99cc99;
}

.IsWeekend{}
.NextPrevStyle
{
	color: #ffffff;
	font-size: x-small;
	font-weight: bold;
}

.DayHeaderStyle
{
	font-size: x-small;
	font-weight: bold;
}

.TitleStyle
{
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
	background-color: #0066cc;
}

.calheading
{
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
	background-color: #0066cc;
}
