.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
}

/* 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-image: url('../../../images/adminImages/commonImages/table-sorter/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../../../images/adminImages/commonImages/table-sorter/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../../../images/adminImages/commonImages/table-sorter/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../../../images/adminImages/commonImages/table-sorter/forward_enabled.jpg');
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}



.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers 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;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}