@import "/anuncios.css";
@import "/verbetes.css";

html
{
	overflow-y: scroll;
}

body 
{
	margin: 0px !important;
	padding: 0px !important;
	background: #F6F6F6 url('./images/background-800.gif') top center repeat-y;
}

h1.cabecalho
{
	display: inline;
}

td , div, span, body, html
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	text-decoration: none;
}

a.bbli
{
	font-family: arial;
	font-size: 10px;
	color: #CC00CC;
}


a
{
	text-decoration: none;
	color: #0080FF;
}

a:hover
{
	text-decoration: underline;
}

.alerta1
{
	color: #FF0000;
	font-size: 18px;
}

.alerta2
{
	color: #049619;
	font-size: 18px;
}

.correcao
{
	color: blue;
	margin-bottom: 15px;
	cursor: pointer; 
	cursor: hand;
}


.dicas
{
	color: Gray;
	font-size: 13px;
	width: 500px;
}


/***************************/
/*   ROV - novo Layout     */
/***************************/
#divLogin
{
	font-size: 13px;
	position: absolute;
	right: 5px;
	top: 0px;
	padding: 5px 15px 2px 15px;
	
}

#divTopo
{
	text-align: center;
	margin-top: 3px;
	height: 85px;
}

#imgLogo
{
	margin-right: 32px;
}

#divCorpo
{
	margin-top: 8px;
	position: relative;
	font-family: Trebuchet MS;
}

#divConteudo
{
	margin-top: 15px;
	text-align: center;
	position: relative;
}


#divResultado
{

}

#divTab
{
	width: 550px;
	position: relative;
	height: 29px;
}

#divTabs
{
	width: 555px;
	display: table-row;
	position: absolute;
	left: 0px;
	top: 0px;
}

#divTabs a
{
	color: inherit;
	text-decoration: none;
}

#divRodape
{
	font-size: 13px;
	color: silver;
	width: 728px;
	margin-top: 20px;
	/*background: #FFFFFF url('') repeat-x scroll left top;*/
}

#divMensagem
{

	/*padding: 12px;*/
	width: 700px;
	/*border: 1px solid red;*/
}

#divGuiasHome
{
	font-size: 17px;
	color: navy;
	width: 730px;
	padding-top: 8px;
	padding-bottom: 8px;
	/*border-top: 2px solid #F2F2F2;*/
	border-bottom: 0px solid #F2F2F2;
}


#divGuiasHomeBlocos
{
	width: 33%;
	text-align: left;
	float: left;
	height: 220px;
}

#grdResultado
{
	position: relative;
	*z-index: -1;
}

#divNuvemTags 
{
	margin-top: 10px;
	width: 600px;
	color: Red;
}

/*---------------------------------------*/
/*            ROV - Mapas                */
/*---------------------------------------*/
#divVerbeteMapa
{
	padding: 5px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	position: relative;
	width: 320px;
}

#divVerbeteMapa div
{
	font-size: 13px;
}

#divVerbeteMapa #divVerbeteTitulo
{
	display: table;
	width: 223px;
	margin-bottom: 2px;
}

#divVerbeteMapa #divVerbeteTelefone
{
	position: absolute;
	right: 8px;
	top: 5px;
}

#divVerbeteMapa #divVerbeteEndereco
{
	border-top: 1px solid silver;
	padding-left: 0px;
	padding-top: 2px;
}

#divBarra01
{
	width: 300px;
	height: 400px;
	border: 1px solid blue;
	z-index: 99;
}

/*---------------------------------------*/
/*            ROV - Verbetes             */
/*---------------------------------------*/

#divResultadoPaginacao
{
	font-weight: normal;
	font-size: 18px;
	border-top: 3px solid #F1F9F3;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 10px;
	text-align: right;
	width: 713px;
}

#divFiltros
{
	text-align: left;
	margin-bottom: 20px;
	padding-left: 20px;
	font-weight: normal;
	font-size: 16px;
	width: 520px;
}

#divFiltros select#lstFiltroLocal
{
	font-family: Trebuchet MS;
	border: 1px solid #D4ECD9;
	display: inline;
}

