/* DataTables display */
table.display {
	clear: both;
	margin: 0 auto;
	width: 100%;
}
table.display td img.clickable {
    _cursor: hand;
    cursor: pointer;
}
table.display tfoot th {
	border-top: 1px solid black;
	font-weight: bold;
	padding: 3px 18px 3px 10px;
}
table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}
table.display td {
/*	padding: 3px 10px; */
}
table.display td.center {
	text-align: center;
}

/* Misc */
.dataTables_scroll {
	clear: both;
}
.dataTables_scrollBody {
	*margin-top: -1px;
}
.clear {
	clear: both;
}
.dataTables_empty {
	text-align: center;
}
tfoot input {
	color: #444;
	margin: 0.5em 0;
	width: 100%;
}
tfoot input.search_init {
	color: #999;
}
td.group {
	background: #d1cfd0;
	border-bottom: 2px solid #a19b9e;
	border-top: 2px solid #a19b9e;
}
.example_alt_pagination div.dataTables_info {
	width: 40%;
}


/* Sorting classes for columns */
/* For the standard odd/even */
tr.odd td.sorting_1 {
/*	background: #f0f5ff; */
}
tr.even td.sorting_1 {
/*	background: #e1ebff; */
}
/* For the Conditional-CSS grading rows */
/* Colour calculations (based off the main row colours)
Level 1:
	dd > c4
	ee > d5
Level 2:
	dd > d1
	ee > e2
 */
tr.odd.gradeA td.sorting_1 {
	background: #c4ffc4;
}
tr.odd.gradeA td.sorting_2 {
	background: #d1ffd1;
}
tr.odd.gradeA td.sorting_3 {
	background: #d1ffd1;
}
tr.even.gradeA td.sorting_1 {
	background: #d5ffd5;
}
tr.even.gradeA td.sorting_2 {
	background: #e2ffe2;
}
tr.even.gradeA td.sorting_3 {
	background: #e2ffe2;
}
tr.odd.gradeC td.sorting_1 {
	background: #c4c4ff;
}
tr.odd.gradeC td.sorting_2 {
	background: #d1d1ff;
}
tr.odd.gradeC td.sorting_3 {
	background: #d1d1ff;
}
tr.even.gradeC td.sorting_1 {
	background: #d5d5ff;
}
tr.even.gradeC td.sorting_2 {
	background: #e2e2ff;
}
tr.even.gradeC td.sorting_3 {
	background: #e2e2ff;
}
tr.odd.gradeX td.sorting_1 {
	background: #ffc4c4;
}
tr.odd.gradeX td.sorting_2 {
	background: #ffd1d1;
}
tr.odd.gradeX td.sorting_3 {
	background: #ffd1d1;
}
tr.even.gradeX td.sorting_1 {
	background: #ffd5d5;
}
tr.even.gradeX td.sorting_2 {
	background: #ffe2e2;
}
tr.even.gradeX td.sorting_3 {
	background: #ffe2e2;
}
tr.odd.gradeU td.sorting_1 {
	background: #c4c4c4;
}
tr.odd.gradeU td.sorting_2 {
	background: #d1d1d1;
}
tr.odd.gradeU td.sorting_3 {
	background: #d1d1d1;
}
tr.even.gradeU td.sorting_1 {
	background: #d5d5d5;
}
tr.even.gradeU td.sorting_2 {
	background: #e2e2e2;
}
tr.even.gradeU td.sorting_3 {
	background: #e2e2e2;
}

/* Row highlighting example */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background: #ecffb3;
}
.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	background: #e6ff99;
}
.ex_highlight_row #example tr.even:hover {
	background: #ecffb3;
}
	.ex_highlight_row #example tr.even:hover td.sorting_1 {
		background: #ddff75;
	}
	.ex_highlight_row #example tr.even:hover td.sorting_2 {
		background: #e7ff9e;
	}
	.ex_highlight_row #example tr.even:hover td.sorting_3 {
		background: #e2ff89;
	}

.ex_highlight_row #example tr.odd:hover {
	background: #e6ff99;
}
	.ex_highlight_row #example tr.odd:hover td.sorting_1 {
		background: #d6ff5c;
	}.ex_highlight_row #example tr.odd:hover td.sorting_2 {
		background: #e0ff84;
	}
	.ex_highlight_row #example tr.odd:hover td.sorting_3 {
		background: #dbff70;
	}

/* KeyTable */
table.KeyTable td {
	border: 3px solid transparent;
}
table.KeyTable td.focus {
	border: 3px solid #36f;
}
table.display tr.gradeA {
	background: #eeffee;
}
table.display tr.gradeC {
	background: #ddddff;
}
table.display tr.gradeX {
	background: #ffdddd;
}
table.display tr.gradeU {
	background: #ddd;
}
