.dynaMap{
	height:500px;
	background:url('graphics/ajax-loader.gif') center no-repeat;
	position:relative;
	border:1px solid #cfcfcf;
}
.dynaMapBtns{
	margin-bottom:10px;
	float:left;
	margin-top:10px;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.dmContainer{
	width:920px;
	height:450px;
	background-color:#f5ffff;
	float:left;
}
.dmPop{
	position:absolute;
	background-color:white;
	padding:10px;
	font-size:10px;
	z-index:9999;
	box-shadow:3px 3px 3px #777;
	display:none;
	border:1px solid #777;
}
.dmPop_feature_title{
	margin:0px;
	font-weight:bold;
	font-size:12px;
	line-height:normal;
}
.dmPopup_value_description{
	margin:0px;
	font-size:12px;
	line-height:normal;
}
.dml{
	background-color:rgba(255,255,255,0.9);
	border:1px solid #e8e8e8;
	bottom:10px;
	display:none;
	line-height:16px;
	padding:10px;
	position:absolute;
	right:10px;
	width:200px;
	z-index:999;
	font-family:Verdana,sans-serif;
}
.dml_block{
	width:10px;
	height:10px;
	margin-top:3px;
	float:left;
	margin-right:3px;
}
.dml_spectral_block{
	width:4px;
	height:10px;
	margin-top:3px;
	float:left;
}
.dml_value{
	margin:0px;
}
.dml_spectrum{
	height:10px;
}
.dml_spectrum_labels{
	height:10px;
	margin-top:1px;
	width:200px;
	position:relative;
}
.dml_spectrum_label{
	font-size:10px;
	position:absolute;
	top:0px;
}
.leftLabel{
	left:0px;
}
.rightLabel{
	right:0px;
}
.viewData{

}
.dms{
	float:left;
	height:14px;
	margin-bottom:5px;
}
.dmsInput{
	padding:2px;
	margin:0px;
	border:1px solid #cfcfcf;
	float:left;
	font-size:10px;
	line-height:12px;
	height:12px;
	text-transform:uppercase;
	color:gray;
	width:130px;
}
.dmsInput.edited{
	color:black;
}
.dms_btn{
	padding:2px;
	float:left;
	line-height:12px;
	font-size:12px;
	margin-left:2px;
	border:1px solid #e8e8e8;
	height:12px;
	font-size:10px;
	text-transform: uppercase;
	color:gray;
	cursor:pointer;
}
.leaflet-control-fullscreen {
  background-image: url(graphics/icon-fullscreen.png);
}
.leaflet-fullscreen{
	z-index:9999;
}