#Title {
    display: inline;
    background-color: #427BA4;
    color: #fff;
    font-weight: normal;
    font-size: 1.7em;
    padding: 0.2em;
    font-family: Tahoma;
    margin: 1em 0
}

.olPopup {
    overflow: inherit;
}

.olPopup * {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

.olPopup a.close {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 10px;
    right: 28px;
    background: url(script/img/close.gif) no-repeat top left;
    margin: 0px;
    font-size: 1px;
    padding: 0px;
}

.olPopup .olPopupContent {
    min-width: 200px;
    background-color: #ffffff !important;
    padding: 1px !important;
    margin: 0px !important;
    font-size: 0.80em;
}

.olPopup .olPopupContent h2 {
    font-size: small;
    text-align: center;
    padding: 2px 0px 2px 0px;
    margin: 0px 6px 0px 6px;
    text-transform: capitalize;
}

.olPopup .olPopupContent table {
    border-collapse: collapse;
    overflow: auto;
    padding: 0px;
}

.olPopupContent table td {
    padding: 4px;
    border: 1px solid #cccccc;
}

.olFramedCloudPopupContent a {
    color: #1B4C84;
    float: right;
    font-weight: bold;
    margin-top: 6px;
    text-decoration: none;
    font-size: 14px;
    font-style: italic;
}

.baseLbl {
    display: none;
}

.dataLbl {
    display: none;
}

.dataLayersDiv {
    display: none;
}

#map .olControlAttribution {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #26446C
}

#map .olControlAttribution a {
    color: #26446C
}

.olControlLayerSwitcher .layersDiv {
    background-color: #4682B4 !important;
    padding: 5px 10px;
}

.selects select {
    width: 100%
}

.selects select#Second {
    height: 306px;
    margin-top: 10px;
}

.navigation {
    visibility: hidden;
    font-size: 13px;
    color: #427BA4;
    font-weight: bold;
    border: 1px dashed #427BA4;
    background: #F4FAFF;
    background: rgba(244, 250, 255, 0.8);
    left: 275px;
    min-width: 260px;
    padding: 10px;
    position: absolute;
    top: 65px;
    z-index: 999;
}

.startbtn {
    visibility: hidden;
    background: #F4FAFF;
    border: 1px dashed #427BA4;
    left: 20px;
    padding: 4px;
    position: absolute;
    top: 127px;
    z-index: 999;
}