#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;
}