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

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

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

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

.sorting_desc_disabled {
	background: url('/media/images/sort_desc_disabled.png') no-repeat center right;
}
 
table.display thead th:active,
table.display thead td:active {
	outline: none;
}

.dataTables_paginate {
    height: 36px;
    margin: 18px 0;
	float: left;
    width: 50%;
	border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
	border-left: 1px solid #ddd;
}

.dataTables_paginate a {
    color: #808080;
    line-height: 18px;
	display: inline;
	cursor:pointer;
}

.dataTables_paginate a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.dataTables_paginate a:hover,
.dataTables_paginate .active a {
  background-color: #f5f5f5;
}

.dataTables_paginate .active a {
  color: #999999;
  cursor: default;
}

a.paginate_button{ color:#049CDB;}
a.paginate_button_disabled{color: #808080;}

.dataTables_length{float:left;  margin: 18px 0; width:200px;}
.paging_full_numbers {float:left;}
.dataTables_length select { width:66px;}

.dataTables_reset{ float:right;margin: 18px 0;}
label {
	width:12em;
}
