﻿body {
}

.tab_Holder
{
    background-color:#EEEEEE;
}

.tab_N
{
    background-color:#EEEEEE;
    color:#000000;
    border: solid 1px #B1B1B1;
    border-bottom: none;
    height:20px;
    text-align:center;
}

.tab_N:hover
{
    background-color:#306A7C;
    color:#FFFFFF;
    border-bottom: none;
    height:20px;
    text-align:center;
    cursor:pointer;
}

.tab_N A
{
    color:#000000;
    font-weight:bold;
    text-decoration:none;
    cursor:default;
}

.tab_N A:Hover
{
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
    cursor:Pointer;
}

.tab_A
{
    background-color:#306A7C;
    color:#FFFFFF;
    border: solid 1px #B1B1B1;
    border-bottom: none;
    height:20px;
    text-align:center;
}

.tab_A A
{
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
    cursor:default;
}

.tab_D
{
    background-color:#F6F5F5;
    color:#AAAAAA;
    border: solid 1px #B1B1B1;
    border-bottom: none;
    height:20px;
    text-align:center;
}

.tab_Gap
{
    background-color:#FFFFFF;
    border: none;
    height:20px;
    width:1px;
}

.tab_Divider
{
    background-color:#306A7C;
    height:10px;
}

.tab_NL
{
    border-left: none;
}

.tab_NR
{
    border-right: none;
}

.tab_Skirt
{
    padding-left:15px;
    padding-right:15px;
}