﻿.TabDivNotActive {
    background-color: #2D4C6B !important;
    color: white !important;
}

.TabdivExp1 {
    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;
}

.TabdivAct1 {
    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;
}

.TabdivGlossary1 {
    display: none;
}

.ExplanationTabs {
    display: none;
    height: 100px;
    overflow: auto;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
.divNonSplitter {
    width: 5px;
    float: left;
    height: 29px;
    background-color: #55708B;
}
#divStudentSplitter {
    background-color: White;
    overflow: hidden;
}
.divStudentTabs {
    width: 100%;
    height: 29px;
    background-color: #55708B;
    position: fixed;
    bottom: 46px;
    left: 0px;
    z-index: 999999999
}
#divStudentActivity {
    padding-left: 20px;
    padding-bottom: 10px;
    height: 400px;
    padding-top: 10px;
    padding-right: 10px;
    overflow: auto;
}