/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_wrapper
{
	position: relative;
	min-height: 302px;
	_height: 302px;
	clear: both;
}

.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: 60%;
	float: left;
}

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

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

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

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



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

table.display thead th
{
	padding: 3px 10px;
	border-bottom: 1px solid black;
	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;
	text-align: left;
}

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



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

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

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

.sorting
{
	background: url('/images/dataTables/sort_both.jpg') no-repeat center right;
}

tr.odd 
{
	background-color: #E2E4FF;
}

tr.even
{
	background-color: white;
}

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

.top .dataTables_info
{
	float: none;
}

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 */
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;
}

/*
 * 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;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
