div#resultsTableDiv {
    padding-top: 45px;
    position: relative;
    width: 897px;
}

div#resultsTableDivInner {
    overflow-x: hidden;
    overflow-y: auto;
    width: 897px;
}

table.tablesorter {
    background-color: #FFFFFF;
    border-bottom: 0 solid #C4C4C4;
    border-right: 0 solid #C4C4C4;
    border-top: 0 solid #C4C4C4;
    margin: 0;
    width: 895px;
}

table thead tr.fixed {
    position: absolute;
    top: 0;
}

#ch1 {
    width: 84px;
}
#ch2 {
    width: 115px;
}
#ch3 {
    width: 479px;
}
#ch4 {
    width: 200px;
}

table.tablesorter thead tr th {
    background-color: #F2F2F2;
    border-bottom: 1px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
    border-top: 1px solid #C4C4C4;
    color: #474747;
    cursor: pointer;
    font-size: 88%;
    padding: 5px;
    text-align: left;
}


table.tablesorter thead tr th span, table.tablesorter thead tr th input{
    vertical-align: middle;
}

table.tablesorter tbody td {
    /*border-left: 1px solid #BAC4C8;
    border-right: 1px solid #BAC4C8;*/
    padding: 5px;
    vertical-align: top;
}
table.tablesorter thead tr .header {
    background-color: #F2F2F2;
    background-image: url("../img/bg-th-sort.gif");
    background-position: right bottom;
    background-repeat: no-repeat;
    cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
    background-color: #083B6E;
    background-image: url("../img/bg-th-ascActive.gif");
    background-position: right bottom;
    color: #FFFFFF;
}

table.tablesorter thead tr .headerSortDown {
    background-color: #083B6E;
    background-image: url("../img/bg-th-descActive.gif");
    background-position: right bottom;
    color: #FFFFFF;
}

table.tablesorter tbody tr.odd {
    background-color: #ECEFF9;
}

.textCenter {
    text-align: center;
}