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

a{
  color: #000000;
  text-decoration: none;
}
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;
}

div.mensagem {
  background: #FFFCE3;
  border: 2px solid #EED300;
  color: #C28E00;
  font-weight: bold;
  font-size: 1.166em;
  margin: 5px 0pt;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

div.mensagem ul {
  list-style-position: inside;
}

div.mensagem em {
  color: #656C9B;
}

div.erro {
  background-color: #FFF2F2;
  border-color: #FF0000;
  color: #B20000;
}
div.sucesso {
  background-color: #e8e8e8;
  border-color: #0e7a00;
  color: #0e7a00;
  text-align: center;
}