﻿html { overflow: hidden; }

html, body {
     margin: 0;
     padding: 0;
     height: 100%;
}

h1 {
	font-size:14px;
}

#hiddendiv {
	visibility:hidden;
	overflow:hidden;
	float:right;

}

body { font: 11px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: disc;
	list-style-position: outside; }
a { color: #cd5806; font-weight:bold; text-decoration: none; }

}

#content {
     margin-top: 10px;
     position: relative;
}

#map {
     position: absolute;
     top: 0;
     left: 0;
     width: 72%;
     height: 100%;
}

#map-wrapper {
     position: relative;
     height: 100%;
     width:100%;
}

#sidebar {
     position: absolute;

     top: 0;
     width: 200px;
     height: 100%;
     overflow:auto;
     background-color:gray;
}


#sidebar p {
     margin: 10px;
}

#sidebar ul#sidebar-list {
     list-style: none;
     padding: 6px 0 0 0 ;
     margin: 0;
     
}

#sidebar ul#sidebar-list li {
	position: relative;
	padding: 2px 5px 2px 10px;
	clear:left;
}

#sidebar ul#sidebar-list li div.label {

	position:relative;
	padding: 1px 3px 1px;
	background: #ee4400;
	color: white;
}

#sidebar ul#sidebar-list li a {
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: white;
	text-decoration: none;
	padding: 2px 3px;
}


div.LabeledMarker_markerLabel {
	display: block;
	padding-top: 9px;
}

/*div.LabeledMarker_markerLabel,*/
#sidebar ul#sidebar-list li div.label {
	text-align: left;
	color: white;
	width: 150px;
	letter-spacing: 0px;
	font-size: 9px;
	font-family: Arial;
}


body.sidebar-right #map-wrapper { margin-right: 230px; }
body.sidebar-right #sidebar { right: 0; }

body.nosidebar #map-wrapper { margin: 0; }
body.nosidebar #sidebar { display: none; }

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

#toolbar {
     background: black;
     padding: 0px;
     border: 0px solid black;
     position: relative;
}

#toolbarhidden {
     background: black;
     padding: 4px;
     border: 1px solid black;
     position: relative;
	visibility:hidden;
}


/* holly hack for IE to get position:bottom right
   see: http://www.positioniseverything.net/abs_relbugs.html
 \*/
* html #toolbar { height: 0px; }
/* */

#toolbar h1 {
     margin: 0;
     font: bold 14px Veranda, sans-serif;
     color:white;
}

#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;
}

