div.dataTables_length label {
	float: left;
	text-align: left;
}

div.dataTables_length select {
	width: 75px;
}

div.dataTables_filter label {
	float: right;
}

div.dataTables_info {
	padding-top: 8px;
}

div.dataTables_paginate {
	float: right;
	margin: 0;
	margin-right:18px;
	margin-top:-7px;
}
div.dataTables_paginate a{
	color:#D02125;
}

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

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

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

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

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

