/*
 * jQuery UI specific styling
 */

.paging_two_button .fg-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers .fg-button {
	padding: 2px 6px;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers {
	width: 350px !important;
}

.fg-toolbar {
	padding: 5px;
}

.dataTables_paginate {
	width: auto;
}

table.display thead th {
	padding: 10px 0px;
	cursor: pointer;
	* cursor: hand;
	background:#990000;
	color:#FFF;
	background:url(../files_images/heading_bg_red.jpg) repeat-x center;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Everything below this line is the same as demo_table.css. This file is
 * required for 'cleanliness' of the markup
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 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;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding:2px 15px;	
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	background:#222
}

.dataTables_paginate {
	float: right;
	text-align: right;
	color:#000000;
}

/* 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('../files_images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../files_images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../files_images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../files_images/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	font-family:Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	width: 100%;
	clear: both;
	font-size:9pt;
	text-align:center;
	margin:5px 0
}

span.size {font-size:7pt}

table.display td.desc {	
	font-size:8pt;
	font-style:italic
}

div.rank {
	font-size:7pt;	
	clear:both;
	color:#666;
	margin-top:2px;	
}
div.player {	
	color:#FF6600;
	font-weight:bold;
	padding:0;	
}

table.display td a {
	color:#CC9900
}

table.display td a:hover {
	text-decoration:underline
}

table.display td div.hider {
	text-indent:-9999px;
	position:absolute
}


table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 3px 10px;
}

table.display td.center {
	text-align: center;
}
.filter {
	border:1px solid #444;
	background:#222;
	color:#FF9900;
	font-size:90%;
	padding:2px 5px
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../files_images/sort_asc.jpg') no-repeat center right;
}

.sorting_desc {
	background: url('../files_images/sort_desc.jpg') no-repeat center right;
}

.sorting {
	background: url('../files_images/sort_both.jpg') no-repeat center right;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display tr.odd.gradeA {
	background-color: #ddffdd;
}

table.display tr.even.gradeA {
	background-color: #eeffee;
}




table.display tr.odd.gradeA {
	background-color: #ddffdd;
}

table.display tr.even.gradeA {
	background-color: #eeffee;
}

table.display tr.odd.gradeC {
	background-color: #ddddff;
}

table.display tr.even.gradeC {
	background-color: #eeeeff;
}

table.display tr.odd.gradeX {
	background-color: #ffdddd;
}

table.display tr.even.gradeX {
	background-color: #ffeeee;
}

table.display tr.odd.gradeU {
	background-color: #ddd;
}

table.display tr.even.gradeU {
	background-color: #eee;
}


tr.odd {

}

tr.even {
	background:#111
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.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;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 2px 5px;
	margin: 0 5px;
	cursor: pointer;
	*cursor: hand;
	font-family:Arial, Helvetica, sans-serif;
	color:#BBB
}

.paging_full_numbers span.paginate_button {
	background-color: #990000;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #DDD;
	color:#000
}

.paging_full_numbers span.paginate_active {
	background-color: #DDD;
	color:#000000
}

table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	background-color: #222;
}

tr.odd td.sorting_2 {
	background-color: #DADCFF;
}

tr.odd td.sorting_3 {
	background-color: #E0E2FF;
}

tr.even td.sorting_1 {
	background-color: #333;
}

tr.even td.sorting_2 {
	background-color: #F2F3FF;
}

tr.even td.sorting_3 {
	background-color: #F9F9FF;
}

/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}