/* CSS Document */

html, body {
margin: 0;
padding: 0;
height: 100%;
}
a, a:link {
	color: #CC0033;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:hover {
	color: #9933FF;
}

.txt {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#map {
position: absolute;
top: 80;
left: 0;
width: 100%;
height: 100%;
}
#map-wrapper {
	position: relative;
	height: 100%;
	top: 80px;
}

#dropdown {
	position: absolute;
	top: 30px;
	left: 370px;
	padding: 5px;
	height: 25px;
	background-color: white;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#categories {
	position: absolute;
	left: 530px;
	top: 0px;
	width: 292px;
}

#home {
	position: absolute;
	left: 10px;
	top: 61px;
	z-index: 1;
}

#toolbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	border: 1px solid black;
	height: 70px;
	background-color: white;
	bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#sidebar {
position: absolute;
top: 99px;
width: 300px;
height: 100%;
overflow: auto;
}
#sidebar a {
  color:blue;
  text-decoration:none;
}
#sidebar li {
    list-style: none;
    clear:both;
    padding-top:10px;
    padding-bottom:10px;
}
#sidebar li.current {
    background-color:#ddd;
}
#sidebar div.marker {
  float:left;
  padding-right:10px;
}
#sidebar div.info {
  padding-left:30px;
  padding-top:2px;
  font-size:0.8em;
}

#select {
	position: absolute;
	left: 357px;
	top: 5px;
	width: 112px;
	height: 32px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
body.sidebar-right #map-wrapper { margin-right: 300px; }
body.sidebar-right #sidebar { right: -4px; }
body.sidebar-off #map-wrapper { margin: 0; }
body.sidebar-off #sidebar { display: none; }
