/* modify font of mouse position display */
div.olControlMousePosition {
  font-family:         Verdana;
  font-size:           9px;
}

/* style for custom panel */
 
.olControlPanel { 
  right:               -5px;  
  top:                 6px;
}
  
.olControlPanel div { 
  display:             block;
  width:               17px;
  height:              17px;
  margin:              5px;
}
        
.olControlPanel .customLegendButtonItemActive { 
  background-image: url("./images/resources/openlayers_customControlIcon.png");
}

.olControlPanel .customLegendButtonItemInactive { 
  background-image: url("./images/resources/openlayers_customControlIcon.png");
}


.popupLegend {	
  background-color: #222222;	
}


