
/*********************************** Event Calendar ********************************/
BODY							{margin:0px; padding:0px 8px 0px 8px; background:#fefeff url('../bottomBg.jpg') no-repeat center bottom; border-top:1px solid #e0e2ee; border-left:1px solid #e0e2ee;border-right:1px solid #e0e2ee;}
TABLE.CalendarContainer			{text-align:center; width:100%; height:100%; font-family:Arial, Verdana, Helvetica, sans-serif;}
TR.CalendarHeader				{font-size:80%; border:1px solid red;}
.CalendarHeaderSep				{background-color:#e0e2ee; height:1px;}
TD.PrevMonth					{}
A.PrevMonth						{text-decoration:none; color:#f8c413; font-weight:bold; font-size:12px;}
A.PrevMonth:hover				{text-decoration:none; color:#f8c413; font-weight:bold; font-size:12px;}

TD.NextMonth					{}
A.NextMonth						{text-decoration:none; color:#f8c413; font-weight:bold; font-size:12px;}
A.NextMonth:hover				{text-decoration:none; color:#f8c413; font-weight:bold; font-size:12px;}

TD.ThisMonth					{color:#9bcb3b;}
TH.DayName						{font-weight:bold; color:#9bcb3b; font-size:70%;}
TD.Seperator					{background-color:transparent; height:0px;}

TD.Day							{background-color:#ffffff; border:1px solid #e6e8f4; padding:0px 3px;}
TD.DayEvent						{background-color:#bbd97d;}
TD.DayEvent A					{color:#ffffff; font-weight:bold;}
TD.DayEvent A:HOVER				{color:#ffffff; font-weight:bold;}

A.Calendar, A.Calendar:visited	{color:#002363;font-size:75%; text-decoration:none;}
A.Calendar:Hover				{color:#002363;font-size:75%; text-decoration:none;}
A.Calendar:active				{}

