/* CSS Document */

.body{
	font-family:Verdana;
	font-size:11px;
	color:#787878;
	
}

.body_links{
	font-family:Verdana;
	font-size:11px;
	color: #FFFF00;
	
}

.backcolor{
background-color:#187956;
border-color:#FFFFFF;

}

.rodape{
	font-family:Verdana;
	font-size:11px;
	color:#717171;
	text-decoration:none;
}

.body_a{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	
}

.body_b{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
}

.backcolor_a{
background-color:#ffffff;
border-color:#FFFFFF;
border-style: solid;
}

.backcolor_b{
background-color:#187956;
border-color:#FFFFFF;
border-style: solid;
}

div.t1{
	padding-top:18px;
	padding-left:23px;
}


/* divs de texto */
#contentMask{
	width: 477px;
    height: 140px;
    position: relative;
    overflow: hidden;	
}
#content{
	width: 476px;
    position: relative;
	text-align: left;
	margin-left:0px;
}

/* scroll */
#up {
	margin: 0px 0 0 0 ;
    cursor: pointer;
}


#track {
	width: 10px;
	height: 140px;
	background-image:url(images/sroll_line.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#down {
    cursor: pointer;
}

#drag {
    position: relative;
    cursor: pointer;
	margin-top: 0px;

}

/* opinioes */
.textfield_orcamento {
    font-size: 11px;
    color: #6d380a;
    width: 90px;
    height: 13px;
    border-color: #787878;
	background-color:#f8f8f8;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas1 {
    font-size: 11px;
    color: #6d380a;
    width: 135px;
    height: 16px;
    border-color: #787878;
	background-color:#f8f8f8;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #6d380a;
    width: 135px;
    height: 84px;
    border-color: #787878;
	background-color:#f8f8f8;
	border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}

