.eventOpen {
	margin: 20px 0px 0px 40px;
	width: 225px;
}

.eventDate {
	font-size: 14px; font-weight: bold; font-style: normal;
	float: left;
}

.eventDayOfWeek {
	font-size: 12px; font-weight: normal;
	float: right;
}


.eventTitle {
	clear: both;
	float: left;
	font-size: 13px; font-weight: bold; color: green;
}
* html .eventTitle { width: 225px; }

.eventLocation {
	margin: 0px 0px 0px 0px;
	font-size: 11px; font-weight: italic; color: green;
}

.eventDescr {
	clear: both;
	font-size: 11px; font-weight: normal;
}

#monthDisplayHeader {
	font-weight: normal; text-align: left; font-size: 12px; font-family: verdana, arial, sans-serif;
	margin: 15px 0px 0px 40px;
	width: 200px;
}

.notSelectedMonth:link { text-decoration: underline; font-size: 15px; font-weight: normal; color: blue; }
.notSelectedMonth:visited { text-decoration: underline; font-size: 15px; font-weight: normal; color: blue; }
.notSelectedMonth:hover { text-decoration: underline; font-size: 15px; font-weight: normal; color: red; }
.notSelectedMonth:active { text-decoration: underline; font-size: 15px; font-weight: normal; color: yellow; }

.selectedMonth:link { text-decoration: none; font-size: 15px; font-weight: normal; color: darkgreen; }
.selectedMonth:visited { text-decoration: none; font-size: 15px; font-weight: normal; color: darkgreen; }
.selectedMonth:hover { text-decoration: none; font-size: 15px; font-weight: normal; color: darkgreen; }
.selectedMonth:active { text-decoration: none; font-size: 15px; font-weight: normal; color: darkgreen; }

