#tableView
{
	padding-top:5px;
	height:auto;
	width:878px;
	float:left;
	clear:both;
	padding-bottom:15px;
	padding-left:8px;
}
#gridVenda 
{
  position:relative;
  width:878px;
  border-collapse:collapse;
  display:table-cell;
   background: url(../img_site/topo_boxcentro_imoveis.jpg) no-repeat left center;
}
#gridVenda thead img
{
	border:none;
	margin-left:5px;
	margin-right:5px;
}

#gridVenda thead th a
{
  color: #a76957;
  font:bold 10px arial;
  text-decoration:none;
  position:relative;
  right:0px;
  top:5px;
}


#gridVenda thead tr
{
 
  width:878px;
  height:37px;
}

#gridVenda tbody td 
{
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align:left;
  font:normal 12px arial;
  color:#000000;
  padding-top:4px;
  padding-bottom:4px;
    background-image:none;
}
#gridVenda tbody td a
{
  color:#0e80cb;
  font:normal 12px arial;
  text-decoration:none;
}
#gridVenda  tbody td a:hover
{
  text-decoration:underline;
}
#gridVenda  tbody tr.color1
{
  background-color: #e2e2d3;
}            
  
.rightAlign 
{
  text-align: right;
}

.tableHeaderOver 
{
	background-color:#eedfdd;
}

#sorter
{
	width:878px;
	height:auto;
	list-style-type:none;
	margin:0px;
	padding:0px;
	display:list-item;
	padding-bottom:20px;
	float:left;
	background: url(../img_site/fot_boxcentro.jpg) no-repeat left bottom;
}
#sorter li
{
	width:876px;
	height:auto;
	color:#343434;
	font:normal 9px arial;
	padding-top:4px;
	padding-bottom:4px;
	float:left;clear:both;
	border-left:solid 1px #dbdbdb;
	border-right:solid 1px #dbdbdb;
	position:relative;
}
.link_foto
{
	width:17px;
	height:14px;
	left:2px;
	top:2px;
	position:absolute;
	background: url(../img_site/icon_camera.jpg) no-repeat left bottom;
}

.sortedASC 
{
  background: url(../img_site/icon-table-sort-asc.png) no-repeat 4px center;
  background-color: #a52e29;
}

.sortedDESC 
{
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img_site/icon-table-sort-desc.png', sizingMethod=scale);*/
   background: url(../img_site/icon-table-sort-desc.png) no-repeat 4px center;
   background-color: #a52e29;
}

/*tr.selected {
	background-color: gold;
	color: #fff;
}*/
tr.over 
{
	background-color: #e2e2d3;
	color: #fff;
	cursor: pointer;
}
tr.hide
{
	display: none;
}

/***************************/
.tableFilter 
{
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 0 10px 0;
}

.tableFilter input 
{
	border: 1px solid #ccc;
}

.tableFilter select 
{
	border: 1px solid #ccc;
}


/*************************************************************/




#gridLocacao 
{
  position:relative;
  width:878px;
  border-collapse:collapse;
  display:table-cell;
}
#gridLocacao thead img
{
	border:none;
	margin-left:5px;
	margin-right:5px;
}

#gridLocacao thead th a
{
  color: #326280;
  font:bold 12px arial;
  text-decoration:none;
  position:relative;
  right:0px;
  top:5px;
}


#gridLocacao thead tr
{
  background: url(../img_site/topo_boxcentro_imoveis.jpg) no-repeat left center;
  width:878px;
  height:37px;
}

#gridLocacao tbody td 
{
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align:left;
  font:normal 12px arial;
  color:#000000;
  padding-top:4px;
  padding-bottom:4px;
    background-image:none;
}
#gridLocacao tbody td a
{
  color:#0e80cb;
  font:normal 12px arial;
  text-decoration:none;
}
#gridLocacao  tbody td a:hover
{
  text-decoration:underline;
}
#gridLocacao  tbody tr.color1
{
  background-color: #e2e2d3;
}            
  
.rightAlign 
{
  text-align: right;
}

.tableHeaderLocacaoOver 
{
	background-color:#d6e0e6;
}

