/*
 *  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.
 */

 /*
 *Modified: 02/06/2012
 *Author: Ryan Wang
 */

/* Corner radius */
/*�Ѿ���default.css�ļ��а�
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
*/

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
	display:none;
}

.dataTables_info {
	margin-top:20px;
	width: 50%;
	float: left;
}

.dataTables_paginate {
	float: right;
	text-align: right;
}

/*
*��table�ķ�ҳ���������ʽ����
*/
.paging_full_numbers {
	margin-top:14px;
	margin-right:20px;
	/*padding-right:20px;*/
	/*line-height: 31px;
	height:31px;*/
}

.paging_full_numbers span.paginate_button {
	border: 1px solid #969696;
	padding: 6px 10px;
	cursor: pointer;
	*cursor: hand;         /*���ie6���°汾*/
	background-color: #F2F2F2; 
	position: relative; 
	text-align: center; 
	overflow: visible; /* the overflow property removes extra width in IE */
	margin-right: -0.1em;
	display:inline-block;
}
.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	border: 1px solid #969696;
	background: #4D90FE url("../images/button_active2.png") no-repeat;
	cursor: pointer;
	padding: 6px 12px;
	*cursor: hand;   /*���ie6���°汾*/
	overflow: visible; /* the overflow property removes extra width in IE */
	margin-right: -0.1em;
	color: #ffffff;
	display:inline-block;
}

.paging_full_numbers .last{
	-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px;
	border-radius: 0 4px 4px 0;
}

.paging_full_numbers .first{
	-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; 
	 border-radius: 4px 0 0 4px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */
table.display {
	margin: 0 auto;
	width: 100%;
	clear: both;
	text-align:center;
	border:1px solid #ddd;
	border-top:1px solid #ddd;
	font: 80%/1.40em Arial,"Lucida Grande",Verdana,Helvetica,sans-serif;
}


table.display thead th {
	padding: 2px;   /*������Ҫ���ƺã�����table�е�checkboxλ�ý��ᷢ��ı�*/
	cursor: pointer;
	* cursor: hand;
}


table.display thead{
	height:30px;
	/*background: #e6e6e6 url("../images/table_th.png") repeat-x 50% 50%;*/
	background:#EAEAEA;
	background: linear-gradient(top,#F5F5F5, #E1E1E1);
	background: -moz-linear-gradient(top, #F5F5F5, #E1E1E1);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5F5F5), to(#E1E1E1)); 
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr='#F5F5F5',endcolorstr='#E1E1E1',gradientType=0);
	-ms-filter: ��progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = ��#F5F5F5��, endColorstr = ��#E1E1E1�� )��; /* IE8 */
	
}

table.display td {
	padding: 5px 5px 5px 5px;
}

table.display td.center {
	text-align: center;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../images/sort_asc.png') no-repeat center right ;
	*background: url('../images/sort_asc.png') no-repeat center right #EAEAEA;
	/**background: #e6e6e6 url("../images/table_th.png") repeat-x 50% 50%;*/
}

.sorting_desc {
	background: url('../images/sort_desc.png') no-repeat center right ;
	*background: url('../images/sort_desc.png') no-repeat center right #EAEAEA;
	/**background: #e6e6e6 url("../images/table_th.png") repeat-x 50% 50%;*/
}

.sorting {
	background: url('../images/sort_both.png') no-repeat center right ;
	*background: url('../images/sort_both.png') no-repeat center right #EAEAEA;
	/**background: #e6e6e6 url("../images/table_th.png") repeat-x 50% 50%;*/
}

.sorting_asc_disabled {
	background: url('../images/sort_asc_disabled.png') no-repeat center right ;
	*background: url('../images/sort_asc_disabled.png') no-repeat center right #EAEAEA;
	/**background: #e6e6e6 url("../images/table_th.png") repeat-x 50% 50%;*/
}

.sorting_desc_disabled {
	background: url('../images/sort_desc_disabled.png') no-repeat center right ;
	*background: url('../images/sort_desc_disabled.png') no-repeat center right #EAEAEA;
	/**background: #e6e6e6 url("../images/table_th.png") repeat-x 50% 50%;*/
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
tr.odd {
	background-color: white;
}

tr.even {
	background-color: #F5F5F5;
}


#dt_example a {
    color: #0063DC;
    text-decoration: none;
}
.paging_full_numbers a.paginate_button {
    background-color:#F2F2F2;
}
.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
    border: 1px solid #ABABAB;
    color: #333333 ;
    cursor: pointer;
    margin: 0 ;
    padding: 5px 10px;
}
.paging_full_numbers a.paginate_active {
    background-color: #367FDE;
    border: 1px solid #333333;
    color:white;
}

.paging_full_numbers a.paginate_button_disabled{
	background-image: none;
	cursor: default !important;
    opacity: 0.35;
    color:#ABABAB;
}

.dataTables_empty{
	height:100px;
	margin:0 auto;
	line-height:100px
}