.calendar {
	font-family: Verdana;
	background-color: white;
	border: 1px solid black;
}
.calendar2 {
	font-family: Verdana;
	background-color: white;
	border: 2px solid white;
}
.activity {
	background-color: #CCCCCC;
	font-size: 11px;
	text-align: center;
	height: 20px;
	width: 20px;
}
.normal {
	font-size: 11px;
	text-align: center;
	width: 20px;
	height: 20px;
	background-color: #e5e5e5;
}
.blank {
	background-color: #e5e5e5;
}
.calendar-monthBIG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #CC0000;
	font-variant: small-caps;
	border-top: 4px solid white;
	border-left: 4px solid white;
	border-right: 4px solid white;
	background-color: #EEEEEE;
}
.calendar-month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
th {
	font-family: Arial;
	color: #CC0000;
	font-size: 10px;
	background-color: #FFDFDF;
}
.BIGnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 58px;
	height: 58px;
	background-color: #e5e5e5;
}
.BIGactivity {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 9px;
	height: 58px;
	width: 58px;
}
.calEvent {
	background-color: #000000;
	border: 4px solid white;
}
.eventDiv {
	position: absolute;
	visibility: hidden;
	left: 492px;
	top: 50px;
	color: #FFFFFF;
	width: 181px;
	font-size: 10px;
	line-height: 17px;
}
.eventDiv a {
	color: #999999;
}
.eventDetails {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 8px;
}
.calendar-prev a {
	color: #000000;
	text-decoration: none;
}
.calendar-next a {
	color: #000000;
	text-decoration: none;
}
.event {
	color: #000000;
	text-decoration: none;
}
