﻿#events_list
{
	width:700px;
}

#events_list #description
{
}

#events_list .item a
{
	text-decoration:underline}

#events_list .item a:hover
{
	text-decoration:none}


#events_list .item
{
	font-size:1em;
	margin:0.4em 0;
	
	
}

.eventitem .itemhead
{
	background-color:#DFEEFF;
	height:19px;
	}
	
.eventitem .eventdate
{
	font-weight:bold;
	float:left;
	width:200px;
	height:19px;
	padding:2px;
	margin:0;
	
	background-color:#DFEEFF;
	}

.eventitem .eventtitle
{
	float:right;
	width:355px;
	padding:2px;
	margin:0;
	height:19px;
	background-color:#DFEEFF;
	
}

.eventitem .eventlocality
{
	float:left;
	width:200px;
	height:19px;
	padding:2px;
	margin:0;
	font-size:10px;
	}

.eventitem .eventcategory
{
	float:right;
	font-size:10px;
	width:330px;
	padding:2px;
	margin:0;
	height:19px;
}



#events_list .eventitem .eventdescription
{
	color:#4F4F4F;
}


#events_list .item .itemhead
{
	
	}

#events_list .item .itembody
{
		margin:0.8em 0;
		
	}

#event_detail table
{
	margin:10px;
	background-color:#CFCFCF;
	}
	
#event_detail tr:first-child 	
{
	font-weight:bold;
	}
	
#event_detail td:first-child 
{
	width:150px;
	background-color:#EFEFEF;
	text-align:right;
	}	
	
#event_detail td
{
	background-color:#fff;
	padding:4px;
	
	}	
	
.eventitem{	
	border-top: 1px solid #9F9F9F;
	border-left: 1px solid #5F5F5F;
	border-right: 1px solid #5F5F5F;
	border-bottom: 1px solid #9F9F9F;
	margin: 0 0 16px 0;
	padding: 0;
}
	
.eventitem .eventhead div
{
	background-color:#DFDFDF;
	display:inline;
	padding:4px;
	}	
	

.eventitem .eventhead .eventtitle 
{
	width:347px;
	min-height:19px;
	height:auto;
	text-align:left;
	float:right;
	}
	
.eventitem .eventbody
{
	padding:4px;
	}
	
#event-map
{
  padding:10px 10px;
  }	
  
#event-map img
{
  border:none;
  }  


