/*================================================*/
/*                     TAGS                       */
/*================================================*/

body
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	color: #000000;	
	background-color: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #ffffff;
    SCROLLBAR-3DLIGHT-COLOR: #ffffff;
    SCROLLBAR-ARROW-COLOR: #ffffff;
    SCROLLBAR-TRACK-COLOR: #ffffff;
	background-image:url(../Skin/Default/Img/Bg/BgSite.gif);
}

A
{
	color: #000000;
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	text-decoration: none;
}
A:hover			
{
	color: #E1081E;
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	text-decoration: underline;
}

A.Branco{
	color: #FFFFFF;
	text-decoration:none;
}

A.Branco:HOVER{
 	color: #FFFFFF;
	text-decoration:underline;
}

TD
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
}

TD.tituloPrincipal
{
	color: #9B9B9B;
	font-weight: bold;
	font-size: 11px;
}

TD.tituloCadastro
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-transform: uppercase;
}

TD.tituloNumPagCadastro
{
	font-size: 10px;
	color: #D4D4D4;
	background-color: #000000;
}

TD.painelDicas
{
	background-color: #D4D4D4;
	font-size: 12px;
	font-weight: bold;
	color: #8A8A8A;
}

TD.painelAlerta
{
	background-color: #D4D4D4;
	font-size: 11px;
	font-weight: bold;
	color: #8A8A8A;
}

TD.textoDicaOuAlerta
{		
	/*
	border-right: 1px solid;
	border-left: 1px solid; 
	border-bottom: 1px solid;
	border-top: 1px solid;	
	border-color: Crimson;
	*/
	background-color: #D4D4D4;
}

TD.tituloPainelDicas
{
	background-color: #D4D4D4;
}

TD.tituloPainelAlerta
{
	background-color: #D4D4D4;
}

TD.barraNavegacao
{
	background-color: #6D6D6D;
	border-color: #6D6D6D;
	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;	
}