/* CSS Document */

/* laterais */
.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;
}

/* corpo */

.header{
	width:769px;
	height:314px;
}

.menu{
	height:223px;
	width:769px;
}

.interna{
	background-image:url(images/interna.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-left:50px;
	padding-top:32px;
}

.body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7d7968;
	text-decoration:none;
}

.rodape{
	font-family:Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#653e18;
	text-decoration:none;
}

.bg-footer{
	background-image:url(images/bg_rodape.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-left:50px;
}

#contentMask {
	width: 484px;
    height: 506px;
    position: relative;
    overflow: hidden;	
}
#content {
	width: 484px;
    position: relative;
	text-align: left;
}

#up {
	margin:0px 0 0 0 ;
    cursor: pointer;
}


#track {
	width: 11px;
	height: 506px;
	background-image:url(images/scroll_line.gif);
	background-position:center;
	background-repeat: no-repeat;
}

#down {
    cursor: pointer;
}

#drag {
    position: relative;
    cursor: pointer;
	margin-top: 0px;

}

.textfield_orcamento {
    font-size: 11px;
    color: #7d7968;
    width: 97px;
    height: 13px;
    border-color: #7d7968;
	background-color: #060606;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #7d7968;
    width: 141px;
    height: 20px;
    border-color: #7d7968;
	background-color:#060606;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #7d7968;
    width: 141px;
    height: 86px;
    border-color: #7d7968;
	background-color:#060606;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}
