.paging_two_button .ui-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	* cursor: hand;
}

.ui-buttonset .ui-button {
	margin-right: -0.1em !important;
}

.paging_full_numbers {
	/* width: 350px !important; */
}

.ui-toolbar {
	padding: 5px;
}

.dataTables_paginate {
	width: auto;
}

.dataTables_info {
	/* padding-top: 3px; */
}

table.display thead th {
	padding: 3px 0px 3px 10px;
	cursor: pointer;
	* cursor: hand;
}

div.dataTables_wrapper .ui-widget-header {
	font-weight: normal;
}


/*
 * Sort arrow icon positioning
 */
table.display thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 20px;
	padding-right: 20px;
}

table.display thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * 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; */
	min-height: 160px;
	_height: 160px;
	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_length select {
	border: 1px solid #ccc;
	padding: 3px;
}
.dataTables_filter input {
	border: 1px solid #ccc;
	padding: 4px 5px;
}

.dataTables_info {
	width: 50%;
	float: left;
}

.dataTables_paginate {
	float: right;
	/* width: 50%; */
	text-align: right;
	/* margin-top: 5px; */
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
	cursor: pointer;
	*cursor: hand;
}

.paginate_disabled_previous {
	background-image: url('../images/datatables/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/datatables/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/datatables/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/datatables/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
	border-collapse: collapse;
}

table.display tfoot th {
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	font-weight: normal;
}

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

table.display td {
	padding: 5px 10px;
}
table.display td.center {
	text-align: center;
}
table.display thead tr {
	color: #333;
	border: 1px solid #ccc;
	background: #efefef;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#efefef));
	background: -moz-linear-gradient(#fff, #efefef);
	background: linear-gradient(#fff, #efefef);
	-pie-background: linear-gradient(#fff, #efefef);
}
table.display thead th {
	text-align: left;
	padding: 5px 10px;
}



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

.sorting_asc {
	background: url(../images/datatables/sort_asc.png) no-repeat center right;
}

.sorting_desc {
	background: url(../images/datatables/sort_desc.png) no-repeat center right;
}

.sorting {
	background: url(../images/datatables/sort_both.png) no-repeat center right;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.display td {
	border-bottom: 1px solid #eee;
}
table.display tr.odd td {
	background-color: #fff;
}

table.display tr.even td {
	background-color: #f7f7f7;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}

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


.dataTables_paginate {
	font: 11px Tahoma, sans-serif;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	padding: 4px 7px;
	margin: 0 4px 0 0;
	cursor: pointer;
	*cursor: hand;
	display: block;
	float: left;
}

.paging_full_numbers span.paginate_button {
	padding: 4px 7px;
	color: #333;
	background: #fff;
	margin: 0 4px 0 0;
	border: 1px solid #e4e4e4;
	display: block;
	float: left;
}

.paging_full_numbers span.paginate_button:hover {
	color: #fff;
	background: #777;
	border: 1px solid #777;
}

.paging_full_numbers span.paginate_active {
	font-weight: bold;
	color: #fff;
	background: #555;
	border: 1px solid #555;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#888), to(#555));
	background: -moz-linear-gradient(#888, #555);
	background: linear-gradient(#888, #555);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
}

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: #fafafa;
}
tr.even td.sorting_1 {
	background-color: #f1f1f1;
}
td.sorting_1 {
	border-bottom-color: #eaeaea;
} */

.dataTables_header {
	margin-bottom: 10px;
}
.dataTables_footer {
	background: #f7f7f7;
    border-top: 1px solid #fff;
	padding: 10px;
}
