table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
	cursor: pointer;
	cursor: hand;
}

table.dataTable thead .sorting {
	background: url("../img/sort/sort_both.png") no-repeat center right
}

table.dataTable thead .sorting_asc {
	background: url("../img/sort/sort_asc.png") no-repeat center right
}

table.dataTable thead .sorting_desc {
	background: url("../img/sort/sort_desc.png") no-repeat center right
}

table.dataTable thead .sorting_asc_disabled {
	background: url("../img/sort/sort_asc_disabled.png") no-repeat center right
}

table.dataTable thead .sorting_desc_disabled {
	background: url("../img/sort/sort_desc_disabled.png") no-repeat center right
}