/* CSS PADRAO DO SITE 
ESTIOS UNICOS POR PAGINA DEVEM SER CHAMADOS POR ID E ESTILOS REPETIDOS POR CLASS
--------------------------------------------------------------------------------*/

/* GERAL 
--------------------------------------------------------------------------------*/

/*BREADCRUMPS*/
.breadcrumps{
	padding: 2px 5px 2px 5px;
	margin: 0px 0px 10px 0px;
	background-color: #EEE;
	width: 580px;
}
/*FIM BREADCRUMPS*/

body {
	width: 99%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #666666;
	font-size: 10px;
}

div, td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #666666;
	font-size: 10px;
	margin: 0px;
} 

div, td, select {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #666666;
	font-size: 10px;
}

a, a:link, a:hover, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
} 

h1 {
	color: #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.listaPdf li{
	list-style-type: none;
	background-image: url('/investidores/images/pdf_lista.gif');
	background-repeat: no-repeat;
	padding: 6px 0px 0px 20px;
}

/* Controla todo o conteudo da pagina */
#geral {
	width: 768px;
}

/*-----------------------------------------------------------------------------*/

/* TOPO 
-------------------------------------------------------------------------------*/

#topo {
	margin-bottom: 20px;
	align: center;
}

/*-----------------------------------------------------------------------------*/

/*CONTEUDO
-------------------------------------------------------------------------------*/

#controlaConteudo {
	position: relative;
}

#corpo {
	width: 580px;
}

#bread {
	
}

@media screen {.PrintOnly {display:none}}
@media print {
	.ScreenOnly {display:none}
	.Print {display:block}
}

/*LATERAL*/

#lateral {
	width: 170px;
	margin-right: 10px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li {
	
}

#lateral li:hover ul, #lateral li.over ul {
	display: block;
}
/* definicoes do menu dinamico (3º nivel) */ 
#lateral ul li ul{
	width: 140px;
	display: none;
	position: absolute;
	left: 145px;
	background-color: #FFF;
}

#lateral ul {
	margin-bottom: 10px;
}

#lateral li {
	margin-bottom: 10px;
	_margin-bottom: 0px;
}

.menu {
	width: 168;
	_margin-bottom: 0px;
	_padding: 5px;
}

.menu:hover {
	width: 168;
	background-color: #E5E5E5!important;
	_padding: 5px;
}

.primeiraSub {
	border: 1px solid #FF0000;
	margin: 0px!important;
}

.sub {
	border-left: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	margin: 0px!important;
}

.overInterno {
	_padding: 5px;
	width: 100%;
}

.overInterno:hover {
	background-color: #E5E5E5!important;
	_padding: 5px;
	width: 100%;
}

.segundaSub {
	position: absolute;
}


/* TABELAS 
-----------------------------------------------------------------------------*/

/*AZUL */

.tabelaAzul td{ 	
	padding-left : 5px;
	background-color: #ffffff;		
}


.tituloTabelaAzul {
	background-color: #009AD0!important;
	color: #FFF;
	font-weight: bolder;
	padding: 5px;
	text-align: center;	
}

.subTituloAzul {
	background-color: #79C7EB;
	font-weight: bolder;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.paddingLeft {
	padding-left: 10px;
}

.internas td {
	padding-top: 3px;
	padding-bottom: 3px;
}

/*VERDE */

.tituloTabelaVerde {
	background-color: #76B900;
	color: #FFF!important;
	font-weight: bolder;
	padding: 5px;	
}

.subTituloVerde {
	background-color: #A4D867;
	font-weight: bolder;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*AMARELO */

.tituloTabelaAmarelo {
	background-color: #F2AB01;
	color: #FFF!important;
	font-weight: bolder;
	padding: 5px;	
}

.subTituloAmarelo {
	background-color: #F3D65E;
	font-weight: bolder;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.paddingLeftTd {
	padding-left: 5px
}

/*-----------------------------------------------------------------------------*/

/*RI
-----------------------------------------------------------------------------*/

/*RELATORIO ANUAL*/

.colunaAnualEsq{
	float: left;
	margin: 0px 50px 0px 0px;
}

.colunaAnualDir{
	float: left;
	margin: 0px 0px 0px 0px;
}

.brAnual01{
	line-height: 7px;
}

.brAnual02{
	line-height: 10px;
}

/*-----------------------------------------------------------------------------*/

/*INCLUDE PDF
-------------------------------------------------------------------------------*/

.incPdf {
	width: 520px;
	font-size: 10px;
	padding: 0px 15px 2px 15px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	color: #AAA;
}

/*-----------------------------------------------------------------------------*/

/*RODAPE
-------------------------------------------------------------------------------*/

#rodape {
	font-size: 9px!important;
	text-align: center;
}

/*-----------------------------------------------------------------------------*/
