html { 
	overflow: auto; 
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 9pt;
        font-family: Tahoma, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: blue;
} 

a:visited {
	color: blue;
} 

a:hover {
	color: blue;
} 

a:active {
	color: blue;
} 

img {
	border: 0px;
}

#filter {
	border: 1px solid black;
	margin: 2px;
	padding: 4px;
	height: 22px;
	overflow: none;
	font-size: 10pt;
}

#filter select {
	font-size: 8pt;
 	font-family: Tahoma, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}

#filter button {
	font-size: 8pt;
 	font-family: Tahoma, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
}

#content {
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	position: relative;
}

#map {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     /*border: 1px solid black;*/
}

#map-wrapper {
	position: relative;
	height: 100%;
}

#sidebar {
	position: absolute;
	border: 1px solid black;
	top: 0;
	width: 300px;
	height: 100%;
	overflow: auto;
}

body.sidebar-right #map-wrapper { margin-right: 306px; }
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;
     	position: relative;
	padding: 7px;
        height: 108px;
}

#sidebar hr {
	width: 80%;
}

#toolbar h1 {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #F9D36C;
	font-size: 20px;overflow: auto;
}

#content h1 {
	margin: 4px;
	font-size: 18px;
}

#content h2 {
	font-size: 14px;overflow: auto;
}

#sidebar h1 {
	margin: 10px;
	font-size: 14px;
	text-align: center;
}

#sidebar p {
	margin: 5px;
	text-align: center;
}

#sidebar ul {
	list-style: none;
	text-align: center;
	margin: 20px;
}

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

#toolbar ul li {
	display: inline;
}

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

#toolbar ul li a:hover {
	color: black;
	background: #AAA;
}

#normalcontent {
	font-size: 14px;
}

#normalcontent h1 {
	margin: 4px;
	font-size: 18px;
}

#normalcontent h2 {
	margin: 4px;
	font-size: 14px;
}

#normalcontent p {
	margin: 10px;
}

#infotab {
	width: 350px;
}

#alert {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	display: none;
}
 
#alert p {
	width: 300px;
	margin: 0 auto 0 auto;
	padding: 10px;
	background: white;
	border: 1px solid #aaa;
}
 
body.loading #alert { 
	display: block; 
}

a.highlight {
	color: red;
}