#event_map {
	background: #ffffff;
	border: 1px solid #BBBBBB;
	width: 298px;
}
#locations {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 80px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #e21f26;
}
#locations li {
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ffffff;
}
#locations li a:link,
#locations li a:visited {
	display: block;
	background: #e21f26;
	color: #ffffff;
	line-height: 19px;
	display: block;
	padding: 0 10px;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px; solid #ffffff;
	text-decoration: none;
}
#locations li a:active,
#locations li a:hover {
	display: block;
	background: #ffffff;
	color: #e21f26;
	line-height: 19px;
	display: block;
	padding: 0 10px;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px; solid #ffffff;
	text-decoration: none;
}
#locations li a.active:link,
#locations li a.active:visited,
#locations li a.active:active,
#locations li a.active:hover {
	display: block;
	background: #c91b21;
	color: #ffffff;
	line-height: 19px;
	display: block;
	padding: 0 10px;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px; solid #ffffff;
	text-decoration: none;
}

#map div.details {
	padding: 10px;
}

	#map div.details .whereBox {
		float:left;
		width:145px;
	}
	
	#map div.details .whenBox {
		float:right;
		width:125px;
	}


#map label {
	font-size: 14px;
	font-weight: bold;
	color: #e21f26;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

a.button:link, a.button:visited {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 5px;
	background: #e21f26;
	text-decoration: none;
	border: 2px solid #e21f26;
	text-transform: uppercase;
}
a.button:active, a.button:hover {
	font-size: 13px;
	font-weight: bold;
	color: #e21f26;
	padding: 3px 5px;
	background: #ffffff;
	text-decoration: none;
	border: 2px solid #e21f26;
	text-transform: uppercase;
}

iframe {
	margin: 0 0 10px 0;
}
