#subnavigation {
	width: 14em;
}
#previous {
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	width: 14%;
	font-size: 90%;
}
#next {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	width: 14%;
	font-size: 90%;
}
#selectedMonth {
	text-align: center;
	font-weight: bold;
	color: #993333;
}
#today {
	background-color: #FFFFCC;
}
.days {
	font-size: 90%;
	color: #333333;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#calTable {
	font-size: 70%;
	width: 7em;
	margin-top: 1em;
}
#calTable td {
	border: 1px solid #333333;
	text-align: center;
	vertical-align: top;
}
#calTable #currentMonth {
	font-size: 90%;
	font-weight: bold;
	text-align: right;
}
.event {
	background: #CC3333;
	font-size: 90%;

}
.event a, .event a:link, .event a:active, .event a:visited, .event a:hover {
}

#headerCell {
	border:
	border: 0px none;
	border: 0px none;
}
