.left{float:left}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * General page setup*/


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	_height: 302px;
	clear: both;
	top:20px;/*ken*/
	padding:0 0 20px 0;
}

.dataTables_processing {
	position: absolute;
	top: 0px; 
	top:-25px;/*ken*/
	/*left: 50%;
	ken*/right:20px;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	color: #CC0000;/*ken*/
	font-size: 11px;
	padding: 2px 0;
}

.dataTables_length {
	width: 40%;
	width: 25%;float: left;/*ken*/
	
}
div.dataTables_wrapper select /*ken*/{
	width:auto;
	vertical-align: middle;margin:0
}
.dataTables_filter {
	width: 50%;
	width: 35%; /*ken*/
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 85%; /*ken*/
	text-align:left; /*ken*/
	padding: 5px 0;
}


.dataTables_paginate {
	/*width: 44px;
	* width: 50px; ken*/
	float: right;
	float: left;/*ken*/
	text-align: right;
}
span.paginate_button,/*ken*/
 pan.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

/* 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(../images/back_disabled.jpg) no-repeat;
}

.paginate_enabled_previous {
	background: url(../images/back_enabled.jpg) no-repeat;
}

.paginate_disabled_next {
	background: url(../images/forward_disabled.jpg) no-repeat;
}

.paginate_enabled_next {
	background: url(../images/forward_enabled.jpg) no-repeat;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
	
}

table.display thead th {
	padding: 3px 0 3px 20px;
	text-align:left;
	border-bottom: 1px solid #999;
	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: 3px 10px;
}

table.display td.center {
	text-align: center;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url(../images/sort_asc.jpg) no-repeat left center;
}

.sorting_desc {
	background: url(../images/sort_desc.jpg) no-repeat left center;
}

.sorting {
	background: url(../images/sort_both.jpg) no-repeat left center;
}

table.display tr.odd {
	background-color: #DBEFF7;
}
* html table.display tr.row_selected.odd td { /* KEN IE6 seems to adopt this as stripes */
	background-color: #DBEFF7;
}
table.display tr.even {
	background-color: #BAE0EF;
}
* html table.display tr.row_selected.even td  {/* KEN IE6 seems to adopt this as stripes */
	background-color: #BAE0EF;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.top, .bottom {
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	margin:20px 0 10px 0;
	padding:5px;position:relative;width:100%;height:20px/*ken ADDED*/
	
}
.bottom {
	margin:10px 0;
}
.top .dataTables_info {
	/*float: none; ken*/
	/*ken ADDED*/
	position:absolute;
	top:-25px;
	left:0;
	font-weight:bold;
}

.clear {
	clear: both;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.example_alt_pagination .dataTables_paginate {
	width: 400px;
}

.example_alt_pagination div.dataTables_paginate span.paginate_button,
 	.example_alt_pagination 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;
}

.example_alt_pagination div.dataTables_paginate span.paginate_button {
	background-color: #ddd;
}

.example_alt_pagination div.dataTables_paginate span.paginate_button:hover {
	background-color: #ccc;
}

.example_alt_pagination div.dataTables_paginate span.paginate_active {
	background-color: #99B3FF;
}


table.display tr.row_selected.odd td {
	background-color: #B0BED9;
}
table.display tr.row_selected.even td { 
	background-color: #9FAFD1;
	
}
/*
 * Sorting classes for columns
 */
/* For the standard odd/even KEN IE6 */
*html table.display tr.odd td.sorting_1 {
	background-color: #D3D6FF;
}

*html table.display tr.odd td.sorting_2 {
	background-color: #DADCFF;
}

*html table.display tr.odd td.sorting_3 {
	background-color: #E0E2FF;
}

*html table.display tr.even td.sorting_1 {
	background-color: #EAEBFF;
}

*html table.display tr.even td.sorting_2 {
	background-color: #F2F3FF;
}

*html table.display tr.even td.sorting_3 {
	background-color: #F9F9FF;
}
/* END KEN IE6 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	background-color: #D3D6FF;
}

tr.odd td.sorting_2 {
	background-color: #DADCFF;
}

tr.odd td.sorting_3 {
	background-color: #E0E2FF;
}

tr.even td.sorting_1 {
	background-color: #EAEBFF;
}

tr.even td.sorting_2 {
	background-color: #F2F3FF;
}

tr.even td.sorting_3 {
	background-color: #F9F9FF;
}