/* ESTILOS DAS PÁGINAS INTERNAS */
@IMPORT url("reset.css");

body {
	font: normal 13px "Trebuchet MS", Arial, Helvetica;
	background: url(../images/fundo.png) repeat-x;
	background-color: #E6E6E6;
}

/* ESTILOS PARA O TOPO */
#topo {
	background: url(../images/topo.png) repeat-x;
	height: 30px;
}

#topo #newsticker {
	width: 940px;
	height: 24px;
	margin: 0 auto;
	padding-top: 2px;
}

#topo #newsticker img#borda_esq,img#borda_dir {
	float: left;
	width: 4px;
}

/* ESTILOS NECESSÁRIOS PARA O NEWSTICKER */
#topo #newsticker #news {
	float: left;
	background: url(../images/newsticker_fundo.png) repeat-x;
	width: 932px;
	height: 24px;
}

#topo #newsticker #news .tickercontainer .mask {
	position: relative;
	left: 0;
	overflow: hidden;
}

#topo #newsticker #news .tickercontainer ul {padding-top: 3px;}
#topo #newsticker #news .tickercontainer ul.newsticker {position: relative;}
#topo #newsticker #news .tickercontainer ul.newsticker li {display: inline;}
#topo #newsticker #news li a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-right: 30px;
}

/* FIM DO ESTILOS PARA O TOPO */ /* ESTILOS PARA O CORPO */
#corpo {
	width: 940px;
	margin: 0 auto;
}

#corpo #links {
	padding-top: 12px;
	padding-bottom: 20px;
	text-align: right;
}

#corpo #links li {
	display: inline;
	padding-left: 15px;
}

#corpo #links li a {
	font-weight: bold;
	color: #00245A;
	text-decoration: none;
}
#corpo #links li a:hover{
	color: #304A6F;
}

#corpo #logotipo {
	height: 75px;
	padding-bottom: 24px;
	position: relative;
}

#corpo #logotipo #imagens {
	float: left;
	width: 745px;
}

#corpo #logotipo img#logo {padding-right: 15px;}

/* EXIBE O BOX DO USUÁRIO QUANDO ESTÁ LOGADO */
#corpo #logotipo #usuario_logado {
	background: url(../images/logado_fundo.png) no-repeat;
	width: 205px;
	height: 75px;
	position: absolute;
	right: 180px;
}

#corpo #logotipo #usuario_logado p {
	width: 155px;
	height: 18px;
	margin: 25px 0 0 25px;
	font-weight: bold;
	color: #FFF;
	overflow: hidden;
}

#corpo #logotipo #usuario_logado #usuario_links {
	width: 135px;
	padding: 4px 45px;
}

#corpo #logotipo #usuario_logado #usuario_links a#area_privada, a#sair {
	float: left;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	padding: 2px 0 2px 10px;
}

#corpo #logotipo #usuario_logado #usuario_links a#area_privada {
	background: url(../images/logado_btn_ap.png) no-repeat;
	width: 78px;
}

#corpo #logotipo #usuario_logado #usuario_links a#sair {
	background: url(../images/logado_btn_sair.png) no-repeat;
	width: 37px;
}

#corpo #logotipo #relogio {
	float: right;
	background: url(../images/relogio_fundo.png) no-repeat;
	width: 185px;
	height: 75px;
	position: relative;
}

#corpo #logotipo #relogio a {
	font: bold 32px Helvetica, Arial;
	color: #FFF;
	position: absolute;
	top: 15px;
	left: 50px;
	text-decoration: none;
}

/* ESTILOS PARA O MIOLO */
#corpo #menu_miolo {
	clear: both;
	height: 5px;
	margin-bottom: 30px;
}

#corpo #menu_miolo ul {height: 35px;}
#corpo #menu_miolo li {
	float: left;
	/*width: 160px;*/
	text-align: center;
	padding: 5px 20px 0;
}

#corpo #menu_miolo li a {
	font-weight: bold;
	font-size: 16px;
	color: #9F7C52;
	text-decoration: none;
}

#corpo #menu_miolo li.ativo {
	background: url(../images/menu_orelha.png) repeat-x;
	/*width: 160px;*/
	height: 30px;
	padding: 5px 20px 0;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
}

#corpo #menu_miolo li.ativo a {color: #3D2012;}
/*#corpo #menu_miolo li#busca {
	width: 245px;
	padding: 0;
	position: relative;
}

#corpo #menu_miolo li#busca input#input_busca {
	width: 150px;
	background: url(../images/busca_fundo.png) right top no-repeat;
	font: normal 13px "Trebuchet MS", Arial, Helvetica;
	color: #999999;
	padding: 5px 2px 5px 5px;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}

#corpo #menu_miolo li#busca input#input_submit {
	position: absolute;
	top: 0;
	right: 0;
}*/

