body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f7f7f7;
}
a {
	text-decoration: none;
	color: #000000;
}

.linha {
	width: 45%;
	color: #000033;
}
.corTabelaLista1 {
	background-color: #E8EBDE;
}
.corTabelaLista2 {
	background-color: #F2F3ED;
}
.v12b {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
a.meusfavoritos {
	font-family: "Microsoft Sans-Serif", Arial;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
a.linknovapesquisa {
	background-color:#E4E4E4;
	border: 1px #000000 solid;
	width: 50%;
}
a.linknovapesquisa  { 
	display:block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
a.linknovapesquisa:hover {
	color:#0000FF;
}
.v10 { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	color: #333333;
}
a.v10 {
	display: block;
}
.destaqueDetalhes {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.formCampos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.advertencia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.titTabela {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
}
.corTabela {
	
}
.v12bVermelha {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
a{
	text-decoration: none;
}
.sucesso {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}
.erro {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
#bordatabela {
	border:1px solid #999999
}

h1.tituloPagina {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000033;
	text-align: center;
	margin: 0px;
}

h2.descritivoImovel {
	font-family: "Microsoft Sans-Serif", Arial;
	font-size: 14px;
	color: #000033;
	width: 100%;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

h3.subtitulos {
	font-family: "Microsoft Sans-Serif", Arial;
	font-size: 12px;
	color: #000033;
	margin: 0px;
	border: 0px;
	padding: 5px;
	background-color: #C5C5C5
}

hr.divisao {
	margin: 0px;
	padding: 0px;
	border: 1px dashed #333333;
}

span.descricaoImovel {
	font-family: "Microsoft Sans-Serif", Arial;
	font-size: 12px;
}

table#resultadoPesquisa thead{
    background-color: #666666; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

table#resultadoPesquisa td {
	padding: 3px;
}

table#resultadoPesquisa tbody td {
	font-family: "Microsoft Sans-Serif", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

table#resultadoPesquisa tbody input {
	cursor: default;
}

table#resultadoPesquisa tbody span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	display: block;
	font-weight: normal;
}

table#resultadoPesquisa tbody td.valor {
	color: #006600;
}

table#resultadoPesquisa tbody tr:hover {
	background-color:#DDDDB9;
}

/* detalhes do imóvel */
table.caracteristicasImovel {
	font-size: 12px;
	font-family: "Microsoft Sans-Serif", Arial;
}

table#caracteristicasImovel td{
	padding: 3px;
}


/* fim detalhes do imóvel */
div#ampliada img {
	border: #666666 1px solid;
	width: 300px;
	height: 200px;
	float: none;
	margin-right: 3px;
}
ul#thumbnails {
	width: 300px;
	list-style-type: none;
	position:static;
	margin: 0;
	padding: 0;
	border: 0;
}
ul#thumbnails li {
	border: #666666 1px solid;
	float: left;
	padding: 0;
	margin: 3px;
	width: 67px;
	height: 67px
}
ul#thumbnails li img {
	width: 67px;
	height: 67px;
	padding: 0;
	margin: 0;
	border: 0;
	
}
-->