﻿div.mapContainer {
	width: 680px;
	padding: 5px;
	background-color: #8a6;
	position: relative;
}

div.mapContainer div#map {
	width: 680px;
	height: 462px;
	overflow: hidden;
}

div#map img.loading {
	margin: 0 auto;
	display: block;
	position: relative;
	top: 20px;
}

/* post code entry */
div.postcodeEntry input {
	vertical-align: middle;
}

/* zoom control */
#mapZoomControl {
	background: url(/Resources/img/map/zoom_control_bg_bot.png) left bottom no-repeat transparent;
}
#mapZoomControl div.innerContainer {
	background: url(/Resources/img/map/zoom_control_bg_top.png) left top no-repeat transparent;
	margin-bottom: 2px;
	width: 41px;
	text-align: center;
	overflow: hidden;
}
#mapZoomControl h2 {
	font-size: 0.9em;
	margin: 0;
	padding-top: 7px;
	color: #666;
}
#mapZoomControl img {
	display: block;
	margin: 10px auto 8px auto;
	cursor: pointer;
}
#mapZoomControl div div img {
	margin: 0 auto;
}
#mapZoomControl div#zoomSlider {
	position: relative;
}
#mapZoomControl img#zoomLevelIndicator {
	position: absolute;
	left: 9px;
	top: 0;
	margin: 0;
}

/* map panel */

div#mapPanel {
	width: 219px;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 5px;
	background: url(/Resources/img/map/map_panel_bg.png) top left repeat;
	color: #666;
	height: 442px;
}

div#page div.hidden {
	background-image: none;
	height: 44px;
}

h2.mapPanel {
	position: absolute;
	top: -21px;
	right: 22px;
	margin: 0;
}

div#mapPanel div.showHideMapPanel {
	background: url(/Resources/img/map/map_panel_showhide_bg.gif) left top repeat-x;
	margin: 0 auto;
	height: 19px;
	width: 213px;
}
div#mapPanel div.showHideMapPanel a {
	text-align: center;
	color: White;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	padding: 0.2em 0;
}
div#mapPanel div.showHideMapPanel a span {
	background: url(/Resources/img/map/hide_panel_bg.gif) right center no-repeat transparent;
	padding-right: 15px;
}
div#page div.hidden div.showHideMapPanel a span {
	background-image: url(/Resources/img/map/show_panel_bg.gif);
}

div#mapPanel ul {
	margin: 0 5px 0 13px;
}

div#mapPanel ul li {
	margin: 0.8em 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	color: #3F560D;
	white-space: nowrap;
}

div#mapPanel ul li ul {
	height: auto;
	border-bottom: dotted 1px #666;
	padding-bottom: 0.3em;
	margin: 0;
}

div#mapPanel ul li ul.last {
	border-bottom: 0;
}

div#mapPanel ul li li {
	margin:0.7em 0 0.8em;
	color: #666;
	font-weight: normal;
	clear:both;
	overflow:hidden;
}

div#mapPanel ul li label {
	margin-left: 0;
	float:left;
	cursor: pointer;
}
div#mapPanel ul li input,
div#mapPanel ul li label img {
	margin-right: 5px;
	float:left;
}
div#mapPanel ul li label span {
	float:left;
}
div#mapPanel ul li label img.infoImg {
	display:block;
	margin: 5px 0 0;
}
div#mapPanel ul li a {
	position: absolute;
	left: -97px;
	z-index: 200;
}
div#mapPanel ul li a img {
	position: relative;
	left: -14px;
	border: 0;
}

/* Map messages */

div#mapMessages {
	position: absolute;
	top: 5px;
	overflow: hidden;
}

div#mapMessages a.closeMapMessages {
	position: absolute;
	top: 5px;
	right: 8px;
}

div#mapMessages div {
	background: url(/Resources/img/background/map_getstarted_corner.gif) bottom right no-repeat transparent;
	padding-right: 9px;
}

div#mapMessages div.content {
	background: url(/Resources/img/background/map_getstarted_bg.gif) bottom left repeat-x #F9FAEC;
	border: 0;
	width: 407px;
	padding: 0.8em 0 0.8em 12px;
	overflow: hidden;
}

div#mapMessages h3 {
	font-size: 1.2em;
	color: #FF7505;
}

div#mapMessages p {
	margin: 1em 15px 0 0;
	color: #FF7505;
}

div#mapMessages h3.getStarted {
	color: #3F560D;
}

div#mapMessages p.getStarted {
	float: left;
	width: 295px;
	padding-right: 15px;
	margin: 0;
	padding-bottom: 0.4em;
	color: #666;
}

/* Infowindows */

div.infoWindow {
	overflow: hidden;
}

div.infoWindow img {
	display: block;
	margin: 0 auto;
}

div.infoWindow div {
	clear: both;
	margin: 1em 0;
}
div.infoWindow h2 {
	margin-bottom: 0;
}
div.infoWindow h3 {
	color: #3F560D;
	font-size: 1.1em;
	margin-bottom: 0em;
	margin-right: 5px;
	float: left;
	clear: left;
}
div.infoWindow p {
	display: inline;
}
div.infoWindow p.footerCopy {
	display:block;
	clear:both;
}
div.heatmap {
	float:left;
	overflow:hidden;
}
div.heatmap p {
	display:block;
	clear:both;
}
div.infoWindow img.heatmap {
	margin: 0.5em auto 0;
}
div.infoWindow div.userIconc {
	text-align: center;
}
div.infoWindow div.userIcon {
	margin: 0.1em auto;
}
div.infoWindow div.userIcon div {
	margin: 0 auto;
}
