/*
 *  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.
 */

.dataTables_scrollHead{
	float:left;
}
.dataTables_scrollBody{
	/*float:left;*/
}
.innerpanes .container .dataTables_wrapper .dataTables_scroll{
	float: none!important;
}

.css-panes .dataTables_wrapper .dataTables_scroll{
	float:left;
}

.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;
}

.paging_full_numbers {
	width: 350px !important;
}

.dataTables_paginate {
	width: auto;
}

.dataTables_info {
	padding-top: 3px;
}

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: 0 0 0 10px!important;
}

table.display thead th div.DataTables_sort_wrapper span {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features
 */
.dataTables_wrapper {
	position: relative;
	min-height: 120px;
	_height: 302px;
	clear: both;
}

.dataTables_processing {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	background: #FFF;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 15px 0;
	z-index: 90;
}

.dataTables_length {
	width: 60%;
	float: left;
}

.dataTables_filter {
	width: 40%;
	float: right;
	text-align: right;
	font-weight: bold;
}

.dataTables_filter input {
	width: 240px;
	padding: 4px;
}

.toolbar {
	margin-bottom: 5px;
}

.dataTables_info {
	width: 50%;
	float: left;
	margin: 5px 0;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

.dataTables_paginate {
	float: right;
	text-align: right;
	margin-top: 5px;
}

.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');
}

/* Tabla
---------------------------------- */
table.display {
	margin: 0 auto;
	clear: both;
	border-collapse: collapse;
}

table.display td {
	padding: 3px 10px;
}

table.display td.center {
	text-align: center;
}

tr.odd {
	background-color: #faf0ce;
}

tr.even {
	background-color: white;
}

tr.even.row_selected td,tr.odd.row_selected td {
	background-color: #d0c6fd;
}