.eventListItem{
	border: solid 1px #CC6600;
	padding: 4px;
	margin-bottom:2px;
}
.eventDate{
	font-size: 15px;
	color: #CC6600;
	font-weight:bold;
	margin: 8px 0px 0px 0px;
	padding:0px;
}
.calendarHeader{
	font-size: 16px;
	color: #CC6600;
	padding: 5px 0px 5px 0px;
}
.calendarDay{
	font-size: 12px;
	color: #ffffff;
	background: #CC6600;
	text-align: center;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
}
.calendarNav {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	font-variant: none;
	font-weight: bold;
}
.calendarNav a:link {
	color: #336633;
	text-decoration: none;
}
.calendarNav a:visited {
	color: #336633;
	text-decoration: none;
}
.calendarNav a:hover {
	color: #CC6600;
	text-decoration: none;
}
.calendarItem {
	font-size: 10px;
	color: #000099;
	background: #ffffff;
	margin: 2px 0px 6px 0px;
	padding:0px;
}
.calendarItemOn {
	font-size: 10px;
	color: #000000;
	background: #ffffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 4px 4px 4px 4px;
}
.calendarItemOff {
	font-size: 10px;
	color: #000000;
	background: #eeeeee;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 4px 4px 4px 4px;
}
.calendarItem a {
	text-decoration: none;
	color: #336633;
}
.calendarItem a:hover {
	text-decoration: underline;
	color: #CC6600;
}
