
/*---------- Tabelas dentro das Abas ----------*/

table.std {
/*	border-collapse: collapse; /* CSS2 */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background: none;
	padding:2px;
	margin:0 auto;
}


table.std td {
/*	border-collapse: collapse; /* CSS2 */
	border: 1px solid white;
	background: #ececec;
	padding:2px;
	
}


table.std th {
	border: 1px solid white;
	/* border-bottom: 1px solid white; */
	background: #ccc;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding:2px;
}


/*---------- Tabelas dentro das Abas ----------*/

table.stdCad {
/*	border-collapse: collapse; /* CSS2 */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background: none;
	padding:2px;
	margin:0 auto;
}


table.stdCad td {
/*	border-collapse: collapse; /* CSS2 */
	border: 1px solid white;
	background: #ececec;
	padding:2px;
	
}


table.stdCad th {
	border: 1px solid white;
	/* border-bottom: 1px solid white; */
	background: #ccc;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	padding:2px;
}


/*---------- Linhas Alternadas Azul ----------*/

table.stdAlt {
/*	border-collapse: collapse; /* CSS2 */
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background: #f6f6f6;
	border: solid #cccccc 1px; /* Precedência tem bug no IE */
	padding:2px;
	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;
}


