/*
-- Sindicato dos Mecânicos de Joinville - Banco de Currículos
   Por A2C - Internet para Negócios | www.a2c.com.br
   
*/

* {
	margin:0;
	padding:0;
	border:none;
}
body {
	background:#DAF0FE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5D5D5D;
}
hr {
	display:none;
}
#main {
	width:775px;
	margin:0 auto;
}
#branco {
	float:left;
	width:739px;
	padding:0 18px 0 18px;
	background:#FFF;
}
a {
	color:#127AC0;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/* TOPO */

#topo {
	float:left;
	height:140px;
	width:100%;
}
#topo img {
	margin:10px 20px 0 0;
}
#barra-topo {
	float:left;
	margin:0 0 20px 0;
	width:100%;
}
#barra-topo a {
	color:#003366;
	text-decoration:none;
	font-weight:bold;
}
#barra-topo a:hover {
	text-decoration:underline;
}

/* TITULOS */

h1 {
	background:no-repeat right bottom;
	float:left;
	text-indent:-9999px;
	height:35px;
	width:100%;
}
h1.popup {
	width:525px;
	height:33px;
}

/* CONTEÚDO */

.box {
	width:100%;
	background:url(images/borda_baixo.jpg) no-repeat right bottom;
	padding:0 0 17px 0;
	margin:0 0 17px 0;
	float:left;
}
.box.popup {
	width:525px;
	padding:0 0 13px 0;
	background:url(images/fundo_dados.gif) no-repeat left bottom;
}
.box .bg {
	width:96%;
	background:url(images/bg_box.gif) repeat-y right;
	padding:10px 2% 10px 2%;
	float:left;
}
.box .bg.popup {
	background:url(images/box_bg_dados_curriculo.gif) repeat-y;
	padding-top:20px;
}
.box .caixa {
	width:49%;
	float:left;
}
.box .caixa .title {
	float:left;
	color:#5D5D5D;
	text-align:center;
	width:100%;
	font-size:18px;
	padding:0 0 0 0;
}
.box .user {
	float:left;
	width:100%;
	padding:0 0 20px 0;
	font-size:11px;
}
.lista {
	float:left;
	width:690px;
	font-size:11px;
	margin:15px 0 15px 10px;
	_margin:15px 0 15px 5px;
	border:1px solid #A8CDE2;
}
.lista td {
	padding:5px 5px 5px 5px;
	border-bottom:1px solid #EBEBEB;
}
.dados {
	margin:5px 0 15px 15px;
}
.dados td {
	height:18px;
}
.preenchida-usuario {
	color:#000;
	font-weight:bold;
}
.preenchida-usuario-box {
	color:#0067AC;
}
.termo-de-uso {
	float:right;
	margin:0 0 10px 0;
}

.pequena {
	font-size:10px;
}

.vermelha {
	color:#FF0000;
}

.resposta{
	width:657px;
	background:#FCFBDC;
	padding:10px;
	text-align:center;
	border:1px solid #FFF600;
	margin:0 0 20px 0;
}

	.resposta h1{
		font-size:18px;
		letter-spacing:-1px;
		color:#006600;
		text-indent:0px;
		margin:0;
	}
	
	.resposta p{
		margin:0;
		color:#333333;
		padding:0;
		line-height:18px;
	}
	.destaque{
		font-size:14px;
	}

.resposta_home{
	font-size:13px; 
	width:200px; 
	margin:5px 0 0 70px;
	background:#FCFBDC;
	padding:10px;
	text-align:center;
	border:1px solid #FFF600;
}

.popUp_termo_uso {
	padding: 0;
	margin: 225px 0 0 40px;
	_margin: 230px 0 0 20px;
	float: left;
	width: 420px;
	text-align: justify;
}

/* FORMULÁRIO */

fieldset {
	float:left;
	line-height:23px;
	position:relative;
	width:96%;
	padding:2%;
}
html>body fieldset {
	width:94%;
}
fieldset label {
	padding:0 3px 0 0;
	line-height:normal;
}
	.cadastro-trabalhador {
		line-height:25px;
	}
fieldset label {
	width:120px;
	float:left;
}
	.label_home {
		width:50px;
		float:left;
		padding:0 0 0 70px;
	}
	
input.input-checkbox {
	margin:2px 5px 1px 0;
}
input.input-text, fieldset select, fieldset textarea {
	border:1px solid #D7E0E8;
	padding:3px;
	background:#EFF5FA;
	font-size:11px;
}
fieldset select {
	margin:2px 0 2px 0;
}
html>body fieldset select {
	margin:0 0 2px 0;
}
fieldset select option {
	padding:0 10px 0 0;
}
fieldset textarea {
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
input.input-text:focus, fieldset select:focus, fieldset textarea:focus {
	border:2px solid #D7E0E8;
	padding:2px;
	font-size:11px;
}
fieldset .button {
	vertical-align:middle;
}
fieldset .experiencia {
	float:left;
	margin:15px 0 0 0;
	width:250px;
	padding:10px;
	background:#EFF5FA;
	border:1px solid #D8E1E8;
	
}

fieldset .experiencia .titulo {
	line-height:16px;
	font-weight:bold;
	margin:0 0 8px 0;
}

fieldset .campos {
	float:right;
}

fieldset .experiencia label {
	width:40px;
}
fieldset .experiencia input.input-text {
	background:#FFF;
}
fieldset.busca-curriculo .experiencia {
	float:left;
	margin:15px 0 0 0;
	width:250px;
	padding:10px;
	background:#EFF5FA;
	border:1px solid #D8E1E8;
}
fieldset.cadastrar-vaga .experiencia {
	float:left;
	margin:15px 0 0 0;
	width:250px;
	padding:10px;
	background:#EFF5FA;
	border:1px solid #D8E1E8;
}




/* RODAPÉ */

#rodape {
	width:775px;
	margin:0 auto;
}
#rodape .mainr {
	float:left;
	width:745px;
	padding:10px 15px 10px 15px;
	background:#0067AD;
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#FFF;
	margin:0 auto;
}
#rodape .mainr span {
	float:left;
}
#rodape .mainr .produzido {
	float:right;
}
#rodape .mainr .produzido a {
	color:#FFF;
}
#rodape_popUp {
	float: left;
	margin: 40px 0 0 15px;
	_margin: 40px 0 0 8px;
	width:460px;
	background:#0067AD;
	padding:1%;
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#FFF;
}
#rodape_popUp span {
	float:left;
}
#rodape_popUp .produzido {
	float:right;
}
#rodape_popUp .produzido a {
	color:#FFF;
}
