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


.dataTables_filter {
	float: right;
	text-align: right;
	position: relative;
	top: -20px;
}

.dataTables_info {
  margin: 1em;
}


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 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

div.dataTables_paginate span.paginate_button {
	background-color: #ddd;
}

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

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


tbody tr.odd {
	
	background-color: #efefef;
}



/*
 * Row highlighting example
 */
tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

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

#games_list thead {
	cursor: pointer;
}

#games_list th {
	background-color: white;
	color: black;
	border-bottom: 1px solid #666;
}

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

.sorting_asc {
	background: url('../images/sort_asc.jpg') no-repeat center right;
	color: black;
}

.sorting_desc {
	background: url('../images/sort_desc.jpg') no-repeat center right;
	color: black;
}

.sorting {
	background: url('../images/sort_both.jpg') no-repeat center right;
	color: black;
}