/* CSS Document */
/* CORES APLICADAS */
/* Azul Escuro: #000066; */
/* Verde: #8ACC2C; */
/* Verde +claro: #B6E92C; */

/* GERAL */
body {
	background-image: url(../imagens/fundo.gif);
	color: #000066;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
div#frame {
	margin: 15px auto;
	width: 840px;
	height: auto;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, select, textarea {
	border: 1px solid #333333;
	padding: 2px 0px 0px 2px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px 15px 15px 15px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 15px 15px 3px 15px;
}
img {
	border: 0;
}
ul {
	padding-right: 40px;
	margin-top: 2px;
	margin-bottom: 2px;
}
ol li{
	margin-left: 20px;
	color: #8ACC2C;
	font-weight: bold;
}
li {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.mostrar {
	display: block;
}
.ocultar {
	display: none;
}
.vermelho {
	color: #FF6600;
}
.azul {
   color: #000066;
}
.questao {
	padding-top: 10px;
	font-weight: bold;
	font-size: 12px;
}


/* HEADER */
div#header p#topLinks {
	text-align: right;
	margin: 0px 45px 0px 0px;
	padding: 0px;
}
div#header p#topLinks a {
	color: #000066;
}
div#header div#imagemHeader {
	background: url(../imagens/header.png) no-repeat;
	width: 840px;
	height: 160px;
	clear: none;
}
div#header div#imagemHeader div#mainMenu {
	position: relative;
	top: 28px;
	left: 418px;
	width: 420px;
	line-height: 22px;
	padding: 0px;
	color: #CCCCCC;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
div#header div#imagemHeader div#mainMenu a {
	color: #CCCCCC;
	font-weight: bold;
}
div#header div#imagemHeader div#mainMenu a:hover {
	color: #8ACC2C;
	text-decoration: none;
}
div#header div#imagemHeader div#mainMenu img {
	vertical-align: middle;
	margin: 0px 1px;
	padding: 0px;
}

/* CORPO */
div#corpo {
	width: 810px;
}
div#corpo div#corpo_meio table#tbl_corpo {
	background-image: url(../imagens/corpo_fundo.png);
	background-repeat: repeat-y;
}
div#corpo td#esquerda {
	padding-left: 5px;
	background-image: url(../imagens/esquerda_imagem.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 250px;
}
div#corpo td#esquerda div#pos {
	min-height: 430px;
	height: 430px;
}
div#corpo td#direita {
	vertical-align: top;
}
div#corpo td#direita a {
	color: #8ACC2C;
	font-weight: bold;
}
img#esquerda_imagem {
	position: relative;
	bottom: 0px;
	border: 1px solid black;
}

/* CAIXA DE PESQUISA */
div#pesquisa {
	width: 200px;
	margin: 0px;
	margin-left: 20px;		
}
input {
	height: 14px;
}
input#q {
	width: 170px;
    padding: 2px 3px;
}
select#tipo {
	margin-top: 5px;
	width: 160px;
}
input#btnPesquisar {
	margin-left: 5px;
	background-color: #B6E92C;
	color: #FFFFFF;
	height: 20px;
	font-weight: bold;
	font-size: 9px;
    padding: 1px 5px;
    vertical-align: top;
}
div#pesquisa #pesquisa_avancada {
  text-align: center;
  color: #FFFFFF;
  padding-top: 5px;
}
div#pesquisa #pesquisa_avancada a {
    color: #FFFFFF;
}

td#direita input#q {
  width: 200px;
}
td#direita input#btnPesquisar {
  padding: 1px;
  background-color: #8ACC2C;
}
td#direita p#sem_resultados {
  text-align: center;
  color: #FF6600;
}

/* FOOTER */
div#footer {
	background: url(../imagens/footer.png) no-repeat;
	width: 810px;
	height: 50px;
}
div#footer p {
	margin-top: 19px;
	display: inline;
}
p#copyrights {
	float: left;
	margin-left: 19px;
}
div#footer p a {
	color: #000066;
}
p#bottomLinks {
	float: right;
	margin-right: 19px;
}

/* CONTEÚDO */
td#direita p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 1.2em;
}
div#corpo td#direita p#login {
	text-align: right;
	font-weight: bold;
	line-height: 1em;
	margin: 0px 20px 10px 10px;
	color: #000066
}
div#corpo td#direita p#login a {
	color: #000066;
}

