div.olLayerDiv {
   -moz-user-select: none 
}

div .olLayerGoogleCopyright,
div .olLayerGooglePoweredBy,
div .olControlAttribution 
{
    height:1px !important;
    overflow:hidden !important;
    z-index:0 !important;
}

.olControlScale {
    right: 3px;
    bottom: 3em;
    display: block;
    position: absolute;
    font-size: smaller;
}
.olControlScaleLine {
   left: 10px;
   bottom: 15px;
   font-size: xx-small;
}
.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;
    font-size: smaller;
} 

div.olControlMousePosition {
    bottom: 0em;	
	z-index:999 !important;
    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 {
    overflow: hidden;
    background-image: url("img/blank.gif");
    cursor: move;
    border: 2px dotted red;
}
.olControlOverviewMapRectReplacement {
    overflow: hidden;
    cursor: move;
    background-image: url("img/overview_replacement.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.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;
    overflow: auto;
}    
.olControlNavToolbar { 
    width:0px;
    height:0px;
}    
.olControlNavToolbar div { 
  display:block;
  width:  28px;
  height: 28px;
  top: 300px;
  left: 6px;
  position: relative;
}


.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/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -103px -23px; 
}
.olControlEditingToolbar .olControlNavigationItemInactive { 
  background-image: url("img/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -103px -0px; 
}
.olControlEditingToolbar .olControlDrawFeaturePointItemActive { 
  background-image: url("img/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -77px -23px; 
}
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive { 
  background-image: url("img/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -77px -0px; 
}
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive { 
  background-image: url("img/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -51px 0px; 
}
.olControlEditingToolbar .olControlDrawFeaturePathItemActive { 
  background-image: url("img/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -51px -23px; 
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive { 
  background-image: url("img/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -26px 0px; 
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive { 
  background-image: url("img/editing_tool_bar.png");
  background-repeat: no-repeat;
  background-position: -26px -23px ;                                                                   
}

.olHandlerBoxZoomBox {
    border: 2px solid red;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}   

/* 
 * Due to current limitations in the OpenLayers code, you can only
 * replace this image with another image which is 17px x 17px. 
 */   
.olPopupCloseBox {
  background: url("img/close.png") no-repeat;
  cursor: pointer;
}

.olControlNoSelect {

 -moz-user-select: none;
}
.olControlNavToolbar{
	z-index:999 !important;
}



/******************** Zoom and pan controls *********************/



/* hide all images and use divs only */
.olControlPanZoomBar2 div img
{
    display:none;
}

/* all styles need !important because the elements have inline styles */
.olControlPanZoomBar2{
	width:100px !important;
	z-index:999 !important;
	height:403px !important;
	background:url(../img/navButtons/bg.png) no-repeat top left;
	top:0 !important;
	left:0 !important;
}

#OpenLayers_Control_PanZoom_panup,
#OpenLayers_Control_PanZoom_panleft,
#OpenLayers_Control_PanZoom_pandown,
#OpenLayers_Control_PanZoom_panright{
	z-index:100;
}
#OpenLayers_Control_PanZoom_panup{
	background-image:url(../img/navButtons/buttonMoveTop.png); 
	top:15px !important;
	left:25px !important;
	width:32px !important;
	height:19px !important;
}
#OpenLayers_Control_PanZoom_panup:hover
{
    background-position:-64px;
}

#OpenLayers_Control_PanZoom_panleft{
	background-image:url(../img/navButtons/buttonMoveLeft.png);
	top:34px !important;
	left:11px !important;
	width:19px !important;
	height:25px !important;
}
#OpenLayers_Control_PanZoom_panleft:hover{
    background-position:-38px;
}

#OpenLayers_Control_PanZoom_panright{
	background-image:url(../img/navButtons/buttonMoveRight.png);
	top:34px !important;
	left:53px !important;
	width:19px !important;
	height:25px !important;
}
#OpenLayers_Control_PanZoom_panright:hover{
    background-position:-38px;
}

#OpenLayers_Control_PanZoom_pandown{
	background-image:url(../img/navButtons/buttonMoveBottom.png);
	top:59px !important;
	left:25px !important;
	width:32px !important;
	height:18px !important;
}
#OpenLayers_Control_PanZoom_pandown:hover{
    background-position:-64px;
}

#OpenLayers_Control_PanZoom_zoomworld{
	background-image:url(../img/custom/buttonMoveHome.png);
	top:20px !important;
	left:17px !important;
	width:49px !important;
	height:51px !important;
	z-index:10;
}
#OpenLayers_Control_PanZoom_zoomworld:hover{
    background-position:-98px;
}

