.eventShortCalendar {
	width: 180px;
	vertical-align: top;
	text-align: center;
	font-family: helvetica, geneva, arial, sans-serif;
}

.eventShortCalendarHeader {
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-shadow: none;
	font-family: helvetica, geneva, arial, sans-serif;
	width: 100%;
	height: 100%;
}

.eventShortCalendarDayNumber {
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
	font-family: helvetica, geneva, arial, sans-serif;
	border-style: none;
	padding-left: 1px;
	padding-top: 1px;
}

.eventShortCalendarEventDay {
	border: 1px;
	border-style: solid;
	border-color: silver;
	background-color: #eeeeee;
}
