table, tbody, tfoot, thead, tr, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

tr.titulo_campo_formulario {
	background-color: #CCCCCC;
}

th {
	background:#D2D2D2;
	vertical-align: top;
	font-weight: bold;
}

th.ensino {
	background:#FFFFFF;
	vertical-align: top;
	font-weight: bold;
	color: #137899;
	border-bottom: solid #137899 1px;
}

caption {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #137899;
	text-align: left;
}

caption.ensino {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #137899;
	text-align: center;
}

.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 */

/* Tabelas de cursos e outros dados */
.tab_listagem_maiuscula_curso, .tab_listagem_curso {
	/*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_curso {
	text-transform:uppercase;
}

.tab_listagem_maiuscula_curso td {
	font-size:.9em;
}

.tab_listagem_maiuscula_curso th, .tab_listagem_curso th {
	border-bottom:1px solid #4D4D4F;
	border-left:1px solid #4D4D4F;
	text-align:center;
	padding:3px;
	vertical-align:middle;
	background:#147898;
	color:#FFFFFF;
	text-transform:uppercase;
}

.tab_listagem_maiuscula_curso .cor, .tab_listagem_curso .cor {
	background:#eaf7fc;
}

.tab_listagem_maiuscula_curso td, .tab_listagem_curso td {
	border-bottom:1px solid #4D4D4F;
	border-left:1px solid #4D4D4F;	
	padding:3px;
	vertical-align:middle;
	/* text-align:center; */
}
/* Fim tabelas de listagem de cursos e outros dados */