﻿/* BANRISUL - CSS */

* {
	margin: 0 auto;
	padding: 0;
}

a {
	color: #666;
	text-decoration: none;
	overflow: hidden;
}

a:hover { text-decoration: underline; }

img {	border: 0; }

li {
	list-style: none;
	text-indent: 0;
}

h1 { font-size: 18px; font-weight: normal!important; }

#clear {
	float: left;
	clear: both;
}

body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 13px;
	line-height: 1.35em;
	background-color: #fff;
}

/* HEADER */

#header {
	float: left;
	clear: both;
	width: 100%;
	height: 113px;
	position: relative;
	background: url(../images/bg_site.gif) repeat-x 0 0;
	text-align: center;
}

#logo {
	width: 300px;
	height: 113px;
	background: url(../images/img_logo.png) no-repeat scroll center center transparent; 
}

#logo a {
    display: block;
    width: 249px;
    height: 75px;
    text-indent: -9999px;
}

#logo h2 {
   width: 180px;
   height: 16px;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#pt #logo h2 {	background-image: url(../images/tit_ri_pt.png); }
#en #logo h2 {	background-image: url(../images/tit_ri_en.png); }


#idioma {
	width: 75px;
	height: 20px;
	right: 5px;
	top: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-image: url(../images/spr_idiomas.gif);
	background-repeat: no-repeat;
	background-color: #fff;
	position: absolute;
	z-index: 999;
}

#pt #idioma { background-position: 55px -15px; }
#en #idioma { background-position: 55px 5px; }

#idioma a {
    display: block;
    font-size: 10px;
    height: 19px;
    padding: 1px 0 0 5px;
    text-align: left;
    width: 70px;
}

#conteudo {
	float: left;
	width: 100%;
}


/* MENU */

#menu {
	float: left;
	clear: both;
	margin: 10px 0 10px 10px;
	width: 95%;
}

#menu li {
	float: left;
	clear: both;
	margin: 0;
	width: 100%;
	background: url(../images/bg_titulo.gif) repeat-x 0 0 #0e6395;
}


#menu li a {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 0 7px 10px;
	 line-height: 15px;
    width: 100%;
}

#menu li a:hover {
    color: #60c6dd;
	 text-decoration: none;
}

/* COTAÇÕES */

#cotacoes {
	float: left;
	clear: both;
	width: 100%;
	height: 171px;
	background: url(../images/bg_cotacoes.gif) repeat 0 0;
}

#cotacoes h1 {
	float: left;
	clear: both;
	margin: 10px 0 10px 10px;
	width: 95%;
	height: 23px;
	background: url(../images/bg_titulo.gif) repeat-x 0 0;
}

#cotacoes h1 span {
	float: left;
	clear: both;
	width: 100%;
	height: 23px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

#pt #cotacoes h1 span { background-image: url(../images/tit_cotacoes_pt.png); }
#en #cotacoes h1 span { background-image: url(../images/tit_cotacoes_en.png); }

#canvas {
	display: block;
	clear: both;
	margin: 0 8px;
	text-align: left!important;
}

#cotacoes table {
	float: left;
	width: 98%;
	margin-top: 5px;
}

#cotacoes td {
	float: left;
	display: inline-table;
	vertical-align: middle;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	height: 45px; 
	color: 807f81;

	background: url(../images/bg_cotacoes_td.gif) no-repeat left bottom;
}

#cotacoes td.image 	{ width: 9%; height: 30px; padding: 10px 0 0 5px; background-position: -3px bottom;}
#cotacoes td.ticker 	{ width: 30%; color: #3071b5; font-weight: bold;  font-family: Arial, Helvetica, sans-serif; }
#cotacoes td.val 		{ width: 25%; text-align: right; font-weight: bold; padding-right: 10px;}
#cotacoes td.var 		{ width: 25%; text-align: right; padding-right: 10px;}

#cotacoes p.finansite { font-size: 10px; color: #999; padding-left: 10px;}

/* NOTÍCIAS */
 
#noticias {
	float: left;
	width: 100%;
	clear: both;
	background: url(../images/bg_seta.gif) no-repeat 30px 31px;
	position: relative;
}

#noticias h1 {
	float: left;
	clear: both;
	margin: 10px 0 10px 10px;
	width: 95%;
	height: 23px;
	background: url(../images/bg_titulo.gif) repeat-x 0 0;
}

#noticias h1 span {
	float: left;
	clear: both;
	width: 100%;
	height: 23px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

#pt #noticias h1 span { background-image: url(../images/tit_noticias_pt.png); }
#en #noticias h1 span { background-image: url(../images/tit_noticias_en.png); }

#noticias div.vertodas {    
    bottom: -5px;
    right: 5px;
    position: absolute;
}

#noticias div.vertodas a {
	display: block;
	font-size: 11px;
	padding: 10px 10px 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #3071b4;
}

#noticias ul {
	float: left;
	width: 95%;
	padding: 5px 0 5px 10px;
}

#noticias ul li {
	float: left;
	width: 100%;
}

#noticias ul div.data {
    color: #fff;
    float: left;
    font-size: 17px;
    line-height: 16px;
    padding: 4px 0 0 0;
    text-align: center;
    width: 32px;
	 height: 37px;
	 background: url(../images/bg_data.gif) no-repeat 0 0
}

