@charset "utf-8";
/*****************************************************************/
/*                    DISCUSSION FORUM
/*****************************************************************/

#discussMain {
	padding: 15px 15px 25px 15px;
	border: 1px solid #f9e8c6;
	border-top: none;
	background-color:#edeef1;
}

#discuss_intro { padding: 0 20px 0 0; }
#discuss_intro, #discuss_intro h3 {
	font-size: 13px;
	line-height: 120%;
}

.newestComments {
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 10px 0px;
}
.newestComments p.headerText {
	background-color: #fffefc;
  border: 1px solid #cccccc;
	color: #666666;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	padding: 5px 5px 5px 16px;
}
.newestComments .bodyContent {
  background-color: white;
  border: 1px solid #cccccc; /*gold F9E8C6*/
	border-top: none;
	padding: 10px 15px;
	margin: 0px;
}

.newestComments .bodyContent .topicEntry {
}
.newestComments .bodyContent .topicEntry .floatLeft{
  float: left;
	margin: 0px 15px 2px 0px;
}
.newestComments .bodyContent .topicEntry .topicName p {
	font-weight: bold;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
.newestComments .bodyContent .topicEntry .topicName a {
	color: #0072CF;
}
.newestComments .bodyContent .topicEntry .topicName .topicBriefComment {
}
.newestComments .bodyContent .browseAllComment {
	font-weight: bold;
	color: #0072CF;
	padding: 0px;
	margin: 0px 0px 10px 79px;
}
#stories {
margin: 5px 0px 10px 45px;
}

.newestComments .allDiscuss {
  background-color: white;
  border: 1px solid #cccccc; /*gold F9E8C6*/
	border-top: none;
	padding: 0px 0px;
	margin: 0px;
}
.newestComments .allDiscuss .allDiscussCol1 {
  float: left;
  width: 244px;
  border-right: 1px solid #cccccc;
  }
.newestComments .allDiscuss .allDiscussCol2 {
  float: left;
  width: 245px;
}
.bodyContentCol {
	padding: 10px 15px;
	margin-bottom: 10px;
  }
.bodyContentCol .topicEntry .topicName a {
	color: #0072CF;
}