#corpo #descricao_miolo #descricao_conteudo_miolo {
	float: left;
	width: 420px;
	color: #003C72;
	padding: 25px;
}

#descricao_miolo {
	background: url(../images/menu_fundo.png) repeat-x #d7d7d7;
	height: 365px;
	border-left: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
}

#descricao_conteudo_miolo {
	float: left;
	width: 890px;
	color: #003C72;
	padding: 25px;
}

#descricao_conteudo_miolo p {padding: 8px 0;}
#corpo #descricao_miolo #descricao_conteudo_miolo #descricao_btn {
	float: right;
	padding-top: 15px;
}

#corpo #descricao_miolo img#descricao_imagem {float: right;}
#corpo #menu_miolo #busca {float: right;}

#editorial {
	background: url(../images/menu_fundo.png) repeat-x #d7d7d7;
	border-left: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	overflow: auto;
}

#projetos {
	background: url(../images/menu_fundo.png) repeat-x #d7d7d7;
	border-left: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	padding: 25px;
}

#projetos ul {
	list-style: disc;
	padding-left: 20px;
}

#projetos h1 {
	color: #666666;
	font-size: 20px;
	margin: 0 0 20px 0;
}

#projetos h1 a {
	color: #666666;
	text-decoration: none;
}

#projetos h1 a#voltar {
	color: #2F457D;
	text-decoration: underline;
}

#projetos h1 a#voltar:hover {
	color: #1E7BB7;
}

#projetos h2 {font-size: 15px;}
#projetos h3 {padding-bottom: 15px;}

#editorial .media_links {
	padding-bottom: 10px;
}

#editorial .media_links a {
	font-weight: bold;
	color: #9F7C52;
	text-decoration: none;
}

#editorial .media_links td a {
	color: #000;
}

#projetos > p {padding-bottom: 5px;}
#projetos p a {
	font-weight: bold;
	color: #9F7C52;
	text-decoration: none;
}

#projetos #busca_projetos h1, #projetos #busca_noticias h1 {margin: 15px 0 10px;}
#projetos #busca_projetos h3 a, #projetos #busca_noticias h3 a {
	color: #666666;
	text-decoration: none;
}

#projetos #busca_projetos h3 a:hover, #projetos #busca_noticias h3 a:hover {color: #7F7F7F;}
#projetos #novo_investidor, #projetos #investidor_registrado {
	float: left;
	width: 440px;
}

#projetos #novo_investidor table#campos_recibo {display: none;}
#projetos #novo_investidor table tr, #projetos #investidor_registrado table tr {height: 25px;}
#projetos #novo_investidor table tr.invisivel {display: none;}

#projetos #novo_investidor table td.label {
	width: 150px;
	padding-top: 2px;
	vertical-align: top;
}

#projetos #investidor_registrado table td.label {
	width: 125px;
	padding-top: 2px;
	vertical-align: top;
}

#projetos #clear {clear: both;}
#projetos #novo_investidor h2, #projetos #investidor_registrado h2 {
	font-size: 15px;
	margin-bottom: 10px;
}

#projetos table#doacoes th {
	background: url(../images/fundo_tabela_org.png) repeat-x;
	padding: 2px 0 15px;
}

#projetos table#doacoes td {
	height: 30px;
	text-align: center;
	vertical-align: middle;
}

#projetos table#doacoes td input#valor_total {
	background: none;
	border: none;
}

#projetos table#doacoes td#valor_total, #projetos table#doacoes td#loader {background-color: #CFCFCF;}
#projetos table#doacoes td#loader {text-align: left;}
#projetos table#doacoes td#loader img {display: none;}
#projetos table#doacoes td#valor_total {text-align: right;}
#projetos table#doacoes td#valor_total input {
	background: none;
	border: none;
}

#projetos table#dados_voucher tr {height: 20px;}
#projetos table#dados_voucher td.label {
	width: 250px;
	font-weight: bold;
}

/* ESTILO ZEBRA - TABELA DE DOAÇÕES */
.zebraDoacoesIn {background-color: #EAEAEA;}
.zebraDoacoesOut {background-color: #DDD;}

#corpo #projetos #btn_acoes {
	float: right;
	padding-top: 15px;
}

#corpo #projetos #btn_acoes td {
	padding-left: 5px;
}

