#f_CATALOGO {
	display: block;
	width: 730px;
	height: auto;
	background-color: #CBD4D9;
	border: 1px outset #FFFFFF;
	padding-bottom: 20px;
}
#panel1,#panel2{
	float: left;
	height: 100px;
	width: 680px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #E8E8E8;
	color: #073757;
	border: 1px outset #C6DBEE;
	display: block;
	padding-bottom: 0px;
}
#header {
	float:left;
	width:680px;
	font-size:60%;
	line-height:normal;
	background-repeat: repeat-x;
	background-position: bottom;
  }
#header ul {
  margin:0;
  padding:0px 0px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("file:///C|/Arquivos de programas/EasyPHP1-7/www/modulo/Catalogo/images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  }
.cabecalho_tabela {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #073757;
	background-position: center;
}
.borda_tabela{
	border: 1px solid #003366;
}
.borda_linha_tabela{
	border: 1px dotted #003366;
}
#header a {
  float:left;
  display:block;
  background:url("file:///C|/Arquivos de programas/EasyPHP1-7/www/modulo/Catalogo/images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
#toolbar {
	background-color: #E8E8E8;
	width: 100%;
	border: 2px outset #E2DFD6;
	display: block;
}
#toolbar td a {
	display: block;
	color: #003399;
}
#toolbar td a:link {text-decoration: none}
#toolbar td a:visited {text-decoration: none}
#toolbar td a:hover {
	display: block;
	border: 1px outset #FFFFFF;
}

#header a {float:none;}

#header a:hover {
  color:#333;
  }
#header #current {
  background-image:url("file:///C|/Arquivos de programas/EasyPHP1-7/www/modulo/Catalogo/images/left_on.gif");
  }
#header #current a {
  background-image:url("file:///C|/Arquivos de programas/EasyPHP1-7/www/modulo/Catalogo/images/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
#grid_leilao tr td {
    border-bottom: 1px solid #999999;
    padding: 2px 4px;
    background-color: #efefef;
    cursor: pointer;
    cursor: hand;
    font-size: 80%;
}

#grid_leilao tr td.attachment {
    padding: 0px;
    width: 16px;
}

#grid_leilao tr.new td {
    background-color: #F7FFCD;
}
  

