/* Plot title */
h2 {
	color: #446f1b;
	font-size: 14px;
	font-weight: normal;
	margin: 4px;
	border-top: 1px solid #ccc;
	padding: 8px 0;
}

h1 span {
	font-size: 24px;
	display: block;
}

select {
	border: 1px solid #ccc;
	padding: 1px;
	font-size: 11px;
}

/* Error message */
p.error, noscript {
	font-size: 0.7em;
	color: red;
}

/* This div enrols the plot itself  */
div#plot {
	width: 800px;
	overflow: auto;
}

/* This class is applied to a canvas */
div.canvas {
	padding-bottom: 25px;
}

/* Legend */
table#legend {
	margin-bottom: 30px;
	border-collapse: collapse;
	font-family: sans-serif;
	font-size: 0.7em;
	width: 740px;
	border: 2px solid #ccc;
	padding: 1px;
	background-color: white;
	color: #333;
}

/* Checkbox/radiobutton label */
table#legend label {
	text-decoration: underline;
	cursor: pointer;
	padding: 1px 3px;
}

table#legend tr {
	border-bottom: 1px solid #ccc;
}

table#legend tr:hover {
	background-color: #eee;
}

table#legend label:hover {
	text-decoration: none;
}

/* Legend first row */
table#legend tr.header td {
	background-color: #eee;
	border: 1px solid #999;
	color: #444;
	text-align: center;
	font-weight: bold;
}

/* Other rows */
table#legend tr td {
	background-color: transparent;
	border: 0;
	color: #333;
	text-align: left;
	font-weight: normal;
	padding: 3px;
}

/* Content type */
table#legend tr td span {
	cursor: pointer;
	text-decoration: underline;
}

table#legend tr td span:hover {
	color: #356806;
	text-decoration: none;
}

table#legend tr.header td span:hover {
	color: #444;
	cursor: default;
}

table#legend tr.selected {
	background-color: #d4e2c4;
}

/* Color box in the legend */
div.box {
	display: inline;
	padding: 0 6px;
	border: 1px solid #fff;
	margin-right: 3px;
}

div#cont {
	width: 766px;
	position: absolute;
	margin-left: -383px;
	left: 50%;
	border: 1px solid #ccc;
}

body {
	font-family: sans-serif;
}

/* Page main title */
h1#banner {
	color: #fff;
	font-size: 50px;
	padding-left: 15px;
	font-weight: bold;
	display: block;
	background: #90BF51 url(images/banner-indicadores.png) right center no-repeat;
	height: 130px;
	border-bottom: 2px solid #4e9a06;
}

/* Any paragraph */
p {
	color: #333;
	font-size: 0.8em;
}

/* Error message */
p.error, noscript {
	font-size: 0.7em;
	color: red;
}

/* This div enrols the plot and its legend  */
div#wrapper {
	margin: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

/* Loading */
div#loading {
	font-size: 0.7em;
	text-indent: 20px;
	line-height: 16px;
	padding: 6px;
	margin-left: 8px;
	background: transparent url(images/loading.gif) left center no-repeat;
}

/* The "compare" link */
a#compare-link {
	color: #356806;
	cursor: pointer;
	font-size: 12px;
	text-decoration: underline;
	margin-left: 5px;
}

a#compare-link:hover {
	text-decoration: none;
}

div#show, div#compare {
	display: inline;
	line-height: 30px;
}

div#content {
	margin: 8px;
}

div#show label, div#compare label {
	font-size: 0.8em;
	padding-left: 2px;
}

#add-this-button {
	text-align: right;
	margin: 5px;
}

#rodape {
	font: 11px sans-serif;
	color: #688f42;
	text-align: center;
}

#rodape h2 {
	display: none;
}

#rodape ul {
	text-align: center;
	margin: 8px;
}

#rodape ul li {
	list-style: none;
	display: inline;
	margin: 8px;
}

#rodape ul li a {
	color: #333;
}

#rodape ul li a:hover {
	text-decoration: none;
}

p#url {
	display: none;
}

p.presentation {
	padding: 8px;
	border: 1px dotted #ccc;
	color: #666;
	margin: 12px;
}

.msie6 div#cont {
	overflow: hidden;
}

li.node_translation_en {
	display: none;
}

