/* Navigation */

div#OpenLayers.Control.PanZoom_5_zoomout{
    display:none !important;
}
.olControlPanPanel div {
    background-image:url('http://www.waterandhealth.eu/images/atlas/tool-sprites.gif') !important;
    font-size:0 !important;
    height:15px !important;
    width:15px !important;
}
.olControlPanPanel .olControlPanNorthItemInactive {
    background-position:15px -60px !important;
    left:16px !important;
}
.olControlPanPanel .olControlPanEastItemInactive {
    background-position:15px -120px !important;
    left:30px !important;
    top:16px !important;
}
.olControlPanPanel .olControlPanSouthItemInactive {
    background-position:15px -75px !important;
    left:16px !important;
    top:32px !important;
}
.olControlPanPanel .olControlPanWestItemInactive {
    background-position:15px -105px !important;
    left:2px !important;
    top:16px !important;
}
.olControlZoomPanel {
    left:21px !important;
}
.olControlZoomPanel div {
    background-image:url('http://www.waterandhealth.eu/images/atlas/tool-sprites.gif') !important;
    font-size:0 !important;
    height:15px !important;
    width:15px !important;
}
.olControlZoomPanel .olControlZoomInItemInactive {
    background-position:15px -240px !important;
}
.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
    display:none !important;
}
.olControlZoomPanel .olControlZoomOutItemInactive {
    background-position:15px -255px !important;
    top:123px !important;
}

.olMapViewport {
    background-color:#090931;
}


.x-grid3-row-selected .x-grid3-col-name{
    background-color:#FBF869 !important;
}

.x-grid3-row-selected .x-grid3-col-value{
    background-color:#FBF869 !important;
}

.x-tree-selected{
    background-color:#FBF869 !important;
}


/* position the zoom slider within map panel */
.gx-zoomslider {
    top: 90px;
    left: 18px
}

/* Toolbar */

.zoomin {
    background-image:url(http://www.waterandhealth.eu/images/atlas/icon_zoomin.png) !important;
    height:20px !important;
    width:20px !important;
}

.zoomout {
    background-image:url(http://www.waterandhealth.eu/images/atlas/icon_zoomout.png) !important;
    height:20px !important;
    width:20px !important;
}

.zoomfull {
    background-image:url(http://www.waterandhealth.eu/images/atlas/icon_zoomfull.png) !important;
    height:20px !important;
    width:20px !important;
}

.pan {
    background-image:url(http://www.waterandhealth.eu/images/atlas/icon_pan.png) !important;
    height:20px !important;
    width:20px !important;
}

.back {
    background-image:url(http://www.waterandhealth.eu/images/atlas/resultset_previous.png) !important;
    height:20px !important;
    width:20px !important;
}

.next {
    background-image:url(http://www.waterandhealth.eu/images/atlas/resultset_next.png) !important;
    height:20px !important;
    width:20px !important;
}

.mylabel {
    font-family: arial,verdana,sans-serif !important;
}