/***********************************************************
*  Calendar Styles
***********************************************************/
.CalendarTitle
{
	font-weight: bold;
	font-size: 20px;
	width: 100%;
	color: white;
	font-style: normal;
	font-family: 'Times New Roman' , Serif;
	height: 30px;
	background-color: #ad2029;
	text-align: center;
	font-variant: small-caps;
}
a.NextPrev:link, a.NextPrev:visited, a.NextPrev:hover
{
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	font-style: normal;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}
a.NextPrev:hover
{
	color: #55060b;
}
.CalendarHeader
{
	font-weight: normal;
	font-size: 11px;
	color: #51561d;
	font-family: Verdana, Arial, Sans-Serif;
	height: 20px;
	background-color: #aab245;
	text-align: center;
}

a.CalendarHeader:link, a.CalendarHeader:visited, a.CalendarHeader:hover
{
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana, Arial, Sans-Serif;
	height: 20px;
	background-color: #638629;
	text-align: center;
	text-decoration: underline;
}

a.CalendarHeader:hover
{
	text-decoration: none;
}

/***********************************************************
*  Toolbar Styles
***********************************************************/
.ToolbarItem
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	background-image: url(images/bgToolbar.gif);
   Color: #638629;
}
.ToolbarSelectedItem
{
	font-size: 11px;
	background-image: url(images/bgToolbarSelected.gif);
   Color: #638629;
	font-family: Verdana, Arial, Sans-Serif;
}

A.ToolbarSelectedItem:link
{
   Color: #b5111a;
	text-decoration: none;
}

A.ToolbarSelectedItem:visited
{
   Color: #b5111a;
	text-decoration: none;
}


A.ToolbarSelectedItem:hover
{
	text-decoration: none;
   Color: #b5111a;
}

A.ToolbarItem:link, A.ToolbarItem:visited, A.ToolbarItem:active, A.ToolbarItem:hover  
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
    text-decoration: none;
    color:  #b5111a;
}

A.ToolbarItem:hover 
{
    text-decoration: underline;
    color:  #666;
}
A.ToolbarItem:active 
{
    text-decoration: none;
    color:  #b5111a;
}
.ToolbarItem, .ToolbarSelectedItem
{
   Text-Align: Center;
}

/***********************************************************
*  MonthWeek Styles
***********************************************************/
.Day
{
}
.Today
{
	background-color: lightblue;
	border: solid 2px Yellow;
}
.Weekend
{
	background-color: AntiqueWhite;
}
.OtherMonthDay
{
	background-color: lightgrey;
}
.OtherMonthDayAlter
{
	background-color: lightyellow;
}
.SpecialDay
{
	background-color: lightblue;
}
.Holiday
{
	background-color: lightyellow;
}
.HolidayHeader
{
	text-align: right;
	Color:Red;
}
.Day, .Today, .Weekend, .SpecialDay, .OtherMonthDay, .OtherMonthDayAlter, .Holiday 
{
	font-family: Verdana, Arial, Sans-Serif;
   Font-Size: 11px;
}
.DayHeader
{
	font-size: 11px;
	color: #b5111a;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #ffefbe;
}

.TodayHeader
{
}
.WeekendHeader
{
}
.OtherMonthDayHeader
{
   Font-Size: 11px;
   Color: Gray;
}
.SpecialDayHeader
{
}
.SpecialDayHeader, .TodayHeader, .WeekendHeader
{
   font-size: 13px;
   verticalalign: center;
   background-color: transparent;
}
.MonthWeekHeader
{
/*   background-image: url(images/bgWeekHeader.gif);
*/   vertical-align: middle;
   background-color: dimgray;
   color: white;
   font-size: 12px;
   width: 22px;
   text-decoration: none;
}
.TodayHeader, .OtherMonthDayHeader, .SpecialDayHeader, .WeekendHeader
{
   vertical-align: middle;
   text-decoration: none;
   text-align: left;
   height: 30px;
}
/***********************************************************
*  Day Styles
***********************************************************/
.HourHorizHeader
{
   text-align: center;
   height: 22px;
}
.HourVertHeader
{
   text-align: right;
   width: 26px;
}
.HourHorizHeader, .HourVertHeader
{
   background-color: #ffefbe;
   font-size: 12px;
   text-decoration: none;
}
/*******************************************
*Event Item Link Styles
********************************************/
.EventLink
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #b5111a;
}

A.EventLink:link, A.EventLink:visited, A.EventLink:active, A.EventLink:hover  
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
    text-decoration: none;
	color: #b5111a;
}

A.EventLink:hover 
{
    text-decoration: none;
    color:  #666;
}