/* LOGIN */
div#formularioLogin, div#formularioRecuperar {
	text-align: center;
}
div#formularioLogin td {
	text-align: left;
	vertical-align: middle;
}
div#formularioLogin input {
  padding: 2px;
}
div#formularioLogin input#btnLogin {
	margin-top: 5px;
	background-color: #B6E92C;
	color: #FFFFFF;
	height: 20px;
	font-weight: bold;
}
div#formularioLogin p.recuperacao {
	text-align: center;
	margin: 15px 0px;
	font-size: 9px;
	color: #666666;
}
div#formularioRecuperar td {
	text-align: left;
	vertical-align: middle;
}
div#formularioRecuperar input#btnLogin {
	margin-top: 5px;
	background-color: #B6E92C;
	color: #FFFFFF;
	height: 20px;
	font-weight: bold;
}
div#formularioRecuperar p.recuperacao {
	text-align: center;
	margin: 15px 0px;
	font-size: 9px;
	color: #666666;
}
div#formularioRecuperar input#btnRecuperar {
	margin-top: 5px;
	background-color: #B6E92C;
	color: #FFFFFF;
	height: 20px;
	font-weight: bold;
}

/* REGISTO */
div#registo {
	margin-top: 15px;
}
div#registo input, select {
	width: 130px;
}
div#registo div#comentarios {
	height: 100%;
}
div#registo textarea {
	width: 305px;
	clear: both;
}
div#registo input#condicoes {
	border: 0;
	width: auto;
}
div#registo div.linha {
	margin: 3px auto;
	width: 330px;
	height: 20px;
}
div#registo div#linha_primeira {
	margin: 12px auto 3px auto;
}
div#registo div#linha_ficheiro {
	margin: 12px auto 3px auto;
    height: 25px;
}
div#registo div#linha_ficheiro div.esquerda {
  line-height: 13px;
}

div#registo div.linha div.esquerda {
	width: 170px;
	float: left;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
}
div#registo div.linha div.direita {
	height: 20px;
	vertical-align: text-top;
	line-height: 20px;
}
div#registo div#btnLogin {
  height: 25px;
}
div#registo input#submeter {
	margin-top: 5px;
	background-color: #B6E92C;
	color: #FFFFFF;
	height: 20px;
	font-weight: bold;
	font-size: 9px;
	padding: 0px;
}
div#registo input#anc_fotolocal {
  width: 130px;
  margin-top: 5px;
  height: 20px;
  font-weight: normal;
  font-size: 9px;
  color: #000066;
}
div#registo div#comentarios {
  padding-top: 3px;
}
div#registo p#erros {
	color: #FF6600;
}
div#registo input#contar {
  border: 0px;
  width: 20px;
  margin-right: 0px;
  padding-right: 0px;
  text-align: right;
  color: #000066;
  font-size: 10px;
}


/* anúncios */
table#anuncios {
  margin: 13px 13px 0px 18px;
}
table#anuncios td {
  width: 120px;
  padding: 0px 4px;
  vertical-align: top;
}

table#anuncios td.GrosChien {background: url(../imagens/anc_cao_grande.png) no-repeat 3px 6px;}
table#anuncios td.PetitChien {background: url(../imagens/anc_cao_pequeno.png) no-repeat 3px 6px;}
table#anuncios td.Chat {background: url(../imagens/anc_gato.png) no-repeat 3px 6px;}
table#anuncios td.Insect {background: url(../imagens/anc_insecto.png) no-repeat 3px 6px;}
table#anuncios td.Oiseau {background: url(../imagens/anc_passaro.png) no-repeat 3px 6px;}
table#anuncios td.Poisson {background: url(../imagens/anc_peixe.png) no-repeat 3px 6px;}
table#anuncios td.Reptil {background: url(../imagens/anc_reptil.png) no-repeat 3px 6px;}
table#anuncios td.Rongeur {background: url(../imagens/anc_roedor.png) no-repeat 3px 6px;}

