/*
 CRIADO POR: WELLINGTON DE OLIVEIRA
 DATA: 08:29
 OBJETIVO: Tomar como padro as cores, estilos de fonte de acordo como solicitado pela Sul Amrica
*/



/*
Por: Wellington
Descr: Texto Padro para todo o site AZUL
*/


.txtAzul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000099;
}

.txtPadrao
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}

.txtPadraoNegrito
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	font:bold;
}


.txtBranco
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
}


/*
Por: Wellington
Descr: Texto Padro em negrito leve AZUL
*/
.txtPNL
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000066;
	font-weight:lighter;
}


/*
Por: Wellington
Descr: Texto Padro em negrito Pesado AZUL
*/
.txtPNP
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	font-weight: bold;
}

/*
Por: Wellington
Descr: Texto Padro em negrito Extra Pesado AZUL Usado para ttulo
*/
.txtPNEP
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #0000CC;
	font-weight: bolder;
}

/*
Por: Wellington
Descr: Padro para os links
*/
.link				
{
	FONT-FAMILY: Verdana, Geneva, Arial, sans-serif; 
	FONT-SIZE: 10px; color:#0000CC; 
	TEXT-DECORATION: none;
	color:#00CC66;
}

.linkHal			
{
	FONT-FAMILY: Verdana, Geneva, Arial, sans-serif; 
	FONT-SIZE: 11px; 
	color:#339999;
	TEXT-DECORATION: none;
	}
/*
Por: Fernando
Descr: Padro para os links
*/
A.link:HOVER		
{
	FONT-FAMILY: Verdana, Geneva, Arial, sans-serif; 
	FONT-SIZE: 10PX; color: #999999; 
	TEXT-DECORATION: NONE
}

/*
Por: Fernando
Descr: Fonte branca para o menu
*/
.MENU				
{
	FONT-FAMILY: Verdana, Geneva, Arial, sans-serif; 
	FONT-SIZE: 10PX; color:#000099; 
	TEXT-DECORATION: NONE

}


/*
Por: Fernando
Descr: Fonte laranja para o menu quando o mouse passar sobre o link
*/
A.MENU:HOVER		
{
	FONT-FAMILY: Verdana, Geneva, Arial, sans-serif; 
	FONT-SIZE: 10PX; color: #CCCCCC; 
	TEXT-DECORATION: NONE
}

/*
Por: Fernando
Descr: Fonte branca para o menu
*/
.menuEsquerda				
{
	FONT-FAMILY: Verdana, Geneva, Arial, sans-serif; 
	FONT-SIZE: 10px; color: #000099; 
	TEXT-DECORATION: none
}


/*
Por: Fernando
Descr: Fonte laranja para o menu quando o mouse passar sobre o link
*/
A.menuEsquerda:HOVER		
{
	FONT-FAMILY: Verdana, Geneva, Arial, sans-serif; 
	FONT-SIZE: 10px; color: #0000CC; 
	TEXT-DECORATION: none
}


/*
Por: Wellington
Descr: Fonte branca normal
*/
.txtBranco
{
	Font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	Color : #FFFFFF;
	Font-size : 10px;
}


/*
Por: Wellington
Descr: Fonte branca negrito
*/
.txtBrancoN
{
	Font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	Color : #FFFFFF;
	Font-size : 10px;
	font-weight : bold;
}


/*
Por: Wellington
Descr: Fonte LARANJA normal
*/
.txtLaranja
{
	Font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	Color : #FF6600;
	Font-size : 10px;
}


/*
Por: Wellington
Descr: Fonte LARANJA NEGRITO
*/
.txtLaranjaN
{
	Font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	Color : #FF6600;
	Font-size : 10px;
	Font-weight : bold;
}

.rodapeMarcasAutorizadas
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:7px;
	color: #000000;
}


/*
---------------------------------------------------------------------------------------------------------------------------------------
Por: Wellington
Descr: Padro para FORM
---------------------------------------------------------------------------------------------------------------------------------------
*/

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}


