div.divCalendar {
	width: 200px;
	float: right;
	margin: 0 0 10px 25px;
}
table.calendar {
	border: 1px solid #bfbfbf;
	border-collapse: collapse;
	width: 100%;
	margin-left: 1px;
}
table.calendar td {
	padding: 4px;
	border: 1px solid #bfbfbf;
}
table.calendar td a {
	font-weight: bold;
}
table.calendar td.calendarHeader {
	background-color: #efefef;
	font-weight: bold;
	color: #313131;
}
table.calendar td.calendarHeader a {
	text-decoration: none;
}
table.calendar td.calendarHeader a:hover {
	text-decoration: underline;
}
table.calendar td.calendarToday {
	background-color: #efefef;
	color: #313131;
}

div.eventItem {
	margin: 10px 0 10px 0;
	border: 0;
	border-bottom: 1px dashed #bfbfbf;
	width: 480px;
}
div.eventItem a {
	display: block;
	text-decoration: none;
	padding: 6px;
}
/*div.eventItem a:hover {
	background-color: #f1f1fd;
}*/
div.eventItem a span.title {
	font-size: 14px;
	font-weight: bold;
}
div.eventItem a span.description {
	color: #212121;
}
div.eventItem .image {
	float: right;
	margin: 0 0 5px 5px;
}


.eventImage {
	float: right;
	margin: 0 0 15px 15px;
}

#events_scroll {
	height: 650px;
	overflow: auto;
}