/** Tables **/
.table-wrapper {
    overflow: auto !important;
}
.dataTables_wrapper {
    position: relative;
	margin-top: 10px;
}
.dataTables_wrapper select {
    border: 1px solid #C0C0C0;
    margin-bottom: 0;
    *vertical-align: middle;
	width: 50px;
	min-width: inherit;
	padding: 7px 0 0;
	height: 21px;
	box-sizing: content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
}
.dataTables_scrollBody {
	overflow-y: hidden !important;
}
.dataTables_wrapper label {
    margin-bottom: 0;
}
.dataTables_length {
	position: absolute;
    right: 0;
	top: -50px;
	font-weight:bold;
	color: #333;
	text-transform: lowercase;
}
.dataTables_filter {
   position: absolute;
   right: 330px;
   top: -50px;
}
.dataTables_filter input {
	width: 300px;
	background: url(../../../img/site/search.png);
	background-repeat: no-repeat;
	background-position: 273px -4px;
	padding: 8px 5px;
	border: 1px solid #666;
	height: 12px;
}
.dataTables_info {
    bottom: 0px;
    right: 0px;
	/* position: absolute; */
	width: 100%;
	font-weight:400;
	color: #666;
	text-transform: lowercase;
	text-align:right;
	z-index: -1;
}
.dataTables_paginate {
    line-height: 16px;
    text-align: left;
    border-width: 1px 0 0;
	margin-top: 20px;
	font-weight:bold;
	color: #333;
	text-transform: lowercase;
}
.dataTables_paginate a {
	cursor: pointer;
}
.dataTables_paginate a:hover {
	color: #666;
}
.dataTables_paginate .paginate_active {
	color: #FF9900;
}
.dataTables_paginate span  {
	border-right: 2px solid #333333;
}
.dataTables_paginate span a {

    padding-right: 10px;
    padding-left: 10px;
}
.dataTables_paginate .first  {
	border-right: 2px solid #333333;
    padding-right: 10px;
}
.dataTables_paginate .previous  {
	border-right: 2px solid #333333;
    padding-right: 10px;
    padding-left: 10px;
}
.dataTables_paginate .next  {
	border-right: 2px solid #333333;
    padding-right: 10px;
    padding-left: 10px;
}
.dataTables_paginate .last  {
    padding-left: 10px;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
	background-color: #C0C0C0;
}

table.dataTable thead .sorting { background: #9e0b26; color: white;}
table.dataTable thead .sorting_asc { background: #9e0b26; color: white;}
table.dataTable thead .sorting_desc { background:  #9e0b26; color: white;}
table.dataTable thead .sorting_asc_disabled { background: #9e0b26; color: white;}
table.dataTable thead .sorting_desc_disabled { background: #9e0b26;color: white; }
