.dataTables_wrapper > .row,
.dataTables_wrapper > .row-fluid{
	margin-top: 10px;
}

.dataTables_wrapper > .row:first-child,
.dataTables_wrapper > .row-fluid:first-child{
	margin-top: 0;
}

.dataTables_filter,
.dataTables_processing,
.dataTables_length,
.dataTables_info{
	display: inline-block;
}

.dataTables_filter label,
.dataTables_processing label,
.dataTables_length label,
.dataTables_info label{
	margin-top: 0;
	margin-bottom: 0;
}

.dataTables_filter + .dataTables_processing{
	margin-left: 10px;
}

.dataTables_info + .dataTables_length{
	border-left: 1px solid #ccc;
	margin-left: 5px;
	padding-left: 5px;
}

.dataTables_length select {
	width: 75px;
}

.dataTables_paginate {
	float: right;
	margin: 0;
}

table.table {
	clear: both;
	margin-bottom: 6px !important;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
}

table.table thead .sorting { background: url('../images/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }

table.table thead .sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }

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