/* Place Specific styles for Calendar control here */
/*  Used to style fonts in drop down list's */
.General
{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
/* Begin stlyes for asp:Calendar Control */
/* Covers the current month area */
.MainCalendar a
{
/*use !important to overide default inline style in Calendar Control
	 Otherwise IE alwayse ignores the style */
	color: #990000 !important; 
}
.MainCalendar
{
	Font-Size: 8pt; 
	Font-family: "Trebuchet MS", Tahoma, sans-serif ;
	/*use !important to overide default inline style in Calendar Control
	 Otherwise IE alwayse ignores the style */
	border: 0 #FFFFFF !important;
	background-color: #ffffff !important;
}
.DayHeader
{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	Font-Size : 6 !important;
	font-weight: bold !important;
	color: #666666 !important;
		/*use !important to overide default inline style in Calendar Control
	 Otherwise IE alwayse ignores the style */
	background-color:  #FFFFFF!important;
}
/* Styles for Selected Days */
.SelectedDay
{
 	/*use !important to overide default inline style in Calendar Control
	 Otherwise IE alwayse ignores the style */ 
	 background-color: #FFE4B9 !important;
	 color: #666666 !important;
}

/* 
	Sylte for non-Selected Days with events
*/
.ActiveCalendarCell
{
	background-color: #990000 !important;
}
.ActiveCalendarCell a
{
	color: #FFFFFF !important;
}

/* Doesn't seem to do anything */
.Title
{
	background:  #8E99B8 !important; 
	color: #ffffff !important;
}
/*Styles weekends on Calendar */ 
.WeekEnd
{
	 background-color: #FFFFFF !important;
}
.WeekEnd a
{
	color: #990000 !important;
}
/* Other Day covers days from previous or future months */
.OtherDay
{
	background-color: #FFFFFF;
}
.OtherDay a
{
	color: #FFFFFF !important;
}
/*Calendar Row Headings */
.Selector 
{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align:left !important;
	/*use !important to overide default inline style in Calendar Control
	 Otherwise IE alwayse ignores the style */
	background-color: #FFFFFF !important; 
}
.Selector a
{
		/*use !important to overide default inline style in Calendar Control
	 Otherwise IE alwayse ignores the style */
	color: #990000 !important;
}
/* End asp:Calendar styles */

/*start styles for Selected day's events */

.CalendarTable
{
	border: 1px;
	border-color:#FF9900;
	border-collapse:collapse;
	border-style:solid;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	line-height: 15px;
	vertical-align:super;
	color: #666666;
}
.Head
{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	background:  #FFE4B9;
	line-height: 15px;
	color: #666666;
}
.CalendarTable a
{
	color: #990000;
}
.Alt
{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	background:  #FFF8E6;
	vertical-align:super;
}
