.tab-table
{
    BACKGROUND: buttonface;
    BORDER-BOTTOM: buttonshadow 1px solid;
    BORDER-LEFT: buttonhighlight 1px solid;
    BORDER-RIGHT: buttonshadow 1px solid;
    BORDER-TOP: buttonhighlight 1px solid
}
.tab-button
{
    BACKGROUND: buttonface;
    BORDER-BOTTOM: buttonshadow 1px solid;
    BORDER-LEFT: buttonhighlight 1px solid;
    BORDER-RIGHT: buttonshadow 1px solid;
    BORDER-TOP: buttonhighlight 1px solid;
    CURSOR: hand;
    HEIGHT: 20px;
    TEXT-ALIGN: center;
    WIDTH: 100px
}
.tab-button2
{
    BACKGROUND: buttonface;
    BORDER-BOTTOM: buttonshadow 1px solid;
    BORDER-LEFT: buttonhighlight 1px solid;
    BORDER-RIGHT: buttonshadow 1px solid;
    BORDER-TOP: buttonhighlight 1px solid;
    COLOR: blue;
    CURSOR: hand;
    HEIGHT: 20px;
    TEXT-ALIGN: center;
    WIDTH: 100px
}
.tab-button3
{
    BACKGROUND: buttonface;
    BORDER-BOTTOM: buttonhighlight 1px solid;
    BORDER-LEFT: buttonshadow 1px solid;
    BORDER-RIGHT: buttonhighlight 1px solid;
    BORDER-TOP: buttonshadow 1px solid;
    COLOR: blue;
    CURSOR: hand;
    HEIGHT: 20px;
    TEXT-ALIGN: center;
    WIDTH: 100px
}
.tab-button4
{
    BACKGROUND: buttonface;
    BORDER-BOTTOM: buttonhighlight 1px solid;
    BORDER-LEFT: buttonshadow 1px solid;
    BORDER-RIGHT: buttonhighlight 1px solid;
    BORDER-TOP: buttonshadow 1px solid;
    CURSOR: hand;
    HEIGHT: 20px;
    TEXT-ALIGN: center;
    WIDTH: 100px
}
.tab-body
{
    BACKGROUND: buttonface;
    BORDER-BOTTOM: buttonshadow 1px solid;
    BORDER-LEFT: buttonhighlight 1px solid;
    BORDER-RIGHT: buttonshadow 1px solid;
    BORDER-TOP: buttonhighlight 1px solid
}
