﻿/*************************/
/* Forum                 */
/*************************/
div.forumList {
	height: 17px;
	padding: 3px 2px 5px 2px;
	overflow: hidden;
	color: #666;
	background-color: #FFF0CC;
	font-size: 0.9em;
}

.item .community .details div.forumList {
    margin-top: 0px !important;
}

.item .community .details div.topic {
    margin-top: -22px !important;
}

ul.forums a
{
    color: #6B88AC;
}

div.forumList dl {
	margin: 0;
	padding: 0;
	width: 100%;
}
div.forumList dt {
	float: left;
	width: 60%;
	margin: 0;
	display: block;
	padding: 0;
}
div.forumList dd {
	width: 15%; /*font-weight: bold;*/
	margin: 0;
	overflow: hidden;
	float: left;
	color:#082F5B;
	font-size:0.8em;
	font-weight:bold;
}
div.forumList dd.posts {
	width: 15%; /*	margin-right: 1%;*/
	text-align: left;
}

div.forumList dt.posts
{
	margin-left:15px;
	margin-right:-15px;
	text-align: left;
	overflow: hidden;
	float: left;
	color:#082F5B;
	font-size:0.8em;
	font-weight:bold;
}


div.forumList.topic dl {
}
/*************************/
ul.topicList {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.topicList.forums {
}
ul.topicList.forums li.row {
	width: 100%;
	overflow: hidden;
	margin: 0;
	float: left;
}
ul.topicList li.row div.inner {
	padding: 5px 5px 5px 16px;
}
ul.topicList dl {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
ul.topicList dt {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 60%;
}
ul.topicList dd {
	display: block;
	float: left;
	overflow: hidden;
	width: 15%;
	color: #666;
	margin: 0;
	font-size: 12px;
}
ul.topicList dd.posts {
	text-align: left;
	width: 15%;
}
ul.topicList dt.topic, div.forumList.topic dt.topic {
	width: 45%;
}
ul.topicList dd.icons {
	width: 14%;
	text-align: left;
}
div.forumList.topic dd.icons {
	width: 15%;
}
ul.topicList dd.replies {
	width: 10%;
	text-align: center;
}
div.forumList.topic dd.replies {
	width: 10%;
	text-align: center;
	padding-left: 5px;
}
ul.topicList dd.views, div.forumList.topic dd.views {
	width: 10%;
	text-align: center;
}
ul.topicList dd.lastPost {
	/*width: 20%;*/
}
div.forumList.topic dd.lastPost {
	}
ul.topicList.forums span.heading, ul.topicList.topics span.heading {
	clear: both;
	font-size: 0.75em;
	font-weight: bold;
	display: block;
}

ul.topicList.forums span.description
{
  font-size: 0.75em;
}

.writtenby
{
    color:#082F5B;
}

#ctl00_plhMainContentArea_plhLeftContentArea_upForum INPUT {
    margin-left: 10px;
}

.hiddenReply
{
	visibility:hidden;
}
