
/*---------- Tabelas dentro das Abas ----------*/

table.limpa {
/*	border-collapse: collapse; /* CSS2 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}


table.limpacz {
/*	border-collapse: collapse; /* CSS2 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
	
}


table.limpabc {
/*	border-collapse: collapse; /* CSS2 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	
}

/*---------- Tabelas dentro das Abas ----------*/

table.stdAbas {
/*	border-collapse: collapse; /* CSS2 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #f6f6f6;
	border: solid #cccccc 1px; /* Precedência tem bug no IE */
}

table.stdAbas td {
	border: 1px dashed #cccccc;
}



/*---------- Linhas Alternadas Azul ----------*/

table.stdAlt {
/*	border-collapse: collapse; /* CSS2 */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	background: #f6f6f6;
	border: solid #cccccc 1px; /* Precedência tem bug no IE */
	padding:2px;
	width:460px;
	margin:0 auto;
}

table.stdAlt td {
	border: 1px dashed #cccccc;
	padding:2px;
}


table.stdAlt tr.even /* estilo explícito */ {
	background: #ececec;
	padding:2px;
}


table.stdAlt th {
	/* border: 1px solid white; */
	/* border-bottom: 1px solid white; */
	background: #c2c2c2;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding:2px;
}


