﻿/*Tab Strip Style*/

.GrayBar
{
    height: 27px;
    background-color: #cccccc;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.DarkGrayBar
{
    height: 22px;
    background-color: #000066;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top: #990000 4px solid;
}

.MainTab
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    width: 100%;
    padding-top: 0px; 
    position: absolute; 
    top: 85px;
   
}

@media print { .MainTab { display: none; } }

.TopGroup
{
    background-color: #000066;
    border: 1px;
    border-color: white;
    border-top: #990000 4px solid;
    border-left-color: #000066;
    border-bottom-style: none;
    border-style: solid;
    border-right-style: none;
}

.Level2Group
{
    background-color: #CCCCCC;
    border: 1px solid #CCCCCC;
    border-bottom: solid 1px black; /*-color: #000000; /*#F6F6F6;*/
    border-right-color: white;
    border-right: none;
    font-size: 8px;
}

.TopLevelTab
{
    color: white;
    font-family: Arial;
    font-size: 10px;
    border: 1px solid #000066;
    cursor: pointer;
}

.TopLevelTabHover
{
    color: white;
    font-family: Arial;
    font-size: 10px;
    border: 1px solid #3F3F3F;
    border-top-color: #888888;
    border-left-color: #888888;
    cursor: hand;
}

.SelectedTopLevelTab
{
    color: #3F3F3F;
    background-color: #CCCCCC;
    font-family: Arial;
    font-size: 10px;
    border: 1px solid gray;
    border-style: solid;
    border-color: #595959;
    border-right-color: #FFFFFF;
    border-bottom-color: #CCCCCC;
    position: relative;
    top: 1px;
    cursor: default;
}

.Level2Tab
{
    color: #3F3F3F;
    font-family: Arial;
    font-size: 10px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}

.Level2TabHover
{
    color: #3F3F3F;
    font-family: Arial;
    font-size: 10px;
    border: 1px solid white;
    border-right-color: #999999;
    border-bottom-color: #999999;
    cursor: pointer;
}

.SelectedLevel2Tab
{
    color: #3F3F3F;
    background-color: #F6F6F6;
    font-family: Arial;
    font-size: 10px;
    border: 1px solid white;
    border-left-color: #999999;
    border-top-color: #999999;
    border-bottom-color: #999999;
    position: relative;
    top: 1px;
    cursor: default;
}


/*End Tab Style*/

