/*table.tablesorter thead tr th, table.tablesorter tfoot tr th {padding: 6px !important;}table.tablesorter thead tr .header {background-image: url(../images/sort_bg.gif);background-repeat: no-repeat;background-position: center left;cursor: pointer;white-space: nowrap;}table.tablesorter tbody td {padding: 4px;vertical-align: top;}table.tablesorter tbody tr.odd td {background-color:#F0F0F6;}table.tablesorter thead tr .headerSortUp {background-image: url(../images/sort_asc.gif);}table.tablesorter thead tr .headerSortDown {background-image: url(../images/sort_desc.gif);}table.tablesorter > thead > tr > th.headerSortDown, table.tablesorter > thead > tr > th.headerSortUp {background-color: #84ccff !important;}*/
table thead tr th.header, table thead tr th.headerSortUp,table thead tr th.headerSortDown {padding: 6px !important;cursor: pointer;}table thead tr .header::after {content: url(../images/sort_bg.gif);background-repeat: no-repeat;background-position: center right;cursor: pointer;white-space: nowrap;}table tbody td {padding: 4px;vertical-align: top;}table tbody tr.odd td {background-color:#F0F0F6;}table thead tr .headerSortUp::after {content: url(../images/sort_asc.gif);cursor: pointer;}table thead tr .headerSortDown::after {content: url(../images/sort_desc.gif);cursor: pointer;}table > thead > tr > th.headerSortDown, table > thead > tr > th.headerSortUp {background-color: #84ccff !important;}