/*
 *  File:         jquery.datatable.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for jquery data table
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     Friday May 28 2010 by Jimmmy Bai
 *  Language:     CSS
 *  Project:      eConnect
 *  Version:      7 SP1
 *
*******************************Description*********************************
 * The styles given here are used for program,membership and facility tab.
 ****************************End Description*******************************

 ************************************Note**********************************
.* The part mainly defined the layout for data table not related to any color
 * and backgroud images.So for general customization, this stylesheet should
 * be ignored.																
 **********************************End Note*******************************/	 

/*
 * jQuery UI specific styling
 */

.paging_two_button .fg-button
{
	float: left;
	cursor: pointer; *cursor:hand;
}

.paging_full_numbers .fg-button
{
	padding: 2px 6px;
	cursor: pointer; *cursor:hand;
}

.paging_full_numbers
{
	width: auto;
	display:inline;
}

.fg-toolbar
{
	padding: 5px;
}

.dataTables_paginate
{
	width: auto;
}

table.display thead th
{
	padding: 3px 0px 3px 10px;
	cursor: pointer; *cursor:hand;
}

.dataTables_wrapper
{
	position: relative;	
	clear: both;		
	width:100%;		
}


.dataTables_wrapper table
{
	margin: 0 auto;	
	clear: both;
}

.dataTables_processing
{
	position: absolute;
	top: 100%;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

.dataTables_length
{
	width: 40%;
	float: left;
	text-align: left;
}

.dataTables_filter
{
	width: 50%;
	float: right;
	text-align: right;
	padding-right: 10px;
}

.dataTables_info
{
	width: auto;
	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;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table
{
	margin: 0 auto;
	width: 100%;
	clear: both;
}

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;
}

.clear
{
	clear: both;
}

.dataTables_empty
{
	text-align: center;
}

tfoot input
{
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init
{
	color: #999;
}

.example_alt_pagination div.dataTables_info
{
	width: 40%;
}

.paging_full_numbers span.paginate_button, .paging_full_numbers span.paginate_active
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer; *cursor:hand;
}

.css_right
{
	 float:right;
}