

/* Chart CSS
================================================== */


div.chartnav li {list-style: none; line-height: 1.1;}


div.chWrap {position: relative;}

.highCredit {
	text-align: right;
	padding-right: 10px;
	margin-top: -5px;
	/*
	position: absolute;
	right: 0;
	bottom: -10px;
	*/
}

.highCredit a {
	color: #666;
	font-size: 9px;
}


.highcharts-container {
	display: inline-block;
	overflow: visible !important;
}

#c3_01 .highcharts-data-label span {color: #ffffff !important;}


div.chdiv {
	min-width: 540px;
	height: 450px;
	margin: 0 auto;
}

div.chdiv.deep {
	height: 600px;
}

div.chdiv.deeper {
	height: 800px;
}


div.chdiv33 {  /* probably won't need this */
	float: left;
	width: 33.33%;
	margin: 0;
}


/* Xtra Highchart titles
================================================== */

table.chartTD {margin: -5px 0 10px 0; width: 100%;
	border-left: 10px solid transparent;
	border-right: 7px solid transparent;
}

table.chartTD td {
	background: #D8EBF2;
	border-width: 0 2px 0 2px;
	border-color: #fff;
	text-align: center;
	padding: 5px 0;
	font-size: 11px;
}


table.chartTD td.first,
table.chartTD td.last {
	background: none;
}



/* Chart Legend UL
================================================== */

.legendWrap {
	width: 100%;
	text-align: center;

}

ul.legend {
	margin: 0 auto;
	display: inline-block;
	padding: 0; /* was 5px */
	/*
	border: 1px solid #909090;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	*/
}

ul.legend li {
	float: left;
	display: inline;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	margin: 0 15px 0 0;
	display: block;
	color: #333;
}

ul.legend.stack {
	margin: 0;
	display: inline;
}

ul.legend.stack li {
	float: none;
	text-align: left;
	padding-left: 10px;
}

ul.legend li span {
	display: block;
	width: 13px;
	height: 13px;
	float: left;
	margin-right: 6px;
	margin-top: 2px;
	border: 0px solid #c0c0c0;
	position: relative;
}

ul.legend li span.line {
	height: 2px;
	top: 5px;
	position: relative;
}

ul.legend li span.line.dash:before {
	content: '';
	top: 0;
	left: -3px;
	width: 100%;
	height: 0;
	position: absolute;
	border-top: 2px dashed #fff;
}

ul.legend li span.line.dot:before {
	content: '';
	top: 0;
	left: -2px;
	width: 100%;
	height: 0;
	position: absolute;
	border-top: 2px dotted #fff;
}
/*
ul.legend li span.line.dash:before {
    content: '-';
    top: 0;
    position: absolute;
    line-height: 0;
    color: #fff;
    font-size: 2em;
    left: 4px;
}
*/
ul.legend li span.circle {
	border-radius: 50%;
	-moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}

ul.legend li span.diamond {
	-moz-transform: scale(0.5) rotate(45deg);
	-webkit-transform: scale(0.5) rotate(45deg);
	-o-transform: scale(0.5) rotate(45deg);
	-ms-transform: scale(0.5) rotate(45deg);
	transform: scale(0.5) rotate(45deg);
}

ul.legend li span.triangle {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 0px solid transparent;
	border-top: 10px solid #fff;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: 6px;
	margin-right: 7px;
}

ul.legend li span.symbol {
	font-size: 120%;
	top: -3px;
	margin-right: 3px;
}



/* Individual chart styles
================================================== */








/***** Tablet (Smaller than 959px) *****/
@media only screen and (max-width: 959px) {


	div.chdiv33 { /* probably won't need this */
		float: none;
		min-width: 540px;
		height: 450px;
		margin: 0 auto;
	}

}

