td.menustyle {
	border: 0 none #FFF;
	padding: 0;
}

.menustyle {
	right: 0px;
	height: 30px;
	width: auto;
}

.menustyle div {
	float: left;
	margin: 5px;
}

.mapstyle{
	width: 745px;
	height: 580px;
	border: 1px solid #ccc;
}

.olControlLoadingPanel {
	background-image: url(/images/viewer/indicator.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.olControlOverviewMapElement {
	opacity: 0.9;
	background-color: #bfd0e6 !important;
}

#maptools div#mouseposition {
	font-size: smaller;
	text-align: right;
	width: 50%;
	float: left;
}

#maptools div#mapscale {
	font-size: smaller;
	width: 50%;
	float: left;
}

span#layerswitcher {
	color: #036;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

a.info{
	position: relative;
	z-index: 24;
	font-size: 1em;
	color: #036;
	text-decoration: none;
}

a.info: hover{
	z-index: 25;
	background-color: #ff0;
	color: #036;
}

a.info span{
	display: none;
}

a.info: hover span{
	display: block;
	position: absolute;
	top: 1.9em;
	left: 2em;
	width: 18em;
	border: 1px solid #0cf;
	background-color: #cff;
	color: #036;
	text-align: left;
	font: 0.9em Arial, sans-serif;
	font-weight: normal;
}

.geobaseMenu{
	color: #036;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 0.9em;
}

th.geobaseMenu{
	background-color: #bfd0e6;
	border: 0 none #FFF;
}


