
/*********************************** Event Calendar ********************************/
BODY							{margin:0px; padding:0px; background-image:url('../calendarBack.gif'); background-repeat:no-repeat; background-position:top;}
TABLE.CalendarContainer			{text-align:center; width:181px; margin:0px 5px 0px 5px; height:195px; font-family:Arial, Verdana, Helvetica, sans-serif;}
TR.CalendarHeader				{height:29px; font-size:90%;}
TD.PrevMonth					{}
A.PrevMonth						{color:#ffffff; text-decoration:none; font-family:verdana; font-style:bold; font-size:9px;}
A.PrevMonth:hover				{text-decoration:none; font-family:verdana; font-style:bold; font-size:9px;}

TD.NextMonth					{}
A.NextMonth						{color:#ffffff; text-decoration:none; font-family:verdana; font-style:bold; font-size:9px;}
A.NextMonth:hover				{text-decoration:none; font-family:verdana; font-style:bold; font-size:9px;}

TD.ThisMonth					{color:#ffffff;}
TD.DayName						{color:#d9e3c6; height:22px; font:bold 70%; vertical-align:bottom; padding-bottom:3px; border-bottom:#bdd298 1px solid; border-top:#bdd298 1px solid;}
TD.Seperator					{height:5px;}

TD.Day							{background-color:#c2d69b; border:1px solid #8aac7f; color:#364214;}
TD.DayEvent						{font-weight:bold; background-color:#c2d69b; border:1px solid #8aac7f; color:#364214;}
TD.DayEvent A					{font-weight:bold; color:#364214;}
TD.DayEvent A:HOVER				{color:#ffffff;}

A.Calendar, A.Calendar:visited	{font-size:75%; text-decoration:none; color:#364214;}
A.Calendar:Hover				{font-size:75%; text-decoration:none;}

