@charset "utf-8";
/*
 * Folha de Estilos / FUNCINE
 * Nome:	geral.css
 * Desc:	Formatação geral dos elementos HTML
 * Autor:	Ígor Prado @ COINT - BRB - Banco de Brasília S/A
 * Data:	16/11/2009
 */

html { width: 100%; height: 100%; overflow: auto; overflow-y: hidden; }

/* Zera os parâmetros dos marcadores básicos */

body {
	margin: 0;
	padding: 0;
	background: #000;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

h1, h2, h3, h4, h5, h6, p, ul, li, img, label, form {			
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

input, textarea, select { font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif; }

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

.displayNone { display: none; }

body#default div#conteudo p,
body#como-investir div#conteudo p,
body#beneficios div#conteudo p,
body#faq div#conteudo p {
	line-height: 18px;
	margin-bottom: 10px;
	text-align: justify;
}

div#conteudo ul {
	margin: 10px 0 20px 20px;
	width: 550px;
}

div#conteudo ul li {
	background: url('../imgs/bullet1.gif') left 7px no-repeat;
	padding: 2px 0 2px 10px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #CCC;
}

div#conteudo ul ul {
	margin: 5px;
	width: 250px;
}

div#conteudo ul ul li {
	background: url('../imgs/bullet3.gif') left 8px no-repeat;
	border: none;
}

div#conteudo a {
	color: #666;
	text-decoration: none;
}

div#conteudo a.pdf {
	padding-right: 20px;
	background: url('../imgs/icone-pdf.gif') top right no-repeat;
}


div#conteudo a:hover {
	color: #000;
	text-decoration: underline;
}

div#conteudo h4 {
	font-size: 16px;
	margin-bottom: 12px;
}

/* Formata o container */

div#container {
	width: 998px;
	margin: 0 auto;
	background: url('../imgs/bg-container.jpg') center 33px no-repeat;
	height: 600px;
	position: relative;
}

div#container div.inner {
	padding: 75px 60px;
}

/* Formata o menu */

div#menu {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	background: url('../imgs/bg-claquete.gif') top left repeat-x;
}

div#menu div.inner {
	width: 998px;
	margin: 0 auto; padding: 0;
	background: url('../imgs/bg-menu.png') top center no-repeat;
}

div#menu ul {
	margin: 0 0 0 65px;
	width: 920px; height: 32px;
	position: relative;
}

div#menu ul li {
	float: left;
	background: url('../imgs/separador-menu.gif') center right no-repeat;
}

div#menu ul li.ultimo {
	background: none;
}

div#menu ul li a {
	display: block;
	color: #a4a4a4;
	padding: 7px 16px;
}

div#menu ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

div#menu ul li.ativo a {
	color: #ffba00;
}

/*
 * INICIO DA FORMATACAO DO CONTEUDO
 */

div#conteudo {
	float: right;
	width: 635px; height: 290px;
	padding: 15px 15px 0 0;
	overflow: auto;
}

/*
 * INICIO DA FORMATACAO DOS TITULOS DAS PAGINAS
 */

body div#conteudo h2 {
	text-indent: -9999px;
	height: 40px;
}

body#default div#conteudo h2 {
	background: url('../imgs/o-produto.png') top left no-repeat;
	width: 165px; 
}

body#beneficios div#conteudo h2 {
	background: url('../imgs/beneficios.png') top left no-repeat;
	width: 164px;
}

body#como-investir div#conteudo h2 {
	background: url('../imgs/como-investir.png') top left no-repeat;
	width: 209px;
}

body#documentos div#conteudo h2 {
	background: url('../imgs/documentos-obrigatorios.png') top left no-repeat;
	text-indent: -9999px;
	width: 378px;
}

body#faq div#conteudo h2 {
	background: url('../imgs/faq.png') top left no-repeat;
	width: 336px;
}

body#simulador div#conteudo h2 {
	background: url('../imgs/simulador.png') top left no-repeat;
	width: 163px;
}

body#contato div#conteudo h2 {
	background: url('../imgs/contato.png') top left no-repeat;
	width: 137px;
}

body#pontos-de-atendimento div#conteudo h2 {
	background: url('../imgs/pontos-de-atendimento.png') top left no-repeat;
	width: 337px;
}

body#abra-sua-conta div#conteudo h2 {
	background: url('../imgs/tit-abra-sua-conta.png') top left no-repeat;
	width: 326px;
}


/*
 * FIM DA FORMATACAO DOS TITULOS DAS PAGINAS
 */

/*
 * INICIO DA FORMATACAO DO FAQ
 */
body#faq dt {
	background: url('../imgs/bullet1.gif') left 6px no-repeat;
	padding-left: 8px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 6px 0;
	cursor: pointer;
}

body#faq dt.ativo {
	background: url('../imgs/bullet2.gif') left 10px no-repeat;
	font-size: 18px;
	padding-left: 14px;
}

body#faq dt:hover {	text-decoration: underline; }

body#faq dd {
	margin: 3px 10px 10px 18px;
	padding: 0 0 0 10px;
	border-left: 6px solid #dadada;
	display: none;
}

/*
 * INICIO DA FORMATACAO DO FAQ
 */
 
/*
 * INICIO DA FORMATACAO DO CONTATO
 */
 
