
.dataTables_wrapper {
	position: relative;
	clear: both;
	zoom: 1; 
    margin-bottom: 63px;
}
.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;
    margin: 5px 0 18px 0;
    color: #BCB5AB;
}
.dataTables_length select {
    width: auto;
}
.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
    margin-bottom: 18px;
}
.dataTables_filter input[type="text"] {
    background: url(../img/search_mid.png) repeat-x;
    border: medium none;
    height: 20px;
    width: 200px;
    color: #666;
}
.dataTables_filter input {
    float: right;
    border: none;
    border-radius: 0px;
    height: auto;
    line-height: auto;
    padding: 0;
    width: auto;
}
.dataTables_filter input:focus {
    box-shadow: none;
}
.dataTables_info {
    color: #BCB5AB;
	width: 30%;
	float: left;
    margin-top: 10px;
}
.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
    margin-top: 10px;
}
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}
.paginate_disabled_previous {
	
}
.paginate_enabled_previous {
	background-image: url('../img/back_enabled.jpg');
}
.paginate_disabled_next {
	
}
.paginate_enabled_next {
	background-image: url('../img/forward_enabled.jpg');
}
table.display {
	margin: 0 auto 10px auto;
	clear: both;
	width: 100%;
    border: 1px solid #05addc;
    border-radius: 5px;
    border-collapse: separate;
	
}
table.display thead {
    border: 1px solid #05addc;
}
table.display thead th {
	padding: 7px 0px;
	font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #BCB5AB;
    background-color: #222222;
	cursor: pointer;
	* cursor: hand;
    border-bottom: 1px solid #05addc;
}
table.display thead th:first-child {
    border-top-left-radius: 5px;
}
table.display thead th:last-child {
    border-right: none;
    border-top-right-radius: 5px;
}
table.display tfoot th {
	padding: 3px 18px 3px 10px;
	font-weight: bold;
}
table.display td {
	padding: 6px 10px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    color: #BCB5AB;
    border-top: 1px solid #313131;
}
table.display tr td:last-child {
    border-right: none;
}
table.display td a {
    cursor: pointer;
}
.sorting_asc {
	background: url('../img/sort_desc.png') no-repeat center right;
    color: #05addc !important;
}
.sorting_desc {
	background: url('../img/sort_asc.png') no-repeat center right;
    color: #05addc !important;
}
.sorting {
	background: url('../img/sort_desc_disabled.png') no-repeat center right;
}
tr.odd {
	
    background-color: #353535;
    border-bottom: none;
}
tr.even {
	
    background-color: #3c3c3c;
    border-bottom: none;
}
.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;
}
.paging_full_numbers {
	width: 30%;
	height: 22px;
	line-height: 22px;
}
.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	padding: 2px 5px;
	cursor: pointer;
	*cursor: hand;
    color: #BCB5AB;
	border-top: 1px solid #05addc;
    border-left: 1px solid #05addc;
    border-bottom: 1px solid #05addc;
}
.paging_full_numbers .first {
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius-left: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}
.paging_full_numbers .last {
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius-left: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    border-right: 1px solid #05addc;
}
.paging_full_numbers span.paginate_button {
    background-color: #353535;
}
.paging_full_numbers span.paginate_button:hover {
    background-color: #454545;
}
.paging_full_numbers span.paginate_active {
    font-weight: bold;
    background-color: #555;
}
