
/*********************************** Event Calendar ********************************/
#calendarDiv		{width:196px; height:218px; text-align:center; margin-bottom:6px; background-image:url('../calendarBottom.gif'); background-repeat:no-repeat; background-position:bottom;}
#calendarInnerDiv		{width:196px; height:179px; margin-bottom:5px; POSITION:relative;}
#calendarFrameContainerDiv		{background:#eaf3fb; POSITION:absolute; left:0px; top:0px;}
#calendarOutputDiv		{background-color:#eaf3fb; padding:4px 8px 10px 8px; width:196px; text-align:right; POSITION:absolute; background-image:url('../stripShadowBlue_196.gif'); background-repeat:repeat-y;}
#calendarOutputDiv A	{color:#30a6e8; text-decoration:underline; padding:10px 0px 10px 0px; font-size:12px;}
#calendarOutputDiv A:hover	{color:#283890;}
DIV.eventsTitle		{height:31px; color:#ffffff; font-size:12px; font-weight:bold; text-align:center; padding:8px 20px 4px 20px; background-image:url('../OrangeTitle_196.gif'); background-repeat:no-repeat; background-position:top;}

DIV.CalendarBg		{width:196px; background-image:url('../stripShadow_196.gif'); background-repeat:repeat-y;}

BODY							{margin:0px; padding:0px;}
TABLE.CalendarContainer			{text-align:center; width:181px; height:179px; margin:0px 8px 0px 8px; font-family:Arial, Verdana, Helvetica, sans-serif;}
TR.CalendarHeader				{font-size:90%; height:29px;}
TD.PrevMonth					{padding-right:15px;}
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					{padding-left:15px;}
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					{color:#ff9900;}
TH.DayName						{width:26px; font:bold 70%; color:#ff9900; border-top:#e8e8e8 1px solid;}
TD.Seperator					{display:none; height:0px;}

TD.Day							{background-color:#e8e8e8; border:1px solid #ffffff;}
TD.DayEvent						{background-color:#e8e8e8; border:1px solid #ffffff;}
TD.DayEvent A					{color:#ff9900; font-weight:bold;}
TD.DayEvent A:HOVER				{color:#30a6e8; font-weight:bold;}

A.Calendar, A.Calendar:visited	{font-size:75%; text-decoration:none; color:#636363;}
A.Calendar:Hover				{font-size:75%; text-decoration:none; color:#636363;}
