/* CSS Document */

.lateral-esquerda{
	background-image:url(images/lateral_esquerda.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.lateral-direita{
	background-image:url(images/lateral_direita.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.menu{
	width:767px;
	height:71px;
}

.rodape{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8f4436;
	text-decoration:none;
}

.body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#584827;
	text-decoration:none;
}

.body_a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#622c06;
	text-decoration:none;
}


/* backgrounds */
.interna-opine{
	background-image:url(images/bg_opine.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:459px;
}

#rodape-bg{
	background-image:url(images/footer.gif);
	background-position:top;
	background-repeat:no-repeat;
}

/* paddings */

.padding-opine{
	padding-top:52px;
	padding-left:92px;
}


#contentMask {
	width: 240px;
    height: 300px;
    position: relative;
    overflow: hidden;	
}
#content {
	width: 240px;
    position: relative;
	text-align: left;
}

#up {
	margin:0px 0 0 0 ;
    cursor: pointer;
}


#track {
	width: 12px;
	height: 330px;
	background-image:url(images/scroll_line.gif);
	background-position:top center;
	background-repeat: no-repeat;
}

#down {
    cursor: pointer;
}

#drag {
    position: relative;
    cursor: pointer;
	margin-top: 0px;

}


.textfield_orcamento {
    font-size: 11px;
    color: #622c06;
    width: 104px;
    height: 13px;
    border-color: #622c06;
	background-color: #f3e2ad;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #622c06;
    width: 80px;
    height: 15px;
    border-color: #622c06;
	background-color:#f3e2ad;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #622c06;
    width: 148px;
    height: 88px;
    border-color: #622c06;
	background-color:#f3e2ad;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}


