#grid_visao_geral {
	color: #333;
	text-align: center;
	padding-top: 4px;
	padding-right: 0pt;
	padding-bottom: 4px;
	padding-left: 0pt;
}
.valor {
	display: block;
	margin-top: 2px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbe3e8;
	letter-spacing: -1px;
	margin-top: 6px;
	padding-bottom: 18px;
}

.valor_positivo {
	color:green;
	font-size: 16px;
	font-weight:bold;
}

.valor_negativo {
	color:red;
	font-size: 16px;
	font-weight:bold;
}

.valor_positivo_small {
	color:green;
	font-weight:bold;
	font-size:14px;
}

.valor_negativo_small {
	color:red;
	font-weight:bold;
	font-size:14px;
}

.coluna_table {
	border: solid 1px #cbcbcb;
	background-color:#dadada;
	font-size:12px;
	font-weight:bold;
	padding:3px;
}

.grid_visao_geral {
	padding:10px;
	text-align:center;
	font-size:14px;
	color:#333;
}

.grid_visao_geral_receitas {
	width:100px;
	padding:10px;
	float:left;
	text-align:center;
	font-size:14px;
	color:#333;
}

.grid_visao_geral_despesas {
	margin-left:10px;
	padding:10px;
	width:100px;
	float:right;
	text-align:center;
	font-size:14px;
	color:#333;
}

.adicionar_indice {
	padding:10px;
	font-size:12px;
	color:#333;
	font-weight:bold;
}

.label {
	background-color: transparent;
	background-image: url("../img/topo.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	font-family: arial;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #333333;
}

.movimentacao_titulo {
	font-weight:bold;
	border-top: solid 1px #dadada;
	border-bottom: solid 1px #dadada;
	height:40px;
	margin-top:5px;
	margin-bottom:5px;
}

.movimentacao_linhas {
	height:25px;
	border-bottom: solid 1px #dadada;
	font-size:11px;
}

.movimentacao_linhas_valor{
	height:25px;
	border-bottom: solid 1px #dadada;
	font-size:11px;
	padding-right:30px;
	text-align:right;
}

.bkg_despesa {
	background-image: url('../img/despesa.gif');
	background-position:center;	
	width:15px;
	height:15px;

}

.bkg_receita {
	background-image: url('../img/receita.gif');
	background-position:center;	
	width:15px;
	height:15px;

}

.categoria {
	color: #666;
	border-bottom: solid 1px #dadada;
	font-size:11px;
}

.valor {
	color: #395052;
}

.movimentacao_indice {
	font-size:18px;
	font-weight:bold;
	padding:5px;
}

.movimentacao_indice_small {
	font-size:14px;
	font-weight:bold;
	padding:5px;
	background-color:#FFC;
}

.receitas {
	height:30px;
	color:#666;
}
.boletos_valor {
	color:#FF6600;
	font-weight:bold;
}
.receitas_valor {
	color:green;
	font-weight:bold;
}
.despesas {
	height:30px;
	color:#666;
}
.despesas_valor {
	color:red;
	font-weight:bold;
}
.despesas_valor_pagas {
	color:#900;
	font-weight:bold;
}
.saldo_anterior {
	color:#663399;
	font-weight:bold;
}
.saldo_valor{
	color:green;
	font-weight:bold;
	font-size:18px;
}
.saldo_valor_negativo{
	color:red;
	font-weight:bold;
	font-size:18px;
}
.movimentacao_botoes {
	font-size:18px;
	font-weight:bold;
	padding:10px;
	text-align:left;
	border-top: solid 1px #dadada;
}
.bg_gray{
background-color:#EFEFEF;
}
.dia_diario {
font-weight:bold; font-size:75%; background-color:#e3e3e3; border: solid 1px #dadada; min-width:40px;
}
.valor_dia_diario {
font-weight:bold; font-size:75%; background-color:#fff; border: solid 1px #dadada; min-width:40px;

}