.eventCalendar {
	width: 100%;
	vertical-align: top;
	text-align: left;
	font-family: helvetica, geneva, arial, sans-serif;
	border: 1px;
	border-style: solid;
	border-color: silver;
}

.eventCalendarHeader {
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-shadow: none;
	font-family: helvetica, geneva, arial, sans-serif;
	background-color: silver;
	width: 100%;
	height: 100%;
	border: 1px;
	border-style: solid;
	border-color: gray;
}

.eventCalendarDayNumber {
	vertical-align: top;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
	font-family: helvetica, geneva, arial, sans-serif;
	min-height: 40px;
	border: 1px;
	border-style: solid;
	border-color: silver;
	padding-left: 3px;
	padding-top: 3px;
}

.eventCalendarDayEventsList {
	vertical-align: bottom;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: none;
	font-family: helvetica, geneva, arial, sans-serif;
	width: 100%;
	height: 100%;
	padding: 1px;
}

