
/*********************************** Event Calendar ********************************/
BODY							{margin:0px; padding:0px;}
.CalendarMain                   {background:url('../BgCalendar.gif') no-repeat left top; height:214px; padding-top:35px;}

TABLE.CalendarContainer			{text-align:center; width:150px; font-family:Arial, Verdana, Helvetica, sans-serif; margin:0px 10px 10px 10px;}
TABLE.CalendarContainer img		{border:none;}

TR.CalendarHeader				{font-size:90%; padding-bottom:10px;}
TD.PrevMonth					{}
A.PrevMonth						{width:13px; height:7px; display:block; background:url("../PrevMonth.gif") no-repeat right center; text-decoration:none;}
A.PrevMonth:hover				{}

TD.NextMonth					{}
A.NextMonth						{width:13px; height:7px; display:block; background:url("../NextMonth.gif") no-repeat left center; text-decoration:none;}
A.NextMonth:hover				{}

TD.ThisMonth					{color:#bf3513; font-size:14px;}
TH.DayName						{font-size:80%; background:#fff1d8;}
TD.Seperator					{height:15px; background:none;}

TD.Day							{padding:2px;}
TD.DayEvent						{background:#fff4e1; color:#bf3513;}
TD.DayEvent A					{color:#bf3513;}
TD.DayEvent A:HOVER				{color:#bf3513;}

A.Calendar, A.Calendar:visited	{font-size:75%; text-decoration:none; color:#626364;}
A.Calendar:Hover				{font-size:75%; text-decoration:none; color:#000000;}

