﻿		.colunaConteudo 
		{
			float: left;
			margin-right: 15px;
			width: 584px;
		}
						.camposFormulario
						{
							padding-left:12px;
							color:#404141;
						}
						
							.camposFormulario p 
							{
								margin: 0px;
							}
				
				h1.tituloForm 
				{
					margin: 20px 0 22px 15px;
					font-family:Arial;
					font-size:16px;
					color:#404141;
				}
									
									
/* ------------------------- Estilo para os formulários -------------------- */									
					
					.camposFormulario table 
					{
						text-align:left;
					}

						table span 
						{
							font-size: 12px;
						}
					
						/*table tr 
						{
							width: 200px;
						}*/
						
							th 
							{
								text-align: left;
								vertical-align: top;
								padding-right: 0px;
								padding-top: 0px;
								padding-bottom:12px;
							}
							
							td
							{
								text-align: left;	
							}
								
							.todos
							{
								/*height: 20px;*/
								/*width: 280px;*/
								margin-left: 8px;
								border: 1px solid #d1d3d4;
								background-color:#e7e8e9;
								height:20px;
								/*
								background-color: #e9f3fb;
								border: 1px solid #adc3dc;
								margin-top: 5px;*/
							}
						.lblNaturalDe, .lblNacionalidade, .lblNumero, .lblApt, .lblBairro, .lblSerie, .lblRG, .lblSecao, .lblCEP, .lblCEL
						{ 
							margin-left: 8px; 
						}
						
						.lblPais, .ddlCidade, .ddlEstadoCivil
						{
							height:22px;
							padding:0;
							margin:0;
						}
						
						.txbMatricula { width: 100px; }
						.txbMatriculaAssociar { width:319px; }	
						.txbNome { width: 422px; }
						.txbDataDeNascimento { width: 140px; }
						.txbNaturalDe { width: 124px; }
						.ddlEstadoCivil { width: 120px; }
						.txbNacionalidade { width: 163px; }
						.txbEndereco { width: 225px; }
						.txbNumero { width: 79px; }
						.txbApt, .txbBloco { width: 135px; }
						.txbCidade { width: 190px; }
						.txbBairro {width: 197px; }
						.txbCEP { width: 183px; }
						.txbTelefone { width: 170px; }
						.txbCEL { width: 170px; }
						.txbNomeDoPai { width: 381px; }
						.txbNomeDaMae { width: 376px; }
						.txbEmail { width: 418px; }
						.txbSerie { width: 100px; }
						.txbCarteiraProfissional { width: 168px; }
						.txbRG { width: 430px; }
						.txbCPF {width: 433px; }
						.txbPais { width: 297px; }
						.txbTituloDeEleitor { width: 357px; }
						.txbNumeroDoRegistroNoConselhoProfissional { width: 199px; }
						.txbZona, .txbSecao { width: 176px; }
						.txbEmpresaTrabalha { width: 329px; }
						.txbProfissao { width: 403px; }
						.txbDataAdmissao { width: 354px; }
						.txbEnderecoEmpresa { width: 275px; }
						.txbCidadeEmpresa { width: 290px; }
						.txbTelefoneEmpresa { width: 150px; }
						.txbPis { width: 162px }
						.txbCPFmatric{ width:150px;}
						.txbBloco{ width:166px;}
						.ddlCidade{ width:158px;}
						.lblPais{ width:437px;}
					
						.botaoForm
						{
						}	
					
/* ---------------------------------------------------------------------------- */


					.posicionaFaixa 
					{
						position: relative;
					}
													
					.faixa
					{ 
						position: absolute;
						top: 168px;
						left: 0px;
						width: 490px; height: 60px; 
						background: #3c6b9e; opacity:0.75; -moz-opacity: 0.75; filter: alpha(opacity=75); 
						color: #fff;
						padding-top: 15px;
						padding-left: 15px;
						line-height: 1.5;
						z-index: 1;
					}

							.faixa p, .faixa h1 
							{
								margin: 0;
								margin-left: 20px;
								color: #fff;
								font-style: normal;
								font-weight: normal;
							}

/********************************************* Redefinição dos seletores do arquivo "estiloAbas.css" ********************************************/
			
.SubPrincipal .conteudo, .SubPrincipalSelecionado .conteudo
{
	display:none;
	width: 505px;
	height: 200px;
	background-color:#fff;
	color: #124884;
	line-height: 18pt;
}
.SubPrincipalSelecionado .conteudo
{
	display:block;
	padding: 10px;
}

.ajaxLoading
{
    position:absolute;
    top:50%;
    margin-top:-250px;
    left:50%;
    margin-left:-100px;
    width:200px;
    height:50px;
    background:#E8F3FB;
    border:2px solid #016BA1;
    color:#016BA1;
    text-align:center;
    padding:20px;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
}

.textoPadrao{
	color:#404141;
	font-family:Arial;
	font-size:12px;
	line-height:20px;
	word-spacing:1px;
	}
