/**************************************************************************
** PROJECT :		CLISSON
** FILE NAME :		ol.css (openLayers)
**
***************************************************************************/

.olControlOverviewMapRectReplacement {
    overflow: hidden;
    cursor: move;
    background-image: url('../images/overview-replacement.gif');
    background-repeat: no-repeat;
    background-position: center;
}
div.olMapViewport {
   -moz-user-select: none;
   z-index: 2;
}
/* TOOLTIP (MEASURE) */

.tooltip {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 0;
    border: 1px solid red;
    background-color: red;
    z-index: 9999999999;
}


/* CONTROLS */

.olControlAttribution {
    display: block;
    position: absolute; 
    font-size: smaller; 
    right: 3px; 
    bottom: 4.5em; 
}
.olControlScale {
    display: block;
    position: absolute;
    right: 3px;
    bottom: 3em;
}
.olControlPermalink {
    display: block;
    position: absolute;
    right: 3px;
    bottom: 1.5em;
} 
div.olControlMousePosition {
    display: block;
    position: absolute;
    font-family: Arial;
    font-size: smaller;
    bottom: 50px;
    right: 3px;
}

/* OVERVIEWMAP */

.olControlOverviewMapContainer {
    position: absolute;
    top: 0px;
    left: 0px;
}
.olControlOverviewMapElement {
	position: relative;
    background: transparent url(../images/nav/refbg.gif) no-repeat scroll 0;
}
.olControlOverviewMapMinimizeButton {
    right: 0px;
    bottom: 0px;
}    
.olControlOverviewMapMaximizeButton {
    left: 0px;
    top: 0px;
}
.olControlOverviewMapExtentRectangle {
   border: 1px solid #676767;
   cursor: move;
}

/* SCALEBAR */

.olControlScaleBar {
    bottom: 0px;
    right: 0px;
    font-family: sans-serif;
    color: #000;    
    background-color: #fff;
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);    
}

.olControlScaleBarBar {
    height: 5px;
    top: 12px;
    background-color: #fff;
    border: 1px solid black;
}

.olControlScaleBarBarAlt {
    height: 5px;
    top: 12px;
    background-color: #000;
    border: 1px solid black;
}

.olControlScaleBarMarkerMajor {
    width: 13px;
    height: 13px;
    top: 12px;
    z-index: 5000;
}

.olControlScaleBarMarkerMinor {
    width: 13px;
    height: 13px;
    top: 12px;
    z-index: 5000;
}

.olControlScaleBarNumbersBox {
    width: 40px;
    height: 13px;
    font-size: 9px;
    top: 24px;
}

.olControlScaleBarLabelBox {
    height: 15px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
    top: -2px;
}

.olControlScaleBarLabelBoxSingleLine {
    height: 15px;
    width: 35px;
    font-size: 13px;
    top: 0px;
    left: 10px;
}

.loading {
    position: relative;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background: transparent url(../images/loading.gif) no-repeat scroll center;
    z-index: 99999999999;
}

.olHandlerBoxZoomBox {
    position: absolute;
    font-size: 1px;
    background-color: white;
    filter: alpha(opacity=50);
    opacity: 0.50;
    border: 2px solid #db0048;
    z-index: 99999999999;
}   


