﻿/*documentation - http://www.w3schools.com/aspnet/control_calendar.asp */



.DayHeaderStyle
{
	/*The style for displaying the names of the days*/
color:#9e0b0f;
font-weight:bold;
font-size:12px;
}

.DayStyle
{
	/*The style for displaying days*/
	text-align:left;
	width:40px;
	height:60px;
}


.NextPrevStyle
{
	/*The style for displaying next and previous month links*/
	padding-left:10px;
	padding-right:10px;
}


.OtherMonthDayStyle
{
	/*The style for displaying days that are not in the current month*/
	text-align:left;
	width:40px;
	height:60px;
}


.SelectedDayStyle
{
	/*The style for selected days*/
	width:40px;
	height:60px;
	text-align:left;
	

}


.SelectorStyle
{
	/*The style for the month and weeks selection links*/
}


.TitleStyle
{
	/* 	The style of the title of the calendar*/
}


.TodayDayStyle
{
	/*The style for today's date*/
	background-color:#f3f3ee;
	text-align:left;
	width:40px;
	height:60px;
}


.WeekendDayStyle
{
	/*The style for weekends*/
	text-align:left;
}

.calendar
{
	border:0px;
	background-color:#edede5;
	width:600px;
}

.eventDetailsLabel
{
	padding-right:25px;
}

#eventDetailsTable
{
	margin-top:10px;
}



