﻿.menuTabs
{
    position: relative;
    text-align: left;
    padding-right: 15px;
}
.tab
{
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    color: Gray;
}
.selectedTab
{
    padding: 0px 0px 0px 0px;
    color: Maroon;
}
.tabBody
{
    border: solid 1px gray;
    width: 600px;
    height: 420px;
    vertical-align: top;
    padding: 5px 5px 5px 5px;
    font-size: 12px; /* font-weight: bold; */
}
.classlocationMenu
{
    vertical-align: top;
}

.CurrentTerm
{
    font-weight: bold;
    color: black;
    background-color: Silver;
}

.tableheader
{
    background-color: #996666;
    vertical-align: top;
    text-align: left;
    color: White;
}

.tablecell
{
    background-color: #cccccc;
    vertical-align: top;
    text-align: left;
}
