div#standard-chart{
width: 464px;
display: none;
}

div#container{
width: 464px;
float: left;
padding-bottom: 16px;
}

div#standard-chart div#chart_descrip p{
text-align: right;
padding-right: 27px;
}

div#chart_title{
font-size: 16px;
font-weight: bold;
padding-bottom: 8px;
float: left;
width: 319px;

}

div#chart_descrip{
width: 657px;
height: 31px;
font-size: 14px;
float: right;
padding-top: 16px;

}

a div#reset_btn{
	display: none;
	cursor: pointer;
    float: right;
    height: 21px;
    left: -27px;
    padding: 4px 8px 2px 8px;
    position: relative;
    top: -30px;
    width: 35px;
	color: #ffffff;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	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)";
}
a div#reset_btn:hover{
	text-decoration: underline;
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	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)";
}

a div#reset_btn:active{
	text-decoration: underline;
	background: #D1700E;
}

div#chart_instruct p{
margin-bottom: 8px;
}

div#legend{
 float:left;
 width: 112px;
 }

div#legend div#legend_left ul{
	width: 83px;
	height: 415px;
	text-align: right;
}
div#legend div#legend_right ul li{
    background-image: none;
    cursor: pointer;
    font-size: 23px;
    font-weight: bold;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    position: relative;
    top: -3px;
    width: 22px;
}

div#legend p{
padding-top: 24px;
margin-bottom: 10px;
}

div#legend ul li{
	background-image:none;
	width: 82px;
	margin: 0;
	padding-left: 0;
	padding-right: 2px;
	padding-top: 5px;
	font-size: 14px;
	cursor:pointer;
}

div#legend ul li.hov{
	text-decoration : underline;
	font-weight: bold;
}

div#legend ul li.on{
	font-weight: bold;
	color: #F7981D;
}
div#legend div#legend_right{
width: 22px;
height: 415px;
float: right;

}

div#legend div#legend_left{
/* Fallback for web browsers that doesn't support RGBa */
background: rgb(204, 204, 204);
/* RGBa with 0.6 opacity */
background: rgba(204, 204, 204, 0.15);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1eCCCCCC, endColorstr=#1eCCCCCC);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1eCCCCCC, endColorstr=#1eCCCCCC)";
width: 85px;
height: 415px;
float: left;
}
