body {
	margin: 0 0 0 0;
	border: medium none;
	margin: 0pt;
	padding: 0pt;
	float: none;
	background-color: #E2E2E2;
}

img {
	border: none;
}

img:hover {
	border: thin;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;

}
a:focus {
	color: #000;
	text-decoration: none;
}

/* =Conteudo Geral
----------------------------------------------- */
#conteudo p, td, h1, h2, h3, h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#conteudo h4 {
	font-size: 14px;
	margin: 0 0 0 0;
	letter-spacing: 0.2em;
}

#contato th {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}

#contato input, textarea, select {
	border: 1px solid #DDDDDD;
	color: #000000;
	font: .9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: .5em;
	padding: 2px;
}


/* =Administracao do Sistema
----------------------------------------------- */
#flashMessage {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF6600;
    text-align: center;
    border: 1px dashed #FF6600;
    margin-top: 15px;
}

#admin {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#admin table {
    /*width: 720px;*/
	margin: 0 10 10 10;
	background-color: #FDD800;
	border-collapse: collapse;
	border: 1px;
	border-style: solid;
	border-color: Gray;
}

#admin th {
	border-left: Gray 1px solid;
	border-collapse: collapse;
	border-bottom: Gray 1px solid;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

#admin td {
	border-bottom: #D6D6D6 1px dotted;
	background-color: #FFFFD9;
	border-collapse: collapse;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}

#admin h1, h2 {
	font-size: 20px;
	margin: 20 0 10 10;
	letter-spacing: 0.2em;
}

#admin h2 {
	margin: 10 0 0 10;
	font-size: 14px;
	letter-spacing: 0.1em;
}

#admin input, textarea, select {
	border: 1px solid #DDDDDD;
	color: #000000;
	font: .9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: .5em;
	padding: 2px;
}

#admin ul {
	list-style-type: none;
}

#admin ul li {
	background: transparent url(/sistema/img/check.gif) no-repeat 0 3px;
	padding-left: 16px;
	margin: 0 0 10 10;
}

#adminLista th {
	text-align: left;
}

#adminLista td {
	border: Gray 1px solid;
}

/* =Janela de Detalhes do Imovel
----------------------------------------------- */
#detalhesImovel table {
	background-color: #FFFFFF;
}

#detalhesImovelFoto table {
	background-color: #CAB102;
}

#detalhesImovelFoto h1 {
	font-size: 14px;
	margin: 0 0 0 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#detalhesImovelFoto h2 {
	font-size: 12px;
	margin: 0 0 0 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#detalhesImovelFoto ol {
	list-style-position: inside;
	list-style-type: lower-roman;
}

#detalhesImovelFoto ul {
	list-style-type: none;
}

#detalhesImovelFoto ul li {
	background: transparent url(/sistema/img/check.gif) no-repeat 0 3px;
	padding-left: 16px;
}

#detalhesImovel h1 {
	font-size: 12px;
	margin: 10 0 10 0;
	padding-bottom: 0px;
}

#detalhesImovel ol {
	list-style-position: inside;
	list-style-type: lower-roman;
}

#detalhesImovel ul {
	list-style-type: none;
}

#detalhesImovel ul li {
	background: transparent url(/sistema/img/check.gif) no-repeat 0 3px;
	padding-left: 16px;
}

/* =Formulario de Busca Simples
----------------------------------------------- */
#buscaSimples table {
	background-color: #FDD800;
	border: 1px;
	border-style: solid;
	border-color: Gray;
}

#buscaSimples select {
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
}

/* =Lista Busca Simples
----------------------------------------------- */
#listaSimples table {
	background-color: #FDD800;
	border-collapse: collapse;
	border: 1px;
	border-style: solid;
	border-color: Gray;
}

#listaSimples th {
	border-left:Gray 1px solid;
	border-collapse: collapse;
	border-bottom: 1px solid Gray;
	padding: 2px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

#listaSimples td {
	border-bottom: #D6D6D6 1px dotted;
	background-color: #FFFFD9;
	border-collapse: collapse;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

#listaBairros h1 {
	font-size: 12px;
	margin: 15 0 5 10;
	padding: 0 0 0 0;
}

#tabelaBairros td {
	text-align: left;
	background-color: #FFFFD9;
	padding: 10 5 10 5;
}

/* =Lista de Destaques
----------------------------------------------- */
#itemDestaque table {
	background-color: #FFFFD9;
	border: 1px;
	border-style: dotted;
	border-color: Gray;
}

/* =Formularios
----------------------------------------------- */
#conteudo label {
	background: transparent;
	color: #999999;
	display: block;
	font-size: .9em;
}

#conteudo label span {
	background: transparent;
	color: #999500;
	font-size: .8em;
	text-transform: uppercase;
}

#conteudo input, textarea, select {
	border: 1px solid #DDDDDD;
	color: #000000;
	font: .9em "Verdana", "Arial", geneva, sans-serif;
	margin-top: .5em;
	padding: 2px;
}

#conteudo select {
	padding-right: 0px;
	padding-left: 0px;
}


#conteudo input.imagesubmit {
	border: none;
	margin: 0;
	padding: 0;
}