﻿
.tabnormal {
    background: #fff;
    color: #008EB0;
    font-weight: bold;
}

.tabhover {
    background: #268FD3;
    color: #fff;
    font-weight: bold;
}

.tabdis {
    display: inline-table;
}

.tabundis {
    display: none;
}

.tab-cs-1 {
    background: #e9f4fa;
    line-height: 24px;
    height: 24px;
    color: #000000;
    text-align: right;
    margin: 0 0 4px;
    font-size: 11px;
}

    .tab-cs-1 ul {
        display: inline-block;
        height: 24px;
        margin: 0;
        padding: 0;
        list-style: none;
        border-bottom: 1px solid #E7E7E7;
    }

    .tab-cs-1 li {
        float: left;
        height: 24px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        cursor: pointer;
        line-height: 24px;
        text-align: center;
        padding: 0px 30px;
        border-right: 1px solid #E7E7E7;
    }
