	div#mainpagecalendar table.calendar td {
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.calendar {
	border-left: 1px solid #999999;
}

table.calendar td {
	width: 16px;
	height: 16px;
	padding: 3px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-color: #999999;
	border-style: none solid solid none;
	text-align: center;
}

table.calendar td.month {
	width: 200px;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

table.calendar td.month a:link, table.calendar td.month a:active, table.calendar td.month a:visited, table.calendar td.month a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

table.calendar td.month a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

table.calendar td.dayName {
	color: #333333;
	background-color: #FFFFFF;
}

table.calendar td.weekNumber {
	color: #333333;
	background-color: #FFFFFF;
}

table.calendar td.weekNumber a:link, table.calendar td.weekNumber a:active, table.calendar td.weekNumber a:visited, table.calendar td.weekNumber a:hover {
	color: #333333;
	text-decoration: none;
}

table.calendar td.otherMonth {
	color: #AAAAAA;
}

table.calendar a {
	font-weight: bold;
	text-decoration: none;
}

div#legend {
	width: auto;
	height: 50px;
	float: right;
	margin: 5px;
	background-color: #EAEAEA;
	border-style: solid;
	border-width: 1px;
	border-color: #8F8F8F;
	text-align: left;
	padding: 5px;
}

div#selectors {
	width: auto;
	height: 50px;
	float: left;
	margin: 5px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #9D9D9D;
	padding: 5px;
}

#yearNavigation {
	background-color: #ED1C24;
	font-weight: bold;
	border: none;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
}

#yearNavigation a:link, #yearNavigation a:visited, #yearNavigation a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#yearNavigation a:hover {
	text-decoration: underline;
}

#yearCalendar td {
	padding: 5px;
}

#yearCalendar td td {
	padding: 3px;
}

table.calendar td.currentDay {
	font-weight: bold;
	color: #000000;
	background-color: #E61F3C;
	text-decoration: none;
}

.defaultHL, table.calendar td.defaultHL, table.calendar td.defaultHL a {
	color: #000000;
	background-color: #D4C679;
	text-decoration: none;
}

.multipleHL, table.calendar td.multipleHL, table.calendar td.multipleHL a {
	color: #FFFFFF;
	background-color: #A8101B;
	text-decoration: none;
}

.homeHL, table.calendar td.homeHL, table.calendar td.homeHL a {
	color: #FFFFFF;
	background-color: #EFAD00;
	text-decoration: none;
}

.visitorHL, table.calendar td.visitorHL, table.calendar td.visitorHL a {
	color: #000000;
	background-color: #FCDD5F;
	text-decoration: none;
}

.passedHL, table.calendar td.passedHL, table.calendar td.passedHL a {
	color: #000000;
	background-color: #DEDEDE;
	text-decoration: none;
}