#noticias ul span.mes { font-size: 11px; }

#noticias ul li a {
    color: #c0c0c0;
    display: block;
    float: left;
    margin: 2px 0;
    padding: 2px 0 6px;
    width: 100%;
}

#noticias ul li a:hover { text-decoration: none!important; } 

#noticias ul div.link {
	float: left;
	width: 75%;
	font-size: 12px;
	padding-left: 10px;
	color: #666;
}

#noticias ul li a:hover div.link { text-decoration: underline!important; } 

/* FALERI */

#faleri {
	float: left;
	width: 94%;
	margin: 10px 0 20px 10px;
	border: 1px solid #ccc;
	background-color: #f2f2f3;
}

#faleri h1 {
	float: left;
	clear: both;
	width: 100%;
	height: 40px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

#pt #faleri h1 { background-image: url(../images/tit_faleri_pt.png); }
#en #faleri h1 { background-image: url(../images/tit_faleri_en.png); }

#faleri p {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	padding: 5px 5px 15px 25px;
}

#faleri p,
#faleri a {	color: #666; }


/* RODAPE */

#rodape {
	float: left;
	clear: both;
	width: 100%;
	color: #fff;
	padding: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	height: 30px;
	background: url(../images/bg_footer.gif) repeat-x 0 0;
}

/* ===================================================  I N T E R N A  ================================================================================ */


/* TEXTO */

#conteudo div.titulo {
    color: #017DC7;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    padding: 20px 0 10px 10px;
    width: 100%;
}

#texto {	
	padding: 0 10px 5px 10px;
	background-image: url(../images/bg_interna.gif) repeat-x scroll 0 0  
}

#texto a { font-weight: bold; color: #666;}

#texto p {
	clear: left;
	color: #666;
	font-size: 12px;
	line-height: 1.6em;
	padding: 6px 0;
	text-align: justify !important;
}

#texto ul li {
	font-size: 14px;
	line-height: 1.6em;
	padding: 5px 0 5px 10px;
	background: url(../images/ico_bullet.gif) no-repeat -2px 4px;
}


#texto h2 {
    clear: both;
    float: left;
    font-size: 13px !important;
    font-weight: bold;
    padding: 10px 0 5px;
    text-align: left !important;
	 color:#666;
}


#texto img {
	margin: 4px;	
}

#texto table {
	float: left;
	font-size: 12px;
	padding: 10px 0;
}

#texto td {
	line-height: 1.2em;
	padding: 2px 0 5px 0;
}


/* UPDATE */

div.update {
	float: left;
	clear: both;
	font-size: 10px;
	line-height: 1.1em;
	color: #999;
	padding: 0 0 15px 0;
}

div.update div { float: left; }


#footer {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

/* VOLTAR  E  GOTOP  */

.voltar {
	clear: left;
	float: left;
	width: 68px;
	height: 25px;
	margin-left: 10px;
}

.voltar a {
   display: block;
	width: 68px;
	height: 25px;
	text-indent: -9999px;
	background: no-repeat right bottom;
}

#pt .voltar a { background-image: url(../images/btn_voltar_pt.gif); }
#en .voltar a { background-image: url(../images/btn_voltar_en.gif); }

.gotop {
	float: right;
	width: 68px;
	height: 25px;
}

.gotop a {
   display: block;
	width: 68px;
	height: 25px;
	text-indent: -9999px;
	background: no-repeat 0 0;
}

#pt .gotop a { background-image: url(../images/btn_topo_pt.gif); }
#en .gotop a { background-image: url(../images/btn_topo_en.gif); }

/* LINKTOP */

#texto ul.linktop {
	float: left;
	font-size: 11px;
	margin: 10px 0 4px 0;	
}

#texto ul.linktop li {
    background-position: -4px 11px transparent;
    padding: 0 0 3px 10px;
}

#texto ul.linktop li a {
	color: #194B70 !important;
	font-size: 12px;
}


/* TABELAS */

.tabelatt {
    background-color: #116597;
    color: #fff;
    font-weight: bold;
    height: 25px;
    padding: 0 8px;
}

.tabelatx,
.tabelatx2 {	
	background-color: #fff; 
	border-bottom: 1px dashed #ccc;
	height: 25px;
	padding: 0 8px;
	color: #666;
}

.tabelatx2 { background-color: #eee; 
}

.tabelatx a,
.tabelatx2 a {	text-decoration:underline; }

.tabelatx a:hover,
.tabelatx2 a:hover {	text-decoration:none; }


td.table_ano {
	color: #116597;
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}

.table_arquivo {
	font-size: 13px;
	color: #666;
	font-weight: bold;
	width: 150px;
}

select.select_ano {
	border: 1px solid #999;
	width: 60px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	background-color: #f8faf7!important
}

td.data { width: 65px; }

td.ico {
	width: 30px;
	height: 30px;
}
td.arquivo {
	margin-top: 5px;
}

td.arquivo a {	
	display:block; 
	width: 100%;
	padding: 3px 0;
	font-weight: normal!important; 
}
td.arquivo a:hover {	text-decoration: underline; }

td.arquivos table {	margin-top: 15px; }


/* MENSAGEM DE ERRO DE CARREGAMENTO */

p.msg_erro {
	font-weight: bold;
	padding: 40px 0 80px 12px;
	color: #d00;
}

div.fale_RI { display: none!important; }
