.line {
	/* background-color: #ddd; */
	width: 368px;
	height: 1px;
	position: absolute;
	border-bottom: 1px dotted #ddd;
	width: 100%;
}

h1 {
	text-align: left;
}

.bodyText {
	text-align: left;
}

.creditLeft {
	text-align: left;
}

.label {
	position: absolute;
	left: -18px;
	color: #999;
	margin-bottom: -6px;
	font-size: 11px; 
}

.bar {
	background-color: #2851A2;
	width: 7px;
	position: absolute;
	bottom: 0;
	height: 0px;
}

.bar.hover {
	background-color: #002878;
}

.day-line {
	position: absolute;
	border-left: 1px dotted #ddd;
	bottom: 0px;
	height: 85%;
}

.day-label {
	position: absolute;
	top: 44px;
	margin-left: 5px;
	font-size: 11px;
	color: #333;
}

.tic {
	border-left: 1px solid #DDD;
	height: 5px;
	position: absolute;
	bottom: -7px;
}

.tic-label {
	position: absolute;
	bottom: -18px;
	color: #999;
	font-size: 10px;
	margin-left: -10px;
}

#chart-controls ul {
	margin: 45px 0 0 0;
	padding: 0;
	-webkit-padding-start 0;
	z-index: 100;
}

#chart-controls li {
	list-style: none;
	text-align: left;
	font-size: 15px;
	margin-left: 0;
	padding: 0;
	position: relative;
	z-index: 100;
}

.location-link {
	border-top: 1px dotted #ccc;
	padding: 9px 0 9px 5px;
	display: block;
	font-size: 14px;
	height: 16px;
}

#map-container {
	float: left;
	
	margin-right: 15px;
	width: 225px;
}


.note {
	float: left;
	color: #333;
	margin-top: 3px;
	font-size: 11px;
}
#map-container {
	z-index: -2;
}

#map-canvas {
	float: left;
	z-index: 2;
	width: 225px; 
	height: 300px;
}

#chart-canvas {
	position: relative;
	height: 300px;
	float: left;
	width: 487px;
	margin-left: 30px;
}

#chart-labels {
	position: relative;
	height: 100%;
	width: 100%;
}

#chart-controls {
	float: left;
	width: 170px;
	height: 330px;
	margin-right: 10px;
	
	z-index: 10;
	position: relative;
}

.interactive-body {
	float: left;
	width: 100%;
	text-align: left;
}

.nav-triangle {
	border-color: #B7CDFF transparent transparent transparent;
	border-style: solid;
	border-width: 10px;
	border-top: 18px solid transparent;
	border-left: 18px solid #2851A2;
	border-right: 0px solid transparent;
	border-bottom: 18px solid transparent;
	height: 0;
	position: absolute;
	bottom: -21px;
	left: 170px;
	top: 0px;
	display: none;
	z-index: 100;
}

.hotspot:hover  {
	background-color: #eee;
}

.hotspot:hover .location-link {
	border-top: 1px dotted #ccc;
	border-bottom: none;
}

.hotspot.hover .nav-triangle {
	display: block;
}

.hotspot.hover .location-link {
	background-color: #2851A2;
	color: white;
	border-top: 1px dotted #ccc;
	border-bottom: none;
	padding-right: 10px;
}

.nav-triangle-border {
	position: absolute;
	display: block;
	content: "";
	border-color: white transparent transparent transparent;
	border-style: solid;
	border-top: 30px solid #B7CDFF;
	border-left: 35px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0;
	height: 0px;
	width: 0px;
	position: absolute;
	bottom: -30px;
	left: 20px;
}

.y-label {
	color: #333;
	position: absolute;
	top: 0px;
	left: -20px;
	font-size: 14px;
	/*
	color: #999;
	position: absolute;
	bottom: 0px;
	text-align: right;
	width: 35px;
	left: -59px;
	*/
}

.y-label span {
	color: #999;
	font-size: 11px;
	padding-top: 2px;
	display: inline-block;
}

#map-search {
	font-size: 14px;
	padding: 3px;
	width: 113px;
	margin: 0;
	color: #999;
	margin-bottom: 10px;
	
	position: absolute;
	top: 0px;
}

#search-button {
	background-color: #2851A2;
	border: 0px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 1px 5px;
	margin: 0;
	height: 27px;
	width: 47px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.interactive-body {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 1px;
	padding: 20px 0;
	width: 959px;
	margin-bottom: 20px;
}

.tooltip {
	background-color: white;
	border: 1px solid #ccc;
	padding: 5px;
}

#peak-label {
	text-align: right;
	position: absolute;
	right: 0px;
}

#peak-label h3 {
	font-size: 13px;
	color: #333;
	font-weight: normal;
}

#peak-label h4 {
	font-size: 11px;
	color: #999;
	font-weight: normal;
}

.creditLeft, .creditRight {
	margin: 0;
	padding: 0;
}