#calendarMain{

}

#calendarMain h3{
	margin: 10px 0 10px 100px;
	font-family:"Times New Roman", Times, serif;
	float: left;
	font-size: 15px;
	padding: 0;
	display: inline;
}

.events{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}

.events li{
	width: 800px;
	padding: 0 0 0 100px;
	background: url(/images/event-bg.png) repeat-x;
	margin: 0 0 10px;
	float: left;
	display: inline;
}

li.next-event{
	background: url(/images/active-event-bg.png) repeat-x;
}

.eventli{
	cursor: hand;
}

.events h4{
	margin: 3px 0;
	padding: 0;
	font-size: 12px;
}

.events em{
	font-style: normal;
	display: block;
	margin-top: 5px;
}

.location, .locationa{
	float: right;
	background: #576373 url(/images/eopen.gif) no-repeat top right;
	height: 46px;
	width: 384px;
	padding: 5px;
	display: inline;
}

.locationa{
	background: #877B65 url(/images/eopen1.gif) no-repeat top right;
}

.event-body{
	background: #4B617F;
	float: left;
	width: 700px;
	margin: 0 0 0 0;
	padding: 20px 50px;
	display: inline;
	display: none;

}

.event-details{
	height: 46px;
	width: 352px;
	float: left;
	padding: 5px 0 0 50px;
	background: url(/images/calendar-icon.png) no-repeat 5px 8px;
	display: inline;
}

.event-body a{
	font-weight: bold;
}
.opener{
	float: right;
	width: 40px
	height: 40px;
	display: inline;
}

.opener img{
	border: none;
}