/*
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 */
 
 #datatable {
 	float:none;
	clear:both;
	margin:20px 0 20px 0;
	width:100%;
}

#datatable tbody tr .pending { color:#E72C98; }
#datatable tbody tr .approved { color:#6C0; }
#datatable tbody tr .rejected { color:#999; }

#datatable tbody tr {
	cursor:pointer;
	* cursor: hand;
}

#datatable tbody tr:hover td {
	background-color:#E72C98;
	color:#fff;
	text-shadow:none;
}
	
.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	_height: 302px;
	clear: both;
}

.dataTables_wrapper input, .dataTables_wrapper select {
	font-size:1em;
}

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

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

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 40%;
	float: left;
	line-height:1.8;
}

.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/jquery.datatables.images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../images/jquery.datatables.images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../images/jquery.datatables.images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../images/jquery.datatables.images/forward_enabled.jpg');
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
}

table.display thead {
	background:#fff;
}

table.display thead th {
	padding: 6px 18px 3px 25px;
	border-bottom: 1px dashed #e1e1e1;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
}

table.display tfoot th {
	padding: 3px 10px;
	border-top: 1px solid black;
	font-weight: bold;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa;
}

table.display td {
	padding: 10px;
}

table.display td.center {
	text-align: center;
}



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

.sorting_asc {
	background: url('../images/jquery.datatables.images/sort_asc.jpg') no-repeat center left;
}

.sorting_desc {
	background: url('../images/jquery.datatables.images/sort_desc.jpg') no-repeat center left;
}

.sorting {
	background: url('../images/jquery.datatables.images/sort_both.jpg') no-repeat center left;
}

.sorting_asc_disabled {
	background: url('../images/jquery.datatables.images/sort_asc_disabled.jpg') no-repeat center left;
}

.sorting_desc_disabled {
	background: url('../images/jquery.datatables.images/sort_desc_disabled.jpg') no-repeat center left;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
tr.odd {
	background-color: #EFEFEF;
}

tr.even {
	background-color: white;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.top, .bottom {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}

.top .dataTables_info {
	float: none;
}

.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%;
}

.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;
	padding: 4px 6px 1px 6px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}
/*#BDEEE6 #E1F5F2*/
.paging_full_numbers span.paginate_button {
	background-color: #EFEFEF;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #E1F5F2;
}

.paging_full_numbers span.paginate_active {
	background-color: #333;
	color:white;
}

/*
table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}
*/

/*
 * Sorting classes for columns
 */
/* For the standard odd/even 
th.sorting, th.sorting_desc, th.sorting_asc {
	cursor:pointer;
	*cursor: hand;
}
tr.odd td.sorting_1 {
	background-color: #BDEEE6;
}

tr.odd td.sorting_2 {
	background-color: #DADCFF;
}
	
tr.odd td.sorting_3 {
	background-color: #E0E2FF;
}

tr.even td.sorting_1 {
	background-color: #E1F5F2;
}

tr.even td.sorting_2 {
	background-color: #F2F3FF;
}

tr.even td.sorting_3 {
	background-color: #F9F9FF;
}
*/


/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}

