table.values {
	border-collapse: collapse;
}

table.values th.solidGray {
	text-align: right;
	border-bottom:1px solid #ccc;
	background:#e6e5e4;
}

table.values th.solid {
	text-align: right;
	border-bottom:1px solid #ccc;
	text-decoration: underline;
	cursor: pointer;
}

table.values th img {
	margin:0 0 0 3px; 
	width:5px;
	height:3px
}
table.values th div.shiftRight  { /* Justifies header text right and aligns with data cell text but puts sort arrow off to right. 30Jun: not working in IE. */
	position:relative; top:0; left:8px
}

table.values th {
	padding: 18px 10px 2px 6px;
	text-align:right;
	color:#333;
	font-size:9px;
}

table.values td {
	padding: 2px 10px;
	text-align:right;
}

table.values th a {
	color:#333;
	text-decoration: underline;
}

div.recommend h4, div.pastRecommend h4 {
	color: #333;
	margin: 0;
	padding: 6px 0 14px 0;
	font-size: 11px;
}

div#recommendModule {
	background: #e7e7d0;
	padding: 0 3px;
	border-bottom: 1px solid #ccc;
}

div.recommend{
	width:39.8%;
	float:left;
	display:inline;
	margin: 7px 0px 7px 0px;
	border: 1px solid #999;
	border-bottom: 2px solid #999; 
	background: #fff;
	text-align: left;
}

div.pastRecommend{
	width:19.8%;
	float:left;
	display:inline;
	margin: 7px 0px 7px 0px;
	text-align:center;
	background:#fff url(https://thomson.cache.wallst.com/img/dottedLineVert.gif) repeat-y scroll right;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: left;
}


div.recommendTop {
	padding:0 4px;
	padding-bottom: 10px;
	text-align: center;
}

div.pastRecommend div.recommendTop {
	border-bottom: 1px solid #ccc;
}

div.recommend div.recommendTop{ 
	border-bottom: 1px solid #999;
}

div.recommendTop h4 {
	text-align: left;
}

div.recommendBottom {
	padding:0 4px;
	padding-bottom: 10px;
	height: 28px;
}

span.totalAnalysts, span.totalAnalysts-sm {
	margin-left: 8px;
}

span.totalAnalysts-sm {
	font-size: 10px;
}

span.analystRank, span.analystRank-sm {
	font-weight: bold;
	margin-left: 8px;
}

span.analystRank {
	color: #333;
}

div.recommendationValue {
	margin-left: 8px;
}

.recommendationValue {
	color: #36c;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

div.recommendationValue-sm {
	margin-left: 8px;
	text-transform: uppercase;
	font-weight: bold;
}


/* ------------------------------------------------------------------------------------------------------------ */
div.moduleBox {
	color: #666;
}

div.moduleBoxContent {
	overflow: hidden;
	border: 0;
	padding-top:4px;
}

div.moduleBoxContent h4 {
	padding: 7px 0;
	margin: 0;
}

div.moduleBoxContent  p {
	padding: 0 25px 0 0;
	margin: 0;
}

div.moduleUpperContent {
}

div.moduleLowerContent {
	border-top: 1px solid #999;
	margin: 0 0 10px 0;
	clear: both;
}

div.leftContent {
	float: left;
	width: 75%;
}

div.rightContent {
	width: 24%;
	float: right;
	text-align: center;
}

div.rightContent table {
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	margin: 6px 0;
}

div.rightContent table td {
	padding: 0;
	font-size: 10px;
}

div.rightContent table th {
	text-align: left;
}

div.rightContent table tr.odd td {
	background: #f2f2f2 url(https://thomson.cache.wallst.com/img/dottedLine.gif) 0% 100% repeat-x;
}

div.rightContent table tr.last-row td {
	border-bottom: 2px solid #999;
	background: none;
}

div.rightContent table tr th{
	border-bottom: 1px solid #ccc;
}

div.rightContent table tr td {
	background: url(https://thomson.cache.wallst.com/img/dottedLine.gif) 0% 100% repeat-x;
}

div.rightContent table tr td.col2 {
	text-align: right;
}
/* ------------------------------------------------------------------------------------------------------------ */

div#meanChart {
	clear: both;
	text-align: center;
}	

div#meanChart p {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333;
}

div#toEarningsCenter {
	float:right;
	margin:4px 0 4px 0;
}
div#brokerList {
	padding:5px 0 0 0;
}

div.leftContent h4 {
	font-size: 11px;
	margin: 6px 0;
}


table.values tr.oddRow td {
	background-color:#f2f2f2
}
table.values tr.evenRow td {}

table.values tr.lastRow td {
	background-image:none;
}

table.values tr td.evenRowSort {
	background-color:  #F3F3F3;
}

table.values tr td.oddRowSort, table.values tr th.oddRowSort {
	background-color:  #e6e6e6;
}

div#brokerBox {
	color: #666;
	width: 400px;
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: 2px solid #999;
	position: absolute;
}

div.rightHeader {
	float: right;
	margin-top: -19px;
}

div#brokerBox div.list-content {
	padding: 10px;
}

h6 {
	padding: 3px;
	padding-left: 5px;
	color: #fff;
	font-weight:normal;
	letter-spacing: .5px;
	font-size: 9px;
	background-color: #36c;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: 0px;
}

h4#momentumH4 span {
	font-size:10px;
	color:#666;
}