.tablesorter {
    font-size: 11px;
    background-color: #4D4D4D;
    border: 1px solid #000;
    border-top: 1px solid #B7B4CF;
    border-left: 1px solid #B7B4CF;
    border-collapse: collapse;
    display: none;
    width: 100%;
}

.tablesorter tbody tr {
    background-color: #d7d6d6;;
}

.tablesorter tbody tr:nth-child(2n) {
    background-color: #f9f9fa;
}

.tablesorter th.header,
.tablesorter th.headerSortUp,
.tablesorter th.headerSortDown {
    background: url(../images/table/bg-table.gif) left no-repeat;
    border: 1px solid #B7B4CF;
    padding: 10px 0;
    text-align:center;
}

.tablesorter th.header{background-position: left -33px;}
.tablesorter th.headerSortUp{background-position: left 0px;}
.tablesorter th.headerSortDown{background-position: left -66px;}

.tablesorter td {
    color: #000;
    padding-left: 5px;
    border-bottom: 1px solid #fff;
}

.filter{
    text-align:right;
    float:right;
    margin-top:5px;
}

#filterBoxOne{
    font-size:14px;
    border:1px solid #c8c8c8;
}

.pager {
    display: none;
}

.tableloader {
    background: url("/images/loading.gif") 283px 40px no-repeat transparent;
    height: 70px;
    padding-top: 20px;
    text-align: center;
}