@charset "UTF-8";
/* CSS Document */
/* originally from here: https://cdn.datatables.net/1.10.9/css/jquery.dataTables.min.css */
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
	background-repeat: no-repeat;
	background-position: center right
}
table.dataTable thead .sorting {
	background-image: url("../images/sort_both_trans.png")
}
table.dataTable thead .sorting_asc {
	background-image: url("../images/sort_asc_trans.png")
}
table.dataTable thead .sorting_desc {
	background-image: url("../images/sort_desc_trans.png")
}
table.dataTable thead .sorting_asc_disabled {
	background-image: url("../images/sort_asc_disabled.png")
}
table.dataTable thead .sorting_desc_disabled {
	background-image: url("../images/sort_desc_disabled.png")
}
