﻿#table
{
	width: 950px;
	border:none;
	font-family:Tahoma;
	
}


.tr
{
	display: block;
	float:none;
	width: 950px;
	height: 23px;
	border:1px solid white;
	margin-bottom:1px;
}

.linhaSimples
{
	height: 23px;
}

.linhaDupla
{
	height: 40px;
}

.th
{	
    
    
	float: left;
	background-color:#f8f7f0;
	border-top:1px solid #EBE6CB;
	border-left:1px solid #F8F3E5;
	border-right:1px solid #F8F3E5;
	border-bottom:2px solid #EBE6CB;
	color:#A03723;
	font-size:13px;
	/*padding:7px 7px 7px 7px;*/
	padding:0px 7px 0px 7px;
	height: 23px;
}

.td{
	float: left;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #EBE6CB;
	font-size:13px;
	/*padding:0px 7px 0px 7px;
	height: 100%;*/
	padding:0px 7px 0px 7px;
	height: 23px;
}

#tbody .tr:hover
{
		background-color:#f8f7f0; 
		cursor: pointer;
		color: Black;
		
}

a 
{
	text-decoration: none;
	color:#737373;
}



.NumLoteSublote
{
	width: 55px;
}

.NumLote
{
	width: 20px;
	float: left;
	
}
.NumSublote
{
	width: 35px;
	float:right;
}

.DescLote
{
	width: 280px;
	
}

.Internauta
{
	width: 85px;
}

.ValorLanceAtual
{
	text-align: right;
	width: 90px;
}

.ValorAvaliacao
{
	text-align: right;
	width: 90px;
}

.LanceMinimo
{
	text-align: right;
	width: 90px;
}

.Foto
{
	width: 30px;
	
}

.Edital
{
	width: 30px;
	
}

.Status
{
	width: 80px;
	font-size:8pt;
	
}

.On
{
	color: Green;
}

.Off
{
	color: Red;
}


.Arrematado
{
	color: Blue;

}
.Condicional
{
	color: Orange;
}


.Pregao
{
	text-decoration: blink;
}

.Parcelado
{
    color: Black;
}
