/*************
Default Theme
*************/
/* overall */
.tablesorter-default {
width: 100%;
}

.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
background-image: url('/common/img/tablesorter.png');
background-position: center right;
background-repeat: no-repeat;
cursor: pointer;
white-space: normal;
padding-right: 10px;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
background-image: url('/common/img/tablesorterup.png');
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
background-image: url('/common/img/tablesorterdown.png');
}

.tablesorter-default thead .sorter-false {
background-image: none;
cursor: default;
padding: 4px;
}