
body {
	color: #555555;
	font: normal 11px arial;
}
#CHOB {
	width: 489px;
	border: 1px solid #eeeeee;
	position: relative
}

#CHOB br {
	clear: both;
}

#CHOB .CHOBHidden {
	display: none;
}

#CHOB.Display, #CHOB .Display {
	zoom:1;
}


#CHOB .overlayControls {
	background-color: #F5F5F5;
	padding: 10px 0px;
	/*z-index: 3;*/
	position: relative;
}

#CHOB .Chle {
	line-height: 30px;
	color: #898989;
}

#CHOB .Chle .legendDate {
	float: left;
	color: #555555;
	font-weight: bold;
	margin-left: 5px;
}

#CHOB .Chle dl {
	margin: 0px 0px 0px 85px;
}

#CHOB .Chle dd,
#CHOB .Chle dt {
	float: left;
}

#CHOB .Chle dd {
	font-weight: bold;
	color: #555555;
	margin: 0px 5px;
}

#CHOB .Chle dt {
	text-transform: capitalize;
}


#CHOB .CHOBChart {
	position: relative;
	border-bottom: 1px solid #EEEEEE;
	width:100%;
	overflow:hidden;
	z-index:2;
}

#CHOB .CHOBChart .chartOverlay,
#CHOB .CHOBChart .zoomOverlay {
	position: absolute;
	top:10px; 
	left: 0px;
	width:100%;
	height:100%;
	_height:9999px;
}
#CHOB .CHOBChart .chartOverlay {
	z-index:3;
}
#CHOB .CHOBChart .chartOverlay .vertical,
#CHOB .CHOBChart .zoomOverlay .vertical {
	position: absolute;
	border-left: 1px solid black;
	width:1px;
	height: 100%;
	_height:9999px;
	left: 0px; top: 0px;
}



#CHOB .CHOBChart .zoomOverlay {
	background-color: white;
	opacity: .01;
	filter:alpha(opacity=1);
}


#CHOB .CHOBChart .zoomOverlay .verticalZoom {
	background-color: #000000;
	opacity: .3;
	filter:alpha(opacity=30);
	z-index:2
}



#CHOB .CHOBChart .chartOverlay .verticalZoom {
	background-color: #000000;
	opacity: .3;
	filter:alpha(opacity=30);
}


#CHOB .CHOBChart .overlayLoading {
	background: #FFFFFF url(image/load.gif) center center no-repeat;
	opacity: .5;
	filter:alpha(opacity=50);
}

#CHOB .CHOBChart .overlayLoading img {
	position: absolute;
}


#CHOB .CHOBChart .chartMain {
	height: 250px;
	overflow: hidden;
}



#CHOB .lowerIndicator .chartDisplay {
	overflow: hidden;
}





#CHOB .chartDate {
	font-size: 10px;
	color: #555555;
	margin: 5px 0px;
	background-color: #FFFFFF;
	z-index: 2;
}
.btnchart
{
	background-color:#ffffff;
	color:#000000;
	font-family:Verdana, Arial;
	font-size:10px;
	width:141px;
	height:25px;

	
	
}

.tdchartcls
{
	color:#323965;
	background-color:#ffffff;
	font-family:Verdana;
	font-size:11px;
	cursor:pointer;
	
	

}
.tdchartselected
{
	background-color:#1b3f8b;
	color:#ffffff;
	font-family:Verdana;
	font-size:11px;
	
	
}
.btnsearch
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	background-color: #4954a6;
	border: none;
	cursor: hand;
	height:20px;
	width:30px;
}

.DropdownGray
{
	color:#626264;
	font-family:Verdana;
	font-size: 11px;
	border: 1px solid #7e9db9;
	padding-left: 4px;
	font-weight: normal;
	text-align: left;
	cursor:pointer;
	
}

.HeadContent
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #034486;
	cursor:default;/*added new*/
}