
html, body {
     margin: 0;
     padding: 0;
     height: 100%;
}

body { margin: 10px; }

#content {
     margin-top: 10px;
     position: relative;
}

#map {
	position: absolute;
	top: -93px;
	left: -61px;
	width: 500px;
	height: 500px;
	border: 1px solid #aaa;
	 
}

#map-wrapper {
     position: absolute;
	 top: 100px;
	 left: 500px;
     height: 500px;
}

#sidebarM {
	position: absolute;
	border: 0px solid #aaa;
	left:0px;
	margin-left:20px;
	top: 12px;
	width: 400px;
	height: 500px;
	overflow: auto;
}

#sidebarM p {
     margin: 10px;
}

#sidebarM ul#sidebar-list {
     list-style: none;
     padding: 3px 0 0 0 ;
     margin: 0;
}

#sidebarM ul#sidebar-list li {
	position: relative;
	padding: 2px 3px 2px 50px;
	clear:left;
}

#sidebarM ul#sidebar-list li div.label {
	float: left;
	margin-left: -40px;
	width: 40px;
	position:relative;
	padding: 1px 1px 1px;
	background: black;
	color: white;
}

#sidebarM ul#sidebar-list li a {
	font-family: Arial;
	font-size: 11px;
	color: #445555;
	text-decoration: none;
	padding: 2px 3px;
}


div.markerLabel {
	display: block;
	padding-top: 9px;
}

div.markerLabel,
#sidebarM ul#sidebar-list li div.label {
	text-align: center;
	color: white;
	width: 32px;
	letter-spacing: 0px;
	font-size: 12px;
	font-family: Arial;
}


 #map-wrapper { margin-right: 230px; }



 a#button-sidebar-show,
body.nosidebar a#button-sidebar-hide { display: none; }

#toolbar {
     background: white;
     padding: 4px;
     border: 1px solid black;
     position: relative;
}

/* holly hack for IE to get position:bottom right
   see: http://www.positioniseverything.net/abs_relbugs.html
 \*/
* html #toolbar { height: 1px; }
/* */

#toolbar h1 {
     margin: 0;
     font: bold 18px Helvetica, sans-serif;
}

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

#toolbar ul#sidebar-controls li {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#toolbar ul li {
     display: inline;
}

#toolbar ul li a {
     padding: 3px 6px;
     color: #444;
     text-decoration: none;
     font-size: 12px;
}

#toolbar ul li a:hover {
     color: #aaa;
     background: #444;
}
