﻿
/*#Forums#*/

.ForumModerationInfo
{
	text-align: center;
	margin: 5px;
	padding: 5px;
}

.ForumModerationInfoText
{
	margin: 15px;
	border: solid 1px #cccccc;
	padding: 35px;
	background-color: #fff6df;	
}

.ForumSearchResultsInfo
{
	background-color:#cccccc;
	padding: 8px;
	font-weight:bold;
}

.Forum .Unapproved
{
	background-color:#fff2cf;
}

.PostText blockquote
{
	border: solid 1px #d4d4d4;
	background-color: #eeeeee;
	padding: 4px;
	margin-left: 10px;
}

.PostText blockquote cite 
{
	display: block;
	font-weight: bold;
}

.PostExtendedActions
{
	border-top: solid 1px #eeeeee;
	margin-left: 8px;
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 15px;
}

.PostExtendedActions span
{
	display: none;
}

.PostExtendedActions .SendMessage
{
	display: block; 
	float: left; 
	width: 16px; 
	height: 16px; 
	background-image: url(../App_themes/Default/Images/Design/Forums/sendmessage.gif);
	margin-right: 7px;
}

.PostExtendedActions .Friendship
{
	display: block; 
	float: left; 
	width: 16px; 
	height: 16px; 
	background-image: url(../App_themes/Default/Images/Design/Forums/friendship.gif);		
}

/*#Forums/Extended search#*/

.ForumExtendedSearch .TextBox 
{
	width: 300px;
}

.ForumExtendedSearch .DropDownList
{
	width: 304px;
}


.ForumExtendedSearch .Button
{
	margin-top: 20px;
	width: 150px;
}

.ForumLogonBox
{
	margin: 10px 0px 10px 0px;
	float: left;
}

.ForumSearchBox
{
	margin: 10px 0px 10px 0px;
	float: right;
}

.ForumSearchBox a
{
	color: black;
}

.DesignMode .ForumSearchBox, .DesignMode .ForumLogonBox
{
	float: none;
}

.Post .AcceptedSolution
{
	background-color: #efffef;
}

.AcceptedSolutionArea
{
	color:Green;
	font-size:14pt;
	width:100%;
	margin-bottom: 5px;
}

.AcceptedSolutionArea td 
{
 	padding-left: 5px !important;
	padding-bottom: 5px !important;
}
 
.AcceptedSolutionArea .AcceptedSolutionText
{
	width:100%;
}

.PostManageEdit table
{
	border: none !important;
}

.PostManageEdit .ForumNewPost td
{
	border-bottom: none !important;
}

.ForumNewPost .SignatureAreaItem
{
	width: 505px;
	height: 50px;
}

.SignatureArea
{
	border-top: solid 1px #D7D7D7;
	font-size: 8pt;
	color: #a8a8a8;
	margin-top: 5px;
	padding: 5px;
}

.ForumTree .PostTree .SignatureArea
{
	width: 100%;
	border-top: solid 1px #D7D7D7;
	font-size: 8pt;
	color: #a8a8a8;
	margin-top: 5px;
	padding: 5px;
}

.AttachmentTableUpload input
{
margin-right: 3px;
}

/*Forum group*/
.Forum { clear:both; margin-bottom:25px; }