#divPaginacao span
{
	border: 1px solid green;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #7DBF3B;
	color: White;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#divPaginacao a
{
	text-decoration: none;
	border: 1px solid #86BC3B;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #D4ECD9;
	color: green;
	cursor: pointer;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#divPaginacao a:hover
{
	color: #FFFFFF;
	border: 1px solid green;
	background-color: #7DBF3B;
}

.verbetePaginacao
{
	font-weight: bold;
	font-size: 13px;
}

.verbetePaginacao td
{
	border-top: 1px solid #D4ECD9;
}

.verbetePaginacao a
{
	border: 1px solid #86BC3B;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #D4ECD9;
	color: #86BC3B;
}

.verbetePaginacao span
{
	border: 1px solid green;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #86BC3B;
	color: White;
}

/*#divVerbete
{
	padding: 15px;
	font-size: 15px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	position: relative;
	border-top: 1px solid #D4ECD9;
}*/


#divVerbeteTitulo, #divVerbeteTitulo a, #divVerbeteTitulo a:hover
{
	font-family: inherit;
	font-size: 17px;
	text-decoration: none;
	color: navy;
	border-bottom: 0px solid #D4ECD9;
	margin-bottom: 4px;
	*margin-bottom: 8px;

	display: table;
	width: 370px;
}
#divVerbeteTitulo span
{
	font-size: 16px;
}

#divVerbeteTelefone
{
	font-family: inherit;
	font-size: 17px;
	color: #CA0000;
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: right;
	display: table;
	/*width: 120px*/
}

#divVerbeteTelefone a, #divVerbeteTelefone a:hover
{
	color: #CA0000;
	text-decoration: none;
}

#divVerbeteEndereco
{
	font-family: inherit;
	padding-left: 10px;
	width: 320px;
}

#divVerbeteEndereco a, #divVerbeteEndereco a:hover
{
	color: #000000;
	text-decoration: none;
}

#divVerbeteLocalidade
{
	font-family: inherit;
	padding-left: 10px;
}

#divVerbeteLocalidade a, #divVerbeteLocalidade a:hover
{
	color: #000000;
	text-decoration: none;
}

#divVerbeteAtividade
{
	font-family: inherit;
	color: gray;
	padding-left: 10px;
}

#spnVerbeteVerMapa
{
	font-family: inherit;
	font-size: 15px;
	color: Green;
	position: absolute;
	bottom: 15px;
	right: 15px;
	height: 22px;
	padding-left: 2px;
	padding-right: 2px;
	cursor: pointer;
}

#spnVerbeteVerMapa:hover
{
	background-color: #86BC3B;
	color: White;
}

#spnVerbeteTipoTel
{
	font-family: inherit;
	font-size: 12px;
	color: Gray;
}

#divTabs div
{
	text-align: center;
	float: left;
	width: 135px;
	height: 25px;
	padding-top: 4px;
	font-family: Trebuchet MS;
	font-size: 17px;
	cursor: pointer;
	margin-right: 2px;
	position: relative;
	color: #86BC3B;
	background: #E7F7D6 url(images/pixelBranco4aba.gif) no-repeat top left;
}

#divTabs.active div.active
{
	cursor: default;
}

#divAnuncie
{
	width: 775px; 
	position: relative;
	display: inline-block;
}

#divTarjaAnuncie
{
	position: absolute; 
	right: 0px; 
	top: 0px; 
	margin: 0px; 
	padding: 0px;	
}


#divBusca
{
	text-align: center;
	border-top: 1px solid #D4ECD9;
	border-bottom: 1px solid #D4ECD9;
	width: 774px;
	padding-top: 18px;
	background:#F3FAE8 url(images/bg01.gif);
	padding-bottom: 10px;
	position: relative;
	
}

#divBuscaCampos
{
	width: 650px;
	padding-left: 5px;
	position: relative;
	text-align: left;
	display: table;
}

#divTrocaBusca
{
	font-size: 12px;
	font-family: Arial;
	float: right; 
	cursor: pointer;
	padding-right: 12px;
	padding-top: 2px;
}

#divBuscaAvancada
{
	padding-left: 5px;
	text-align: left;
	height: 50px;
	width: 650px;
	display: table;
}

#divBuscaLabel, #divBuscaAvancadaLabel
{
	text-align:left;
	font-size: 12px;
	color: Green;
	font-family: Trebuchet MS;
	padding-left: 5px;
	
}

#divBusca input
{
	font-family: Trebuchet MS;
	font-size: 18px;
	padding-left: 5px;
	border: 1px solid #BFE3C6;
	display: inline;
	background: #FBF6D8 url(images/bgInputTxt.gif) repeat-x;
}

#divBusca input#q
{
	height: 25px;
	width: 450px;
}

#divBusca input#endereco
{

	height: 25px;
	width: 268px;
}

#divBusca input#bairro
{
	height: 25px;
	width: 172px;
}

#divBusca input#cidade
{
	height: 25px;
	width: 170px;
}

#divBusca select#uf
{
	font-family: Trebuchet MS;
	font-size: 18px;
	width: 55px;
	border: 1px solid #BFE3C6;
	padding: 1px;
	background: #FBF6D8 url(/images/bgInputTxt.gif) repeat-x;
	*margin-top: 1px; /* apenas IE */
}

#divBusca input#btnPesquisar
{
	font-family: Trebuchet MS;
	border:1px solid #59990E;
	background:#6eab26 url(/images/bg_btPesquisar.gif) repeat-x;
	padding-bottom: 2px;
	color: White;
	font-size: 18px;
	height: 29px;
	width: 120px;
	cursor: pointer;
	*margin-top: 1px; /* apenas IE */
}

#divADSFBanner01 #divADSFBanner02
{
	font-size: 13px;
	margin-bottom: 5px;
	text-align: center;
}
