/*
 * Sorting
 */
.sorting { background: url('/social/images/dataTables/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('/social/images/dataTables/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('/social/images/dataTables/sort_desc.png') no-repeat center right; }

.sorting_asc_disabled { background: url('/social/images/dataTables/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('/social/images/dataTables/sort_desc_disabled.png') no-repeat center right; }
 
table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none;
}

.dt-center{ text-align: center; }
.dt-justify{ text-align: justify; text-justify: inter-word;}