table#anuncios td div {
  width: 111px;
  padding: 60px 4px 3px 4px;
  overflow: hidden;
  height: 150px;
}
table#anuncios td div p {
   padding: 0px;
   margin: 0px;
}
table#anuncios td div p.titulo {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 2px;
}
div#corpo td#direita table#anuncios td div a:hover p {
  text-decoration: none;
}
div#corpo td#direita table#anuncios td div a:hover p.titulo {
  text-decoration: underline;
}
div#corpo td#direita table#anuncios td div a p {
  color: #000066;
  font-weight: normal;
}
div#corpo td#direita table#anuncios td div a p.titulo {
 font-weight: bold;
}
table#anuncios td div p.categoria {
  font-size: 11px;
  font-weight:  bold;
  text-align: center;
}
p#ver_mais {
  text-align: center;
}

/* Filtro de anúncios */
div#filtro {
  margin: 5px 25px 5px 20px;
  padding: 5px;
  background-color: #F7F7F7;
  text-align: right;
}
div#filtro select {
  vertical-align: middle;
  width: auto;
  color: #FFFFFF;
  background-color: #8ACC2C;
  padding: 0px;
  height: 16px;
}
div#filtro select option:hover {
  background-color: #FFFFFF;
  color: #0000FF;
}
div#paginacao {
  text-align: right;
  margin-right: 30px;
}


/* os meus anúncios */
div#anuncios div.linha {
  margin: 3px 15px;
  width: 520px;
  line-height: 20px;
}
div#anuncios div.linha:hover {
  background-color: #F7F7F7;
}

div#anuncios div.linha div.esquerda {
 float: left;
 width: 150px;
}
div#anuncios div.linha div.direita {
  text-align: center;
}

/* Ver anúncio */
td#direita p#erro_mostrar_anuncio {
  color: #FF6600;
  text-align: center;
}
div#anuncio div.linha {
  width: 500px;
  margin: 10px 15px;
}
div#anuncio div.linha_double {
  width: 500px;
  margin: 20px 15px 10px 15px;
}
div#anuncio div.linha_double .titulo {
  color: #8ACC2C;
  margin-bottom: 2px;
  font-weight: bold;
}
div#anuncio div.linha div.direita {
  float: left;
  font-weight: bold;
  color: #8ACC2C;
  margin-right: 5px;
}
div#anuncio div.linha_double div.direita {
  float: left;
  font-weight: bold;
  color: #8ACC2C;
  margin-right: 5px;
}
div#anuncio div.linha_double div#imagem {
  text-align: center;
  margin-top: 5px;
}
div#anuncio div.linha_double div#imagem img {
  border: 1px solid #000066;
}
td#direita table#botoes {
  padding: 0px;
  margin: 0px 0px 0px 15px;
  width: 520px;
}
td#direita table#botoes td input {
  padding: 0px 5px 0px 0px;
  margin: 0px;
  border: 0px;
  width: 125px;
  height: 20px;
}

/* BOAS VINDAS */
td#direita div#boas_vindas p {
  margin: 10px 15px 5px 15px;
}

/* CONTACTO */
div#contacto p {
  margin-top: 10px;
  margin-bottom: 5px;
}

div#contacto li {
  list-style-type: none;
}

/* PESQUISA AVANÇADA */
div#pesquisa_avancada {
  margin-top: 5px;
  height: 25px;
}

div#pesquisa_avancada input {
  border: 0px;
}

div#pesquisa_texto {
	margin-top: -15px;
}

/* PRINT DO ANÚNCIO */
div#logo_print {
  display: none;
}

/* MAILING LIST */
div#mailing {
	margin-top: 15px;
}
div#mailing input, select {
	width: 130px;
}
div#mailing div#comentarios {
	height: 100%;
}
div#mailing div.linha {
	margin: 3px auto;
	width: 230px;
	height: 20px;
}

div#mailing div.linha div.esquerda {
	width: 70px;
	float: left;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
}
div#mailing div.linha div.direita {
	height: 20px;
	vertical-align: text-top;
	line-height: 20px;
}
div#mailing input#submeter {
	margin-top: 5px;
	background-color: #B6E92C;
	color: #FFFFFF;
	height: 20px;
	font-weight: bold;
	font-size: 9px;
	width: 80px;
	padding: 0px;
}
div#registo p#erros {
	color: #FF6600;
}