/* tables */
table.sort_table th {
   padding-right: 20px;
}
table.sort_table thead tr .header {
	background-image: url(/images/sort-off.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.sort_table thead tr .headerSortUp {
	background-image: url(/images/sort-asc.png);
}
table.sort_table thead tr .headerSortDown {
	background-image: url(/images/sort-dsc.png);
}
