/* Overload learnmore.css */
#header {
	background-color: #ffffff;
	margin-bottom:20px;
	width:1100px;
}
#content {
	width: 1080px;
	padding-left:20px;
}
#footer {
	padding-left:28px;
	width:1100px;
}
#content_holder {
	position:relative;
	float:left;
	height:100%;
	width:780px;
}
#content_news {
	position:relative;
	float:left;
	height:660px;
	width:300px;
}
#content_news .header {
	position:absolute;
	top:0px;
	left:0px;
	height:30px;
	width:100%;
	border-top: 2px solid #1e6ea6;
	border-bottom: 2px solid #1e6ea6;
	font-size:14px;
	font-weight:bold;
	font-family: Helvetica;
	text-align:left;
	text-indent:4px;
	color:#1e6ea6;
	line-height:30px;
}
.cedar #content_news .header {
	border-top: 2px solid #5f4180;
	border-bottom: 2px solid #5f4180;	
	color:#5f4180;
}
#content_news .content {
	position:absolute;
	top:32px;
	left:0px;
	bottom:32px;
	width:100%;
	font-size:14px;
	//font-weight:bold;
	font-family: Helvetica;
	text-align:left;
	text-indent:4px;
	line-height:18px;
	padding-top:16px;
	white-space: normal;
}
#content_news .content .dot {
	background-position:6px 6px;
	height:18px;
}
#content_news .footer {
	position:absolute;
	bottom:0px;
	left:0px;
	height:30px;
	width:100%;
	border-top: 2px solid #1e6ea6;
	font-size:14px;
	font-family: Helvetica;
	text-align:left;
	text-indent:4px;
	color:#1e6ea6;
	line-height:30px;
	cursor:pointer;
}
.cedar #content_news .footer {
	border-top: 2px solid #5f4180;
	color:#5f4180;
}
#learn_more_container {
	position: relative;
	float: left;
	min-height: 60px;
	//border:1px solid #c0c0c0;
	//border-radius:8px;
	width:100%;
}
.cleared {
	clear:both;
}
#content_news .content .spinner {
	display:block;
	position:absolute;
	left:50%;
	width:128px;
	height:128px;
	margin-left:-64px;
	margin-top:-64px;
	background-image:url('/images/spinner_animated.gif');
	background-repeat:no-repeat;
	background-position: 0px 0px;
	background-size:128px 128px;
}
.cedar #content_news .content .spinner {
	background-image:url('/images/spinner_animated.png');
}
#content_news .content .empty {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-125px;
	margin-top:-100px;
	width:250px;
	border-radius:8px;
	line-height:18px;
	font-size:16px;
	font-family:Helvetica;
	padding:16px;
	word-wrap:break-word;
	white-space:normal;
	color:#a0a0a0;
	border: 1px solid #b0c4de;
	background-color: #f3f3f3;
}
#content_news .predict_text.link {
	font-weight:bold;
	font-size:14px;
}
#content_news .forum_body {
	width:100%;
	min-height:40px;
	position:relative;
	float:left;
	font-size:14px;
	line-height:14px;
	margin-left:18px;
}
#content_news .forum_body p{
	margin:2px;
}
