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

#calendarHeader {
	float: left;
	background-color: #999;
	display: block;
	color: #fff;
	margin-bottom: 10px;
}

#month { 
	color:#ffffff; 
	font-weight:bold; 
	text-transform: uppercase;
	text-align: center;
	width: 352px;
	float: left;
	padding: 10px;
}

#prevMonthLinks {
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	width: 81px;
	padding: 10px;
	}

#nextMonthLinks {
	float: right;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	color: #fff;
	width: 81px;
	padding: 10px;
	}

#nextMonthLinks a, #prevMonthLinks a {
	color: #fff;
	text-decoration: none;
}

#nextMonthLinks a:hover, #prevMonthLinks a:hover {
	color: #fff;
	text-decoration: underline;
}

.calendarBlank { 
	background-color: #999;
	width: 14%;
	text-align: center;
vertical-align: top;
font-size:	10px;
color: #CCC;
	}

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

.calendarToday { 
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	color: #ffffff;
	background-color: #B0252C;
	}

.dayNumber {
background-color: #999;
}

.dayNumberBlank {
background-color: #999;
color: #999;
}

.calendarCell {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	color: #ffffff;
	background-color: #fff;
	width: 14%;
	height: 100px;
	}

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

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

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


.calendarToday a{
	color: #fff;
	text-decoration: none;
}

.calendarToday a:hover {
	color: #fff;
	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;
		}


