@import "geral.css";

/* ===== Font color DIV's ===== */

#desc_localizacao a {
	color: #666666;
	text-decoration: none;
}

#desc_localizacao a:hover {
	color: #E08F36;
	text-decoration: none;
}

#box_botao a {
	color: #000000;
	text-decoration: none;
}

#box_botao a:hover {
	color: #CC3300;
	text-decoration: none;
}

/* ===== DIV's ===== */

#conteudo {
	width: 725px;
	height: 100%;
	margin: 0px auto; /* Alinhar a esquerda (Retirar o 'auto' e o 'text-align' do body) */
	background: #FFFFFF;
	float: left;
}

#desc_usuarioCadastro {
	width: 320px;
	height: 60px;
	background: url(../images/desc_usuarioCadastro.gif) no-repeat;
	float: left;
}

#desc_confirmaCadastro {
	width: 320px;
	height: 60px;
	background: url(../images/desc_confirmaCad.gif) no-repeat;
	float: left;
}

#desc_localizacao {
	width: 400px;
	height: 60px;
	float: right;
}

	#desc_localiz_01 {
		width: 248px;
		height: 38px;
		background: url(../images/bg_localizacao.gif) no-repeat;
		padding: 22px 0px 0px 12px;
		float: left;
	}
	
	#desc_localiz_02 {
		width: 114px;
		height: 38px;
		text-align: right;
		background: url(../images/bg_back_home.gif) no-repeat;
		padding: 22px 26px 0px 0px;
		float: right;
	}

#conteudo_usuarioCadastro {
	width: 660px;
	height: 100%;
	background: url(../images/bg_cad_usuarios.gif) no-repeat;
	margin: 0px auto; /* Alinhar a esquerda (Retirar o 'auto' e o 'text-align' do body) */
	clear: both;
}

#conteudo_confirmacaoUsuarioCadastro {
	width: 660px;
	background: url(../images/bg_confirmaCad.gif) no-repeat;
	padding-top: 10px;
	margin: 0px auto; /* Alinhar a esquerda (Retirar o 'auto' e o 'text-align' do body) */
	clear: both;
}

	#submenu_usuarioCadastro {
		width: 210px;
		height: 200px;
		float: left;
	}
	
	#result_usuarioCadastro {
		width: 530px;
		float: right;
	}
	
		#resultado {
			width: 515px;
			height: 580px; /* Definir em pixels a altura final do div onde ficará o conteúdo */
			text-align: left;
			vertical-align: top;
			float: right;
		}

#rodape {
	background: #FFFFFF;
}
	

/* ===== Classes ===== */

.desc_usuarioCadastro {
	font: 11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}

.desc_usuarioCadastro_B {
	font: 11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

.desc_localizacao {
	font: 10px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
}

.desc_localizacao_B {
	font: 10px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}

.combo_usuarioCadastro {
	font: 11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
}

.txt_itensCadastro {
	font: 11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}

.txt_valoresCadastro {
	font: 11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.txt_respostas {
	font: 10px "Tahoma", Verdana, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: normal;
}