select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}


/*
---------------------------------------------------------------------------------------------------------------------------------------
Por: Wellington
Descr: Padro para fundos de tabelas
---------------------------------------------------------------------------------------------------------------------------------------
*/

.tabEAEAEA
{
	background-color : #EAEAEA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.tabEEEEEE
{
	background-color : #EEEEEE;
}


.tabCCCCCC
{
	background-color : #CCCCCC;
}

.tab999999
{
	background-color :  #999999;
	Font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	Color : #FFFFFF;
	Font-size : 10px;
	font-weight : bold;
}

.AZULINHA
{
    background:#0099CC;
	Font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	Color : #FFFFFF;
	Font-size : 10px;
	font-weight : bold;
}


.tab666666
{
	background-color :  #666666;
	Font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	Color : #FFFFFF;
	Font-size : 10px;
	font-weight : bold;
}


/*
Por: Wellington
Descr: Padro para as margens do site
*/
body
{
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;

	/*	NO UTILIZADO // NO COMBINA COM AS CORES DO SISTEMA
	scrollbar-face-color: #BED5E9;
	scrollbar-shadow-color: #BED5E9;
	scrollbar-highlight-color: #BED5E9;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #D9E6F2;
	scrollbar-arrow-color: #98ACC0;
	*/
}

/*
Por: Wellington
Descr: Configuraes da tela de login
*/

/* Borda tela de login */
.tabLogin
{
	background-color:#FFFFFF;
	border-width: 1px;
	border-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}

/* Tela de Login */
.inputLogin
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000CC;
	font-weight:bold;
	border: 1px #0000CC;

}


/* Botao do Login */
.botaoLogin
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#0000CC;
	border: thin outset #FFFFFF;

}

/* Texto Vermelho */
.txtvermelho
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#FF0000;
}
.txtPreto {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}
.txtProposta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.txtBanco
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #999999;
}
.txtHal
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	}
	
	.txtProdutos
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}

.borderHal
{

    border-width: thin;
	border-top-color:#CCCCCC;
	border-bottom-color:#CCCCCC;
	border-left-color:#CCCCCC;
    border-right-color:#CCCCCC;
	border-style:solid;
}

.txtAzul
{
font-family:Verdana, Arial, Helvetica, sans-serif;;
FONT-SIZE: 10PX; color:#0000FF 
TEXT-DECORATION: NONE;
}

.bordaCimaBaixo
{
font-family:Verdana, Arial, Helvetica, sans-serif;
border-bottom-style: solid;
border-bottom-color:#0033FF;
border-width: 1px; 
border-width: 2px;
border-top-color:#0033FF;
border-top-style: solid;

}

.bordaCimaBaixoAzul
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #000000;
border-bottom-style: solid;
border-bottom-color:#3399FF;
border-width: 1px; 
border-width: 1px;
border-top-color:#3399FF;
border-top-style: solid;

}

.bordaBaixoAzul
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom-style: solid;
	border-bottom-color:#3399FF;
	border-width: 1px;
	font-size: 14px;

}


	.tabPreenche
	{
	border:0, hidden, #FFFFFF;
	}
	.tabBorda
	{
	border-left-color:#000000;
	border-bottom-style:hidden;
	}
	.tabTiraBordaEmbaixo
	{
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:thin;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:thin;	
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:thin;	
	border-bottom-style:hidden;
	}
