th.header {
    cursor: pointer;
    /*background-image: url(../i/sort.gif);*/
    /*font-weight: bold;*/
    /*border-right: 1px solid #dad9c7;*/
    /*margin-left: -1px;*/
}
th.headerSortUp,
th.headerSortDown {
    background-repeat: no-repeat;
    background-position: center right;
    /*background-color: #3399FF;*/
    padding-left: 2px;
    padding-right: 14px;
}
th.headerSortDown {
    background-image: url(../i/desc.gif);
}
th.headerSortUp {
    background-image: url(../i/asc.gif);
}
