/**
 * Legend
 */ 
.olControlLegend {
    position: absolute;
    top: 150px;
    right: 0px;
    width: 20em;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    font-size: smaller;
    color: white;
    background-color: transparent;
}

.olControlLegend .layersDiv {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 75px;
    background-color: darkblue;
    width: 100%;
    height: 100%;
}

.olControlLegend .layersDiv .baseLbl,
.olControlLegend .layersDiv .dataLbl {
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.olControlLegend .layersDiv .baseLayersDiv,
.olControlLegend .layersDiv .dataLayersDiv {
    padding-left: 10px;
}

.olControlLegend .maximizeDiv,
.olControlLegend .minimizeDiv {
    top: 5px;
    right: 0px;
}

