
/*override*/
/*#center{
	_width: 58%;
}*/

h2{
	background-color: #5B9945;
	color: #fff;
	font-weight: normal;
	padding: 8px 0px 8px 5px;
	font-size: 16px;
}
table.estatistica{
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
	background-color: #fff;
	margin-top: -10px;
}
table.estatistica th{
	background-position: 4px 4px;
	background-repeat: no-repeat;
	background-color:#fff;
	height: 44px;
	border-bottom: 1px solid #f2f2f2;
}
table.estatistica td{
	padding: 4px;
	font-size: 12px;
	color: #666;
}
table.estatistica#anual th{
	background-image: url(../images/caption1.gif);
}
table.estatistica#mensal th{
	background-image: url(../images/caption2.gif);
}
table.estatistica#mensal th select{
	margin-left: 235px;
}

.line, .pie{
	display: block;
	width: 26px;
	height: 26px;
	background-position: top left;
}
.line{
	background-image: url(../images/icon_line.gif);
}
.pie{
	background-image: url(../images/icon_pie.gif);
}

/*EXIBIÇÃO DOS GRÁFICOS*/
#moldura, #viewchart{
	position: absolute;
	top:50%;
	left:50%;
	visibility: hidden;
}
#viewchart{
	background-color: white;
}
#viewchart img{
	margin-top: 10px;
}
#viewchart h3{
	margin:0px;
	padding:5px;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	background-color: #28551A;
}
#moldura{
	background-color: #28551A;
	opacity: 0.1;
	filter:alpha(opacity=10);
	border: 1px solid white;
}
#fechar_grafico{
	position: absolute;
	display: none;
	height: 18px;
	width: 18px;
	background-image: url(../images/icon_fechar.gif);
	z-index: 100;
	top:50%;
	left:50%;
}
#cidade{
	border: #666666 1px solid;
	color: #666666;
}
