/* ---------------------------------------------
Greenville Symphony Orchestra Calendar Style Sheet
author: cyberwoven
version:  2007.05
----------------------------------------------- */

#calendarbox {
	margin-bottom:15px;
}

.todayDay
{
	font-weight: bold;
	font-size: 12px;
	color: #FD1B14;
	font-family: Verdana, sans-serif;
	background-color: #FFFFFF;
	text-align: left;
	height: 60px;
	vertical-align: top;
}

.currentMonthday
{
	font-weight: lighter;
	font-size: 12px;
	color: #555E7A;
	font-family: Verdana, sans-serif;
	background-color: #E6ECEF;
	text-align: left;
	height: 60px;
	vertical-align: top;
}

.calendareventname
{
	font-weight: normal;
	font-size: 10px;
	color: #FD1B14;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.otherMonthDay
{
	font-weight: lighter;
	font-size: 12px;
	color: #555E7A;
	font-family: Verdana, sans-serif;
	background: #9EA9C8 url(../images/other-day.gif) repeat top left;
	text-align: left;
	height: 60px;
	vertical-align: top;
}

.DaysOfWeek
{
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	font-family: Georgia, serif;
	text-transform:uppercase;
	background: #364473 url(../images/cal-daybg.jpg) repeat-x center left;
}

.Month
{
	color: #fff;
		font-family: Georgia, serif;
	font-weight: lighter;
	font-size: 18px;
	line-height: 36px;
	background:url(../images/cal-headerbg.jpg) no-repeat;
	
}

.Calendar
{
	margin: 1px;
	padding: 3px;
	border: 1px solid #FFFFFF;
}

.MonthNavigation
{
	font-weight: bold;
	font-size: 11px;
	color: #FD1B14;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#calendarbox a
{
	font-size:11px;
	line-height:12px;
	display:block;
	margin:0 0 5px 0;
	font-weight: normal;
	text-decoration: none;
	color:#4e7439;
}

#calendarbox a:visited {color:#698a4e;}

#calendarbox a:hover
{
	font-weight: normal;
	text-decoration:underline; 
	color:#390;
}