/*
 *  File:         demo_table_jui.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  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.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../images/ - relative to this CSS file.
 */


/*
 * jQuery UI specific styling
 */

.paging_two_button .ui-button {
	float: left;
	cursor: pointer;
	* cursor: hand;
}

.paging_full_numbers .ui-button {
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	* cursor: hand;
}

.dataTables_paginate .ui-button {
	margin-right: -0.1em !important;
}

.paging_full_numbers {
	width: 75% !important;
}

.dataTables_wrapper .ui-toolbar {
	padding: 5px;
}

.dataTables_paginate {
	width: auto;
}

.dataTables_info {
	padding-top: 8px;
}

table.display thead th {
	padding: 3px 0px 3px 10px;
	cursor: pointer;
	* cursor: hand;
}

div.dataTables_wrapper .ui-widget-header {
	font-weight: normal;
}


/*
 * Sort arrow icon positioning
 */
table.display thead th div.DataTables_sort_wrapper {
	position: relative;
	padding-right: 20px;
	padding-right: 20px;
}

table.display thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * Everything below this line is the same as demo_table.css. This file is
 * required for 'cleanliness' of the markup
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * 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: 45%;
	text-align: left;
}

.dataTables_length label{
	width: 100%;
	float: left;
	text-align: left;
}

.dataTables_length select{
	width: 50px;
	margin-right:5px;
}

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

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

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

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

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

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

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



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

table.display tfoot th {
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	font-weight: normal;
}

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

table.display td {
	padding: 3px 10px;
}

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



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes DUK
 */

tr.odd {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		margin: 0px;
		color: #665665;
		padding: 6px 8px;
		background-image: url(../../pic/line.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		text-align: left;
}

tr.even {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		margin: 0px;
		color: #665665;
		padding: 6px 8px;
		background-image: url(../../pic/line.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		text-align: left;
}

/*
 * Sorting classes for columns - DUK
 */
/* For the standard odd/even */ 
tr.odd td.sorting_1 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		margin: 0px;
		color: #665665;
		padding: 6px 8px;
		background-image: url(../../../pic/line.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		text-align: left;
}

tr.odd td.sorting_2 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		margin: 0px;
		color: #665665;
		padding: 6px 8px;
		background-image: url(../../../pic/line.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		text-align: left;
}

tr.odd td.sorting_3 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		margin: 0px;
		color: #665665;
		padding: 6px 8px;
		background-image: url(../../../pic/line.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		text-align: left;
}

tr.even td.sorting_1 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		margin: 0px;
		color: #665665;
		padding: 6px 8px;
		background-image: url(../../../pic/line.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		text-align: left;
}

tr.even td.sorting_2 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		margin: 0px;
		color: #665665;
		padding: 6px 8px;
		background-image: url(../../../pic/line.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		text-align: left;
}

tr.even td.sorting_3 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		margin: 0px;
		color: #665665;
		padding: 6px 8px;
		background-image: url(../../../pic/line.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		text-align: left;
}

a.clslink:link
{
		text-decoration: 	none;
		color: 				#EEEEEE;
		background-color: 	transparent;
}

a.clslink:visited
{
		text-decoration: 	none;
		color: 				#EEEEEE;
		background-color: 	transparent;
}

a.clslink:hover
{
		text-decoration: 	underline;
		color: 				#FFFFDD;
		background-color: 	transparent;
}

a.clstablelink:link
{
		text-decoration: 	none;
		color: 				#32528C;
}

a.clstablelink:visited
{
		text-decoration: 	none;
		color: 				#32528;
}

a.clstablelink:hover
{
		text-decoration: 	underline;
		color: 				#E31401;
}




