body {
	padding: 0;
	margin: 0;
}
.EOAViewer {
	width: 100%;
	height: 100%;
	background-color: #EEEEEE;
	display: block;
}
.leaflet-menu {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}
.leaflet-control-slidemenu span {
	font-size: 14px;
	padding-top: 6px;
}
.hipopupcontainer {
	display: none;
	position: fixed;
	top: 10px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	-webkit-box-shadow: 3px 3px 37px 9px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 37px 9px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 37px 9px rgba(0,0,0,0.75);
	z-index: 10000;
}
.hinavigator {
	width: auto;
	height: 104px;
	background-color:white;	
	padding:2px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	opacity: 0.7;
}
.hinavimagewrapper {
	max-width: 500px;
	overflow: auto;
}
.hinavrect {
	position: absolute;
	border: 2px solid red;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.hinavarea {
	position: absolute;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}