/* contains the style properties of the title heading for the Calendar control */
.TitleStyle
{

}

/* contains the style properties for the section that displays the day of the week */
.DayHeaderStyle
{
		
}

/* contains the style properties for the days in the displayed month */
.DayStyle
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFE0;
	vertical-align: top;
	text-align: left;
}

/* contains the style properties for the days that have events */
.DayWithEventsStyle
{
	
}

/* contains the style properties for the days that are not in the displayed month */
.OtherMonthDayStyle
{
	background-color: #BECAB7;
	color: Gray;
	
}

/* contains the style properties for today's date on the Calendar control */
.TodayDayStyle
{
	
}

/* contains the style properties for the weekend dates on the Calendar control */
.WeekendDayStyle
{
	
}

/* contains the style properties for the next and previous month navigation elements */
.NextPrevStyle
{
	
}

/* contains the style properties for the week and month selector column */
.SelectorStyle
{
	
}

/* contains the style properties for the selected dates */
.SelectedDayStyle
{
	
}