.calendarTitle
{
	font-weight: bold;
	font-size: 10pt;
	border-bottom: #666699 1px solid;
	font-family: 'Gill Sans MT' , Tahoma, Arial;
	background-color: #fff;
}

.calendarHead
{
	font-size: 8pt;
	background-color: #fff;
}

.calendarCell
{
	font-size: 8pt;
	background-color: #fff;
}

.calendarActiveCell
{
	font-size: 8pt;
	font-weight: bold;
	background-color: #fff;
	text-decoration: underline;
}

.calendarTable
{
	border-right: #669 1px solid;
	border-top: #669 1px solid;
	border-left: #669 1px solid;
	border-bottom: #669 1px solid;
	background-color: #fff;
}

.calendarNavigation
{
	font-size: 7pt;
}
.calendarNavigation a
{
	color: #66c;
	text-decoration: none;
}
.calendarNavigation a:hover
{
	font-weight: bold;
	color: #006900;
	text-decoration: underline;
}
