/****************************************/
/****** dataTable Sorter ******/
.dataTables_length {
float: left;
width: 40%;
}
.dataTables_filter {
float:right;
text-align:right;
width:50%;
}
.dataTables_filter input {
float: none;
}
.dataTables_info {
float:left;
padding: 5px;
width:86%;
font-size:1.6em;
color:#fff;
height: 26px;
border: 7px solid #003366;
background-color: #0077aa;
}
.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
	height: 22px;
}
div.dataTables_paginate span.paginate_button,
 	div.dataTables_paginate span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

div.dataTables_paginate span.paginate_button {
	background-color: #ddd;
}

div.dataTables_paginate span.paginate_button:hover {
	background-color: #ccc;
}

div.dataTables_paginate span.paginate_active {
	background-color: #99B3FF;
}
/* 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: url('../img/hori_large.png') no-repeat 30px 30px;
	position:relative;
	left: -40px; width: 31px; height:30px;
}

.paginate_enabled_previous {
	background: url('../img/hori_large.png') no-repeat 0 0;
	left: -40px; width: 31px; height:30px;
	position:relative;
}

.paginate_disabled_next {
	background: url('../img/hori_large.png') no-repeat 0 60px;
	left: 0px; width: 31px; height:30px;
	top: -30px;
	position:relative;
}

.paginate_enabled_next {
	background: url('../img/hori_large.png') no-repeat 0 -30px;
	left: 0; width: 31px; height:30px;
	position:relative;
	top: -30px;
}

/****** End dataTable Sorter ******/

