table.sortable thead tr .header,
table.livesortable thead tr .header {
	background-image: url(../img/tablesort_bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.sortable thead tr .headerSortUp,
table.livesortable thead tr .headerSortUp {
	background-image: url(../img/tablesort_asc.gif);
}
table.sortable thead tr .headerSortDown,
table.livesortable thead tr .headerSortDown {
	background-image: url(../img/tablesort_desc.gif);
}
