/* results
================================================================ */

#results div.results.list {
	margin-bottom: 30px;
	margin-top: 20px;
}

#results div.results.list div.vevent {
	clear: left;
	margin-bottom: 5px;	
	margin-top: 5px;
}

#results div.results.list div.vevent.odd {
	background-color: #efefef;	
}

#results div.results.list div.vevent.even {
	background-color: #e0e0e0;	
}

#results div.results.list div.vevent.featured {
	background-color: #ffffe0;	
	border: solid 2px #000000;
}

#results div.results.list div.vevent.featured div.name a {
	font: bold 14px Arial;
}

#results div.results.list div.vevent div.col {
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}

#results div.results.list div.vevent div.date {
	width: 85px;
	padding-top: 3px;
}

#results div.results.list div.vevent div.name {
	padding-top: 3px;
	width: 300px;
}


#results div.results.list div.vevent div.description {
	width: 130px;
	padding-top: 3px;
}

#results div.results.list div.vevent div.location {
	width: 130px;
	padding-top: 3px;
}


#results div.results.list div.heading {
	clear: left;
	background-color: #ddddff;
	border: solid 1px #a0a0a0;
	margin-top: 2px;
	height: 20px;
}

#results div.results.list div.heading div.caption {
	font: bold 13px Arial;	
	color: #777777;
	padding: 2px;
	float: left;
}

#results div.heading div.pagination {
	float: right;
	width: 400px;
}

#results div.heading div.pagination div.page {
	float: right;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

#results div.heading div.pagination div.page a {
	color: #777777;
	border: solid 1px #ffffff;
	background: #efefef;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}