/* CSS Document */

body, a, td {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-decoration: none;
    color: #161012;      
    overflow: -moz-scrollbars-vertical;
}

* html img {
	filter:expression(
		this.alphaxLoaded ? "" :
		(
			this.src.substr(this.src.length-4)==".png"
			?
			(
				(!this.complete)
				? "" :
				this.runtimeStyle.filter=
				("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
				(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
				String(this.alphaxLoaded=true).substr(0,0)+
				(this.src="images/blank.png").substr(0,0)
			)
			:
			this.runtimeStyle.filter=""
		)
	);
}

.interna{
	width:776px;
}

#interna-bg{
	background-image:url(images/interna.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:62px;
	padding-left:71px;
	padding-right:117px;
}

.body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#e0e0e0;
	text-decoration:none;
}

#rodape-bg{
	background-image:url(images/rodape_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:33px;
}

.rodape{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6f5812;
	text-decoration:none;
}

.textfield_orcamento {
    font-size: 11px;
    color: #cfa712;
    width: 97px;
    height: 13px;
    border-color: #cfa712;
	background-color: #161012;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #cfa712;
    width: 141px;
    height: 20px;
    border-color: #cfa712;
	background-color:#161012;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #cfa712;
    width: 141px;
    height: 86px;
    border-color: #cfa712;
	background-color:#161012;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}
