@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px; background-color:#D6D4C3; font-family:Tahoma, Geneva, sans-serif; font-size:11px; color:#1C1610; }

a{ color:#1C1610; text-decoration:none; }
a:hover{ color:#1C1610; text-decoration:underline; }

.branco{ color:#FFFFFF; }
.marron{ color:#1C1610; }
.bold{ font-weight:bold; }
.regular{ font-weight:normal; }
.pointer{ cursor:pointer; }

.titulo{ font-size:19px; padding-bottom:12px; }
a.titulo{ font-size:19px; padding-bottom:12px; color:#1C1610; }

.texto{ font-size:13px; padding-bottom:22px; }
.data{  padding-bottom:12px; }
.comentarios{ font-size:11px; padding-bottom:13px; }
a.comentarios{ font-size:11px; padding-bottom:13px; color:#1C1610; }
.trabalhos{ font-size:11px; }

img.noBorder {
	border: 0px;
	text-decoration: none;
}

.confirmacao {
	color: #017F8B;
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma;
	text-align: right;
	width: 100%;
}

.miolo{ padding:0px 0px 0px 10px; }
.linha-post{ height:17px; background:url(../images/linha.gif) repeat-x; }
.linha-right{ height:9px; background:url(../images/linha_right.gif) repeat-x; }

.input{ border:0px solid; background-color:#EAE8DF; color:#310F02; font-size:10px; height:14px; padding: 3px 3px 2px 3px; font-family: Tahoma; font-weight: bold;}
.textarea{ border: 0px solid; background-color: #EAE8DF; color:#310F02; font-size: 10px; padding: 3px 3px 2px 3px;  font-family: Tahoma; font-weight: bold;}
.file {  background-color: #D5D3C6; border: 0 solid; font-size: 9px; color:#6D5F52; height: 14px; padding-top: 2px;}
.submit { background: transparent url(../images/bt_enviar.gif) no-repeat left; width: 58px; height: 16px; cursor: pointer; border: 0;}
.curriculo { font: Tahoma 10px; font-weight: bold; color: #310F02;}

.fundoTD{ background-color: #EAE8DF;}

.obrigatorios { color: #310F02; font-family: Tahoma; font-size: 9px;}

.select { font: Tahoma 10px; color: #310F02; font-weight: bold;}

.loader-comentario{ width:150px; height:39px; background-image:url(../images/loader_comentario.gif); margin-bottom:15px; background-repeat:no-repeat; }
.sucesso-comentario{ width:265px; height:39px; background-image:url(../images/comentario_enviado.gif); margin-bottom:15px; background-repeat:no-repeat; }
.nome-comentario{ color:#003339; }

.barra-trabalhos{ background-color:#B9B49B; }
.img-trabalhos{ border:4px solid #9F9B85; }
.img-trabalhos:hover{ border: 4px solid #06ABBC; }
.img-pecas{ border:7px solid #9F9B85; }
.fundo-titulo-trabalho{ background-color:#796A5F; padding:1px 4px 1px 3px; color:#FFFFFF; font-weight:bold; }
.fundo-titulo-peca{ background-color:#04A5BA; padding:3px 4px 3px 3px; color:#FFFFFF; font-weight:bold; text-transform:uppercase; }
.titulo-clientes{ padding-left:0px; color:#1C1610; }

.select-botao{ background-image:url(../images/select/bt_select_closed.gif); background-repeat:no-repeat; width:19px; height:18px; float:left; cursor:pointer; }
.select-text{ cursor:pointer; background-image:url(../images/select/fundo_select.gif); background-repeat:repeat-x; width:114px; height:18px; float:left; color:#271100; padding:1px 0px 0px 3px; font-size:11px; overflow:hidden; }
.select-list{ z-index:9999; position:absolute; border:2px solid #494335; background-color:#FFFFFF; color:#271100; font-size:11px;  width:198px; height:198px; top:0px; left:-66px; display:none;  }
.select-container{ position:relative; *margin-top:1px; }

.scroll-pane {
	width: 198px;
	height:198px;
	overflow: auto;
	background: transparent;
	float: left;
}
.itemSelect-list{  padding:2px 0px 0px 2px; cursor:pointer; overflow:hidden; }
.itemSelect-list:hover{ padding:2px 0px 0px 2px; background:#04A5BA; color:#FFFFFF; cursor:pointer; overflow:hidden; }

.itemSelect-list-clientes{ margin:0px 0px 2px 0px; padding:2px 0px 0px 2px; cursor:pointer; overflow:hidden; }
.itemSelect-list-clientes:hover{ padding:2px 0px 0px 2px; background:#04A5BA; color:#FFFFFF; cursor:pointer; overflow:hidden; }

.imagem-cliente{
	border: 3px solid #E0DDCC;
}
.imagem-cliente:hover{
	border: 3px solid #06ABBC;
}


.borda{ height:2px; background-image:url(../images/borda.gif); width:100%; }
.borda2{ height:2px; background-image:url(../images/borda.gif); width:450px; }
.selected{ color:#01818C }

.accordion{ cursor:pointer; }
