div#wide-chart-container {
	width: 976px;
}

div#chart_title {
	font-size: 16px;
	font-weight: bold;
}

div#chart_title p {
	margin-bottom: 10px;
}

div#chart_js_container {
	display: none;
}

.blq-js div#chart_js_container {
	display: block;
}

div#chart_nojs_container {
	display: block;
}

.blq-js div#chart_nojs_container {
	display: none;
}

div#chart_desc {
	float: left;
}

div#chart_inst {
	float: right;
	margin-right: 10px;
}

div#chart_desc p {
	margin-bottom: 10px;
}

div#chart_inst p {
	margin-bottom: 10px;
}

div#legend_container {
	width: 160px;
	float: left;
	clear: both;
}

div#legend {
	width: 130px;
	height: 400;
	float: left;
	background: #F5F5F5;
	padding: 5px 5px 0 0;
}

div#legend_right {
	width: 25px;
	height: 400;
	float: right;
}

div#legend ul li,
div#legend_right ul li {
	background: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

div#legend_right ul {
	padding-top: 4px;
}

div#legend_right ul li {
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	margin-left: 5px;
	margin-bottom: 6px;
}

.ie7 div#legend_right ul li {
	margin-bottom: 8px;
}

.ie div#legend_right ul li {
	margin-bottom: 16px;
}

div#legend ul li a {
	color: #505050;
	padding: 0 0 8px;
	display: block;
}

.ie div#legend ul li a {
	padding: 0 0 0px;
}

div#legend ul li.off a {
	font-weight: normal;
}

div#legend ul li a:hover {
	font-weight: bold;
}

div#reset_btn {
	position: absolute;
	display: none;
}

div#legend_right ul li.double_marker {
	height: 34px;
	line-height: 34px;
}

div#reset_btn a {
	display: inline-block;
	cursor: pointer;
    height: 21px;
    padding: 4px 8px 2px 8px;
	
    position: relative;
	top: 30px;
	left: 900px;
	
    width: 35px;
	color: #ffffff;
	line-height: 18px;
	
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.70);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1eCCCCCC, endColorstr=#1eCCCCCC);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1eCCCCCC, endColorstr=#1eCCCCCC)";
}

.ie div#reset_btn a,
.ie7 div#reset_btn a {
	left: 740px;
}

div#reset_btn a:hover{
	text-decoration: underline;
	background: rgb(0, 0, 0);

	background: rgba(0, 0, 0, 0.90);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1eCCCCCC, endColorstr=#1eCCCCCC);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1eCCCCCC, endColorstr=#1eCCCCCC)";
}

div#reset_btn a:active{
	text-decoration: underline;
	background: #D1700E;
}