

.calendars {
	color: #292251;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;

	position: relative;
	float: left;
	padding-top:15px;
}

#calendarLeft.calendars 	{ width:210px; height:280px; margin-right:45px; }
#calendarRight.calendars 	{ width:210px; height:280px; }


.calendars caption{
	color:#292251;
	font-weight:bold;
}

.calendars a{
	color:#292251;
	text-decoration:none;
}

.calendars a:visited{
	color:#292251;
	text-decoration:none;
}

.calendars a:hover{
	color:#292251;
	text-decoration:underline;
}

.eventTypes {
	color:#292251;
	text-decoration:none;
	font-size:10px;
}

.eventTypes a{
	color:#292251;
	text-decoration:none;
}

.eventTypes a:visited{
	color:#292251;
	text-decoration:none;
}

.eventTypes a:hover{
	color:#292251;
	text-decoration:underline;
}

.formBox {
	color: #292251;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
/*
.formBox {
	font-size: 10px;
	color: #1e8dcf;
	border-color:#1e8dcf;
	border-style:solid;
	border-width:1px;
}
*/

#calendar {
	width: 148px;
	padding: 5px;
	margin: auto;
	font: normal 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #bddbef;
}

th.cal {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-left: 1px solid #A2ADBC;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
	padding: 5px;
	margin: 0px;	
}


.today, td.today, td.today a, td.today a:link, td.today a:visited {
	color:#ffffff;
	margin: 0px;
}

.today a:hover,td.today a:hover {
	color:#A2ADBC;
}


td.cal2 {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	text-align: center;
	color:#616B76;
	padding: 5px;
	margin: 0px;
}

td.cal3 {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	text-align: center;
	color:#616B76;
	padding: 8px;
	margin: 0px;
}
