@charset "utf-8";

/********** Chart {{{ **********/

#chart {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:200px;
	height:200px;
	background-image: url(http://chart.apis.google.com/chart?cht=r&chs=200x200&chls=3,0,0&chm=B,FF990080,0,0,5&chma=30,30,22,30&chxt=x,y&chxl=0:|%20|%20|%20|%20|1:|E|D|C|B|A&chd=t:100,75,25,75,75);
	background-repeat: none;
}
#chart .chart-label-n {
	position: absolute;
	top: -5px;
	width: 100%;
	font-size: 14px;
	text-align: center;
}
#chart .chart-label-ne {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 92px;
	right: -10px;
	width: 40%;
	height: 2em;
	font-size: 15px;
	line-height: 1em;
	text-align: right;
	vertical-align: center;
}
#chart .chart-label-se {
	position: absolute;
	top: 180px;
	width: 100%;
	font-size: 14px;
	text-align: center;
}
#chart .chart-label-s {
	position: absolute;
	top: 92px;
	left: 0;
	width: 40%;
	height: 2em;
	font-size: 15px;
	line-height: 1em;
	text-align: left;
	vertical-align: middle;
}

.chart {
	display: block;
	margin: 10px 10px 0 10px;
	width:150px;
	height:150px;
	background-repeat: none;
	position: relative;
	text-decoration: none;
}
.chart .chart-label-n {
	position: absolute;
	top: 0px;
	left: 2; 
	width: 100%;
	font-size: 9px;
	text-align: center;
	z-index: 10;
}
.chart .chart-label-ne {
	position: absolute;
	top: 63px;
	right: 0;
	width: 40%;
	height: 2em;
	font-size: 9px;
	line-height: 1em;
	text-align: right;
}
.chart .chart-label-se {
	position: absolute;
	right: 0;
	top: 125px;
	width: 100%;
	height: 2em;
	font-size: 9px;
	line-height: 1em;
	text-align: center;
}
.chart .chart-label-s {
	position: absolute;
	top: 63px;
	left: 0;
	width: 40%;
	height: 2em;
	font-size: 9px;
	line-height: 1em;
	text-align: left;
}

/********** Chart }}} **********/

/********** Slider {{{ **********/
.slider {
	margin-left: 10px;
	width: 120px;
	height: 10px;
	line-height: 0;
	float: left;
}
.jslider .jslider-scale { position: relative; top: -5px; }

#sliders {
	float: left;
	margin: 5px 0 0 0;
	padding:0;
}
#sliders > div {
	margin:0;
	padding:0;
}

/********** Slider }}} **********/