body#contato label {
	font-weight: bold;
	clear: right;
}

body#contato p {
	float: left;
}


body#contato p.statusMsg {
	width: 400px;
	position: relative;
	left: 90px;
	margin: 10px 0;
	padding: 10px 0 10px 30px;
}

body#contato p.erro,
body#contato p.invalido {
	border: 1px solid #ab0000;
	background: #ede6e6 url('../imgs/email-error.gif') 8px 10px no-repeat;
	font-weight: bold;
	color: #ab0000;
}

body#contato p.ok {
	border: 1px solid #00377a;
	background: #e6e8ed url('../imgs/email-ok.gif') 8px 10px no-repeat;
	font-weight: bold;
	color: #00377a;
}

body#contato p.campos-obrigatorios {
	background: url('../imgs/campos-obrigatorios.gif') top right no-repeat;
	width: 120px;
	height: 20px;
	float: right;
	margin-right: 30px;
	text-indent: -1000px;
}

body#contato p span {
	width: 100%;
	display: block;
	background: none;
	padding: 2px;
}

body#contato p span.required {
	background: url('../imgs/input-required.gif') 98% center no-repeat;
}

body#contato p.grupo1 {
	width: 225px;
	clear: both;
	margin-right: 10px;
}

body#contato p.grupo1 input,
body#contato p.grupo2 input {
	margin-bottom: 10px;
}

body#contato p.grupo2 {
	width: 226px;
	margin-right: 10px;
}

body#contato p.grupo3 {
	width: 350px;
}

body#contato p.grupo4 {
	width: 587px;
	margin-top: 10px;
}

body#contato p.grupo5 {
	width: 115px;
}

body#contato .text {
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e1e1e1;
	background: #fefefe url('../imgs/bg-input-text.gif') top left repeat-x;
	padding: 1px;
	width: 100%;
	overflow: auto;
}

body#contato .invalido {
	font-weight: bold;
	color: #ab0000;
	border: 1px solid #ab0000;
}

body#contato p.botoes {
	margin: 10px 0;
	width: 100%;
	text-align: center;
}

body#contato p.botoes input {
	background: #fdfdfd url('../imgs/bg-botao.gif') bottom left repeat-x;
	border-top: 1px solid #e9e9e9;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #adadad;
	border-left: 1px solid #f1f1f1;
	padding: 4px 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

/*
 * INICIO DA FORMATACAO DO CONTATO
 */

/*
 * INICIO DA FORMATACAO DO MENU DE APOIO
 */

div#menu-apoio {
	padding-top: 120px;
	font-size: 10px;
}

div#menu-apoio div { width: 181px; height: 63px; margin-bottom: 20px; }

div#menu-apoio div a {
	width: 100%; height: 100%;
	display: block;
}

div#menu-apoio div a p { padding: 30px 0 0 68px; }

div#menu-apoio div a:hover p { text-decoration: underline; }

div#menu-depoimentos { background: url('../imgs/menu-depoimentos.gif') top left no-repeat; }
div#menu-simulador { background: url('../imgs/menu-simulador.gif') top left no-repeat; height: 58px !important }
div#menu-documentos { background: url('../imgs/menu-documentos-obrigatorios.png') top left no-repeat; }
div#menu-como-investir { background: url('../imgs/menu-como-investir.png') top left no-repeat; }

div#menu-simulador a p { padding-top: 16px !important; }

div#menu-abra-sua-conta {
	position: absolute;
	bottom: 135px; left: 49px;
}

div#menu-abra-sua-conta p {
	width: 159px !important; height: 42px !important;
	background: url('../imgs/abra-sua-conta.jpg') top left no-repeat;
}

div#menu-abra-sua-conta p a {
	text-indent: -999px;
	display: block;
	width: 159px; height: 42px;
}

/*
 * INICIO DA FORMATACAO DO MENU DE APOIO
 */
 
/*
 * INICIO DA FORMATACAO DO RODAPE
 */
 
ul#rodape {
	width: 110px;
	position: absolute;
	bottom: 168px;
	left: 50%;
	margin-left: -55px;
}

ul#rodape li {
	float: left;
}

ul#rodape li a {
	display: block;
	text-indent: -9999px;
}

ul#rodape li.brb a {
	background: url('../imgs/logo-brb.gif') center no-repeat;
	width: 50px; height: 22px;
	margin-right: 10px;
}

ul#rodape li.dtvm a {
	background: url('../imgs/logo-dtvm.gif') center no-repeat;
	width: 50px; height: 35px;
	position: relative; top: -9px;
}

 
/*
 * FIMDA FORMATACAO DO RODAPE
 */

/*
 * INICIO DOS ESTILOS QUE FORMATAM A BARRA DE ROLAGEM
 */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	float: right;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
	width: 25px !important;
	background: url('../imgs/bg-Panetrack.gif') top center repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	background: #000;
	cursor: pointer;
	overflow: hidden;
	width: 5px !important;
	margin-left: 10px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 15px;
	width: 25px !important;
	background: url('../imgs/arrow-up.gif') top left no-repeat;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 15px;
	width: 25px !important;
	background: url('../imgs/arrow-down.gif') top left no-repeat;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/*
 * FIM DOS ESTILOS QUE FORMATAM A BARRA DE ROLAGEM
 */
