#investorArticles {
  position: relative;
  margin-bottom: 20px;
  height: 100%;
  clear: both;
}

#invArticleBox {
  float: left;
  position: relative;
  margin: 10px 0px 0px 0px;
}

#invArticlesHeader {
  float: left;
  position: relative;
  background-color:#F6F6ED;
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  border: 1px solid #999;
}

#invArticlesFrm {
  float: right;
  background-color: #E4E5D7;
  border: 1px solid #CCCCCC;
  margin: 3px 10px 1px 0px;
  padding: 1px 3px 1px 5px;
  min-width: 275px;
}

#invArticlesFrm FORM {
  margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border-collapse : collapse;
	border-spacing : 0px;
	empty-cells : show;
}

#invArticlesFrm INPUT {
  padding: 0px;
  margin: 0px;
  width: 250px;
}

#invArticlesFrm INPUT#searchBtn {
  border: 0px none;
  vertical-align: middle;
  width: 43px;
  height: 14px;
}

#invArticlesFrm LABEL {
  color: #3366CC;
}

#articleArea {
  position: relative;
  background-color: #FFF; /* fix for ie6 */
  zoom: 1;
}

#articleList {
  float: left;
  width: 100%;
  height: 100%:
  clear: both;
}

#articleList H4 {
  font-weight: bold;
  font-size: 8pt;
  border-bottom: 1px solid #999;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
}

#latestArticles {
  float: left;
  width: 620px;
  height: 100%:
  clear: both;
  margin-bottom: 10px;
}

#latestArticles .articleBlurb {
  float: left;
  width: 31%;
  padding: 0px 5px 0px 0px;
  margin: 0px 5px 0px 0px;
  height: 100%;
	background-image: url(https://thomson.cache.wallst.com/img/dottedLineVert.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#latestArticles .articleBlurbEnd {
  float: left;
  margin-right: 0px;
  width: 31%;
  height: 100%:
}

#latestArticles .articleBlurb A, #latestArticles .articleBlurbEnd A {
  font-weight: bold;
}

#latestArticles .blurbText {
}

#latestArticles .blurbText A {
  font-weight: normal;
}

.oldArticle {
  float: left;
  clear: both;
  width: 620px;
  height: 100%;
  padding: 5px 0px 5px 0px;
	background-image: url(https://thomson.cache.wallst.com/img/dottedLine.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-weight: bold;
}

#articleDisp {
  float: left;
  clear: both;
  width: 620px;
}

#articleBody {
  float: left;
  width: 71%;
  height: 100%;
}

#articleBody H4 {
  font-weight: bold;
  font-size: 10pt;
  color: #000;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 0px 0px 5px 0px;
  padding: 5px 0px 5px 0px;
}

#articleSideBar {
  float: right;
  width: 25%;
  height: 100%;
  padding: 7px;
  background-color: #F2F2E6;
  border: 1px #ccc solid;
}

#articleSideBar .articleBlurb {
	background-image: url(https://thomson.cache.wallst.com/img/dottedLine.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

#articleSideBar .articleBlurb A {
  font-weight: bold;
}

#articleSideBar .blurbText {
}

#articleSideBar .blurbText A {
  font-weight: normal;
}

#articleLoading {
	position: absolute;
	display: none;
	z-index: 4;
	left: 0px;
	top: 32px;
	width: 620px;
	height: 250px;
	text-align: center;
}

#articleLoading #articleLoadText {
  position: relative;
  top: 75px;
	vertical-align: middle;
	font-size: 10pt;
	font-weight: bold;
}

