﻿/* -----------------------------------------------
    SCALEBAR START
----------------------------------------------- */

.olControlScaleBar
{
	bottom: 0px;
    right: 5px;
    color: #000;
}

.olControlScaleBarBar
{
    height: 10px;
    top: 12px;
    background-image: url('../../images/scalebar/scalebar-bar-red.png');
    background-position: 0 0;
    background-repeat: repeat-x;
}

.olControlScaleBarBarAlt
{
    top: 12px;
    background-image: url('../../images/scalebar/scalebar-bar-red.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 10px;
}

.olControlScaleBarMarkerMajor
{
    z-index: 5000;
    top: 12px;
    background-image: url('../../images/scalebar/scalebar-marker-red.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.olControlScaleBarMarkerMinor
{
    width: 10px;
    height: 10px;
    top: 12px;
    background-image: url('../../images/scalebar/scalebar-marker-red.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 5000;
}

.olControlScaleBarNumbersBox
{
    width: 40px;
    height: 10px;
    top: 24px;
    font-size: 55%;
    font-weight: bold;
}

.olControlScaleBarLabelBox
{
    height: 15px;
    top: -2px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.olControlScaleBarLabelBoxSingleLine
{
    top: 0px;
    left: 10px;
    width: 35px;
    height: 15px;
    font-size: 77%;
}

/* -----------------------------------------------
    SCALEBAR STOP
----------------------------------------------- */
