body {
	width: 645px;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#center-chart {
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration: none; 
    font-family: 'Gotham Narrow SSm 5r', Arial, Verdana;
    font-size: 1.1em; 
    line-height: normal;
    height:175px;
}
.clear{
    clear: both;
    height: 1px;
}
div.chartTimeline{
    width:45px;
    display:inline-block;
    float:left;
    padding-right:10px;
	line-height: 14px;
	margin-top: 15px;
}
 div.chartTimeline a{
    white-space: nowrap;
    display:block;
    text-decoration: none;
    padding-bottom:0.8em;
    background-color: transparent;
    font-size: 11px;
    color: #2077b6;
    text-align: right;
    cursor: pointer;
}
 div.chartTimeline a.first{
    border-left: 0px; 
}
 div.chartTimeline a.active{
    border-bottom: 0px;
    background-color: #fff;
    color: #DD4B39;
    font-weight:600;
}
 div.chartTimeline a:hover{
    color: #DD4B39;

}
 div.chartTimeline #timeline-carrot{
    position:absolute;
    margin-left:3px;
    font-size:1.1em;
    margin-top:-2px;
	z-index:100;
}
 div#chartDetail{
	 position:relative;
    display:inline-block;
    height:175px;
    width:580px;
}
#chartHover{
	position: absolute;
	width: 4px;
	height: 4px;
	margin-left:-2px;
	margin-top:13px;
	background-color: blue;
	border: 1px solid #fff;
	line-height: 1px;
	font-size: 1px;
	display: none;
}
.chart-legend-container{
	height: 27px;
	top: -17px;
	position: absolute;
	width: 100%;
	display: inline-block;
}

#legend{
	font-size: 11px; 
	font-family: 'Gotham Narrow SSm 5r', Arial, Verdana;
	white-space: nowrap;
	font-style:normal;
	display:none;
	line-height: 27px;
	letter-spacing: -0.02em;
	color:#424858;
}
#legend .label{
	color:#9d9d92;
	text-align:right;
	padding-right: 10px;
}
#legend .date{
	color:#424858;
}
#legend.open, #legend.high, #legend.low{ 
	width: 60px;
}
#legend span{
	display:table-cell;
	width: 51px;
}


img#quoteChart {
    height:160px;
    width:100%;
	margin-top:15px;
}

div#chart-master-container table {
    font-size:13px;
    font-family: 'Gotham Narrow SSm 5r', Arial, Verdana;
    display:inline-block;
    margin:0 auto;
    width:24%;
    vertical-align: top;
	line-height: 21px;
	letter-spacing: -0.02em;
	margin-top:7px;
}
div#chart-master-container table th, td {
    padding:0px 9px 0 0;
	font-weight: normal;
}

div#chart-master-container table th, td {
	color:#424858;
}

div#chart-master-container table th {
    text-align:right;
    color:#9d9d92;
	font-style: normal;
    white-space: nowrap;
}
div#chart-master-container table tr { 

}
div#chart-master-container table#detailedQuoteTableOne{
	margin-left: 15px;
}
div#chart-master-container table tr .neg {
    color:#e3352b;
}

div#chart-master-container table tr .pos {
    color: #31a745;
}
div#time-frame {
	position:absolute;
	font-family:'Gotham Narrow SSm 5r', Arial, Verdana;
	font-size:12px;
	background-color:rgba(255, 255, 255,0.9);
	padding:2px;
	border: 1px solid rgba(12, 12, 12, 0.2);
	border-radius:3px;
}
