#event_calendar {
	width: 100%;
	border: none;
	}

.calendarBlank { 
	background-color: #bbd154;
	width: 14%;
	text-align: center;
	}

.calendarHeader { 
	color:#035daf; 
	font-weight:bold; 
	font-size:1.5em; 
	padding-bottom:1px; 
	line-height:2.2em; 
	margin: 0px 0px 12px 0px;
	text-transform: uppercase;
}

.calendarMonthLinks {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	color: #000000;
	}

.calendarMonthLinks a {
	color: #000000;
	text-decoration: none;
	}

.calendarMonthLinks a:hover {
	color: #2b6447;
	text-decoration: underline;
	}

.calendarDayHeading {
	font-weight: bold; 
	font-size:	11px;
	color: #035daf; 
	background-color: #cfe5f7;
	text-align:  center;
	vertical-align: middle;
	padding: 2px 0px 2px 0px;
	}

.calendarToday { 
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	background-color: #c9c9c9;
	}

.calendarCell {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: center;
	vertical-align: middle;
	color: #626565;
	background-color: #e7f3b0;
	width: 14%;
	height: 100px;
	}

.event_link {
	padding: 5px 0px 5px 0px;
	}

.event_link  a {
	color: #ffffff;
	text-decoration: none;
	}

.event_link a:hover {
	text-decoration: underline;
	}


.event_details {
	padding:10px; 
	margin: 0px 0px 0px 0px
	}

.event_details h3 {
	border: none;
	text-transform: none;
	padding: 0px 0px 0px 0px;
	margin: -5px 0px -15px 0px;
	font-size: 1em;
	}	

.event_details p {
	line-height: 1.5em;
	}
