div.olMapViewport {
   -moz-user-select: none 
}

.olLayerGoogleCopyright {
    left: 2px;
    bottom: 2px;  
}
.olLayerGooglePoweredBy {
    left: 2px;
    bottom: 15px;   
}
.olControlAttribution {
    font-size: smaller; 
    right: 3px; 
    bottom: 4.5em; 
    position: absolute; 
    display: block;
}
.olControlScale {
	right: 3px;
	bottom: 3em;
	display: block;
	position: absolute;
	font-size: smaller;
}
.olControlScaleLine {
	left: 10px;
	bottom: 40px;				/* moved from 15px; */
	font-size: small;
	font-weight: bold;
}
.olControlScaleLineBottom {
	border: solid 2px black;
	border-bottom: none;
	margin-top:-2px;
	text-align: center;
}
.olControlScaleLineTop {
	border: solid 2px black;
	border-top: none;
	text-align: center;
}
.olControlPermalink {
    right: 3px;
    bottom: 1.5em;
    display: block;
    position: absolute;
} 

div.olControlMousePosition {
    bottom: 0.5em;				/* moved from 0em; */
    left: 10px;					/* moved from right: 3px; */
    display: block;
    position: absolute;
    font-family: Arial;
    font-size: small;			/* changed from xx-small */
    							
    font-weight:bold;			/* added */
    color: #333333;				/* added */
    border: 1px solid #555555;	/* added */
    background-color: #eeeeee;	/* added */
    padding: 2px 5px;    		/* added */
}

.olControlOverviewMapContainer {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.olControlOverviewMapElement {
    padding: 10px 18px 10px 10px;
    background-color: #00008B;
    -moz-border-radius: 1em 0 0 0;
}

.olControlOverviewMapMinimizeButton {
    right: 0px;
    bottom: 80px;
}    

.olControlOverviewMapMaximizeButton {
    right: 0px;
    bottom: 80px;
}

.olControlOverviewMapExtentRectangle {
   cursor: move;
    border: 2px dotted red;
}
.olLayerGeoRSSDescription {
    float:left;
    width:100%;
    overflow:auto;
    font-size:1.0em;
}
.olLayerGeoRSSClose {
    float:right;
    color:gray;
    font-size:1.2em;
	margin-right:6px;
    font-family:sans-serif;
}
.olLayerGeoRSSTitle {
    float:left;font-size:1.2em;
}

.olPopupContent {
    padding:5px;
}    
.olControlNavToolbar { 
    width:0px;
    height:0px;
}    
.olControlNavToolbar div { 
  display:block;
  width:  28px;
  height: 28px;
  top: 150px;		/* moved up from 300px */
  left: 12px;		/* moved right from 6px */
  position: relative;
}

.olControlNavToolbar .olControlNavigationItemActive { 
  /*background-image: url("img/panning-hand-on.png");*/
  background-image: url("img/pan.drag.on.png");
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlNavigationItemInactive { 
  /*background-image: url("img/panning-hand-off.png");*/
  background-image: url("img/pan.drag.off.png");
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlZoomBoxItemActive { 
  /*background-image: url("img/drag-rectangle-on.png");*/
  /*background-color: orange;*/
  background-image: url("img/zoom.box.on.png");
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlZoomBoxItemInactive { 
  /*background-image: url("img/drag-rectangle-off.png");*/
  background-image: url("img/zoom.box.off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar  {
    float:right;
    right: 0px;
    height: 30px; 
    width: 310px;		/* expanded from 200px */
}
.olControlEditingToolbar div { 
  float:right;
  width:  24px;
  height: 24px;
  margin: 5px;
}
.olControlEditingToolbar .olControlNavigationItemActive { 
  background-image: url("img/pan_on.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlNavigationItemInactive { 
  background-image: url("img/pan_off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemActive { 
  background-image: url("img/draw_point_on.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive { 
  background-image: url("img/draw_point_off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive { 
  background-image: url("img/draw_line_off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemActive { 
  background-image: url("img/draw_line_on.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive { 
  background-image: url("img/draw_polygon_off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive { 
  background-image: url("img/draw_polygon_on.png");
  background-repeat: no-repeat;
}



.olControlEditingToolbar .olControlZoomBoxItemActive { 
  background-image: url("img/zoom.box.on.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlZoomBoxItemInactive { 
  background-image: url("img/zoom.box.off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlClearVectorsItemActive { 
  background-image: url("img/clear.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlClearVectorsItemInactive { 
  background-image: url("img/clear.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlMeasureItemActive { 
  background-image: url("img/measure_on.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlMeasureItemInactive { 
  background-image: url("img/measure_off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeatureCircleItemInactive { 
  background-image: url("img/draw_circle_off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeatureCircleItemActive { 
  background-image: url("img/draw_circle_on.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeatureBoxItemInactive { 
  background-image: url("img/draw_box_off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeatureBoxItemActive { 
  background-image: url("img/draw_box_on.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlMapHelpItemInactive { 
  background-image: url("img/help_off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlMapHelpItemActive { 
  background-image: url("img/help_on.png");
  background-repeat: no-repeat;
}

.olHandlerBoxZoomBox {
    border: 2px dotted red;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}

.olPopupCloseBox {
  background: url("img/close.gif") no-repeat;
  cursor: pointer;
}  