img {border:0px;}

 #wrapper {
    text-align: left;
    margin: 0px auto;
    padding: 0px;
    border:0;
    width: 968px;
    background: #CCCC99;
}

#header {
    margin: 0 0 15px 0;
    background: yellow;
}

#side-a {
    float: left;
    width: 195px;
    background:white;
}

#wfMap { 
    float: left;
    background:#dadee2;
    width: 555px;
    height:500px;
}

#footer {
    background: #A2A2A2;
}


#selectFilter{
    width:90%;
    margin:5px;
    color:grey;
    font-weight:bold;
    }


#legendLink{
    border:1px solid grey;
    font-size:1.4em;
    margin:5px;
    padding:5px;
    text-align:center;
}
 #divGeocoder{
    border:1px solid grey;
    font-size:1.2em;
    margin:5px;
    padding:6px;
    text-align:center;
    }
   
#addressGeocoder{
     width:170px;
     }

#geocodeText{
    font-size:1.1em;
    }
   

#clickResults{
    border: 1px solid grey;
    margin:5px;
    padding:2px;
    height:400px;
    overflow:auto;
    }

#attribution{
    border:1px solid grey;
    text-align: center;
    font-size:1.2em;
    color:grey;
    margin:5px;
    padding:2px;
}

    
.simpleResultsRow{
    width:150px;
    overflow:auto;
    background:#dadee2;
    margin:1px;
    }

.resultsValue{
   overflow:hidden;
   }

.resultsValue img{
    padding:5px;
   }

.resultsType{
   font-weight:bold;
   float:left;
   }

#wfLegendContainer{
    background:#dadee2;
    width:500px;
    }   

.legendRow {
    background:#fff;
    font-size:.8em;
    }

.legendRow td{
    padding:2px 15px 2px 15px;
    background:white;
    }

.legendDescription{
    width:105px;
    }

.watertypeDivider{
    height:1px;
    overflow:none;
    border-bottom:1 px solid grey;
    }
    
#wfWatertypeDetails td{
    padding:1px;
    }

    
.pointDetailRowPhoto{
    float:left;
    padding:5px;
    }

.pointDetailRow{
    padding:5px;
    display:block;
    }

.pointRowContainer{
    padding:10px;
    margin:5px;
    background:#dadee2;
    height:260px;
    overflow:auto;
    }

    div.olMapViewport {
   -moz-user-select: none 
}

.olLayerGoogleCopyright {
    left: 2px;
    bottom: 2px;  
}
.olLayerGooglePoweredBy {
    left: 2px;
    bottom: 15px;   
}
.olControlAttribution {
    font-size: smaller; 
    right: 3px; 
    bottom: 1.5em; 
    position: absolute; 
    display: block;
}
.olControlScale {
    right: 3px;
    bottom: 3em;
    display: block;
    position: absolute;
}
.olControlPermalink {
    right: 3px;
    bottom: 1.5em;
    display: block;
    position: absolute;
} 

div.olControlMousePosition {
    bottom: 0em;
    right: 3px;
    display: block;
    position: absolute;
    font-family: Arial;
    font-size: smaller;
}

.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: 300px;
  left: 6px;
  position: relative;
}

.olControlNavToolbar .olControlNavigationItemActive { 
  background-image: url("img/panning-hand-on.png");
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlNavigationItemInactive { 
  background-image: url("img/panning-hand-off.png");
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlZoomBoxItemActive { 
  background-image: url("img/drag-rectangle-on.png");
  background-color: orange;
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlZoomBoxItemInactive { 
  background-image: url("img/drag-rectangle-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("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;
}
