@charset "utf-8";
html,body#fe {
	overflow: hidden;
	background-color: #FFF;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #000;
}
#map a {
	color: #0000FF;
	text-decoration: none;
}
 
#map a:hover {
	color: #000011;
	text-decoration: underline;
}
 
#map {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #000;
	position:relative;
}
#map .olFramedCloudPopupContent {
	font-size: 0.8em;
	font-family: Verdana, sans-serif;
	padding:0px;
}



#map #attribution {
	bottom: 0;
	left: 0;
	padding: 5px 8px 1px 8px;
	position: absolute;
	font-size: 11px;
	font-style: italic;
	z-index: 1000;
}

#map #layer {
	position: absolute;
	top: 60px;
	right: 10px;	
	z-index: 10002;
}

#map #layer > div {
	border: 1px solid #000;
	background-color: #FFF;
	padding: 4px 5px;
	font-size: 0.7em;
	cursor: default;
	margin-bottom: 4px;

}
#map #layer div:hover {
}
#map #layer .active {
	background-color: #EEF;
}

#map .hide { display: none; }

#map #audioPlayer {
	position:absolute;
	top:-1000px;
	left:-1000px;
}
#map .audioPlayBut {
	border:none;
	cursor:pointer;
}
#map .geoBut {
	cursor:pointer;
}


#map #descriptionToggle {
	position: absolute;
	font-size: 1em;
	z-index: 10000;
	top:0;
	left: 80px;
	height: 14px;
	border-left: 1px solid #000040;
	border-bottom: 1px solid #000040;
	border-right: 1px solid #000040;
	padding: 2px 10px;
	margin-right: 200px;
	background-color: #EEE;
	font-size: 12px;
	cursor: default;
	opacity: 0.7;
} 
#map #descriptionToggle:hover {
	background-color: #FFF;
	opacity: 1;
}
#map #description {
	position: absolute;
	z-index: 10000;
	left: 80px;
	top: 18px;
	border: 1px solid #000040;
	padding: 10px 10px;
	margin-right: 200px;
	background-color: #FFF;
	font-size: 12px;
}
#map .icons {
	float: right;
	margin: 0px 5px 0px 0;
}
