#header {
    height: 35px;
    line-height: 0px;
    border-color: #00467F;
    background-color: #58567A;
    border-width: 2px;
    border-radius: 5px;
    overflow: hidden;
}

#bannerTitle {
    position: relative;
    bottom: 15px;
    left: 10px; 
    font-family: "Times New Roman", Georgia;
    font-size: 28px;
    font-weight: bold;
    color: #F1F1F1;
}

#tocTitle {
    text-align:center;
    top: 1px;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: black;
    text-shadow: 4px 4px #B0E0E6;
}

#hrProperties {
    font-weight: bold;
    color: black;
    height: 5px;
    
}

#leftPane {
    width: 22%;
}

#map {
    padding: 0;
    border-color: #00467F;
    border-width: 2px;
    border-radius: 5px;
}

#HomeButton {
    position: absolute;
    top: 95px;
    left: 20px;
    z-index: 50;
}

#timePanel {
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 100;
}

#timeInfo {
    margin: auto;
    width: 50%;
    padding: 10px;
    background-color: white;
    border-color: black;
    border-width: 2px;
}

#sliderTxt {
    text-align: center;
}


#spC {
    display: none;
    background-color: rgba(0, 0, 255, 1);
    color: yellow;
}

#spH {
    display: none;
    background-color: rgba(0, 0, 255, 1);
    color: yellow;
}

#spA {
    display: none;
    background-color: rgba(0, 0, 255, 1);
    color: yellow;
}

#spIH {
    display: none;
    background-color: rgba(0, 0, 255, 1);
    color: yellow;
}

#layersDiv {
    padding: 5px;
}

#tocDivSLR,
#tocDivBase {
    padding-left: 5px;
}

.openIcon {
    background-image: url(../images/plus_129.png);
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
}

.closeIcon {
    background-image: url(../images/minus_130.png);
    background-position: center;
    background-repeat: no-repeat;
}

.claro .dijitTabContainerTop-tabs .dijitTabInnerDiv,
.claro .dijitTabContainerTop-tabs .dijitTabContent {
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}