﻿.Calendar
{
	font-size: 8pt;
	color: white;
	padding-top: 0px;
	font-family: Verdana;
	background-color: white;
}

.WeekendDay 
{
	background-color: red;
}

.SelectedDay
{
	font-weight: bold;
	color: white;
	background-color: #870038;
}

.Today
{
	color: white;
	background-color: #870038;
	font-weight: bold;
}

.OtherMonthDay
{
	color: #999999;
}

.NextPrev
{
	font-size: 8pt;
	color: #ccccff;
}

.DayHeader
{
	color: white;
	background-color: #870038;
}


