/* Estilos para Ordenar Tablas */
table.tablesorter
{
	font-family: Arial;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th
{
	background-color: #eeeeee;
	font-size: 8pt;
}
table.tablesorter thead tr .header
{
	background-image: url(../../../libs/images/tablas/bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
/*
table.tablesorter tbody td
{
	background-color: #ffffff;
	vertical-align: top;
}
*/
table.tablesorter tbody tr.odd td
{
	background-color: #ffffff;
}
table.tablesorter thead tr .headerSortUp
{
	background-image: url(../../../libs/images/tablas/asc.gif);
}
table.tablesorter thead tr .headerSortDown
{
	background-image: url(../../../libs/images/tablas/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp
{
	background-color: #cc3333;
	font-family: Arial;
	color: white;
}
