﻿/* Tables */

.hastable table
{
	margin: 0 0 10px 0;
	background: #fff;
	width: 100%;
	border: 1px solid #dedede;
	border-bottom: none;
}

.hastable thead td, .hastable thead th, .hastable tbody th
{
	background: url('../Imagenes/header_table_higther.jpg') repeat-x scroll 0 0 #e6e6e6; /*background-color: #6D6F71;*/
	color: #24587F;
}

.hastable tr td
{
	border-left: 1px solid #ccc;
	text-align: left;
	padding: 8px;
	color: #616161;
	vertical-align: middle;
	background-color: #f6f6f6;
}

.hastable thead td, .hastable thead th
{
	padding: 7px 6px;
	text-align: center;
}

.hastable th, .hastable td
{
	border-bottom: 1px solid #dedede;
}
.hastable tbody th
{
	padding: 8px 8px;
	text-align: left;
}

.hastable tbody tr.alt td, .hastable tbody tr.odd td
{
	color: #464646;
}

.hastable tbody tr.alt td, .hastable tbody tr.alt th, .hastable tbody tr.odd
{
	background-color: #f5f5f5;
}
.hastable tbody tr:hover td, .hastable tbody tr:hover th
{
	background-color: #DDF1DC;
}

.headerSortDown, .headerSortUp
{
	background-repeat: no-repeat;
	background-color: #dcdcdc !important;
	color: #404040 !important;
}

.header span
{
	float: right;
}

.hastable tr .center
{
	padding: 15px;
	width: 5px;
}

.hastable table a.btn span.ui-icon
{
	left: 0.1em;
}

/* Tables forms*/

.hastablefourcolumns table
{
	margin: 0 0 5px 0;
	background: #fff;
	width: 100%;
	border: none;
	border-bottom: none;
}

.hastablefourcolumns tr td
{
	padding: 8px;
}




/* tables */
table.tablesorter
{
	font-family: arial;
	background-color: #CDCDCD;
	margin: 10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th
{
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header
{
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td
{
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td
{
	background-color: #F0F0F6;
}


table.tablefieldset tbody td
{
	padding: 4px 4px 0px 5px;
}

table.tablefieldset 
{
	width:100%;	
}

div.pager
{
	margin: 0px auto;
	margin-top: 15px;
	float: left;
}

input.pagedisplay
{
	margin-top: 0px;
	width: 31px;
	height: 21px;
	font-size: 14px;
	vertical-align: top;
}

select.pagesize
{
	margin-top: 0px;
	height: 26px;
	vertical-align: top;
}
