#indices table *{
	font-size:7pt;
}
#indices table th {
	font-weight:bold;
	text-align:left;
}
#indices table td {
	text-align:right;
}

#cotacao, #netcontabil, #indices, .menu, #telefone {
	width:152px;
	margin-top:4px;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:4px;
	padding-left:2px;
	padding-right:1px;
	/* background-color:#F0F0F0; */
	border:solid 1px #A6A3A3;
    background-image:url(../images/fundo_modulos.gif);
    background-repeat:repeat-y;
}




.common thead td{
	font-size:7pt;
}
.common tbody th{
	font-size:7pt;
}
.common tbody td{
	text-align:right;
	font-size:8pt;
}


/****************************
CALENDÁRIO
*****************************/
/*  AQUI É A CLASSE DA TABELA*/
.calendario{
	width:80px;
    margin: 0 auto;
	font-size:10px;
    color: #000000;
    border:solid 1px #A6A3A3;
	margin-right:10px;

}

/* CLASSE PARA O CABEÇALHO DO CALENDÁRIO OU SEJA O NOME DO MÊS E A NAVEGAÇÃO*/
.calendario th{
    color:#0E0E8C; /* AZUL */
    background-color:#F0F0F0;
    text-align:center;
}

.calendario th a{
    font-size:7pt;
    color:#0E0E8C; /* AZUL */
    text-decoration:none;
}

.calendario th a:hover{
    text-decoration:underline;
}

.calendario td{
    text-align:right;
    border:solid 1px #cccccc;
	background-color:#f0f0f0;
}


/*  STYLE DOS DIAS DA SEMANA */
.calendario td b{
}

/* AQUI ONDE VC COLOCA O STYLE DOS DIAS NORMAIS*/
.calendario td span{
    text-align:right;
}

/* AQUI ONDE VC COLOCA O STYLE DOS DIAS QUE POSSUEM OBRIGAÇÕES*/
.calendario td span a{
    text-align:center;
    text-decoration:none;
	color:#4b83c0;
    display:block;
    width:auto;
    border:solid 1px #DE2421;
    font-weight:bold;
}

.calendario td span a:hover{
    text-decoration:underline;
}


/* AQUI ONDE VC COLOCA O STYLE DO DIA ATUAL DO CALENDÁRIO*/
.calendario td.hoje{
    background-color:#DE2421;
    color:#FFFFFF; 
    font-weight:bold;
}

.calendario td.hoje span a{
    font-weight:bold;
}
/****************************
FIM CALENDÁRIO
*****************************/

/*------------------------------------------------------------
INICIO DA COTACAO 
------------------------------------------------------------*/
#cotacao table{
width:100%;	
border:solid 0px #FFFFFF;
}
#cotacao table tbody td{
height:14px;
}
#cotacao table tbody td b{
font-size:7pt;
font-weight:bold;
}
#cotacao table tbody td img {
display:none;
}
#cotacao table tbody font{
font-size:7pt;
}
/*------------------------------------------------------------
FIM DA COTACAO 
------------------------------------------------------------*/