TABLE.tab-table
{
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    MARGIN: 0px;
    FONT: menu;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: #808080 0px
}

TD.tab-button-normal
{
    BORDER-RIGHT: buttonshadow 1px solid;
    BORDER-TOP: buttonhighlight 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    color: white;
    BACKGROUND-IMAGE: none;
    BORDER-LEFT: buttonhighlight 1px solid;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: buttonhighlight 1px solid;
    BACKGROUND-REPEAT: repeat;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #003366;
    TEXT-ALIGN: center
}
TD.tab-button-mouseover
{
    BORDER-RIGHT: buttonshadow 1px solid;
    BORDER-TOP: buttonhighlight 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    BACKGROUND-IMAGE: none;
    BORDER-LEFT: buttonhighlight 1px solid;
    CURSOR: hand;
    COLOR: blue;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: buttonhighlight 1px solid;
    BACKGROUND-REPEAT: repeat;
    FONT-FAMILY: Arial;
    HEIGHT: 20px;
    BACKGROUND-COLOR: #DBE0FE;
    TEXT-ALIGN: center
}
TD.tab-button-active-mouseover
{
    BORDER-RIGHT: buttonshadow 1px solid;
    BORDER-TOP: buttonshadow 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    BACKGROUND-IMAGE: none;
    BORDER-LEFT: buttonshadow 1px solid;
    CURSOR: hand;
    BACKGROUND-REPEAT: repeat;
    FONT-FAMILY: Arial;
    HEIGHT: 20px;
    BACKGROUND-COLOR: #f9f9f9;
    TEXT-ALIGN: center
}
TD.tab-button-active
{
    BORDER-RIGHT: buttonshadow 1px solid;
    BORDER-TOP: buttonshadow 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    BACKGROUND-IMAGE: none;
    BORDER-LEFT: buttonshadow 1px solid;
    CURSOR: hand;
    BACKGROUND-REPEAT: repeat;
    FONT-FAMILY: Arial;
    HEIGHT: 20px;
    BACKGROUND-COLOR: #DBE0FE;
    TEXT-ALIGN: center
}
TD.tab-top-filler
{
    BORDER-RIGHT: buttonshadow 1px solid;
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    BACKGROUND-IMAGE: none;
    BORDER-LEFT: buttonhighlight 1px solid;
    BACKGROUND-REPEAT: repeat;
    BACKGROUND-COLOR: #FFCC33
}

TD.tab-body
{
    BORDER-RIGHT: buttonshadow 1px solid;
    PADDING-RIGHT: 10px;
    BORDER-TOP: buttonhighlight 1px solid;
    BACKGROUND: #DBE0FE;
    PADDING-BOTTOM: 10px;
    BORDER-LEFT: buttonshadow 1px solid;
    PADDING-TOP: 10px;
    BORDER-BOTTOM: buttonshadow 1px solid
}
