/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	_height: 302px;
	clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	text-align: center;
	color: #BF2F1A;
	font-size: 13px;
	padding: 0 0 13px 0;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.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('/gfx/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('/gfx/back_enabled.gif');
}

.paginate_disabled_next {
	background-image: url('/gfx/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('/gfx/forward_enabled.gif');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table#dataTable {
	margin: 0 auto;
	width: 100%;
	clear: both;
}

table#dataTable thead th {
	padding: 0 0 22px 0;
	line-height: 10px;
	border-bottom: 1px solid #D5D2D2;
	font-weight: bold;
	color: #BF2F1A;
	cursor: pointer;
	* cursor: hand;
}

table#dataTable tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table#dataTable tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table#dataTable td {
	padding: 4px 7px;
	line-height: 11px;
}

table#dataTable td.center {
	text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('/gfx/sort_asc.gif') no-repeat 50% 100%;
}

.sorting_desc {
	background: url('/gfx/sort_desc.gif') no-repeat 50% 100%;
}

.sorting {
	background: url('/gfx/sort_both.jpg') no-repeat 50% 100%;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table#dataTable tr.oddA {
	background-color: #ddffdd;
}

table#dataTable tr.evenA {
	background-color: #eeffee;
}

table#dataTable tr.oddC {
	background-color: #ddddff;
}

table#dataTable tr.evenC {
	background-color: #eeeeff;
}

table#dataTable tr.oddX {
	background-color: #ffdddd;
}

table#dataTable tr.evenX {
	background-color: #ffeeee;
}

table#dataTable tr.oddU {
	background-color: #ddd;
}

table#dataTable tr.evenU {
	background-color: #eee;
}

table#dataTable tr.odd {
	background-color: #EFEFEF;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.top, .bottom {
	padding: 10px 0;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}


div.dataTables_info {
	width: 300px;
	padding-top: 5px;
}

.dataTables_paginate {
	width: 480px;
}

div.dataTables_paginate span.paginate_button,
div.dataTables_paginate span.paginate_active {
	/*border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
	padding: 2px 4px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}
div.dataTables_paginate span.paginate_active {
	/*border-color: #BF2F1A;*/
}

div.dataTables_paginate span.paginate_button {
	background-color: #ddd;
}

div.dataTables_paginate span.paginate_button:hover {
	background-color: #A12111;
	color: #fff;
}

div.dataTables_paginate span.paginate_active {
	background-color: #BF2F1A;
	color: #fff;
}


.odd_selected {
	background-color: #B0BED9;
}

.even_selected {
	background-color: #9FAFD1;
}