.mmapcontainer {
  position:relative !important;
  //float:left;
  //width: 800px; 
  //height: 600px;  

}

/*.mmaptoolbar {  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;  
  padding: 0px 0px; 
  background: #ccc; 
  border-bottom: 1px solid #333;
}

.mmapmap {
  position: absolute; 
  top: 41px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #CCC; 
}

.mmapstatusbar {  
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;  
  padding: 0px 0px; 
  background: #ccc; 
  border-bottom: 1px solid #333;
}*/

.mmaptoolbar {  
  position: absolute;
  display:block;
  top: 0;
  left: 0;
  right: 0;  
  height: 45px;  
  padding: 0px 0px; 
  background: #ccc; 
  border-bottom: 1px solid #333;
}

.mmapmap {
  position: absolute; 
  top: 46px;  
  bottom: 21px;
  left: 0;
  right: 0;   
  background: #CCC; 
}

.mmapmap_notoolbar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #CCC;
}

.mmapmap_nostatusbar {
  position: absolute; 
  top: 46px;  
  bottom: 0px;
  left: 0;
  right: 0;   
  background: #CCC; 
}

.mmapmap_noall {
  position: absolute; 
  top: 0px;  
  bottom: 0px;
  left: 0;
  right: 0;   
  background: #CCC; 
}

.mmapstatusbar {  
  position: absolute;
  height: 20px;
  bottom: 0;
  left: 0;
  right: 0;      
  display:block;
  padding: 0px 0px; 
  background: #ccc; 
  border-top: 1px solid #333;
}

.mmapControlMousePos {
  float: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-family: Arial, sans-serif;
  font-size: smaller;
  font-weight: bold;
  width: 15em;
  border: 1px solid #333;
}

.mmapControlMode {
  left:16em;
  float: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-family: Arial, sans-serif;
  font-size: smaller;
  font-weight: bold;
  width: 200px;
  border: 1px solid #333;
}

.mmapControlToolbarSeparator div {  
  float: left;
  border-left:1px solid #38546d; 
  border-right:1px solid #16222c;   
  height:28px;  
  width: 2px;
}

.mmapControlNavToolBar {
  margin: 0px 0px 0 0;
}
.mmapControlNavToolBar {
  float: left;
  background: rgba(0,0,0,0.6);
}
.mmapControlNavToolBar div {
  margin: 0 0 0px 0px;
  width: 45px;
  height: 45px;
  cursor: pointer;    
}
.mmapControlNavToolBar div {
  float: left;
}

.mmapControlNavToolBarOnMap {
  margin: 0px 0px 0 0;
  width: 45px;
}
.mmapControlNavToolBarOnMap {
  background: rgba(0,0,0,0.6);
}
.mmapControlNavToolBarOnMap div {
  margin: 0 0 0px 0px;
  width: 45px;
  height: 45px;
  cursor: pointer;    
}
.mmapControlNavToolBarOnMap div {
  float: top;
}
.mmapControlNavToolBarOnMap {
  top: 80px;
  right: 0;    
}

.mmapControlEditToolBar {
  margin: 0px 0px 0 0;
}
.mmapControlEditToolBar {  
  left: 385px;
  float: left;
  background: rgba(0,0,0,0.6);
}
.mmapControlEditToolBar div {
  margin: 0 0 0px 0px;
  width: 45px;
  height: 45px;
  cursor: pointer;  
}
.mmapControlEditToolBar div {
  float: left;
}  

.mmapControlEditToolBarOnMap {
  margin: 0px 0px 0 0;
  width: 45px;
}
.mmapControlEditToolBarOnMap {
  background: rgba(0,0,0,0.6);
}
.mmapControlEditToolBarOnMap div {
  margin: 0 0 0px 0px;
  width: 45px;
  height: 45px;
  cursor: pointer;  
}
.mmapControlEditToolBarOnMap div {
  float: top;
}
.mmapControlEditToolBarOnMap {  
  top: 415px;
  right: 0;
}

