.dataTables_wrapper {
	position: relative;
	min-height: 180px;
	clear: both;
	height: 180px;
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 160px;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate {
	width: 300px;
	float: left;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_first, .paginate_enabled_first, .paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next, .paginate_disabled_last, .paginate_enabled_last {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_first    { background-image: url('../images/tech/nav/page_first_disabled.gif');}
.paginate_enabled_first     { background-image: url('../images/tech/nav/page_first.gif');}
.paginate_disabled_previous { background-image: url('../images/tech/nav/page_prev_disabled.gif');}
.paginate_enabled_previous  { background-image: url('../images/tech/nav/page_prev.gif');}
.paginate_disabled_next     { background-image: url('../images/tech/nav/page_next_disabled.gif');}
.paginate_enabled_next      { background-image: url('../images/tech/nav/page_next.gif');}
.paginate_disabled_last     { background-image: url('../images/tech/nav/page_last_disabled.gif');}
.paginate_enabled_last      { background-image: url('../images/tech/nav/page_last.gif');}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	border:1px solid #888888;
	margin: 0 auto;
	clear: both;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	/* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and 
	 * then filling in the gaps with other borders.
	 */
}

table.display thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color:#EFEF00;
 }

table.display tfoot th {
	padding: 3px 18px 3px 10px;
	border-top:1px solid #888888;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table.display td {
	border:1px solid #888888;
	padding: 3px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table.display td.center {
	border:1px solid #888888;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc  { background: url('../images/tech/nav/sort_asc.png') no-repeat right; text-decoration: underline;}
.sorting_desc { background: url('../images/tech/nav/sort_desc.png') no-repeat center right; text-decoration: underline;}
.sorting      { background: url('../images/tech/nav/sort_both.png') no-repeat center right; text-decoration: underline;}
.sorting_asc_disabled  { background: url('../images/tech/nav/sort_asc_disabled.png') no-repeat center right; text-decoration: underline;}
.sorting_desc_disabled { background: url('../images/tech/nav/sort_desc_disabled.png') no-repeat center right; text-decoration: underline;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
	border:1px solid #888888;
	background-color:#FFFF66;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table.display tr.even.gradeA {
	border:1px solid #888888;
	background-color: #FCFCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table.display tr.odd.gradeC {
	border:1px solid #888888;
	background-color:#FFFF66;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table.display tr.even.gradeC {
	border:1px solid #888888;
	background-color: #FCFCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table.display tr.odd.gradeX {
	border:1px solid #888888;
	background-color: #FFFF66;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table.display tr.even.gradeX {
	border:1px solid #888888;
	background-color: #FCFCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table.display tr.odd.gradeU {
	border:1px solid #888888;
	background-color: #FFFF66;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table.display tr.even.gradeU {
	border:1px solid #888888;
	background-color: #FCFCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.odd {
	border:2px solid #0000FF;
	background-color: #FFFF66;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.even {
	border:1px solid #888888;
	background-color: #FCFCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}

.top, .bottom {
	background-color: #F5F5F5;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
 background-color:#EFEF00;
 border-bottom: 2px solid #FFD700;
 border-top: 2px solid #FFD700;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #FFD700;
}

.example_alt_pagination {
	width: 25%;
	left: 150px;
}

div.dataTables_info {
	width: 500px;
}

table.display tr.even.row_selected td {
	border:1px solid #888888;
	background-color: #FCFCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

table.display tr.odd.row_selected td {
	border:1px solid #888888;
	background-color: #FFFF66;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	border:1px solid #888888;
	background-color:#E6E65C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.odd td.sorting_2 {
	border:1px solid #888888;
	background-color: #E6E65C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.odd td.sorting_3 {
	border:1px solid #888888;
	background-color: #E6E65C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.even td.sorting_1 {
	border:1px solid #888888;
	background-color: #FE3E3B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.even td.sorting_2 {
	border:1px solid #888888;
	background-color: #FE3E3B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.even td.sorting_3 {
	border:1px solid #888888;
	background-color: #FE3E3B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


/* 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 {
	border:1px solid #888888;
	background-color: #E6E65C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.odd.gradeA td.sorting_2 {
	border:1px solid #888888;
	background-color: #E6E65C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.odd.gradeA td.sorting_3 {
	border:1px solid #888888;
	background-color: #E6E65C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.even.gradeA td.sorting_1 {
	border:1px solid #888888;
	background-color: #FE3E3B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.even.gradeA td.sorting_2 {
	background-color: #FE3E3B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.even.gradeA td.sorting_3 {
	background-color: #FE3E3B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.odd.gradeC td.sorting_1 {
	border:1px solid #888888;
	background-color: #E6E65C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.odd.gradeC td.sorting_2 {
	border:1px solid #888888;
	background-color: #E6E65C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.odd.gradeC td.sorting_3 {
	border:1px solid #888888;
	background-color: #E6E65C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.even.gradeC td.sorting_1 {
	border:1px solid #888888;
	background-color: #FE3E3B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.even.gradeC td.sorting_2 {
	border:1px solid #888888;
	background-color: #FE3E3B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.even.gradeC td.sorting_3 {
	border:1px solid #888888;
	background-color: #FE3E3B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.odd.gradeX td.sorting_1 {
	border:1px solid #888888;
	background-color: #E6E65C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.odd.gradeX td.sorting_2 {
	border:1px solid #888888;
	background-color: #E6E65C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.odd.gradeX td.sorting_3 {
	border:1px solid #888888;
	background-color: #E6E65C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.even.gradeX td.sorting_1 {
	border:1px solid #888888;
	background-color: #FE3E3B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.even.gradeX td.sorting_2 {
	border:1px solid #888888;
	background-color: #FE3E3B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.even.gradeX td.sorting_3 {
	border:1px solid #888888;
	background-color: #FE3E3B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.odd.gradeU td.sorting_1 {
	border:1px solid #888888;
	background-color: #E6E65C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.odd.gradeU td.sorting_2 {
	border:1px solid #888888;
	background-color: #E6E65C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.odd.gradeU td.sorting_3 {
	border:1px solid #888888;
	background-color: #E6E65C;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.even.gradeU td.sorting_1 {
	border:1px solid #888888;
	background-color: #FE3E3B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.even.gradeU td.sorting_2 {
	border:1px solid #888888;
	background-color: #FE3E3B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

tr.even.gradeU td.sorting_3 {
	border:1px solid #888888;
	background-color: #FE3E3B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
	border:1px solid #888888;
	background-color: #FCFCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	border:1px solid #888888;
	background-color: #FFFF66;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ex_highlight_row #example tr.even:hover {
	border:1px solid #888888;
	background-color: #FCFCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ex_highlight_row #example tr.even:hover td.sorting_1 {
	border:1px solid #888888;
	background-color: #FCFCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ex_highlight_row #example tr.even:hover td.sorting_2 {
	border:1px solid #888888;
	background-color: #FCFCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ex_highlight_row #example tr.even:hover td.sorting_3 {
	border:1px solid #888888;
	background-color: #FCFCCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ex_highlight_row #example tr.odd:hover {
	border:1px solid #888888;
	background-color: #FFFF66;
}

.ex_highlight_row #example tr.odd:hover td.sorting_1 {
	border:1px solid #888888;
	background-color: #FFFF66;
}

.ex_highlight_row #example tr.odd:hover td.sorting_2 {
	border:1px solid #888888;
	background-color: #FFFF66;
}

.ex_highlight_row #example tr.odd:hover td.sorting_3 {
	border:1px solid #888888;
	background-color: #FCFCCC;
}


/*
 * KeyTable
 */
table.KeyTable td {
	border:1px solid #888888;
	border: 3px solid transparent;
}

table.KeyTable td.focus {
	border:1px solid #888888;
	border: 3px outset #A6FFA6;
}

table.display tr.gradeA {
	border:1px solid #888888;
	background-color: #FCFCCC;
}

table.display tr.gradeC {
	border:1px solid #888888;
	background-color: #FFFF66;
}

table.display tr.gradeX {
	border:1px solid #888888;
	background-color: #FFFF66;
}

table.display tr.gradeU {
	border:1px solid #888888;
	background-color: #FCFCCC;
}

div.box {
	height: 100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #888888;
	background-color: #E5E5FF;
}


.paging_full_numbers {
	height: 22px;
	line-height: 22px;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #888888;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.paging_full_numbers span.paginate_button {
	background-color:#E0E0E0;
}

.paging_full_numbers span.paginate_button:hover {
	background-color:#B3B3B3;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}