.ForumGroup { width:100%; }
.ForumGroup a { color:#0F9EBE; }
.ForumGroup a:hover { color:#584425; }

.ForumGroup .Table { background-color:#FFF; width:100%; }
.ForumGroup .Table td { border-right:1px solid #CCC; border-bottom:1px solid #CCC; padding:10px; vertical-align:top; }

.ForumGroup .Table .Header td { background:#F6F6F6; border-right:1px solid #CCC; border-bottom:1px solid #CCC; color:#707070; font-size:13px; padding:3px 8px; }
.ForumGroup .Table .Header td.ForumAdmin { background:#F1F7F8; border-left:1px solid #CCC; width:35px; }

.ForumGroup .Table .Info td { background:#707070; border:1px solid #707070; color:#FFF; height:55px; padding-top:0px; padding-bottom:0px; }
.ForumGroup .Table .GroupName { display:block; font-size:15px; font-weight:bold; padding-top:8px; padding-bottom:5px; }
.ForumGroup .Table .GroupDescription {  }

.ForumGroup .Table td.ForumManage { background:#F1F7F8; border-left:1px solid #CCC; vertical-align:middle; }
.ForumGroup .Table td.ForumManage a { display:block; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin-bottom:5px; text-decoration:none; }

.ForumGroup .Table .Threads { text-align:center; width:50px; }
.ForumGroup .Table .Posts { text-align:center; width:50px; }
.ForumGroup .Table .LastPost { width:150px; }
.ForumGroup .Table .PostTime { white-space:nowrap; }
.ForumGroup .Table .PostUser { white-space:nowrap; }
.ForumGroup .ForumOdd td { background-color:#f8f8ff; }

.ForumGroup .Forum .ForumName a { font-size:14px; font-weight:bold; text-decoration:underline; }

.ForumGroup .Forum .ForumDescription { display:block; padding-top:5px; }


/*Forum flat view*/
.ForumFlat, .ForumTree { margin-top:15px; }
.ForumFlat .ActionLink, .ForumFlat .ActionLink a, .ForumTree .ActionLink, .ForumTree .ActionLink a {	color:#707070; font-size:12px; }
.ForumFlat .ActionLink:hover, .ForumFlat .ActionLink a:hover, .ForumTree .ActionLink:hover, .ForumTree .ActionLink a:hover { color:#333; }

.ForumFlat .Table, .ForumTree .Table { background-color:#FFF; width:100%; }
.ForumFlat a, .ForumTree a { color:#0F9EBE; }
.ForumFlat a:hover, .ForumTree a:hover { color:#584425; }


.ForumFlat .Table .Info td, .ForumTree .Table .Info td { color: #FFF; border:1px solid #707070; background:#707070; height:55px; padding:0px 10px; }
.ForumFlat .Table .ForumName, .ForumTree .Table .ForumName { display:block; font-size:15px; font-weight:bold; padding-top:8px; padding-bottom:5px; }
.ForumFlat .Table .ForumDescription, .ForumTree .Table .ForumDescription { display:block; }
.ForumFlat .Table .ForumName a, .ForumTree .Table .ForumName a { color:#FFF; }

.ForumFlat .Table .Actions td, .ForumTree .Table .Actions td { background-color:#CCC; border-right:1px solid #CCC; border-left:1px solid #CCC; border-bottom:1px solid #CCC; color:#707070; padding:5px 10px; }

.ForumFlat .Table .Posts { border-right:1px solid #CCC; border-left:1px solid #CCC; }
.ForumTree .Table .Posts { border-right:1px solid #CCC; border-bottom:1px solid #CCC; border-left:1px solid #CCC; }

.ForumFlat .Table .Informations td, .ForumTree .Table .Informations td { background-color: #fffec0; border-right: solid 1px #cccccc; border-bottom: solid 1px #bbbbbb; border-left: solid 1px #cccccc; font-weight: bold; padding: 5px; }

.ForumFlat .Table .ForumPost td { border-right: solid 1px #cccccc; border-bottom: solid 1px #cccccc; border-left: solid 1px #cccccc; padding: 0px; }
.ForumFlat .Table .PostsTable, .ForumTree .Table .PostsTable { width: 100%; }
.ForumFlat .Table .PostsTable td, .ForumTree .Table .PostsTable td { border-top: none; border-right: none; border-bottom: solid 1px #cccccc; border-left: none;}

.ForumFlat .Pager td { background-color: #eeeeee; border: none; font-weight: bold; height: 23px; padding: 0px; text-align: center; }
.ForumFlat .Pager a { color: #65a02f; font-weight: bold; text-decoration: underline; }

.ForumFlat .ThreadTable, .ForumTree .ThreadTable { border-left: solid 1px #cccccc; }
.ForumFlat .ThreadTable a { color:#0F9EBE; }
.ForumFlat .ThreadTable a:hover { color:#584425; }

.ForumFlat .ThreadTable td, .ForumTree .ThreadTable td { border-right:1px solid #CCC; border-bottom:1px solid #CCC; padding:10px; vertical-align:top; }
.ForumFlat .ThreadTable .Header td { background-color:#F6F6F6; border-right:1px solid #CCC; border-bottom:1px solid #CCC; color: #707070; padding:3px 10px; }
.ForumFlat .ThreadTable td.ForumAdmin { background:#F1F7F8; border-left:1px solid #CCC; width:35px; }
.ForumFlat .ThreadTable td.ForumManage { background:#F1F7F8; border-left:1px solid #CCC; vertical-align:middle; }
.ForumFlat .ThreadTable td.ForumManage a { display:block; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; text-decoration:none; margin-bottom:5px; }

.ForumFlat .ThreadTable .Author { display:block; }
.ForumFlat .ThreadTable .Posts, .ForumFlat .ThreadTable .Views { text-align:center; width:50px; }
.ForumFlat .ThreadTable .LastPost { width:150px; }
.ForumFlat .ThreadTable .PostTime { white-space:nowrap; }

.ForumFlat .ThreadTable .PostUser { color: #a7a7a7; font-weight: bold; white-space: nowrap; }

.ForumFlat .ThreadTable .ThreadInfo { text-align:left; }

.ForumFlat .ThreadTable .ThreadInfo .ThreadName { font-size:14px; font-weight:bold; text-decoration:underline; }
.ForumFlat .Table .InfoThread td, .ForumTree .Table .InfoThread td { padding-bottom:0px !important; }
.ForumNameBreadCrumbs, .ForumNameBreadCrumbs a { color:#FFF; font-size:15px; font-weight:bold; }
.ForumNameBreadCrumbs a:hover { color:#D0F4FD; }

.ForumFlat .ForumNewPost
{
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.Post img
{
	border: 0px;
}

.PostAttachments
{
	border: 1px solid #cccccc;
	background: #eeeeee;
	padding: 5px;
	margin: 10px 0px;
}

.PostAttachments .PostAttachmentsList
{
	padding: 2px 0px;
}

.PostAttachments .PostAttachmentsHeader
{
	color: gray;
}

.PostAttachments .PostAttachmentsList a
{
	color: black;
}

/*#Forums/Attachments#*/

.ForumAttachments
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}


.ForumAttachments .AttachmentTable
{
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin-top: 12px;
}

.ForumAttachments .AttachmentTable td
{
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader
{
	background-color: #eeeeee;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader th, .AttachmentTable .AttachmentFileSize, .AttachmentAction 
{
	text-align: center;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 3px;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader .AttachmentFileName
{
	text-align: left;
}

.ForumAttachments .AttachmentTable .AttachmentTableFooter
{
	display: none;
}

.ForumAttachments .AttachmentTable .AttachmentTableUpload input
{
	height: 23px;
}

.ForumAttachments .AttachmentTable .AttachmentTableUpload .Button
{
	width: 100px;
}

.ForumAttachments .AttachmentTable .AttachmentTableFooter
{
	display: none;
}

.ForumAttachments .Title
{
	font-size: 16px;
	font-weight: bold;
}


.Posts .PostsTable td.PostAdmin, .Posts .PostsTable td.PostInformation { background-color:#f6f6f6; color:#707070; padding:3px 10px; }
.Posts .PostsTable td.PostInformation a:hover { color:#0F9EBE; }
.Posts .PostsTable td.PostAdmin { background:#F1F7F8; border-right:1px solid #CCC; width:35px; }
.Posts .PostsTable td.PostManage { background:#F1F7F8; border-right:1px solid #CCC; border-bottom:0px; padding:10px; vertical-align:top; }
.Posts .PostsTable td.PostManage a { color:#0F9EBE; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; display:block; text-decoration:none; margin-bottom:5px; }
.Posts .PostsTable td.PostManage a:hover { color:#584425; }
.Posts .ForumPost td { padding:10px; }

.PostText { display:block; margin:5px 0px; }

.PostIndent { border-left:1px solid #CCC; margin-left: 45px; }
.ForumPost .PostSubject { color:#0F9EBE; font-weight: bold; font-size: 14px; padding: 2px 0px; }

.ForumPost .ActionLinksWrapper { border-top:1px solid #707070; color:#0f9ebe; padding:5px; }
.ForumPost .PostActionLink { padding:0 5px; }
.ForumPost .PostImage { padding: 6px 0px; }

.ForumPost .UserAvatar .AvatarImage { background:url("images/forums/bg_blog_img.gif") no-repeat top left; height:66px; margin:6px 15px 5px 6px; padding:5px; width:66px; }
.ForumFlat .Table td.UserAvatar, .ForumTree .Table td.UserAvatar { border-right:none; padding:0 0 0 0; border-bottom:0px; vertical-align:top; width:75px; }
.ForumPost .UserAvatar .Badge { margin-left:11px; white-space:nowrap; }
.ForumPost .UserAvatar .BadgeImage { margin-bottom:3px; margin-left:8px; }

.ForumPost .PostText img { border:none; }
.ForumFlat .Table td.PostData, .ForumTree .Table td.PostData { padding:10px; border-bottom:0px; vertical-align:top; }
.ForumFlat .Table td.PostData .PostUserName a, .ForumTree .Table td.PostData .PostUserName a, .ForumFlat .Table td.PostData .PostTime, .ForumTree .Table td.PostData .PostTime { color:#707070; }
.ForumFlat .Table td.PostData .PostUserName a:hover, .ForumTree .Table td.PostData .PostUserName a:hover { color:#0F9EBE; }

.ForumFlat .ReportAbuse a.ActionLink { color:#C60000; font-size:11px; text-decoration:none; }
.ForumFlat .ReportAbuse a.ActionLink:hover { text-decoration:underline; }

.ForumNewPost
{
	padding: 5px;
}

.ForumNewPost .PostReply
{
	border: solid 1px #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ForumNewPost .FormPadding
{
	/*border: solid 1px #cccccc;*/
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ForumNewPost .Title
{
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}

.ForumFlat .ForumNewPost .PostForm td
{
	border: none;
}

.ForumNewPost .ItemLabel
{
	font-weight: bold;

	vertical-align: middle;
	padding: 5px;
}

.PollsBox .PollVoteButton
{
	width: 100px;
}

.ForumNewPost .TextboxItem
{
	width: 500px;
}

.ForumNewPost .TextboxItemShort
{
	width: 300px;
}

.ForumNewPost .TextareaItem
{
	width: 505px;
	height: 200px;
}

.forumSearch
{
	padding: 2px 15px 30px 15px;
}

.forum h1
{

	padding-left: 2px;
}

.ThreadImageAnnouncement{
background: url(images/forums/Forums/thread_announcement.gif) 50% 50% no-repeat;
width: 30px;
}

.ThreadImage{
background: url(images/forums/Forums/thread_default.gif) 50% 50% no-repeat;

width: 30px;
}

.ThreadImageLocked{
background: url(images/forums/Forums/thread_lock.gif) 50% 50% no-repeat;
width: 30px;
}

.ThreadImageSticky{
background: url(images/forums/Forums/thread_stick.gif) 50% 50% no-repeat;
width: 30px;
}

.ForumImage{
background: url(images/forums/Forums/forum_default.gif) 50% 50% no-repeat;
width: 40px;
}

.ForumImageLocked{
background: url(images/forums/Forums/forum_locked.gif) 50% 50% no-repeat;
width: 40px;
}

.ForumTree .PostTree td
{
	border: 0px;
}

.ForumTree .PostTree
{
	border: 0px;
}

.ForumTree .ForumPost
{
	padding-left: 6px;
	padding-right: 6px;
	border-bottom: solid 1px #cccccc;
}

.ForumTree .PostImage td
{
	vertical-align: top;
}

.ForumTree .ThreadPostSelected
{
	background-color:#cccccc;
	padding: 3px;
}

