html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	overflow: hidden;
	background-color: #ffffff;
}
div#map {
	overflow: hidden;
	position: relative;
	top: 0px;
	z-index: 2;
	margin-left: 0px;
	text-align: center;
	font-size: 12px;
	font-family: Arial,sans-serif;
}
div.controlbtn {
	border: 1px solid black;
	right: 10.2em;
	width: 10em;
	cursor: pointer;
	position: absolute;
	background-color: white;
	text-align: center;
}
div.controlbtn div {
	border-right: #6c9ddf 1px solid;
	border-bottom: #6c9ddf 1px solid;
	border-top: #345684 1px solid;
	border-left: #345684 1px solid;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial,sans-serif;
}
div#logwnd {
	width: 300px;
	height: 50px;
	background-color: #6666cc;
	position: absolute;
	opacity: 0.7;
	filter: alpha(opacity=70);
	overflow: hidden;
}
div#logwnd div {
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	top: 17px;
	left: 0px;
	text-align: center;
	color: black;
}

div.infownd {
	font-size: 12px;
	font-family: Arial,sans-serif;
	text-align: left;
	width: 250px;
}


div.infownds {
	font-size: 10px;
	font-family: Arial,sans-serif;
	text-align: left;
}

div.infownd a:link, div.infownd a:visited, div.infownd a:focus, div.infownd a:hover,
.leftpanel a:link, .leftpanel a:visited, .leftpanel a:focus, .leftpanel a:hover
{
	text-decoration: underline;
	color: #0000ff;
}
div.infownd a:active, .leftpanel a:active {
	color:#ff6600; text-decoration: none;
}


div.setinfownd {
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-align: left;
	width: 250px;
	margin-top: 10px;
}
#panel {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	height: 100%;
	border-right: 1px solid #d2d2d2;
}
#paneltoggle {
	display: block;
	margin-left: 0px;
	outline-color: invert;
	outline-style: none;
	outline-width: 0px;
	top: 0px;
	width: 8px;
	position: absolute;
	z-index: 3;
	background-color: #f1fcfe;
}
#panelhidearrow, #panelshowarrow {
	left: 2px;
	position: absolute;
	z-index: 3;
	border: 0px none;
}
.leftpanel {
	text-align: center;
	font-size: 12px;
	font-family: Arial, sans-serif;
	text-align: left;
	padding: 10px;
	overflow-y: auto;
	height: 100%;

}

.leftpanel ul {
	margin: 0px 0px 12px 15px;
	padding: 0px 0px 0px 10px;
}

.distinfownd {
	font-size: 12px;
	font-family: Arial,sans-serif;
	text-align: center;
}