body, table, td, checkbox, textarea{
  font-family: "Verdana";
  font-size: 11px;
}
.conteudo { margin-left: 5px; width: 775px;}
.barra_lateral { width:200px;position:absolute;top:0; left:785px; overflow:hidden}

.campo_cadastro{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	padding:4px;
	line-height:19px;
	height:25px;
	border:1px solid #bfbfbf;
}
a{
  color: #000000;
  text-decoration: none;
}

.pad-4 {
	padding:4px;
}

a:hover{
  text-decoration: underline;
}
a:visited{
  color: #000000;
}
.campoNovidades{
	font-family: "Verdana";
	font-size: 9px;
	border-style: none;
}
.box{
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #C1C1C1;
  padding: 0px;
  margin: 0px;
  color: #2E2E2E;
}
.box_ordenacao{
  border-bottom: 1px solid #000264;
  border-left: 1px solid #000264;
  border-right: 1px solid #000264;
  border-top: 1px solid #000264;
  padding: 0px;
  margin: 0px;
  color: #2E2E2E;
}
.boxInformativo{
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
  padding: 0px;
  margin: 0px;
  color: #000000;
}

.boxAtivo{
  border-bottom: 1px solid #006400;
  border-left: 1px solid #006400;
  border-right: 1px solid #006400;
  border-top: 1px solid #006400;
  padding: 0px;
  margin: 0px;
  color: #2E2E2E;
}

.boxInativo{
  border-bottom: 1px solid #ff0000;
  border-left: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  border-top: 1px solid #ff0000;
  padding: 0px;
  margin: 0px;
  color: #2E2E2E;
}

.barraSuperior {
  font-family: "Verdana";
  color: #6A0000;
  font-size:16px;
  font-weight: bold;
  background-color: #CCCCCC;
}

.barraBox {
  font-family: "Verdana";
  color: #6A0000;
  font-size:14px;
  font-weight: bold;
  background-color: #CCCCCC;
}

.botao {
	font-size:11px;
	font-family:tahoma;
	font-weight:bold;
	width:104px;
	height:18px;
	color:white;
	background:white url('../images/bt_vazio.jpg');
	border:0px;
}

.bordaTabelaPrecos {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	padding: 1px;
}

.bordaTdPrecos {
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	padding: 1px;
}

.tituloNoticia {
	font-size: 14px;
}

.textoNoticia {
	font-size: 12px;
}

.campo {
	font-size: 12px;
	background: #F6F9FB;
	color: #666666;
	border: 1px solid #9BABB0;
	padding: 2px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.sucesso, .erro {
	margin-top: 15px; margin-bottom: 15px;
	background-repeat: no-repeat; background-position: 10px center;
	padding: 10px 10px 10px 40px;
	font-weight: bold; text-transform: uppercase; font-size: 11px;
	line-height: 20px;
	margin-right:auto;
	margin-left:auto;
	
}

/* Succes Notification Box */
.sucesso 				{
	background-color: #E3FFDF;
	border: 1px solid #97FF88;
	color: #009900;
	text-align:center;
	background-image: url(../images/success.png);
}
/* Failure Notification Box */
.erro 					{
	background-color: #FFE1E1;
	border: 1px solid #FF9595;
	color: #CC3300;
	background-image: url(../images/fail.png);
}

.button {
	font-size:11px;
	color:#000000;
	margin: 0px 0px 0px 0px;
	border: 1px solid #bfbfbf;
	padding: 5px 2px 5px 2px;
	background-color: #d4d4d4; 
	font-weight:bold;
}
