.chart-header, #post .chart-header {
	margin: 0; padding: 9px 14px 13px 14px;
	color: #333; font: normal 19px/1 "NokiaSansS60", Arial, Helvetica, sans-serif;
	background: #f2f2f2;
}
.chart-actions, #post .chart-actions {
	background: #ebebe6 url(bar-with-quotes/_/action-border.gif) left top repeat-x;
}
.chart-actions ul, .chart-actions li { margin: 0; padding: 0; list-style: none; }
.chart-actions ul { overflow: hidden; padding-left: 14px; }
.chart-actions li { float: left; }
.chart-actions li, .chart-actions a { color: #808080; font-size: 10px; line-height: 18px; text-transform: uppercase; }
.chart-actions a { 
	display: block; padding: 9px 5px 9px 26px; 
	position: relative; text-decoration: none;
}
.chart-actions a:hover { color: black; }
.chart-actions i {
	position: absolute; left: 0; top: 7px; 
	display: block; width: 26px; height: 23px;
	background: transparent url(bar-with-quotes/_/action-about.gif) left top no-repeat;
}
.chart-actions li:first-child {
	background: url("bar-with-quotes/_/action-arrow.gif") no-repeat scroll right top transparent;
	float: left;
	padding-right: 81px;
}
.copyright { font-size: 11px; font-style: italic; }

.chart-quotes { 
	display1: none;
	background: white;
	position: absolute; right: 0; top: 10px; bottom: 0;
	width: 305px;
}
.chart-quotes li {
	overflow: hidden;
	font-size: 11px; font-style: italic;
}

.chart-quoute { position: absolute; }
.chart-label { position: absolute; left: 0; overflow: hidden; font-family: "Lucida Grande", "Lucida Sans Unicode", "Verdana", "Arial", "Helvetica", sans-serif; }
.chart-label > div, .chart-quoute > div { display: table-cell; vertical-align: middle; }
.chart-label > div { text-align: right; }
.chart-label > div > div, .chart-quoute > div > div { 
	padding-right: 10px; color: #666;
	font-size: 11px;
	*margin-top:expression(Math.round(this.parentNode.offsetHeight/2 - this.offsetHeight/2) +"px");
}
.chart-qb {
	position: relative;
	border: 2px solid gray;
	padding: 6px;
	background: white;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-style: italic;
	border-radius: 4px; -moz-border-radius: 4px;
}
.chart-qb-tl, .chart-qb-tr, .chart-qb-bl, .chart-qb-br { 
	position: absolute; 
	width: 4px; height: 4px; overflow: hidden;
	background: transparent url(bar-with-quotes/_.gif) left top no-repeat; 
}
.chart-qb-tl { left: -2px; top: -2px; }
.chart-qb-tr {
	top: -2px; right: -2px;
	background-position: right top;
}
.chart-qb-bl {
	bottom: -2px; left: -2px;
	background-position: left -4px;
}
.chart-qb-br {
	bottom: -2px; right: -2px;
	background-position: right -4px;
}