/* this CSS was developed as part of the CCFeedStoreService project, since that web-service is responsible for generating the HTML displayed within CV (see CSR page). */

.forum_master {
	float: left;
	width: 90%;
}

.forum_header_label {
	float: left;
	width: 100%;
	text-align: center;
	font-family: Arial;
	color: #7f8b92;
}

.forum_header_label a {
	font-style: italic;
}

.forum_header_label p {
	font-style: italic;
	text-align: left;
	font-size: 10px;
	padding-left: 10px; /* must match forum_content.padding-left */
}

.forum_content {
	float: left;
	clear: both;
	width: 100%;
	padding: 10px;
	padding-top: 0;
}

.forum_arrow {
	float: left;
	width: 8%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #a90000;
	
	display: none;
}

.forum_body {
	float: left;
	width: 90%;
}

.forum_title {
	float: left;
	
	/* fixed CVSITE-1983 on Feb 24 2009 by thoward: just like on hub page (cc_syndication.css), use background image instead of text */
	background-image: url('http://talk.collegeconfidential.com/images/red_arrow.gif');
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 15px;
}
.forum_title a {
	font-weight: bold;
	text-decoration: underline;
}
.forum_title a:hover {
	color: #a90000;
}

.forum_href {
	float: left;
}

.forum_started {
	float: left;
	clear: both;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f8b92;
}

