.events{
	padding:10px 0 0 0;
}
.searchBox .innercontent { 
	padding:5px;
	background:#eaeaea;
}

.eventList{
	margin:15px 0;
}
.date{
	width:170px;
	padding:5px;
}
.odd td,
.odd th,
.even td,
.even th{
	border-bottom:1px solid #000;
}
.event a{
	text-decoration:none;
	font-size:12px;
	
}
.event a:hover{
	text-decoration:underline;
}
.eventDetails{
	clear:both;	
}
.eventDescription {
	clear:both;	
}
.eventDescription a img {
	float:right;
	clear:both;
	padding:0 0 0 15px;
	border:none;	
}
.iCalIcon{
	display:block;
	float:left;
	width:36px;
	height:14px;
	background:url(../img/icons/ical.gif);
	margin:0 10px 0 0;
}
.rssIcon{
	display:block;
	float:left;
	width:36px;
	height:14px;
	background:url(../img/icons/rss.gif);
	margin:0 10px 0 0;
}
