div#marketStatistic{
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 40px;
}
div#ms_leftside{
	width: 150px;
	float:left;
	position:relative;
	font-size: 9pt;
	text-align: left;
}
div#ms_rightside{
	float:left;
	position:relative;
	width: 810px;
}
div.ms_datacol{
	width: 81px;
	float:right;
	text-align: right;
	font-size: 8pt;
}
div.ms_datacol_selected{
	width: 81px;
	float:right;
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
	color: blue;
}

div.ms_header{
	border-top: 1px solid #3366CC;
	background-color: #376da4;
	font-weight: bold;
	height: 20px;
	color : #ffffff;
	text-align: center;
}
div.ms_section_header{
	height: 20px;
	font-weight: bold;
	border-bottom:1px solid #376da4;
}
div.ms_row{
	height: 20px;
	float: left;
	width: 100%;
}
div.ms_section{
	width: 100%;
	float:left;
}
div.wn{

	height:480px;
	left:0px;
	overflow:hidden;
	position:absolute;
	top:0px;
	width:100%;
}
div#loading_box{
	background:#FF0000 url('../images/ajax-loader.gif') no-repeat;
	z-index: 200;
	text-align: center;
	color: white;
	vertical-align: middle;
	font-weight: bold;
	height: 20px;
	width: 80px;
	margin-top: 100px;
}
div#layer{
	left:0px;
	position:absolute;
	top:0px;
	visibility:visible;

}
div#mstoolbar{
	height: 20px;
}
div#msResponse{
	float: left;
	display: none;
	line-height: 20px;
}
div#ptd{
	width: 960px;
	float: left;
	font-size: 9pt;
	display: none;
}
div.ptdcol{
	width: 320px;
	float: left;
	font-size: 9pt;
	color: #376da4;
	line-height: 25px;
}
div.ptdsym{
	width: 80px;
	float: left;
}
div.ptdval{
	width: 120px;
	float: left;
	text-align: right;
}
div.ptdvol{
	width: 100px;
	float: left;
	text-align: right;
}