.mmapControlModifyFeature {
  border-left: 1px solid #333;
}
.mmapControlModifyFeatureItemActive{
  background-image: url("../img/mmap/edit_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlModifyFeatureItemActive:hover {
  background-color:#000;
  background-image: url("../img/mmap/edit_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlModifyFeatureItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/edit_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlModifyFeatureItemInactive{
  background-image: url("../img/mmap/edit_off.png");
  background-repeat: no-repeat;
  background-position: center;    
}
.mmapControlModifyFeatureItemInactive:hover {
  background-image: url("../img/mmap/edit_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color:#000;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlModifyFeatureItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/edit_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}

.mmapControlDrawFeaturePoint {

}
.mmapControlDrawFeaturePointItemActive{
  background-image: url("../img/mmap/point_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlDrawFeaturePointItemActive:hover {
  background-color:#000;
  background-image: url("../img/mmap/point_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlDrawFeaturePointItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/point_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlDrawFeaturePointItemInactive{
  background-image: url("../img/mmap/point_off.png");
  background-repeat: no-repeat;
  background-position: center;    
}
.mmapControlDrawFeaturePointItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/point_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlDrawFeaturePointItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/point_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}

.mmapControlDrawFeaturePath {

}
.mmapControlDrawFeaturePathItemActive{
  background-image: url("../img/mmap/linestring_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlDrawFeaturePathItemActive:hover {
  background-color:#000;
  background-image: url("../img/mmap/linestring_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlDrawFeaturePathItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/linestring_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlDrawFeaturePathItemInactive{
  background-image: url("../img/mmap/linestring_off.png");
  background-repeat: no-repeat;
  background-position: center;    
}
.mmapControlDrawFeaturePathItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/linestring_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlDrawFeaturePathItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/linestring_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}

.mmapControlDrawFeaturePolygon {

}
.mmapControlDrawFeaturePolygonItemActive{
  background-image: url("../img/mmap/polygon_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlDrawFeaturePolygonItemActive:hover {
  background-color:#000;
  background-image: url("../img/mmap/polygon_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlDrawFeaturePolygonItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/polygon_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlDrawFeaturePolygonItemInactive{
  background-image: url("../img/mmap/polygon_off.png");
  background-repeat: no-repeat;
  background-position: center;    
}
.mmapControlDrawFeaturePolygonItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/polygon_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlDrawFeaturePolygonItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/polygon_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}


.mmapControlZoomToMaxExtent{

}
.mmapControlZoomToMaxExtentItemActive{
  background-image: url("../img/mmap/world_zoom_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomToMaxExtentItemActive:hover {
  background-color:#000;
  background-image: url("../img/mmap/world_zoom_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlZoomToMaxExtentItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/world_zoom_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomToMaxExtentItemInactive{
  background-image: url("../img/mmap/world_zoom_on.png");
  background-repeat: no-repeat;
  background-position: center;    
}
.mmapControlZoomToMaxExtentItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/world_zoom_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlZoomToMaxExtentItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/world_zoom_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}

.mmapControlNavigation {

}
.mmapControlNavigationItemActive {
  background-color:#9DD384;
  background-image: url("../img/mmap/move_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationItemActive:hover {
  background-color:#9DD384;
  background-image: url("../img/mmap/move_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlNavigationItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#9DD384;
  background-image: url("../img/mmap/move_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationItemInactive {
  background-image: url("../img/mmap/move_off.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/move_on.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlNavigationItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/move_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}

.mmapControlZoomBox {

}
.mmapControlZoomBoxItemActive {
  background-color:#9DD384;
  background-image: url("../img/mmap/zoom_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomBoxItemActive:hover {
  background-color:#9DD384;
  background-image: url("../img/mmap/zoom_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlZoomBoxItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#9DD384;
  background-image: url("../img/mmap/zoom_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomBoxItemInactive {
  background-image: url("../img/mmap/zoom_off.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomBoxItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/zoom_on.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlZoomBoxItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/zoom_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}

.mmapControlZoomIn{

}
.mmapControlZoomInItemActive {
  background-image: url("../img/mmap/zoom_in_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomInItemActive:hover {
  background-color:#000;
  background-image: url("../img/mmap/zoom_in_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlZoomInItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/zoom_in_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomInItemInactive {
  background-image: url("../img/mmap/zoom_in_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomInItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/zoom_in_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlZoomInItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/zoom_in_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}

.mmapControlZoomOut{

}
.mmapControlZoomOutItemActive{  
  background-image: url("../img/mmap/zoom_out_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomOutItemActive:hover {
  background-color:#000;
  background-image: url("../img/mmap/zoom_out_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlZoomOutItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/zoom_out_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomOutItemInactive{
  background-image: url("../img/mmap/zoom_out_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlZoomOutItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/zoom_out_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlZoomOutItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/zoom_out_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}

.mmapControlNavigationHistory {

}
.mmapControlNavigationHistoryPreviousItemActive {
  background-image: url("../img/mmap/zoom_prev_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationHistoryPreviousItemActive:hover {
  background-color:#000;
  background-image: url("../img/mmap/zoom_prev_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlNavigationHistoryPreviousItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/zoom_prev_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationHistoryPreviousItemInactive {
  background-image: url("../img/mmap/zoom_prev_off.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationHistoryPreviousItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/zoom_prev_off.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlNavigationHistoryPreviousItemInactive:active{
  background-color:#000;
  background-image: url("../img/mmap/zoom_prev_off.png");
  background-repeat: no-repeat;
  background-position: center;
}


.mmapControlNavigationHistoryNextItemActive {
  background-image: url("../img/mmap/zoom_next_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationHistoryNextItemActive:hover {
  background-image: url("../img/mmap/zoom_next_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color:#000;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlNavigationHistoryNextItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/zoom_next_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationHistoryNextItemInactive {
  background-image: url("../img/mmap/zoom_next_off.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationHistoryNextItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/zoom_next_off.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlNavigationHistoryNextItemInactive:active{
  background-color:#000;
  background-image: url("../img/mmap/zoom_next_off.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlNavigationHistory div
{
  float: left;
}

.mmapControlLayerSwitcher {

}
.mmapControlLayerSwitcherItemActive {
  background-color:#9DD384;
  background-image: url("../img/mmap/layers_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlLayerSwitcherItemActive:hover {
  background-color:#9DD384;
  background-image: url("../img/mmap/layers_hot.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlLayerSwitcherItemActive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#9DD384;
  background-image: url("../img/mmap/layers_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlLayerSwitcherItemInactive {
  background-image: url("../img/mmap/layers_off.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mmapControlLayerSwitcherItemInactive:hover {
  background-color:#000;
  background-image: url("../img/mmap/layers_on.png");
  background-repeat: no-repeat;
  background-position: center;
  //-ms-transform: scale(1.1,1.1); /* IE 9 */
  //-webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  //transform: scale(1.1,1.1);
}
.mmapControlLayerSwitcherItemInactive:active{
  position: relative;
  top: 3px;
  left: 3px;
  background-color:#000;
  background-image: url("../img/mmap/layers_hot.png");
  background-repeat: no-repeat;
  background-position: center;
}



.olControlLayerSwitcher .maximizeDiv:hover,
.olControlLayerSwitcher .minimizeDiv:hover {   
  -ms-transform: scale(1.1,1.1); /* IE 9 */
  -webkit-transform: scale(1.1,1.1); /* Chrome, Safari, Opera */
  transform: scale(1.1,1.1);
}

.mmapPopupXY {
  padding: 0px;
  overflow: auto;
  font-family: Arial, sans-serif;
  font-size: smaller;
}

.mmapPopupLength {
  padding: 0px;
  overflow: auto;
  font-family: Arial, sans-serif;
  font-size: smaller;
}

.mmapPopupArea {
  padding: 0px;
  overflow: auto;
  font-family: Arial, sans-serif;
  font-size: smaller;
}

.mmapPopupHeader {
  padding: 0px;
  overflow: auto;
  font-family: Arial, sans-serif;
  font-size: 1em;
}

.mmapPopupContent {
  padding: 0px;
  overflow: auto;
  font-family: Arial, sans-serif;
  font-size: smaller;
}
