
/* Investing-Centric */

.dataGrid {
  background-color: #CCC;
  border-bottom: none;
}

.dataShowcase {
  margin-top: 5px;
}

.dataShowcase td {
  text-align: center;
	border-top: 1px solid #CCC;
	padding-top: 5px;
}

.linksUnit {
  text-align: center;
	margin: 4px 0px 8px 0px;
}

.standaloneChart {
  float: left;
  padding: 0px 0px 16px 0px;
  font-size: 11px;
}

.standaloneChart img {
  margin: 4px 0px 4px 0px;
}

.standaloneChartDivider {
  float: left;
  width: 25px;
}

.standaloneChartDivider {
  float: left;
  width: 15px;
}

.stockOverview {
	position: relative;
}

.stockOverview h2 {
  font-size: 17px;
	display: block;
	padding: 6px;
	background: none;
	background-color: #EAF1F9;
	text-transform: uppercase;
}

.stockPrices {
  padding: 6px;
	border: 1px solid #CCC;
}

.stockPrices td.stockPrice {
  font-size: 20px;
	font-weight: bold;
	padding-right: 25px;
}

.articleInlineRail .stockPrices {
	border: none;
	padding: 0px;
	text-align: center;
}

.stockPrices td.stockRating {
  border-left: 1px solid #CCC;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}

.stockRating img {
  margin-bottom: -1px;
}

.stockOverview .label {
  font-size: 9px;
}

.reitNavOff a {
	color: #FFF;
}

.reitNavOff {
	display: block;
	padding: 3px 5px 3px 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	font-family: verdana,helvetica,sans;
	border-top: 1px solid #CCC;
	background: #004D9F url("/resources/images/refreshNavOff.gif") center repeat-y;
	text-transform: uppercase;
}
