




div.categories
{
	float:right;
	padding:0.25em 0.5em;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
	background-color:#f8f8f8;
	background-image:url('../images/linear2.png');
	border:1px solid #999;
	border-radius:0.5em;
}

div.categories select
{
	font-family:Helvetica,Arial,sans-serif;
	line-height:1.5em;
	height:1.5em;
	border:0px;
	background-color:transparent;
}

div.mapview #map_canvas
{
	float:left;
	width:50%;
	height:100%;
}

div.mapview #map_canvas div.locationname
{
	font-weight:bold;
}


div.mapview #eventlist
{
	padding:0em 1em;
	height:100%;
	overflow-y:auto;
}

div.mapview #eventlist .event + .event
{
	margin-top:1em;
}

div.mapview #eventlist .location
{
	font-size:1.5em;
	line-height:1.5em;
	font-weight:bold;
}

div.mapview #eventlist .locationaddress
{
	color:#888;
	line-height:1.5em;
	margin-bottom:0.3em;
	border-bottom:1px dotted #ccc;
}

div.mapview #eventlist .event .duration {
    line-height: 1.4em;
    margin: 0.3em 0em;
    font-weight: bold;
}

div.mapview #eventlist .otherdates
{
	border:1px dashed #ccc;
	padding:0.25em;
	margin:0.25em 0em;
}

div.mapview #eventlist .otherdates a
{
	display:inline-block;
	margin:0em 0.25em;
}

div.mapview #eventlist .event .title a
{
	color: #3A87AD;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
}

div.mapview #eventlist .event .title a:hover
{
	color: #5BC5E2;
}


div.mapview #eventlist .featured .title:before
{
	line-height:16px;
	vertical-align: middle;
	content:url('../images/featured.png');
}
