/*********************************** Event Calendar ********************************/
BODY			                {margin:0px; padding:0px; background:url("../CalendarBg.png") no-repeat right top;}
TABLE.CalendarContainer			{width:165px; height:186px; text-align:center; font-family:Arial, Verdana, Helvetica, sans-serif; margin:40px 18px 0px 10px;}
TABLE.CalendarContainer	img		{border:none;}
TR.CalendarHeader				{font-size:90%;}
TD.PrevMonth					{}
A.PrevMonth						{text-decoration:none; font-weight:bold; font-size:9px;}
A.PrevMonth:hover				{text-decoration:none; font-weight:bold; font-size:9px;}

TD.NextMonth					{}
A.NextMonth						{text-decoration:none; font-weight:bold; font-size:9px;}
A.NextMonth:hover				{text-decoration:none; font-weight:bold; font-size:9px;}

TD.ThisMonth					{font-size:100%; color:#000;}
TH.DayName						{font-weight:bold; font-size:70%; background:#e7eff5;}
TD.Seperator					{height:2px;}

TD.Day							{background:#e7eff5;}
TD.DayEvent						{background:#0066cc;}
TD.DayEvent A					{color:#ffffff;}
TD.DayEvent A:HOVER				{color:#ffffff;}

A.Calendar, A.Calendar:visited	{font-size:75%; color:#000; text-decoration:none;}
A.Calendar:Hover				{font-size:75%; color:#af0303; text-decoration:none;}
A.Calendar:active				{}
