#growthRates {
  height: 100%;
  width: 100%;
  clear: both;
}

#growthRates #toEarningsCenter {
  float: right;
  clear: both;
  margin: 0px 0px 5px 0px;
}

div#topSpacer {height:10px} /* Appears if blue arrow link doesn't */

div#chartWrap {
	clear: both;
	float: left;
  width: 100%;
  height: 100%;
}

div.chartHolder {
	width:32.5%;
	float:left;
	display:inline;
	margin: 7px 0px 7px 0px;
	padding:0;
	text-align:center;
	background:#f7f7f3 url(https://thomson.cache.wallst.com/img/dottedLineVert.gif) repeat-y scroll right;
	border-bottom: 1px solid #ccc;
}

div.chartHolder img {
	margin: 5px;
	display:inline;
}

div.chartHolder h4{
	padding:0 1px 0 4px;
	margin:0;
	color: #313031;
	font-size: 11px;
	font-weight: bold;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:left;
}

img.key {
	padding:0 6px 0 6px;
}
div.key {
	background:#fff;
	width:100%;
	border-top:1px solid #ccc;
	padding:2px 0 2px 0;
}
.padLf10 {
	padding-left:10px;
}
.padRt6 {
	padding-right:6px;
}


/* Popup DIV. See also resources/css/dropShadow.css */

div#pop {
	z-index: 5;	
}

div#popContent { 
	width: 180px;
	border-collapse:collapse;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0px;
	margin: -6px 6px 6px -6px !important;
	margin: 0;
	z-index: 6;
}

div#popContent h1 {
	border: 0px;
	background-color: #F2F2E6;
	background-image: url(https://thomson.cache.wallst.com/img/bevPopHeader.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	font-size: 11px;
	height:17px;
	margin: 0px;
	padding: 3px 0px 0px 5px;
	color: #333;
}

div#popBody {
	padding: 5px;
	color: #666;
	font-size: 11px;
}

div#popContent div#popCustomize {
	margin: 5px 0px 0px 0px;
	padding: 1px 5px 5px 5px;
	border: 1px solid #CCC;	
}

div#popContent div#popCustomize input {
	margin-top: 2px;
	width: 50px;
}

img#popCloseBtn {
	float: right;
	cursor: pointer;
	cursor: hand;
}

div#divLoading{
	background-color: #fefefe;	
	padding: 2px 10px 2px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75, FinishOpacity=0, Style=0, StartX=0, FinishX=0, StartY=0, FinishY=100);
}

img.popBtn {
	float: right;
	height: 20px;
	margin-bottom: 5px;
	cursor: pointer;
	cursor: hand;
}

