table, tbody, tfoot, thead, tr, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

caption {
	font-weight: bold;
	color: #39724C;
	text-align: left;
}

tr.titulo_campo_formulario {
	background-color: #CCCCCC;
}

th {
	background:#D2D2D2;
	vertical-align: top;
	font-weight: bold;
}

table.ensino {
	margin:0px;
	padding:0px;
}

table.ensino caption {
	background: url(/virtual/images/seta_simples.gif) left center no-repeat;
	text-indent:7px;
	font-weight: bold;
	color: #39724C;
	text-align: left;
}

table.ensino th {
	background:#FFFFFF;
	vertical-align: top;
	font-weight: bold;
	color: #39724C;
/*	border-bottom: solid #39724C 1px; */
	text-indent:6px;
}

table.ensino td {
	text-indent:8px;
	text-align:left;
}

tr.branca {
	vertical-align:top;
	background:#FFFFFF;
}

tr.cinza {
	vertical-align:top;
	background: #EDEDED;
}

.borda_inferior
{
	border-top: none;
	border-bottom: solid #4D4D4F;
	border-right: none;
	border-left: none;
	border-width: 1px;
}

.borda_superior
{
	border-top: solid #4D4D4F;
	border-bottom: none;
	border-right: none;
	border-left: none;
	border-width: 1px;
}

.borda_superior_inferior
{
	border-top: solid #4D4D4F;
	border-bottom: solid #4D4D4F;
	border-right: none;
	border-left: none;
	border-width: 1px;
}

.borda_superior_inferior_esquerda_direita
{
	border-top: solid #4D4D4F;
	border-bottom: solid #4D4D4F;
	border-right: solid #4D4D4F;
	border-left: solid #4D4D4F;
	border-width: 1px;
}

.borda_inferior_esquerda_direita
{
	border-top: none;
	border-bottom: solid #4D4D4F;
	border-right: solid #4D4D4F;
	border-left: solid #4D4D4F;
	border-width: 1px;
}

/* Tabelas de listagem de dados */
.tab_listagem_maiuscula, .tab_listagem {
	/*margin:10px 0 10px 0;
	width:500px;*/
	clear:both;
	border-top:1px solid #4D4D4F;
	border-right:1px solid #4D4D4F;
	border-collapse:collapse;
	color:#4D4D4F;
	font-size:1em;
}

.tab_listagem_maiuscula {
	text-transform:uppercase;
}

.tab_listagem_maiuscula td {
	font-size:.9em;
}

.tab_listagem_maiuscula th, .tab_listagem th {
	border-bottom:1px solid #4D4D4F;
	border-left:1px solid #4D4D4F;
	text-align:center;
	padding:3px;
	vertical-align:middle;
	background:#d2d2d2;
	text-transform:uppercase;
}

.tab_listagem_maiuscula .cinza, .tab_listagem .cinza {
	background:#eaeaea;
}

.tab_listagem_maiuscula td, .tab_listagem td {
	border-bottom:1px solid #4D4D4F;
	border-left:1px solid #4D4D4F;	
	padding:3px;
	vertical-align:middle;
	/* text-align:center; */
}
/* Fim tabelas de listagem de dados */