#projetos #acoes {
	padding-top: 15px;
}

#projetos #acoes h1 {
	font-size: 15px;
	margin-bottom: 5px;
}

/*#projetos #acoes li a {
	color: #9F7C52;
	font-weight: bold;
	text-decoration: none;
}*/

#texto {
	float: left;
	padding: 35px 25px;
	width: 605px;
}

#texto p {
	color: #003C72;
	margin: 0 0 10px 0;
}

#texto h1, h2, h3 {color: #666666;}
#texto h1 {
	font-size: 22px;
	margin: 0 0 20px 0;
}

#texto h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

#texto h3 {
	font-size: 15px;
	margin-top: 10px;
}

#texto a {
	color: #9F7C52;
	font-weight: bold;
	text-decoration: none;
}

#texto a:visited {color: #3D2012;}
#lateral, #invista_agora {
	background-color: #ffffff;
	float: right;
	padding: 25px;
	width: 213px;
	min-height: 300px;
}

#lateral img {margin: 25px 0;}
#lateral h1 {
	color: #666666;
	font-size: 16px;
	margin: 0 0 10px 0;
}

#lateral h2, #lateral h3 {
	color: #666666;
	font-size: 14px;
	margin: 0 0 10px 0;
}
#lateral h3 {
	color: #cc0000;
}
#lateral a {
	color: #9F7C52;
	text-decoration: none;
}

#lateral li {
	margin-top:7px;
}

#lateral ul#vantagens {
	padding-top: 5px;
}

#lateral ul#vantagens li {
	list-style-type: disc;
	margin-left: 15px;
}

#lateral ul#outras_noticias li.mes_noticia {
	cursor: pointer;
}

#lateral ul#outras_noticias li ul {
	display: none;
	padding-left: 15px;
}

#lateral ul#outras_noticias li ul a {
	text-decoration: underline;
}

/* FORMULARIO - IMPRENSA */
#projetos #viewImprensaForm {padding-bottom: 20px;}
#projetos #viewImprensaForm tr {height: 25px;}
#projetos #viewImprensaForm td.label {
	width: 100px;
	padding-top: 4px;
	vertical-align: top;
}
#projetos #viewImprensaForm input[type=text] {width: 340px;}

/* ESTILOS BOX INVISTA AGORA - PROJETOS */
#invista_agora h1, h2 {
	color: #666666;
	margin: 0 0 10px 0;
}

#invista_agora h1 a {
	color: #666666;
	font-size: 20px;
	text-decoration: none;
}

#invista_agora h2 {
	font-size: 16px;
	margin: 0;
}

#invista_agora p {padding-bottom: 10px;}
/* FIM DOS ESTILOS PARA O MIOLO */

#corpo #menu {
	clear: both;
	height: 300px;
	margin-bottom: 30px;
}

#corpo #menu ul {height: 35px;}
#corpo #menu li {
	float: left;
	width: 155px;
	text-align: center;
	padding-top: 5px;
}

#corpo #menu li a {
	font-weight: bold;
	font-size: 16px;
	color: #9F7C52;
	text-decoration: none;
}

#corpo #menu li.ativo {
	background: url(../images/menu_orelha.png) repeat-x;
	width: 135px;
	height: 30px;
	padding-top: 5px;
	border-left: 1px solid #BFBFBF;
}

#corpo #menu li.ativo a {color: #3D2012;}
#corpo #menu li#busca {
	width: 245px;
	position: relative;
}

#corpo #menu li#busca input#input_busca {
	width: 150px;
	background: url(../images/busca_fundo.png) right top no-repeat;
	font: normal 13px "Trebuchet MS", Arial, Helvetica;
	color: #999999;
	padding: 5px 2px 5px 5px;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}

#corpo #menu li#busca input#input_submit {
	position: absolute;
	top: 0;
	right: 0;
}

/* ESTILOS TABELA DE PROJETOS - TODOS PROJETOS */
#corpo #projetos #projetos_tabela {padding-top: 5px;}
#corpo #projetos #projetos_tabela ul {padding-left: 12px;}
#corpo #projetos #projetos_tabela li {
	height: 25px;
	display: inline;
}

#corpo #projetos #projetos_tabela li img.po_borda_esq, img.po_borda_dir {
	float: left;
	width: 4px;
}

#corpo #projetos #projetos_tabela li img.po_borda_dir {
	margin-right: 2px;
}

#corpo #projetos #projetos_tabela li a {
	float: left;
	background: url(../images/projetos_orelha_fundo.png) repeat-x;
	height: 20px;
	font-size: 12px;
	color: #FFF;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