.DeixabordaLados
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
	/*border-style:none;*/
	/*border-bottom-style:none;
	border-top-style:none;*/
	/*border-bottom-style:none;*/
	border-left-width:1;
	border-right-width:1;
	border-left-color:#000000;
	border-right-color:#000000;	
	border-left-style:solid;
	border-right-style:solid;
	/*border:inherit;
	background-color:FFFFFF;*/
	}
	
	.DeixabordaLadosEmbaixo
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000
	/*border-style:none;*/
	/*border-bottom-style:none;
	border-top-style:none;*/
	/*border-bottom-style:none;*/
	border-left-width:1;
	border-right-width:1;
	border-bottom-width:1;
	border-left-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	/*border:inherit;
	background-color:FFFFFF;*/
	}
	
		.DeixabordaEmbaixo
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
	/*border-style:none;*/
	/*border-bottom-style:none;
	border-top-style:none;*/
	/*border-bottom-style:none;*/
	border-bottom-width:1;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	/*border:inherit;
	background-color:FFFFFF;*/
	}
.DeixabordaEsquerdaTab
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
	/*border-style:none;*/
	/*border-bottom-style:none;
	border-top-style:none;*/
	/*border-bottom-style:none;*/
	border-left-width:1;
	border-left-color:#000000;
	border-left-style:solid;
	border-bottom-width:1;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	/*border:inherit;
	background-color:FFFFFF;*/
	}
	.DeixabordaDireitaTab
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
	/*border-style:none;*/
	/*border-bottom-style:none;
	border-top-style:none;*/
	/*border-bottom-style:none;*/
	border-right-width:1;
	border-right-color:#000000;
	border-right-style:solid;
	border-bottom-width:1;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	/*border:inherit;
	background-color:FFFFFF;*/
	}
		.DeixabordaLadosTab
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
	/*border-style:none;*/
	/*border-bottom-style:none;
	border-top-style:none;*/
	/*border-bottom-style:none;*/
	border-left-width:1;
	border-left-color:#000000;
	border-left-style:solid;
	border-right-width:1;
	border-right-color:#000000;
	border-right-style:solid;
	border-bottom-width:1;
	border-bottom-color:#000000;
	border-bottom-style:solid;	
	/*border:inherit;
	background-color:FFFFFF;*/
	}
	.deixabordacima{
	border-top-width:1;
	border-top-color:#000000;
	border-top-style:solid;
	}
	.TirabordaLadosEmbaixo
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
	/*border-style:none;*/
	/*border-bottom-style:none;
	border-top-style:none;*/
	/*border-bottom-style:none;*/
	border-left-width:1;
	border-right-width:1;
	border-bottom-width:1;
	border-left-color:#000000;
	border-right-color:#000000;
	border-bottom-color:#000000;
	border-left-style:hidden;
	border-right-style:hidden;
	border-bottom-style:hidden;
	/*border:inherit;
	background-color:FFFFFF;*/
	}
	.tirabordacima{
	border-top-width:1;
	border-top-color:#FFFFFF;
	border-top-style:hidden;
	}
	.deixaembaixo
	{
	 border-bottom-style:solid;
	border-bottom-width:1;
	border-bottom-color:#000000;
	border-right:none;
	border-left:none;
	border-top:none;

	}



	.colcoalados{
	border-right-style:solid;
	border-right-width:1;
	border-right-color:#000000;
	border-left-style:solid;
	border-left-width:1;
	border-left-color:#000000
	}
	.deixacima
	{ border-top-style:solid;
	border-top-width:1;
	border-top-color:#000000
	}
	.removelados{
	border-right-style:hidden;
	border-right-width:0.1;
	border-right-color:#000000;
	border-left-style:hidden;
	border-left-width:0.1;
	border-left-color:#000000
	}
	
		.direito{
	border-right-style:solid;
	border-right-width:0;
	border-right-color:#000000
	}
	
	
	.esquerda{
	border-right-style:solid;
	border-right-width:1;
	border-right-color:#000000
	}
	.tiralados{
	border-left-width:0px;
	border-right-width:0px;
	}
.style7 {font-size: 12px}

.RemoveBordas
{

border:2px solid #000099;
border:none
}


	.FormataLinkCadOcorrencia
	{
		font-family:Verdana;
		font-size:10px;
		color:#006666;
		font-weight:600;
	}
