.last_line {
    border-right: none
}

.last_row {
    border-bottom: none
}

.table_th_left {
    background: url(/images/table_left.gif) top left no-repeat #142440;
    padding-left: 5px;
    text-align: left;
    border-right: none;
    line-height: 43px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-bottom: 3px solid #142440
}

.table_th_content {
    padding-left: 5px;
    text-align: left;
    border-right: none;
    line-height: 43px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #142440;
    border-bottom: 3px solid #142440
}

.table_th_right {
    background: url(/images/table_right.gif) top right no-repeat #142440;
    padding-left: 5px;
    text-align: left;
    border-right: none;
    line-height: 43px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-bottom: 3px solid #142440
}

.table_th {
    padding-left: 5px;
    text-align: left;
    border-right: 1px solid #ff765a;
    line-height: 43px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #142440;
    border-bottom: 3px solid #142440
}

.table_td {
    padding-left: 5px;
    text-align: left;
    border-right: 1px solid #bfbfbf;
    line-height: 22px;
    border-bottom: 1px solid #c2c2c2
}

.table_ft {
    padding-left: 5px;
    text-align: left;
    border-right: none;
    border-left: none;
    border-bottom: none;
    line-height: 22px
}

table thead th {
    padding-left: 5px;
    text-align: left;
    border-right: 1px solid #ff765a;
    line-height: 43px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #142440;
    border-bottom: 3px solid #142440
}

table tbody td {
    padding-left: 5px;
    text-align: left;
    border-right: none;
    line-height: 22px;
    border-bottom: 1px solid #c2c2c2
}

.table_th_left a {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.table_th_content a {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.table_th_right a {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.table_th a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

table tbody tr:hover td {
    color: #142440
}

.table {
    width: auto;
    border: 2px solid #b5b5b5;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
}

    .table .tab_left {
        background: url(/images/table_left.gif) top left no-repeat #142440
    }

    .table .tab_right {
        background: url(/images/table_right.gif) top right no-repeat #142440;
        border-right: none
    }

.tab_left {
    background: url(/images/table_left.gif) top left no-repeat #142440
}

.tab_right {
    background: url(/images/table_right.gif) top right no-repeat #142440;
}
