﻿table.tablesort thead tr th,
table.tablesort tfoot tr th {
	padding: 4px;
}

table.tablesort thead tr .headerSort {
	background: url('/images/bg.gif') no-repeat #2b80c0;
	background-position: center right;
	cursor: pointer;
}

table.tablesort thead tr .headerSortUp {
	background:url('/images/asc.gif') no-repeat #8dbdd8 !important;
	background-position: center right !important;
}

table.tablesort thead tr .headerSortDown {
	background:url('/images/desc.gif') no-repeat #8dbdd8 !important;
	background-position: center right !important;
}

