﻿.dataLayersDiv
{
	overflow:auto;
	height:250px;
}
.olControlLayerSwitcher {
    position: absolute;
    top: 25px;
    right: 0px;
    width: 20em;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 3px;
    margin-bottom: 5px;
    font-size: smaller;
    color: white;
    background-color: transparent;
}
.olControlLayerSwitcher .layersDiv {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    width: 247px;
    height: 100%;
}
.baseLbl, .baseLayersDiv, .dataLbl, .dataLayersDiv
{
	width:230px;
}