#corpo #projetos #projetos_dados {
	clear: left;
	/*height: 265px;*/
}

#corpo #projetos #projetos_dados th {
	background-color: #000A15;
	height: 20px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #424C58;
	text-align: left;
	vertical-align: bottom;
}

#corpo #projetos #projetos_dados th#th_projeto {
	width: 280px;
	padding-left: 20px;
}

#corpo #projetos #projetos_dados th#th_localizacao {
	width: 190px;
}

#corpo #projetos #projetos_dados th#th_tema {
	width: 130px;
}

#corpo #projetos #projetos_dados th#th_ai {
	width: 80px;
	text-align: center;
}

#corpo #projetos #projetos_dados th#th_ad {
	width: 80px;
	padding-right: 10px;
	text-align: center;
}

#corpo #projetos #projetos_dados th#th_botao {width: 100px;}
#corpo #projetos #projetos_dados #dados {
	/*height: 220px;
	overflow: scroll;
	overflow-x: hidden;*/
}

#corpo #projetos #projetos_dados tr:hover {background-color: #252F3C;}
#corpo #projetos #projetos_dados td {
	height: 45px;
	font-size: 12px;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
}

#corpo #projetos #projetos_dados td.td_projeto {
	width: 280px;
	padding-left: 20px;
	text-align: left;
}

#corpo #projetos #projetos_dados td.td_projeto a {
	color: #6DCEFF;
	text-decoration: none;
}

#corpo #projetos #projetos_dados td.td_projeto p {color: #FFF;}
#corpo #projetos #projetos_dados td.td_localizacao {
	width: 190px;
	text-align: left;
}

#corpo #projetos #projetos_dados td.td_tema {
	width: 130px;
	text-align: left;
}

#corpo #projetos #projetos_dados td.td_ai {
	width: 80px;
}

#corpo #projetos #projetos_dados td.td_ad {
	width: 80px;
	padding-right: 10px;
}

#corpo #projetos #projetos_dados td.td_botao {
	width: 100px;
}

/* ESTILOS RODAPE - GERAL */
#rodape {
	width: 940px;
	margin: 0 auto;
}

#rodape #patrocinadores {
	height: 80px;
	background-color: #FFF;
	padding: 0 20px 0;
	position: relative;
}

#rodape #patrocinadores img {margin: 20px 35px 0 0;}
#rodape #patrocinadores img#iniciativa {
	margin-top: 10px;
	position: absolute;
	right: 0;
}

#rodape #busca {
	width: 245px;
	padding: 0;
	position: relative;
}

#rodape #busca input#input_busca {
	width: 150px;
	background: url(../images/busca_fundo.png) right top no-repeat;
	font: normal 13px "Trebuchet MS", Arial, Helvetica;
	color: #999999;
	padding: 5px 2px 5px 5px;
	position: absolute;
	top: 2px;
	left: 0;
	border: none;
}

#rodape #busca input#input_submit {
	position: absolute;
	top: 2px;
	right: 0;
}

#rodape #rodape_servicos {
	/*height: 100%;*/
	height: 30px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#rodape #rodape_servicos #rodape_links {
	float: left;
	padding: 7px 0;
}

#rodape #rodape_servicos li {
	display: inline;
	padding-right: 15px;
}

#rodape #rodape_servicos li a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#rodape #rodape_servicos #rodape_links li a:hover {
	color: #7F7F7F;
}

#rodape #rodape_servicos #servicos {
	float: right;
	padding-top: 4px;
}

#rodape #rodape_servicos #servicos a {padding-left: 10px;}
#rodape #aviso {
	clear: both;
	font-size: 12px;
	background-color: #CCCCCC;
	padding: 20px;
	border-top: 1px solid #999999;
}

/* ESTILO ZEBRA - TABELA DE PROJETOS */
.zebraIn {background-color: #0D1827;}
.zebraOut {background-color: #041120;}

/* ESTILO ERRO - FORMULÁRIOS INVÁLIDOS */
p.invalido, span.invalido {
	background: url(../images/cancel.png) top left no-repeat;
	padding-left: 20px;
}

.raiz a{
	text-decoration: none;
	color: #666666;
}

.raiz{
	padding-bottom:30px;
}

.principais a{
	font-size: 15px;
	color: #9F7C52;
	font-weight: bold;
}
.principais a:hover{
	color: #9F886D;
}

.sub a{
	font-size: 15px;
	font-weight: bold;
}
.sub a:hover{
	color:#7F7F7F;
}