@charset "UTF-8";

body{
	font-family:Arial, Helvetica, sans-serif;
}

#map circle {
	cursor: pointer;
}
.states {
	fill: none;
	stroke: 2px #fff;
	stroke-linejoin: round;
}
.hoveredPath {
	fill: rgb(50,80,100);
	stroke: #fff;
	stroke-linejoin: round;
	cursor: pointer;
}
.units path {
	cursor: pointer;
}
#map{
	claer:left;
	width:750px;
	float:left;
}
#map svg{
	margin: 0 auto;
}

#infoWindow {
	background: #fff;
	text-align: center;
	padding: 10px;
	position:absolute;
	display:none;
	border: 4px solid #f5f4f1;
	border-radius:5px;
	o-border-radius:5px;
	moz-border-radius:5px;
	webkit-border-radius:5px;
	font-size:12px;
	color:#8c8a80;
	
	box-shadow: 0px 0px 6px rgba(100, 100, 100, 0.4);
	o-box-shadow: 0px 0px 6px rgba(100, 100, 100, 0.4);
	moz-box-shadow: 0px 0px 6px rgba(100, 100, 100, 0.4);
	webkit-box-shadow: 0px 0px 6px rgba(100, 100, 100, 0.4);
}

#legenda{
	width: 160px;
	background: #fff;
	padding: 10px;
	position:absolute;
	top:540px;
	left: 30px;
	font-size:12px;
	color:#8c8a80;
	display:none;
}

#yearsList{
	width:940px;
	height:50px;
	background:#f5f4f1;
	border-radius:3px;
	o-border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;
}

#yearsList ul{
	width:930px;
	margin:0 15px;
	padding:0;
	list-style:none;
	float:left;
}

#yearsList ul li{
	height:25px;
	font-size:14px;
	color:#b8b6ab;
	display:block;
	float:left;
	padding:3px 0px;
}

#yearsList ul li a{
	color:#c6c5bd;
	display:block;
	text-decoration:none;
	overflow:visible;
}

#yearsList ul li a.active{
	color:#a4a299;
}

#yearsList ul li a.yearPoint{
	width:25px;
	height:6px;
	margin-top:28px;
	background:#d9d8d0;
	position:relative;
	border-right:1px solid #8c8a80;
	/*
	border-radius:2px;
	o-border-radius:2px;
	moz-border-radius:2px;
	webkit-border-radius:2px;
	*/
}

#yearsList ul li a.yearPoint span.yearTag{
	width:30px;
	text-align:center;
	position:absolute;
	margin-top:-18px;
	margin-left:-3px;
	display:block;
	font-size:12px;
	letter-spacing:0px;
	color:#818078;
	z-index:100;
}

#yearsList ul li a.yearPoint.active{
	background:#53514a;
}

#btOption{
	height: 22px;
	color:#bcbaaf;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	text-indent: 24px;
	background: url('img/check.png') no-repeat 0 -25px;
	padding-top:3px;
}

#btOption.active{
	color:#b31a29;
	background: url('img/check.png') no-repeat 0 0;
}

#graph{
	width:190px;
	float:left;
	margin-top:15px;
}

#graph .ufLabel{
	width:180px;
	padding:5px 0;
	clear:right;
	font-size:15px;
	letter-spacing:2px;
	color:#818078;
	display:block;
	/*
	background:#b8b6ac;
	border-radius:3px;
	o-border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;*/
}

#graph ul{
	margin:0px 0 15px 0;
	padding:0;
	font-size:11px;
	color: #333;
	list-style:none;
	border-bottom-left-radius:8px;
	o-border-bottom-left-radius:8px;
	moz-border-bottom-left-radius:8px;
	webkit-border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	o-border-bottom-right-radius:8px;
	moz-border-bottom-right-radius:8px;
	webkit-border-bottom-right-radius:8px;
	background:#f5f4f1;
	padding: 6px 15px;
}

#graph a{
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	padding:4px 5px;
	color:#fff;
	background: #ccc url('../img/radio.png?a1') no-repeat 0 -24px;
	text-indent: 20px;
}

#graph a.checked{
	background-position: 0 0;
}

#graph ul li{
	clear:both;
	margin: 4px 0;
}

#graph ul li span.graphBar{
	border:1px solid #fff;
	height:8px;
	display:inline-block;
	margin: 0 2px;
	border-radius:4px;
	o-border-radius:4px;
	moz-border-radius:4px;
	webkit-border-radius:4px;
}
ul#graphN{
	color:#d1ae0b;
	border-left: 5px solid #d1ae0b;
}
#graph a#graphNBox{
	background-color:#d1ae0b;
	
}
ul#graphN li span.graphBar{
	background:#d1ae0b;
}
ul#graphNE{
	color:#b31b29;
	border-left: 5px solid #b31b29;
}
#graph a#graphNEBox{
	background-color:#b31b29;
}
ul#graphNE li span.graphBar{
	background:#b31b29;
}
ul#graphCO{
	color:#8ab31a;
	border-left: 5px solid #8ab31a;
}
#graph a#graphCOBox{
	background-color:#8ab31a;
}
ul#graphCO li span.graphBar{
	background:#8ab31a;
}
ul#graphSE{
	color:#1aa7b3;
	border-left: 5px solid #1aa7b3;
}
#graph a#graphSEBox{
	background-color:#1aa7b3;
}
ul#graphSE li span.graphBar{
	background:#1aa7b3;
}
ul#graphS{
	color:#6d1ab3;
	border-left: 5px solid #6d1ab3;
}
#graph a#graphSBox{
	background-color:#6d1ab3;
}
ul#graphS li span.graphBar{
	background:#6d1ab3;
}

.ufBlock{
	display:inline-block;
	margin: 0 2px;
	width:20px;
	color:#818078;
}

ul#graphN.inactive, ul#graphNE.inactive, ul#graphCO.inactive, ul#graphSE.inactive, ul#graphS.inactive{
	color:#b8b6ac;
}

ul#graphN.inactive li span.graphBar, ul#graphNE.inactive li span.graphBar, ul#graphCO.inactive li span.graphBar, ul#graphSE.inactive li span.graphBar, ul#graphS.inactive li span.graphBar{
	background:#b8b6ac;
}

a.teste{
	color:#0CF;
}

a.teste.active{
	color:#36F;
}
