/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */
#listTable .dataTables_wrapper {
	background-color: #fff;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	clear: both;
}

#listTable .dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

#listTable .dataTables_length {
	padding: 5px;
	width: 40%;
	float: left;
}

#listTable .dataTables_filter {
	padding: 5px;
	width: 50%;
	float: right;
	text-align: right;
}

#listTable .dataTables_info {
	width: 30%;
	padding: 5px;
	float: left;
	color: #005faf;
	height: 22px;
	line-height: 22px;
}

#listTable .dataTables_paginate {
	float: right;
	text-align: right;
	height: 22px;
	padding: 5px;
	
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
#listTable table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
}

#listTable table.display thead th {
	font-size: 10px;
	line-height: 12px;
	padding: 10px 18px 10px 10px;
	color: #fff;
	background-color: #005faf;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	* cursor: hand;
}

#listTable table.display tfoot th {
	text-align: left;
	background-color: #005faf;
	padding: 10px;
	line-height: 12px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}

#listTable table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

#listTable table.display td {
	vertical-align: top;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

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

#listTable .sorting_asc {
	background: url('/_img/sorted_up.gif') no-repeat center left;
}

#listTable .sorting_desc {
	background: url('/_img/sorted_down.gif') no-repeat center left;
}

#listTable .sorting {
	background: url('/_img/sortable.gif') no-repeat center left;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */

#listTable table.display tr.odd {
	background-color: #f4f4f4;
}

#listTable table.display tr.even {
	background-color: white;
}





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

#listTable .top .dataTables_info {
	float: none;
}

#listTable .clear {
	clear: both;
}

#listTable .dataTables_empty {
	text-align: center;
}

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

#listTable tfoot input.search_init {
	color: #999;
}

#listTable td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

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

#listTable .paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}

#letters {
	height: 22px;
	font-size: 10px;
	font-weight: bold;
	line-height: 22px;
	padding: 5px;
	color: #005faf;
}

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

#letters span.paginate_button, #listTable .paging_full_numbers span.paginate_button {
	background-color: #aaa;
	color: #fff;
}

#letters span.paginate_active, #letters span.paginate_button:hover, #listTable .paging_full_numbers span.paginate_active, #listTable .paging_full_numbers span.paginate_button:hover {
	background-color: #005faf;
	color: #fff;
}

#listTable table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

#listTable table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}