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

.olLayerGoogleCopyright {
    left: 2px;
    bottom: 2px;  
}
.olLayerGooglePoweredBy {
    left: 2px;
    bottom: 15px;   
}

.olControlScale {
    right: 3px;
    bottom: 3em;
    display: block;
    position: absolute;
}
.olControlPermalink {
    right: 3px;
    bottom: 1.5em;
    display: block;
    position: absolute;
} 

div.olControlMousePosition {
    top: 0em;
	background-color: white;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	
    right: 3px;
    display: block;
    position: absolute;
    font-family: Arial;
    font-size: 12px;
}

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

.olControlOverviewMapElement {
    padding: 5px 18px 5px 5px;
    background-color: lightBlue;
    -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;
    font-family:sans-serif;
}
.olLayerGeoRSSTitle {
    float:left;font-size:1.2em;
}

.olPopupContent {
    padding:5px;
}    
.olControlNavToolbar div { 
  display:block;
  width:  20px;
  height: 20px;
  top: 130px;
  left: 15px;
  position: relative;
}

.olControlNavToolbar .olControlNavigationItemActive { 
  background-image: url("/outback/openlayers/img/bluehand.png");
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlNavigationItemInactive { 
  background-image: url("/outback/openlayers/img/bluehand_off.png");
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlZoomBoxItemActive { 
  background-image: url("/outback/openlayers/img/bluel.png");
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlZoomBoxItemInactive { 
  background-image: url("/outback/openlayers/img/bluel_off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar  {
    float:right;
    right: 0px;
    height: 30px; 
    width: 200px;
}
.olControlEditingToolbar div { 
  float:right;
  width:  24px;
  height: 24px;
  margin: 5px;
}
.olControlEditingToolbar .olControlNavigationItemActive { 
  background-image: url("/outback/openlayers/img/pan_on.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlNavigationItemInactive { 
  background-image: url("/outback/openlayers/img/pan_off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemActive { 
  background-image: url("/outback/openlayers/img/draw_point_on.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive { 
  background-image: url("/outback/openlayers/img/draw_point_off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive { 
  background-image: url("/outback/openlayers/img/draw_line_off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemActive { 
  background-image: url("/outback/openlayers/img/draw_line_on.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive { 
  background-image: url("/outback/openlayers/img/draw_polygon_off.png");
  background-repeat: no-repeat;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive { 
  background-image: url("/outback/openlayers/img/draw_polygon_on.png");
  background-repeat: no-repeat;
}
.olControlMapSlider {
  position: absolute;
  left: 1px;
  z-index: 1004;
}
#OpenLayers.Control.MapSlider_5 {
  position: absolute;
  left: 1px;
  z-index: 1004;
}
#hide_arrow {
  position: absolute;
  width: 9px;
  height: 487px;
}
#hide_arrow_innerImage {
  position: absolute;
  width: 9px;
  height: 487px;
}

