/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */
.dataTables_wrapper {
	position: relative;
	/*min-height: 100px;*/
	clear: both;
	_height: 100px;
	zoom: 1; /* Feeling sorry for IE */
	/*border: 1px solid #C8CCCE;
	background: #F5F8FD;
	padding:2px;*/
}

.dataTables_wrapper .toolbar {
	min-height: 20px;
}

.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;
}

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

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
	height: 22px;
	line-height: 22px;
}

.dataTables_paginate {
	width: 44px; *
	width: 50px;
	float: right;
	text-align: right;
}

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

.paginate_disabled_previous {
	background-image: url('../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/forward_enabled.jpg');
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	clear: both;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	/* 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 {
	color: #fff;
	background-color: #3b6baa;
	border: 1px solid #7F9EAE;
	padding: 2px 19px 2px 2px;
	font-size: 11px;
	cursor: pointer; *
	cursor: hand;
}

table.display tfoot th {
	color: #fff;
	background-color: #3b6baa;
	border: 1px solid #7F9EAE;
	padding: 2px;
	font-size: 11px;
	text-align: left;
}

table.display td {
	padding: 2px;
	border: 1px solid #C8CCCE;
	font-size: 11px;
}

table.display td.center {
	text-align: center;
}

table.display tbody td input[type=text],table.display tbody td select, ,table.display tfoot th input[type=text]
	{
	min-width: 95%;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */
.sorting_asc {
	/*background: url('../images/sort_asc.png') no-repeat center right;*/
	background: url('../images/icon_sort_down.gif') no-repeat center right;
}

.sorting_desc {
	/*background: url('../images/sort_desc.png') no-repeat center right;*/
	background: url('../images/icon_sort_up.gif') no-repeat center right;
}

.sorting {
	/*background: url('../images/sort_both.png') no-repeat center right;*/
	background: url('../images/icon_sort.gif') no-repeat center right;
}

.sorting_asc_disabled {
	/*background: url('../images/sort_asc_disabled.png') no-repeat center right;*/
	background: url('../images/icon_sort_down.gif') no-repeat center right;
}

.sorting_desc_disabled {
	/*background: url('../images/sort_desc_disabled.png') no-repeat center right;*/
	background: url('../images/icon_sort_up.gif') no-repeat center right;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
table.display tr {
	height: 22px;
}

tr.odd {
	background-color: #FBFCFD;
}

tr.even {
	background-color: #e3eef3;
}

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

.dataTables_scrollBody {
	*margin-top: -1px;
}

.top,.bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.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: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

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

.highlight_row div.dataTables_info {
	width: 40%;
}

.paging_full_numbers {
	width: 40%;
	height: 22px;
	line-height: 22px;
}

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

.paging_full_numbers span.paginate_button {
	background-color: #EFF0EF; /*#ddd;*/
}

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

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

table.display tr.even.row_selected td {
	background-color: #81CAED;
}

table.display tr.odd.row_selected td {
	background-color: #81CAED;
}

table.display tr.selected {
	background-color: #81CAED;
}

table.display tr.highlighted {
	background-color: #FFE8AD;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Sorting classes for columns
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	background-color: #FBFCFD;
}

tr.odd td.sorting_2 {
	background-color: #FBFCFD;
}

tr.odd td.sorting_3 {
	background-color: #FBFCFD;
}

tr.even td.sorting_1 {
	background-color: #EAEBFF;
}

tr.even td.sorting_2 {
	background-color: #EAEBFF;
}

tr.even td.sorting_3 {
	background-color: #EAEBFF;
}

/* 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
 */

/*
 * Row highlighting iotms-table
 */
 
.highlight_row tbody tr.even:hover,tbody tr.even td.highlighted {
	background-color: #FFE8AD;
}

.highlight_row tbody tr.odd:hover,tbody tr.odd td.highlighted {
	background-color: #FFE8AD;
}

.highlight_row tr.even:hover {
	background-color: #FFE8AD;
}

.highlight_row tr.even:hover td.sorting_1 {
	background-color: #FFE8AD;
}

.highlight_row tr.even:hover td.sorting_2 {
	background-color: #FFE8AD;
}

.highlight_row tr.even:hover td.sorting_3 {
	background-color: #FFE8AD;
}

.highlight_row tr.odd:hover {
	background-color: #FFE8AD;
}

.highlight_row tr.odd:hover td.sorting_1 {
	background-color: #FFE8AD;
}

.highlight_row tr.odd:hover td.sorting_2 {
	background-color: #FFE8AD;
}

.highlight_row tr.odd:hover td.sorting_3 {
	background-color: #FFE8AD;
}

/*
 * KeyTable
 */
table.KeyTable td {
	border: 1px solid #C8CCCE;
}

table.KeyTable td.focus { /*border: 1px solid #3366FF;*/
	background-color: #E5E5FF;
}

div.box {
	height: 100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #8080FF;
	background-color: #E5E5FF;
}
/*end datatables*/