#OpenLayers_Control_PanZoom_zoomin{
	background-image:url(../img/navButtons/buttonZoomIn.png);
	top:84px !important;
	left:23px !important;
	width:34px !important;
	height:24px !important;
}
#OpenLayers_Control_PanZoom_zoomin:hover{
    background-position:-68px;
}


#OpenLayers_Control_PanZoom_zoomout{
	background-image:url(../img/navButtons/buttonZoomOut.png);
	top:252px !important;
	left:23px !important;
	width:30px !important;
	height:24px !important;
}
#OpenLayers_Control_PanZoom_zoomout:hover{
    background-position:-60px;
}

#OpenLayers_Control_PanZoomBar_ZoombarOpenLayers\.Map_1{
	background-image:url(../img/navButtons/zoomBar.png)  !important;
	background-position: center center !important;
    background-repeat:no-repeat !important;
	top:107px !important;
	left:28px !important;
	width:28px !important;
	height:142px !important;
}
#OpenLayers_Control_PanZoomBar_SliderOpenLayers\.Map_1
{
	background-image:url(../img/navButtons/buttonZoomKnob.png) !important;
	left:28px !important;
	width:27px !important;
	height:26px !important;
	
}
#OpenLayers_Control_PanZoomBar_SliderOpenLayers\.Map_1:hover
{
    background-position:-54px;
}



.olControlNavToolbar .olControlZoomBoxItemActive,
.olControlNavToolbar .olControlZoomBoxItemInactive{
	background-image:url(../img/navButtons/buttonZoomArea.png);
	top:276px !important;
	left:23px !important;
	width:42px !important;
	height:32px !important;
	position:absolute !important;
}
.olControlNavToolbar .olControlZoomBoxItemActive
{
    background-position:-42px;
}
.olControlNavToolbar .olControlZoomBoxItemInactive:hover
{
    background-position:-84px;
}

.olControlNavToolbar .olControlNavigationItemActive,
.olControlNavToolbar .olControlNavigationItemInactive{
	background-image:url(../img/navButtons/buttonPan.png);
	top:309px !important;
	left:25px !important;
	width:36px !important;
	height:38px !important;
	position:absolute !important;
}
.olControlNavToolbar .olControlNavigationItemActive
{
    background-position:-36px;
}
.olControlNavToolbar .olControlNavigationItemInactive:hover{
    background-position:-72px;
}


.olControlNavigationHistoryPreviousItemActive,
.olControlNavigationHistoryPreviousItemInactive, 
.olControlNavigationHistoryNextItemActive, 
.olControlNavigationHistoryNextItemInactive
{
   background-repeat: no-repeat;
    top:350px !important;
    height:26px;
   position:absolute;
}

.olControlNavigationHistoryPreviousItemActive,  
.olControlNavigationHistoryPreviousItemInactive { 
    left:24px !important;
    background-image: url("../img/navButtons/previous.png");
    width:28px;
    background-position:-28px;
}
.olControlNavigationHistoryPreviousItemActive:hover
{
    background-position:-56px;
}  
.olControlNavigationHistoryPreviousItemInactive  
{
    background-position:0;
}

.olControlNavigationHistoryNextItemInactive,
.olControlNavigationHistoryNextItemActive { 
    background-image: url("../img/navButtons/next.png");
    width:30px;
    left:52px !important;
    background-position:-30px;
}
.olControlNavigationHistoryNextItemActive:hover  
{
    background-position:-60px;
}
.olControlNavigationHistoryNextItemInactive  
{
    background-position:0;
}



.olPopup
{
    
	font-size:90% !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;   
	width:auto !important;
	height:auto !important;
	border: 1px solid #fff !important;
}
.olPopup img{
	border:0;
}

.olPopupContent{
	padding:0;
	width:auto !important;
	height:auto !important;
	font: Verdana, Arial, Helvetica, sans-serif !important; 
}
.olPopupSubContent{
padding:1em;
border-top:1px solid #fff;
}
div.olPopupCloseBox
{
    background-image:url('../img/close.png');
    width:17px;
    height:17px;
}
.olControlMousePosition
{
    background-color:White !important ;
	font-weight:bold;
	opacity:0.7;
	padding:0.1em 0.5em;
}

