@charset "utf-8";
/* CSS Document */

@import url(blocos.css);

* {
	margin:0;
	padding:0;
	font: normal 11px "Trebuchet MS";
	color:#444;
	border:0;
	list-style-type:none;
}

html, body {
	width:100%;
	height:100%;
	background:#e2e2e2;
}

br {

}

b, strong {
	font-weight:bold;
}

a {
	text-decoration:none;
	cursor:hand;
}

a:hover {
	text-decoration: underline;
}

* 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="layout/img/blank.gif").substr(0, 0)):
 this.runtimeStyle.filter=""));
}

.input {
	display:block;
	-moz-appearance: textfield;
	padding:2px 3px 2px 3px;
	border:3 solid #ccc;
	-moz-binding: url("chrome://global/content/platformHTMLBindings.xml#inputFields");
	-moz-user-select: text;
}

.textarea {
	-moz-appearance: textfield;
	padding:2px 3px 2px 3px;
	border: none;
	-moz-binding: url("chrome://global/content/platformHTMLBindings.xml#inputFields");
	-moz-user-select: text;
}

.select {
	display:block;
	-moz-appearance: textfield;
	background:#fff;
	-moz-binding: url("chrome://global/content/platformHTMLBindings.xml#inputFields");
	-moz-user-select: text;
	font-size:10px;
	border:1px solid #ddd;
}

.hidden {
	margin:0;
	padding:0;
	border:none
}

.check {border:none; padding:0px; float:left}
h1 {
	font: bold 18px "Arial";
	letter-spacing:-1px;
	line-height:19px;
	color:#204b80;
	margin:5px 0 10px 0;
}

h2 {
	font: italic 17px "Arial";
	letter-spacing:0px;
	color:#ab7b4c;
	margin:0 0 10px 0;
}

h3 {
	font: bold 14px "Arial";
	letter-spacing:0px;
	letter-spacing:-1px;
}

h4 {
	font: bold 12px "Arial";
	letter-spacing:0px;
}

h6 {
	font: italic 10px "Arial";
	color:#888;
	letter-spacing:0px;
}

h7 {
	font: bold 18px "Arial";
	letter-spacing:-1px;
	line-height:19px;
	margin:5px 0 10px 0;
	color:#666666;
}


/*Form*/


.form {
}

.formSborda {
	border:0px;
	height:0px;
	width:0px;
	right:0px;
	position:absolute;
	float:right;
}

.form label {
	font-size:10px;
	font-family:Arial;
	font-weight:bold;
	color:#888;
	float:left;
	margin:0 6px 0 0;
}

.form input, textarea {
	display:block;
}

.form select {
	margin:0px 4px 0 0 !important;
	font-size:10px;
	font-weight: normal;
	text-transform: uppercase;
	border:1px dotted #d0d0d0;
	font-family:Arial;
	display:block;
}

/*Paginacao*/
.paginacao {
	width:100%;
	height:30px;
	padding:30px 0 50px 0;
	clear:both;
}

.paginacao img {

	float:left;
	margin:3px 6px 6px 6px;
	cursor: pointer;
}

.not_sec_txt{

	font: 12px bold "Arial";
	letter-spacing:0;
	text-align:justify;
}

.ver_not {

font-size:13px;
text-align:justify;

}

.ver_not a{

color:#003366;
font-weight:bolder;
font-size:14px;

}

div#nots_paginas  {
margin-top:15px;
border-top: #CCCCCC dotted 1px;
}

div#nots_paginas div {
float:left;
margin-left:10px;
}

.boletim{
float:left;
}

.boletim_campos1{
float:left;
padding:5px;
}

.boletim_campos1a{
float:left;
padding:5px;
background-color:#FFFFFF;
}

.boletim_input{
	border-right:1px solid #c1e2d7;
	padding:4px 2px 0 2px;
	height:19px;
	background:url(../img/bgCotacoes.jpg);
	}

.not_img{
float:left;
margin:10px;
}

.input_enviar{
	margin: 0px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D4D0C8;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #D4D0C8;
	background-color: #F4F5F7;

}
