td.calendar {
	border: 1px solid #4b4b4b;
	width: 14%;
	height: 40px;
	vertical-align: top;
	background: white;
}

table.calendar {
	border:  1px none #000000;
	width: 100%;
}

span.calendardaynum {
	font-weight: bold;
	text-align: right;
	display: block;
	padding: 3px;
}

span.calendardayevent {
	display: block;
	border: solid 1px #000000;
	background-color: #e9e9e9;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	padding: 3px;
	color: #0000;
}
.event {
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
	color: #0000;
}
a.event:link {
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
	color: #0000;
}
a.event:visited {
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
	color: #0000;
}
a.event:hover {
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	color: #000;
}
a.event:active {
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: underline;
	color: #0000;
}
td.calendarhead {
	border: solid 1px #000000;
	margin: 2px;
	text-align: center;
	font-weight: bold;
	background-color: #086087;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
}
td.calendarhead a {
	color: #FFF;
	text-decoration: none;
}

