/*================================================*/
/*                     TAGS                       */
/*================================================*/

body
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #000000;	
	background-color: #ffffff;
}

A
{
	color: Black;
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	text-decoration: none; 
	text-decoration: underline 
}
A:hover			
{
	color: Green;
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	text-decoration: underline
}

TD
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
}

TD.tituloPrincipal
{
	font-weight: bold;
	font-size: 14px;
}

TD.tituloCadastro
{
	font-size: 12px;
	font-weight: bold;
	background-color: #acddb4;
}

TD.tituloNumPagCadastro
{
	font-size: 10px;
	background-color: #acddb4;
}

TD.painelDicas
{
	background-color: #d2edcb;	
	font-size: 11px;
	font-weight: bold;
}

TD.painelAlerta
{
	background-color: #d2edcb;
	font-size: 11px;
	font-weight: bold;
}

TD.textoDicaOuAlerta
{		
	/*
	border-right: 1px solid;
	border-left: 1px solid; 
	border-bottom: 1px solid;
	border-top: 1px solid;	
	border-color: Green;
	*/
	background-color: #d2edcb;
}

TD.tituloPainelDicas
{
	background-color: #d2edcb;
}

TD.tituloPainelAlerta
{
	background-color: #d2edcb;
}

TD.barraNavegacao
{
	background-color: #d2edcb;
	border-color: #339900;
	border-top-style: solid; 
	border-top-width: 1; 
	border-bottom-style: solid; 
	border-bottom-width: 1; 

}

DIV.painelDicas
{	
	height: 35px;
	overflow-x: hidden;
	overflow-y: auto;
}

DIV.painelAlerta
{	
	height: 35px;
	overflow-x: hidden;
	overflow-y: auto;
}

DIV.painelNavegacao
{	
	height: 35px;
	overflow-x: hidden;
	overflow-y: auto;
}

/*================================================*/
/*  Diagramação da Tabela de Cadastro             */
/*================================================*/

.rotuloTD
{
	height:30;
}

.rotuloVerticalTD
{
	height:20;
}

.campoTD
{
	height:30;	
}
/*=================================================*/
/*  Oportunidade de vagas 10.60                    */
/*=================================================*/
div.Oportunidade
{
	padding-top:40px;
}
table.tabela_oportunidade
{
	width:600px;
	border-style:none;	
}

table.detalhe_vagas
{
	border-style:none;
	padding:0px;
    border-collapse:collapse;
    border-color:#111111;
	width:580px;
	height:300px;
}

div.cabecalho_oportunidade
{
	text-align:left; 
	padding-left:15px; 
	position:static;
	font-family: verdana;
	font-size: 18px;
	color:Black;
}

div.painel_vagas
{
	width:580px; 	
	overflow:auto;
	height:280px
}


