/* ********************************************************************
 * Note!
 * With this file you have the possibility to adapt the appearance
 * of the table to your template.
 * To overwrite the built-in formatting of DataTables the addition
 * !important is necessary for most of the values.
 * ****************************************************************** */

.dataTable th {
	background-color: #eee;
	border-bottom: 1px solid #999 !important;
	padding: 10px !important;
}

.dataTable th.sorting_desc, .dataTable th.sorting_asc {
	background-color: #e0e0e0 !important;
}

.dataTable tr.odd {
	background-color: #fff !important;
}
.dataTable tr.even {
	background-color: #eee !important;
}
.dataTable tr:hover {
	background-color: #ccc !important;
}
.dataTable tr:hover td.sorting_1 {
	background-color: #ccc !important;
}

.dataTable td.sorting_1 {
	background-color: #e0e0e0 !important;
}
            