/* 
Forum Style Overrides
*/

/* THESE OVERRIDE Common.css ---- */

.CommonListArea {
	padding:0;
	margin:0;
}

/* title that reads 'topics' or 'posts' */
.CommonListArea h3 
{
	text-transform:uppercase;
	font-size:12pt;
	margin-bottom:10px;
}

/* holds paging controls */
.CommonFormArea 
{
	margin:0;
}

/* remove border around rating stars */
.CommonRateControlReadOnly
{
	border:0;
}

.CommonPagingArea
{
	font-weight:normal;
	font-size:12px;
}

.CommonBreadCrumbArea {
	background:none;	
	color:#000;
	margin:0;
	padding:2px 0 2px 0;
	border-top:1px solid silver;
	border-bottom:1px solid silver;
}

/* who's online, boxouts etc, beneath main lists */
h4.CommonInlineMessageTitle
{
	background:#ffd149;
	font-weight:bold;
	color:black;
}

.CommonInlineMessageArea {
	border:1px solid #ffd149;
}

.CommonListCell
{
	border-right: solid 1px #ffd149;
}	

.CommonDescription 
{
	font-size:11px;
	margin-top:0.5em;
	color:grey;
}

/* Forum Styles --------------------- */

h2.ForumTitle,
h2.ThreadSubject 
{
	color:#ED1602;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
h3.ForumTitle 
{
	color:black;
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:10px;
}

/* also has some styles defined further below */
h4.ForumPostHeader
{
	padding:6px;
	font-size:14px;
	text-transform:none;
	background:red /*url(../../../images/footer_bkgd.jpg) bottom repeat-x*/;
	color:White;
	border-top:2px solid black;
}

/* border on tables */
table.List
{
	border-top:4px solid black;
	border-bottom:4px solid black;
}

.CommonFeedArea 
{
	text-align:left;
}

.ThreadControls
{
	background:#e6e6e6;
}
	

/* List Styles --------------------- */

.ForumListCellLeftMostImageOnly
{
	padding: 4px;
	border-left: solid 1px #ffd149;
	border-bottom: solid 1px #ffd149;
	width: 20px;
}

.ForumListCellImageOnly
{
	padding: 4px;
	border: solid 0px #E1E1E1;
	border-bottom-width: 1px;
}

.ForumSubListCellLeftMost
{
	padding: 2px;
	text-align: left;
}

.ForumLastPost
{
	font-size: 80%;
}

.ForumSubListCell
{
	padding: 2px;
}

.ForumSubListCellPager
{
	padding: 2px;
	font-size: 90%;
	text-align: right;
}

li.ForumPostUserAttribute
{
	font-size:11px;
}

/* Styles within Lists --------------------- */

A.ForumGroupNameRead,
.ForumGroupNameRead:LINK,
.ForumGroupNameRead:VISITED,
A.ForumNameRead,
.ForumNameRead:LINK,
.ForumNameRead:VISITED
{
}

A.ForumGroupNameUnRead,
.ForumGroupNameUnRead:LINK,
.ForumGroupNameUnRead:VISITED,
A.ForumNameUnRead,
.ForumNameUnRead:LINK,
.ForumNameUnRead:VISITED
{
    color: #000;
	font-weight: bold;
}

/* Post Styles --------------------- */

UL.ForumPostList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ForumPostArea
{
	
}

.ForumPostHeaderControlArea
{
}

.ForumPostManagementArea
{
	background-color: #f4f4f4;
	border: solid 0 #bbb;
	border-bottom-width: 1px;
}

.ForumPostTitleArea
{
	background-color: #f4f4f4;	
	border: solid 0 #E1E1E1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding: 4px;
}

.ForumPostTitle
{
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.ForumPostBodyArea
{
	width: 100%;
	vertical-align: top;
	overflow: hidden;
}

.ForumPostContentArea
{
	border: solid 0 #E1E1E1;
	border-right-width: 1px;
	color: #000;
}

.ForumPostUserArea
{
	width: 200px;
	background-color: #eee;
	padding: 4px;
	text-align: center;
	border: solid 1px #E1E1E1;
}

.ForumPostUserContent
{
	width: 190px;
	overflow: hidden;
}

.ForumPostFooterArea
{
	border: solid 1px #E1E1E1;
	border-top-width: 0;
	border-left-width: 0;
	padding: 4px;
	line-height: 20px;
	vertical-align: bottom;	
}

.ForumPostContentText
{
	font-size: 90%;
	text-align: left;
	padding: 8px;
	margin-bottom: 20px;
}

.ForumPostSignature
{
    margin: 1em 8px 8px 8px;
    border: solid 0 #ddd;
    border-top-width: 1px;
    padding: 1em 0 20px 0;
    font-size: 90%;
    text-align: left;
}

.ForumPostUserName
{
	margin: 4px 0 0 0;
	padding: 0 0 4px 4px;
	font-weight: bold;
	font-size: 150%;
	color: #666;
}

.ForumPostUserName a:link, .ForumPostUserName a:active, .ForumPostUserName a:visited, .ForumPostUserName a:hover
{
	margin: 0;
	color: #666;
	text-decoration: none;
}

.ForumPostUserAvatar
{
	padding: 4px 0 4px 4px;
}

.ForumPostRoleIcons
{
	padding: 4px 0;
}

.ForumPostRoleIcons img
{
	padding: 0 4px;
}

.ForumPostAttachment
{
	font-size: 90%;
	font-weight: bold;
	color: #333;
	padding: 4px 4px 4px 8px;
}

.ForumPostThreadStatus
{
	float: right;
	padding: 4px;
	color: #666;
	font-weight: bold;
}

.ForumPostButtons
{
	margin: 4px 4px 4px 0;
	padding-left: 4px;
	text-align: right;
}

UL.ForumPostStatistics
{
	text-align: right;
	font-size: 90%;
	list-style-type: none;
	margin: 4px 8px 0 0;
	padding: 0;
}

UL.ForumPostStatistics LI
{
	display: inline;
	padding-left: 16px;
	font-size: 90%;
}

ul.ForumPostUserPropertyList
{
	margin: 0;
	padding: 0 0 0 4px;
	list-style-type: none;	
}

ul.ForumPostUserPropertyList li
{
	margin: 4px 10px 4px 2px;
	font-size: 80%;
}

/* Header Definitions --------------------- */

.ForumThreadImageAndNameHeader
{
	background:red;
	color:White;
}

.ForumThreadLastPostHeader
{
	text-align: center;
}

.ForumThreadTotalThreadsHeader
{
	text-align: center;
}

.ForumThreadTotalPostsHeader
{
	text-align: center;
}

.ForumThreadMoveHeader
{
	text-align: center;
}

.ForumMyImageAndNameHeader
{
	text-align: center;
}

.ForumMyRepliesHeader
{
	text-align: center;
}

.ForumMyViewsHeader
{
	text-align: center;
}
.FormMyMoveHeader
{
}

th.ForumGroupImageAndNameHeader,
th.ForumGroupTotalThreadsHeader,
th.ForumGroupTotalPostsHeader,
th.ForumGroupLastPostHeader,
th.CommonListHeaderLeftMost,
th.CommonListHeader
{
	background:red /*url(../images/common/navigation-gradient.png) repeat-x*/;
	color:#fff;
	text-transform:uppercase;
	border:0;
	text-align:left;
}


/* Column Defitions --------------------- */

.ForumThreadImageColumn
{
	width: 20px;
}

.ForumThreadNameColumn
{
	width: 52%;
	font-size: 90%;
}

.ForumThreadLastPostColumn
{
	width: 20%;
	font-size: 70%;
	text-align: center;
}

.ForumThreadLastPostColumn a:link, .ForumThreadLastPostColumn a:


.ForumThreadTotalThreadsColumn
{
	width: 14%;
	text-align: center;
}

.ForumThreadTotalPostsColumn
{
	width: 14%;
	text-align: center;
}

.ForumThreadMoveColumn
{
	text-align: center;
}

.ForumMyImageColumn
{
	width: 20px;
}

.ForumMyNameColumn
{
	width: 85%;
	font-size: 90%;
}

.ForumMyRepliesColumn
{
	width: 15%;
	text-align: center;
}

.ForumMyMoveColumn
{
	text-align: center;
	width: 15%;
}

.ForumGroupImageColumn
{
	width: 20px;
}

.ForumGroupNameColumn
{
	width: 52%;
	font-size: 90%;
}

.ForumGroupLastPostColumn
{
	width: 20%;
	font-size: 80%;
	text-align: left;
}

.ForumGroupTotalThreadsColumn
{
	width: 14%;
	text-align: center;
}

.ForumGroupTotalPostsColumn
{
	width: 14%;
	text-align: center;
}

/* Quoting --------------------- */

BLOCKQUOTE
{
	border: dotted 1px #ccc;
	padding: 4px;
	margin: 16px;
}

.ForumReplyToPostArea
{
	padding: 8px;
	border: dotted 1px #ccc;
	margin-bottom: 16px;
	background-color: #dddddd;
}

/* Sub Forums --------------------- */

.ForumSubArea
{
	padding-bottom: 15px;
	margin-top: -10px;
}

/* Thread rating control in post flat view --------------------- */

.ForumThreadRateControlReadOnly
{
	position: relative;
	top: 2px;
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffffff;
	border: solid 1px #999;
	padding: 4px;
	margin: 1px;
	font-size: 80%;
	font-weight: bold;
	line-height: normal;
}

.ForumThreadRateControlReadOnly img
{
	margin: auto 0;
}

.ForumThreadRateControl
{
	position: relative;
	top: 2px;
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #eeeeee;
	border: solid 1px #999;
	cursor: pointer;
	padding: 4px;
	margin: 1px;
	font-size: 80%;
	font-weight: bold;
	line-height: normal;
}

.ForumThreadRateControl img
{
	margin: auto 0;
}

.ForumThreadRateControlActive
{
	position: relative;
	top: 2px;
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #ffcc66;
	border: solid 1px #c93;
	cursor: pointer;
	padding: 4px;
	margin: 1px;
	font-size: 80%;
	font-weight: bold;
	line-height: normal;
}

.ForumThreadRateControlActive img
{
	margin: auto 0;
}

.ForumCollapsedReply, .ForumCollapsedReplyChild
{
}

.ForumCollapsedReply span
{
	cursor: pointer;
	color: #02469b;
}

.ForumCollapsedReplyChild
{
	background-color: #eeeeee;
	border: solid 1px #ccc;
	margin-left: 15px;
	padding-left: 5px;
}

/* Collapse/Expand Group Styles --------------------- */

.ForumGroupToggleCollapsed
{
	background-image: url(../images/forum/group_expand.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 1px;
	padding: 0 7px;
	cursor: pointer;
	text-decoration: none;
}

a.ForumGroupToggleCollapsed:link, a.ForumGroupToggleCollapsed:visited, a.ForumGroupToggleCollapsed:active, a.ForumGroupToggleCollapsed:hover
{
	text-decoration: none;
}

.ForumGroupToggleExpanded
{
	background-image: url(../images/forum/group_collapse.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 1px;
	padding: 0 7px;
	cursor: pointer;
	text-decoration: none;
}

a.ForumGroupToggleExpanded:link, a.ForumGroupToggleExpanded:visited, a.ForumGroupToggleExpanded:active, a.ForumGroupToggleExpanded:hover
{
	text-decoration: none;
}

.ForumGroupTitleProcessing
{
	background-color: #E1E1E1;
}

/* Threaded View Styles */

.ForumTreeArea
{ 
	border: solid 1px #E1E1E1;
}

.ForumThreadedPostArea
{
    border: solid 1px #E1E1E1;
    border-left-width: 0;
    background-color: #999;
}

.ForumSplitterPane
{
}

.ForumPostTree
{
	padding: 0;
}

.ForumPostTreeNode
{
	font-size: 11px; 
	padding: 2px 2px 2px 3px;
	cursor: pointer;
}

.ForumPostTreeNodeSelected
{
	font-size: 11px; 
	padding: 1px;
	border: solid 1px #E1E1E1;
	cursor: pointer;
	background-color: #f4f4f4;
}

.ForumPostTreeNodeHover
{
	font-size: 11px; 
	padding: 2px 2px 2px 3px;
	cursor: pointer;
	background-color: #f4f4f4;
}

.ForumPostTreeHeading
{
	border-bottom: solid 1px #E1E1E1; 
	font-size: 11px;
	text-align: center;
	background-color: #f4f4f4;
	background-image: none;
	padding: 4px;
	font-weight: normal;
	font-size: 90%;
	margin: 0;
}

.ForumDisplayMessage
{
	background-color: #fee;
	color: #900;
	font-weight: bold;
	font-size: 80%;
	padding: 4px;
}

.inlineLink 
{
	cursor: pointer;
}
