/* chart.css */

.borderBottom{border-bottom: 1px solid #DEDBDE;}
.fleft {float:left;}
.fright {float:right;}

h6 { /* orange header - dotted border style */
	
	margin-top:0px;
	margin-bottom:10px;
	font-size: 11px;
	font-weight: bold;
	color: #e57f1b;
	background-image: url(https://thomson.cache.wallst.com/img/dottedLine.gif);
	background-position: 0% 100%;
	background-repeat: repeat-x;
	_height: 0%;
}
	
}
.spaceRight {
	padding-right:3px;
}
.spaceLeft{
	padding-left:3px;
}
.spaceLeft10{
	padding-left:10px;
}
.spaceTop5{
	padding-top:5px;
}
.spaceBottom5{
	padding-bottom:5px;
}
.spaceRight10{
	padding-right:10px;
}
.fontLg {font-weight:bold}

#chartBox{
	text-align:center;
	height:150px;
	border:1px solid #ccc;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
	background-color: #e7e7d0;
}




/* chart styles */

div#chartModuleHeader {
	border: 1px solid #ccc;	
	/* background-color: #F2F2E6; */
	height:16px;	
	border-bottom:0px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	
}

div#chartModule {
	border: 1px solid #ccc;	
	width: 620px;
	text-align:center;
}
div#innerModule {
	
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding:10px;
	text-align:center;
	background-color: #e7e7d0;
		
}
UL.chSelect LI {
width:50px;
}



div#advancedCharts img {
	margin-top:4px;	
	border-style:none;
}

div#advancedCharts div {
	display:inline;
	margin:4px 0 0 5px;
	
}

div#advancedCharts a, div#viewOptionChain a:visited {
	color:#36c;
	text-decoration:none;
}

div#advancedCharts a:hover {
	text-decoration:underline;
}


/* CHART SELECT BUTTONS */


UL.chBox {
	list-style: none;
	margin: 0px;
	padding: 1px;
	padding-bottom: 0px;
	
}

UL.chBox LI {
	float: left;	
	margin-left : 0px;
	margin-top : 5px;
	cursor: pointer;
	cursor: hand;	
	width:11px;
	height:10px;	
	
	
	
}
#boxes LI.on {
	width:11px;
	height:10px;	
	background:url(https://thomson.cache.wallst.com/img/check.gif) no-repeat center;
}
#label{
	width:50px;
	border:0px;
	margin: 5px;
	float: left;
	font-weight:bold;
	word-wrap:normal;
	font-size: 9px;	
	background:none;
}
#boxes #boxe0 {
	background-color: #DEB56B;
	line-height:0;
	padding-top:2px
}
#boxes #boxe1 {
	background-color: #3366CC;
	line-height:0;

}
#boxes #boxe2 {
	background-color: #B0B076;
	line-height:0;

}
div#tHead { 
	border: 0px solid #CCC;
	border-top: 0px;
}

div#tHeadContent {	
	border-top: 0px solid #CCC;
	border-left: 1px solid #CCC;
	background-color: #F2F2E6;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	vertical-align: center;	
	border-bottom: 1px #CCC solid;
	
}

span#tHeadLeft {
	float: left;
	margin-top: 4px;
	margin-left: 6px;
}

span#tHeadRt {
	float: right;
	margin-top: 2px;
}
.textReg {font-weight:normal; color: #666;}

div#divLoading2, div.divLoading2 {
	font-family: Arial;
	font-size: 11px;
	color: #666;
	visibility: hidden;
	display: inline;
	margin: 0px 5px 0px 5px;
}

div#divLoading2 i, div.divLoading2 i  {  /* nice for ellipses */
	text-decoration: blink;	
}

div#toCharts {
	float:right;
	display:inline;
	margin:4px 10px 4px 0;
}
