/**** For the Events Listings ****/
.hidden {
	display:none;
}
.vevent {
	border-bottom: 1px #d1e7ee dotted;
}
.summary {
	font-weight: bold;
}
.dtstart {
}
.uid {
}
.dtstamp {
}
.description {
}
.dtend {
}
.location {
}
.eventlink {
}
.eventimage {
}
.eventdates {
}
/**** End Events Listings Classes ****/

/* set the class names for the calendar display */
.output {
	width: 100%;
}
.month {
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
}
.day_header {
	background-color: #57634B;
	color: #fff;
	text-align: center;
	width:14%;
	font-size: 9pt;
}
.day {
	vertical-align: top;
	border: 1px solid #57634B;
	height: 70px;
	padding: 1px;
	font-size: 10px;
}
.today {
	font-weight: bold;
	text-align: center;
	font-size: 10px;
}
.event {
	font-size: 10px;
	display: block;
	text-decoration: none;
}
.event_end {
	color: blue;
	background-color: #CCFF99;
}


