﻿/* Forums List */
table.sf_forumsList, table.sf_forumsThreadsList
{
	margin: 1.0em 0 1.0em 1px;
	padding: 0;
	width: 514px;
	border-collapse: collapse;
	border: 1px solid #E4CAB2;
}
table.sf_forumsList th, table.sf_forumsThreadsList th
{
	padding: 0.2em 0.6em;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
	line-height: 1.6em;
	border-right: 1px solid #E4CAB2;
	background: #FB7802 url(../../../Images/Forum_TH_Background.gif) repeat-x top left;
}
table.sf_forumsList td, table.sf_forumsThreadsList td
{
	padding: 0.6em;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #E4CAB2;
	border-right: 1px solid #E4CAB2;
	background: #FEE8D3 url(../../../Images/Forum_TD_Background.gif) repeat-x top left;
}
table.sf_forumsList td.centerItem, table.sf_forumsThreadsList td.centerItem { text-align: center; }

table.sf_forumsList .sf_forumTitle a, table.sf_forumsThreadsList .sf_forumThreadTitle a
{
	display: block;
	font-weight: bold;
	font-size: 1.2em;
}
table.sf_forumsList .sf_forumAuthor a, table.sf_forumsThreadsList .sf_forumAuthor a
{
	display: block;
	white-space: nowrap;
}
.sf_forumDate
{
    color: #FF4000;
	white-space: nowrap;
}
.sf_forumCategoryTitle 
{
	margin: 20px 0 10px; 
	padding: 0;
	font-size: 1.4em;
}

/* Single post */
.sf_postWrapper 
{
    margin: 1em 0 0 0;
    border: 1px solid #E4CAB2;
    background: #FFF4EA url(../../../Images/Forum_Post_Background.gif) no-repeat bottom left;
    overflow: hidden;
    height: 1%;
}
.sf_postWrapperInner 
{
    overflow: hidden;
    background: url(../../../Images/Forum_Break.gif) repeat-y 140px 0;
}
.sf_postWrapper .sf_forumDate
{
    line-height: 1.6em;
    padding: 0.2em 0.6em;
    color: #fff; font-weight: bold;
    border-bottom: 1px solid #E4CAB2;
	background: #FB7802 url(../../../Images/Forum_TH_Background.gif) repeat-x top left;
}
.sf_postWrapper .sf_userInfo 
{
	width: 120px;
	float: left;
	padding: 10px;
}
.sf_postWrapper .sf_userInfo .avatar
{
    margin: 0; padding: 0; float: none; display: inline;
}
.sf_postWrapper .sf_Poster
{
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    color: #666666;
    margin: 0.2em 0 0.1em 0;
}
.sf_postWrapper .sf_Roles { display: block; }
.sf_postWrapper .sf_postsCount { display: block; }
.sf_postWrapper .sf_postContent { float: left; width: 370px; margin: 0; }
.sf_postWrapper .sf_postContent div { padding: 10px;  }
.sf_postWrapper .sf_postCommands 
{
	border-top: 1px solid #E4CAB2;
	background: #FEE8D3 url(../../../Images/Forum_TD_Background.gif) repeat-x top left;
	margin: 0;
	padding: 0.2em 0.6em;
	text-align: right;
	line-height: 1.6em;
}
.sf_postWrapper .sf_postCommands a { padding: 0 0 0 10px; }


.sf_postContent .quote {
	border: 1px solid #ccc;
	font-style: italic;
	margin: 0 0 20px;
	padding: 20px 30px;
	font-size: .9em;
}
.sf_threadTitle 
{
	margin: 0 0 20px;
}
.sf_threadTitle h1 
{
	display: inline;
}
.sf_createNewItem
{
	margin: 0;
}

/* post content */
.sf_forumsEditor 
{
	margin: 0 0 20px;
	padding: 10px 10px 20px;
	border: 0;
	background-color: #eee;
}
.sf_validMessage strong
{
	display: block;
}
/* Pager */
ol.sf_pager 
{
	margin: 10px 0;
	padding: 0;
	width: 100%;
	float: left;
	list-style: none;
	clear: both;
}
ol.sf_pager li
{
	margin: 0;
	padding: 0 10px 0 0;
	width: auto;
	float: left;
}
ol.sf_pager li a
{
	padding: 3px 5px;
}
ol.sf_pager li a[disabled="disabled"], ol.sf_pager li a.sf_PagerSelItem
{
	color: #666;
	text-decoration: none;
	cursor: default;
}
/* rad editor */
.radeditor li 
{
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.rade_toolbar 
{
	margin: 0 2px 2px 0 !important;
	padding: 0 !important;
}
/* editor custom dialogs icons */
.LibraryImageManager
{
	background-position: -576px -16px;
}
.LibraryDocumentManager
{
	background-position: -379px -18px;
}
.SitefinityLinkManager 
{
	background-position: -1456px -16px;
}

/* Buttons / links */
.sf_forumsWrapper .sf_controls { display: block; clear: both; overflow: hidden; height: 1%; }
.sf_forumsWrapper .sf_controls p.sf_back { float: right; margin: 0 0 0 1.0em; }
.sf_forumsWrapper .sf_controls p.sf_back a { color: #666666; }
.sf_forumsWrapper .sf_controls p.sf_deleteThread { float: right; margin: 0 0 0 1.0em; }
.sf_forumsWrapper .sf_controls p.sf_deleteThread a { color: #666666; }
.sf_forumsWrapper .sf_controls p.sf_createNewItem { float: left; }
