.evenrow { }

.oddrow {
  background-colour:red;
}
h2 {
  padding-bottom:4px;
  border-bottom:1px dotted #999999;
  margin-bottom:8px;
}

.event_list .event
{
	clear:left;
	margin-bottom:5px;
	padding-bottom:10px;
	border-bottom:1px solid #dde2ea;
}

.event_list .event_title
{
	font-weight:bold;
	text-decoration:none;
	color: #5c5c5c;

}

.event_list .event_date
{
	float:left;
	margin-right: 5px;
	font-style: italic;
}

.event_list .event_location
{
float:left;
font-style: italic;
}

.event_list .event_summary
{
	clear:left;
}

/** Search styles **/
#searchEventsForm {
	margin-left:4px;
}
#searchEventsForm label {
	font-weight:bold;
	width:70px;
	display:block;
	float:left;
	clear:left;
	height:21px;
	padding-top:3px;
}

#searchEventsForm input {
  margin-bottom:8px;
}

#startSelect, #endSelect
{
	width:26px;
	height:21px;
	background-image: url('calendar_icon.gif');
	display: block;
	float:left;
	margin-top:-2px;
	margin-right:5px;
}

#startDate, #endDate
{
	width:60px;
	float:left;
}

#searchEventsForm .categories
{
	display:block;
	clear:left;	
}

#searchEventsForm .categories .category
{
	height:18px;
	line-height:18px;
}

#searchEventsForm .categories input {
	margin:0px;
}
