
/*********************************** Event Calendar ********************************/

DIV.CalendarBgTop		{width:178px; height:36px; background:url('../calendarTitle.gif') no-repeat top;}
DIV.CalendarBg			{background:url('../stripCalendar.gif') repeat-y; padding-top:8px;}
DIV.CalendarBgBottom	{width:178px; height:38px; background:url('../calendarBottom.gif') no-repeat top;}


BODY							{margin:0px; padding:0px;}
TABLE.CalendarContainer			{text-align:center; width:156px; font-family:verdana, arial, helvetica, sans-serif; font-size:100%;}
TR.CalendarHeader				{font-size:80%; height:21px; border-bottom:#ffffff 6px solid;}
TD.PrevMonth					{background-color:#9dbeb3; font-weight:bold;}
A.PrevMonth						{text-decoration:none; font-family:verdana; font-weight:bold; font-size:9px; color:#ffffff;}
A.PrevMonth:hover				{text-decoration:none; font-family:verdana; font-weight:bold; font-size:9px; color:#ffffff; display:block;}

TD.NextMonth					{background-color:#9dbeb3; font-weight:bold;}
A.NextMonth						{text-decoration:none; font-family:verdana; font-style:weight; font-size:9px; color:#ffffff;}
A.NextMonth:hover				{text-decoration:none; font-family:verdana; font-style:weight; font-size:9px; color:#ffffff; display:block;}

TD.ThisMonth					{background-color:#9dbeb3; color:#ffffff;}
TD.DayName						{height:24px; font-weight:bold; font-size:70%; background-color:#9dbeb3; color:#ffffff; border:2px solid #ffffff; border-top:#ffffff 4px solid;}
TD.Seperator					{background-color:#ffffff; height:6px;}

TD.SelectedDay					{height:24px; background-color:#c0c0c0; border:2px solid #ffffff;}
TD.SelectedDayEvent				{height:24px; background-color:#8cc63f; border:2px solid #eefade; color:#ffffff;}
TD.Day							{height:24px; background-color:#9dbeb3; border:#ffffff 2px solid;}
TD.DayEvent						{height:24px; background-color:#cdeba4; border:#ffffff 2px solid; color:#457e9e;}
TD.DayEvent A, TD.DayEvent A:visited	{color:#457e9e;}
TD.DayEvent A:HOVER				{color:#ffffff;}

A.Calendar, A.Calendar:visited	{font-size:75%; text-decoration:none; color:#555555;}
A.Calendar:Hover				{font-size:75%; text-decoration:none; color:#ffffff; display:block;}

