/* commentary.css */

div.moduleBoxContent {
	overflow:auto;
	_height:1%;
}

div#commentary {
	float:left;
	display:inline;
	width:66%;
	margin:0 10px 0 0;
	padding-right:10px;
	background:#fff url(https://thomson.cache.wallst.com/img/dottedLineVert.gif) repeat-y scroll right;
}

div.commentaryHeader {
	margin-top:0px;
	margin-bottom:1px;
	font-size: 11px;
	font-weight: bold;
	color: #e57f1b;
}

div.commentaryDate {
	color:#666;
	margin-bottom:2px;
}

div.commentaryText {
	color:#000000;
}

div.commentaryText a {
	font-size: 11px;
	font-weight: bold;
}

div#previousCommentaries {
	float:left;
	display:inline;
	width:30%;
	margin:0;
}

div.previousCommentaries div.commentaryText {
	margin-bottom:5px;
}


