﻿/* Forums List */
table.sf_forumsList, table.sf_forumsThreadsList
{
	margin: 10px 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
}
table.sf_forumsList th, table.sf_forumsThreadsList th
{
	padding: 2px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	font-size: .8em;
	line-height: 1em;
}
table.sf_forumsList td, table.sf_forumsThreadsList td
{
	padding: 2px;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #ccc;
}
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;
	font-size: .8em;
}
.sf_forumDate
{
	white-space: nowrap;
	font-size: .8em;
}
.sf_forumCategoryTitle 
{
	margin: 20px 0 10px; 
	padding: 0;
	font-size: 1.4em;
}
/* Single post */
.sf_userInfo 
{
	width: 150px;
	float: left;
}
.sf_postContent 
{
	margin:0pt 20px 0pt 150px;
}
.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: 10px 0;
}
.sf_postCommands 
{
	margin: 0 0 10px;
	padding: 0;
	text-align: right;
	border-bottom: 1px solid #ccc;
}
.sf_postCommands a 
{
	padding: 0 0 0 10px;
}
/* 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;
}