/*================================================*/
/*                     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;	
}