/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */
.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	_height: 302px;
	width: 100%;
	zoom: 1; /* Feeling sorry for IE */
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

.dataTables_length {
	width: 40%;
	float: left;
}

.dataTables_filter {
	float: left;
	text-align: left;
}

.dataTables_info {
	width: 60%;
	float: left;
}

/* Pagination nested */
.paginate_previous, .paginate_next {
	height: 15px;
	width: 15px;
	text-indent: -999em;
	overflow: none;
	cursor: pointer;
}

.paginate_number
{
    width: 3em;
    text-align: center;
    letter-spacing: 0.25em;
}

.paginate_previous:hover, .paginate_next:hover {
    background-position: left -20px;
}

.paginate_previous {
	background: url('/images/prev.gif') left top no-repeat;
	margin: 0 0 0 auto;
}

.paginate_next {
	background: url('/images/next.gif') left top no-repeat;
	margin: 0 auto 0 0;
}

#filterClearButton {
	height: 15px;
	width: 15px;
	text-indent: -999em;
	border: 0 none;
	background: url('/images/close_small.gif') left top no-repeat;
	cursor: pointer;
	margin: 5px;
}

#filterClearButton:hover {
	background-position: left -20px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
.dataTables_wrapper table {
	margin: 0 auto;
	width: 100%;
	clear: both;
	border-collapse: collapse;
	white-space: nowrap;
}

.dataTables_wrapper table thead th {
	padding: 4px;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
	text-align: left;
	border: 1px solid #FFF;
}

.dataTables_wrapper table tbody tr:hover {
	background-color: #d1faff;
	cursor: pointer;
	* cursor: hand;
}

.dataTables_wrapper table td {
	padding: 4px;
	width: 100%;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

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

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

.sorting_asc, .sorting_desc {
    background-color: #8dbdd8;
}

.sorting {
	background: #ccebf2 url('/images/sort_both.gif') no-repeat center right;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
tr.odd {
}

tr.even {
	background-color: #f3f3f3;
}

tr.odd td, tr.even td {
    padding-right: 30px;
    margin: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.top {
	text-align: left;
}

.top .dataTables_info {
	float: none;
}
.center {
    margin: 10px 0;
}
.bottom {
    margin: 0 auto;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}
