#legend {
	float: right;
	width: 200px;
	background: #F8EDC2;
	border: 1px solid #2F1100;
}

#howto {
	float: right;
	clear: right;
	width: 200px;
	margin-top: 1.0em;
}

#howto ul, #howto li {
	margin: 0;
	border: 0;
	padding: 0;
}

#howto ul {
	margin-left: 1.5em;
}

#inner_legend {
	margin: 0 0.5em;
}

#legend h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0em;
}

#legend ul {
	margin: 1.0em 0;
	padding: 0;
	list-style: none;
}

.colour_def span {
	display: block;
	float: left;
	clear: left;
	width: 28px;
	height: 8px;
	margin: 3px 6px 3px 0;
}

#map h2 {
	padding: 0;
	margin: 0 0 4px 0;
}

#map h3 {
	margin: 0 0 6px 0;
	font-size: 14px;
	font-weight: normal;
}

#map ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#map li {
	margin-bottom: 0.1em;
	font-size: 12px;
}

#map a {
	font-weight: bold;
}

#slider_wrapper {
	border: 1px solid #FFFFFF;
	position: relative;
	margin: 1.0em 0;
	height: 27px;
}

#date_slider {
	position: relative;
	top: 4px;
	overflow: hidden;
	margin: 2px 0;
	height: 15px;
	border: 1px solid #000000;
	background: url(/images/meter.png) #AAAAAA;
}

#range_indicator {
	height: 15px;
	background: url(/images/meter_red.png);	
	position: relative;
}

#left_handle, #right_handle {
	position: absolute;
	
	top: 0px;
	
	height: 29px;
	width: 12px;
	
	background: url(/images/handle.png) -12px 0px transparent;
}

#left_handle:hover, #right_handle:hover {
	cursor: move;
	background-position: 0px 0px;
}

#left_handle {
	left: 0px;
}

#date_labels {
	height: 20px;
	position: relative;
	top: -5px;
}

#date_labels p {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0 2px 2px 0;
	background: url(/images/label_bg.png) no-repeat 2px 2px;
	line-height: normal;
}

#date_labels span {
	display: block;
	width: 88px;
	height: 15px;
	background: #000066;
	color: #FFFFFF;
	border: 1px solid #000000;
	text-align: center;
}
