﻿.map {
    position: relative;
    width: 100%;
    height: 100%;
}

.mousePositionCtrl {
    bottom: 15px;
    right: 10px;
    color: #000000;
    filter: glow(color: #026db3, strength=2);
    display: block;
    position: relative;
}

.olPopupCloseBox {
    background: url("../../../../../images/openlayers/close.gif") no-repeat;
    cursor: pointer;
}

.olFramedCloudPopupContent {
    padding: 5px;
    overflow: auto;
}

.olHandlerBoxZoomBox {
    border: 2px solid red;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}

.olCursorWait {
    cursor: wait;
}

.olDragDown {
    cursor: move;
}

.olDrawBox {
    cursor: crosshair;
}

.olControlDragFeatureOver {
    cursor: move;
}

.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
    cursor: -moz-grabbing;
}

#map_layer img {
    max-width: 11256%;
}
