﻿.TabNotActive {
    background-color: #2D4C6B !important;
    color: white !important;
}

.TabdivExplanation {
    float: left;
    line-height: 23px;
    height: 24px;
    bottom: 0px;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    background-color: White;
    left: 10px;
    cursor: pointer;
    float: left;
    margin-bottom: 5px;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color: #2D4C6B;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.TabdivGlossary {
    float: left;
    line-height: 23px;
    height: 24px;
    bottom: 0px;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    background-color: White;
    left: 120px;
    cursor: pointer;
    float: left;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #2D4C6B;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.TabBottomDiv {
    width: 100%;
    height: 29px;
    background-color: #55708B;
    position: fixed;
    bottom: 46px;
    left: 0px;
    z-index: 999999999;
}
#mainContentData {
    width: 100%;
    padding: 10px;
    height: 80%;
    position: fixed;
    top: 100px;
    overflow: auto;
}