/*
Eventlist CSS
eventlist
*/
div#selecteventlocation h2{
	padding: 0 0 20px 4px;
	color: #666666;
	font-weight: 700;
}
#eventsintrotext{
	margin: 5px;
}
.eventfilter label{
	width: 100px;
	margin: 5px;
}

.eventheader, .eventlocationheader{
	float: left;
}
.eventimage{
	width: 75px;
	height: 75px;
}
.eventlistheader {
	padding: 10px 0;
}
table.eventinfo {
	border-collapse: collapse;
	color: #666666;
	font-weight: 500;
	vertical-align:bottom;
}
.eventinfo th{
	width: 55px;
	padding: 1px 0;
	color:black;
	font-weight:700;
}
.eventinfo td{
	padding: 1px 3px;
}

h4.eventlist_description {
	color: #0000000;
	font-size: 1.1em;
	font-weight:700;
	margin:10px 0 0 0;
}
.modsimpleevents ul {
	margin: 5px;
	padding: 20px;
	list-style-type: none;
}

.modsimpleevents  a{
	font-size: 1.1em;
}

