table.tablesorter {
	font-family:arial;
	background-color: #ffff;
	margin:10px 0pt 15px;
	font-size: 8pt;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #99C3D5;
	color:#000;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../aridos/js/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

tbody tr.consulta:nth-child(2n) {
    background: none repeat scroll 0 0 #D7D5D5;
}

tbody tr.consulta:nth-child(2n+1) {
    background: none repeat scroll 0 0 #FFFFFF;
}

tbody tr.consulta2:nth-child(2n) {
    background: none repeat scroll 0 0 #FFFFFF;
}

tbody tr.consulta2:nth-child(2n+1) {
    background: none repeat scroll 0 0 #D7D5D5;
}