table.dataTable thead th, table.dataTable thead td {
	padding: 10px 18px;
	/*border-bottom: 1px solid #111*/
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
	cursor: pointer;
    /**cursor: hand;*/
}
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("https://filetransfer.nashville.gov/Portals/0/SiteContent/Global/img/sort_both.png")
}
table.dataTable thead .sorting_asc {
	background-image: url("https://filetransfer.nashville.gov/Portals/0/SiteContent/Global/img/sort_asc.png")
}
table.dataTable thead .sorting_desc {
	background-image: url("https://filetransfer.nashville.gov/Portals/0/SiteContent/Global/img/sort_desc.png")
}
