@charset "utf-8";
/* CSS Document */

.rodape{
font-family:Verdana;
font-size:10px;
color:#14206c;
text-decoration:none;
padding-top:20px;

}

.meio{
height:612px;
background-image:url(images/bg_meio.jpg);
background-repeat:no-repeat;
background-position:top;
vertical-align:top;
	color:#ffffff;
}



.meio_home{
height:636px;
width:767px;
background-image:url(images/bg_home.jpg);
background-repeat:no-repeat;
background-position:top;
vertical-align:top;
}

.esquerda{
background-image:url(images/lat_esquerda.jpg); 
background-position:top right; 
background-repeat:no-repeat;
}

.direita{
background-image:url(images/lat_direita.jpg);
 background-position:top left;
 background-repeat:no-repeat;
}


.textfield_orcamento {
    font-size: 11px;
    color: #14206c;
    width: 97px;
    height: 13px;
    border-color: #14206c;
	background-color:#ede7d4;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas1{
    font-size: 11px;
    color: #14206c;
    width: 141px;
    height: 20px;
    border-color: #14206c;
	background-color:#ede7d4;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #14206c;
    width: 141px;
    height: 86px;
    border-color: #14206c;
	background-color:#ede7d4;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}



.body{
	font-family:Verdana;
	font-size:12px;
	color:#14206c;
	text-decoration:none;
}

#positions{
	padding-left:110px;
	padding-top:40px;
	padding-right:150px;
}



.tb{

font-family:Verdana;
	font-size:12px;
	color:#14206c;
	text-decoration:none;
	padding-left:10px;
	}



#contentMask{
	width: 450px;
    height: 270px;
    position: relative;
    overflow: hidden;
	
}
#content{
	width: 449px;
    position: relative;
	text-align: left;
	margin-left:0px;
}

#up {
	margin: 0px 0 0 0 ;
    cursor: pointer;
}


#track {
	width: 8px;
	height: 220px;
	background-image:url(images/scroll_line.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#down {
    cursor: pointer;
}

#drag {
    position: relative;
    cursor: pointer;
	

}
