#tab {
    margin-bottom: 4px
}

#tab td {
    white-space: nowrap;
    padding: 6;
    padding-left: 5;
    padding-right: 5;
}

.tabLeft, .tabFocus, .tabNormal, .tabRight {
    border: 1px solid #C2C2C2;
    text-align: center;
}

.tabLeft {
    border-width: 0 0 1 0;
    width: 4;
}

.tabFocus {
    border-width: 3 0 0 1;
    border-top: 3 solid #FF9C00;
    cursor: hand;
    font: bold;
    white-space: nowrap;
    background: FFEA97;
    filter: progid: DXImageTransform . Microsoft . Gradient( gradienttype = 0, startcolorstr = #FFEA97, endcolorstr = #ffffff );
}

.tabNormal {
    border-width: 1 0 1 1;
    cursor: hand;
    white-space: nowrap;
    filter: progid: DXImageTransform . Microsoft . Gradient( gradienttype = 0, startcolorstr = #EBEBDC, endcolorstr = #ffffff );
    color: #000000
}

.tabRight {
    border-width: 0 0 1 1;
}
