.dataTables_paginate {
	margin: 12px 5px 0 0;
}

.ui-state-default {
	cursor: pointer;
}

.ui-corner-bl {
	border-top: 1px solid #404040;
}

.ui-corner-tr {
	border-bottom: 1px solid #404040;
	border-top: 1px solid #404040;
}

table.dataTable th:active {
    outline: none !important;
}

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

.paging_full_numbers a {
	margin: 0 0 0 4px;
	cursor: pointer;
	* cursor: hand;
	color: #707070;
	
	font-size: 11px;
	padding: 4px 8px 4px 8px;
	border: 1px solid #cccccc;
	
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
	background: -o-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
	background: linear-gradient(to bottom, #f8f8f8 0%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eaeaea',GradientType=0 );
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
}

.paging_full_numbers a:hover {
	text-decoration: none;
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
	background: -o-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
	background: linear-gradient(to bottom, #f8f8f8 0%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eaeaea',GradientType=0 );
}

.paging_full_numbers .paginate_button_disabled {
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
	background: -o-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
	background: linear-gradient(to bottom, #f8f8f8 0%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eaeaea',GradientType=0 );
	color: #adadad !important;
	border: 1px solid #ccc !important;
	opacity: 0.7;
	cursor: default;
}

.paging_full_numbers .paginate_button_disabled {
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
	background: -o-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
	background: linear-gradient(to bottom, #f8f8f8 0%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eaeaea',GradientType=0 );
	color: #909090 !important;
	cursor: default !important;
}

.paging_full_numbers .paginate_active {
	color: #72a5e4;
	background: #f8f8f8;
}

.paging_full_numbers .ui-button:hover {
	text-decoration: none;
}

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

.paging_full_numbers {
	width: 350px !important;
}

.dataTables_wrapper .ui-toolbar {
	padding: 10px 5px;
}

.ui-helper-clearfix {
  *zoom: 1;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  display: table;
  content: "";
}

.ui-helper-clearfix:after {
  clear: both;
}

.dataTables_paginate {
	width: auto;
}

.dataTables_info {
	padding-top: 3px;
	font-size: 11px;
	line-height: 40px;
	padding-left: 5px;
	color: #707070;
	position: relative;
	top: -2px;
	text-shadow: 0 1px 0 #fff;
}

.dataTables_empty {
	text-align: center !important;
}

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

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

div.dataTables_wrapper .tableHeader, div.dataTables_wrapper .tableFooter {
	background: #eaeaea !important;
	margin: 0 !important;
	display: block !important;
	width: inherit !important;
	-webkit-box-shadow: inset 0 1px 0 #f8f8f8 !important;
	-moz-box-shadow: inset 0 1px 0 #f8f8f8 !important;
	box-shadow: inset 0 1px 0 #f8f8f8 !important;
}

div.dataTables_wrapper .tableHeader {
	border-bottom: 1px solid #ccc;
	padding: 12px 15px !important;
}

div.dataTables_wrapper .tableFooter {
	border-top: 1px solid #ccc;
	padding: 8px 15px !important;
}

/*
 * Sort arrow icon positioning
*/

table.display thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 20px;
	padding-right: 20px;
}

.dataTable thead div.DataTables_sort_wrapper {
	height: 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;
	clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

.dataTables_length {
	float: left;
}

.dataTables_length label {
	font-size: 11px;
	color: #909090;
	margin: 7px 0 0 5px;
}

.dataTables_length div.selector {
 	font-size: 12px;
  	margin: -2px 3px 0 5px;
}

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

.dataTables_filter label {
	font-size: 11px !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 7px !important;
	top: -6px;
	position: relative;
	color: #909090;
}

.dataTables_filter input {
	margin: 6px 5px 8px 3px !important;
	max-width: 150px !important;
	min-width: 150px !important;
	width: 150px !important;
	height: 30px !important;
	padding: 3px 4px;
	background: #f5f5f5;
	position: relative;
	font-size: 11px !important;
	
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.dataTables_filter input:focus {
	outline: none !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	
}

.dataTables_info {
	float: left;
}

.dataTables_paginate {
	float: right;
	text-align: right;
}

.dataTables a.first {
	color: red !important;
}

/* 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(../images/back_disabled.jpg);
}

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

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

.paginate_enabled_next {
	background-image: url(../images/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 td.center {
	text-align: center;
}

/* Sorting */

.dataTable .sorting {
	cursor: pointer;
	background: url(../images/sorting.png) no-repeat center right;
}

.dataTable .sorting_asc {
	cursor: pointer;
	background: url(../images/sorting_asc.png) no-repeat center right;
}

.dataTable .sorting_desc {
	cursor: pointer;
	background: url(../images/sorting_desc.png) no-repeat center right;
}