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

body,td,th,input,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

#map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#toolbar {
	position: absolute;
	top: 49px;
	left: 70px;
	width: 200px;
	height: 12px;
	padding: 5px;
	background: white;
	border: 1px solid black;
}
#sidebar {
	position: absolute;
	top: 0px;
	width: 200px;
	height: 100%;
	overflow:auto;
	background-color: #CCCCCC;
}
#cursorbar {
	position: absolute;
	top: 24px;
	left: 70px;
	width: 225px;
	height: 12px;
	padding: 5px;
	background: white;
	border: 1px solid black;
}

#infobar {
	position: absolute;
	top: 30px;
	right: 201px;
	width: 175px;
	height: 380px;
	overflow:auto;
	display: none;
	background-color: #CCCCCC;
}
#headerbar {
	position: absolute;
	top: 0px;
	left: 70px;
	width: 400px;
	height: 12px;
	padding: 5px;
	background: white;
	border: 1px solid black;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}


body.sidebar-right #map-wrapper {margin-right: 200px;}
body.sidebar-right #sidebar {right: 0;}

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