/*#Forums#*/


.ForumModerationInfo
{
	text-align: center;
	margin: 5px;
	padding: 5px;
}

.ForumModerationInfoText
{
	margin: 15px;
	border: solid 1px #000000;
	padding: 35px;
	background-color: #fff6df;	
}

.ForumSearchResultsInfo
{
	background-color:#cccccc;
	padding: 8px;
	font-weight:bold;
}

.Forum .Unapproved
{
	background-color:#fff2cf;
}

.PostText blockquote
{
	border: solid 1px #000000;
	background-color: #eeeeee;
	padding: 4px;
	margin-left: 10px;
}

.PostText blockquote cite 
{
	display: block;
	font-weight: bold;
}

.PostExtendedActions
{
	border-top: solid 1px #000000;
	margin-left: 8px;
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 5px;
}

.PostExtendedActions span
{
	display: none;
}

.PostExtendedActions .SendMessage
{
	display: block; 
	float: left; 
	width: 16px; 
	height: 16px; 
	background-image: url(/App_themes/Default/Images/CMSModules/Forums/LiveImages/sendmessage.gif);
	margin-right: 7px;
}

.PostExtendedActions .Friendship
{
	display: block; 
	float: left; 
	width: 16px; 
	height: 16px; 
	background-image: url(/App_themes/Default/Images/CMSModules/Forums/LiveImages/friendship.gif);		
}

.ForumExtendedSearch .TextBox, .ForumExtendedSearch .DropDownList 
{
	width: 300px;
}

.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: 550px;
	height: 50px;
}

.SignatureArea
{
	border-top: solid 1px #000000;
	font-size: 8pt;
	color: #a8a8a8;
	margin-top: 5px;
	padding: 5px;
}

.ForumTree .PostTree .SignatureArea
{
	width: 100%;
	border-top: solid 1px #000000;
	font-size: 8pt;
	color: #a8a8a8;
	margin-top: 5px;
	padding: 5px;
}

.AttachmentTableUpload input
{
margin-right: 3px;
}

/*Forum group*/
.ForumGroup
{
	width: 100%;
}

.ForumGroup *
{
	font-family: Arial;
}

.ForumGroup a
{
	color: black;
	font-size: 12px;
	font-weight: bold;
}

.IE6 .ForumGroup a
{
text-decoration: underline;
}

.IE7 .ForumGroup a
{
text-decoration: underline;
}

.Gecko3 .ForumGroup a:hover
{
text-decoration: none;
}

.ForumGroup .Table
{
	width: 100%;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	background: url(/App_Themes/wakez/images/forumbg.jpg);
	background-position: center 50px;
}

.ForumGroup .Table td
{
	padding: 6px;
}

.ForumGroup .Table .Header td
{
	font-weight: bold;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	color: #010101;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #010101;	
}

.ForumGroup .Table .Info td
{
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #010101;
	height: 40px;
	vertical-align: top;
}

.ForumGroup .Table .GroupName
{
	display: block;
	font-weight: bold;
	font-size: 22px;
	background: #010101 url(/App_Themes/CommunitySite/Images/bg_forum_subheader.gif) repeat-x top left;
	padding-top: 8px;
	padding-bottom: 2px;
	color: #e10000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.ForumGroup .Table .GroupDescription
{
	display: block;
	padding-left: 10px;
	color: gray;
}


.ForumGroup .Table .ForumInfo
{
	padding-top: 6px;
	padding-bottom: 6px;
	height: 50px;
}

.ForumGroup .Table .Threads
{
	text-align: center;
	width: 50px;
}

.ForumGroup .Table .Posts
{
	text-align: center;
	width: 50px;
}

.ForumGroup .Table .LastPost
{
	text-align: center;
	width: 200px;
}

.ForumGroup .Table .PostTime
{
	white-space: nowrap;
}

.ForumGroup .Table .PostUser
{
	white-space: nowrap;
}

.ForumGroup .ForumOdd td
{
	background-color: #f8f8ff;
}

.ForumGroup .Forum td
{
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.ForumGroup .Forum .ForumName
{
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
}

.ForumGroup .Forum .ForumDescription
{
	display: block;
	padding-top: 5px;
}


/*Forum flat view*/
.ForumFlat
{
	margin-top: 15px;
}

.ForumFlat *
{
	font-family: Arial;
}

.ForumFlat .ActionLink, .ForumFlat .ActionLink a
{
	color: #888888;
	display: inline;
}


.ForumFlat .Table
{
	width: 100%;
	color: #ffffff;
}

.ForumFlat .Table td
{
	padding: 6px;
}

.ForumFlat .Table .Info td
{
	border: 1px solid #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #010101 url(/App_Themes/CommunitySite/Images/bg_forum_subheader2.gif);
	height: 55px;
	vertical-align: top;
	color: #010101;
}

.ForumFlat .Table .ForumContent
{
	background-color: #2b2b2b;
	padding: 0px;
	margin: 0px;
	/*font-size: 110%;*/
}

.ForumFlat .Table .Posts
{
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
}

.ForumFlat .Table .ForumName
{
	display: block;
	font-size: 25px;
	padding-top: 8px;
	padding-bottom: 5px;
	/*text-decoration: underline;*/
	color: #e10000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

.ForumFlat .Table .ForumDescription
{
	display: block;
	padding-left: 10px;
	color: gray;
}

.ForumFlat .Table .Informations td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 5px;
	background-color: #fffec0;
}

.ForumFlat .Table .Actions td
{
	height: 20px;
	font-weight: bold;
	background: url(/App_Themes/wakez/images/forumtopbg.jpg);
	background-repeat: no-repeat;
	padding: 3px;
}

.ForumFlat .Table .Actions .ActionLink
{
	color: #FFFFFF; 
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

.ForumFlat .Table .Posts td
{
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 0px;
}

.ForumFlat .Table .PostsTable
{
	width: 100%;
}

.ForumFlat .Table .PostsTable td
{
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 10px #000000;
	margin-bottom: 50px;
}

.ForumFlat .Pager td
{
	background-color: #000000;
	border: none;
	padding: 0px;
	height: 23px;
	font-weight: bold;
	text-align: center;
	color: #659d92;
}

.ForumFlat .Pager a
{
	font-weight: bold;
	text-decoration: underline;
	color: #659d92;
}

.ForumFlat .ThreadTable
{
	border-left: solid 1px #000000;
}

.ForumFlat .ThreadTable td
{
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.ForumFlat .ThreadTable .Header td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	color: #010101;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(/App_Themes/CommunitySite/Images/bg_forum_header.gif);
}

.ForumFlat .ThreadTable .Author
{
	text-align: left;
	padding-left: 50px;
	width: 130px;

}

.ForumFlat .ThreadTable .Posts, .ForumFlat .ThreadTable .Views
{
	text-align: center;
	width: 50px;
	background-color: #1f1f1f;
}

.ForumFlat .ThreadTable .LastPost
{
	text-align: center;
	width: 200px;
}

.ForumFlat .ThreadTable .PostTime
{
	white-space: nowrap;
}

.ForumFlat .ThreadTable .PostUser
{
	white-space: nowrap;
	font-weight: bold;
	color: #a7a7a7;
}

.ForumFlat .ThreadTable .ThreadInfo
{
	text-align: left;
	background-color: #393939;
}

.ForumFlat .ThreadTable .ThreadInfo .ThreadName
{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	white-space: nowrap;
}

.ForumFlat .ForumBreadCrumbs
{
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial;
	padding: 0px 5px 0px 5px;
}

.ForumFlat .ForumBreadCrumbs a
{
	color: #393939;
	text-decoration: none;
}

.ForumFlat .ForumNewPost
{
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.Post img
{
	border: 0px;
}

.PostAttachments
{
	border: 1px solid #000000;
	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 #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
}


.ForumAttachments .AttachmentTable
{
	border: solid 1px #000000;
	border-collapse: collapse;
	margin-top: 12px;
}

.ForumAttachments .AttachmentTable td
{
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader
{
	background-color: #eeeeee;
}

.ForumAttachments .AttachmentTable .AttachmentTableHeader th, .AttachmentTable .AttachmentFileSize, .AttachmentAction 
{
	text-align: center;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	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;
}

.PostText
{
	display: block;
	margin: 5px 0px 5px 5px;
}

.PostIndent
{
	margin-left: 45px;
}

.ForumPost .PostUser
{
	color: #7e6528;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.ForumPost .PostUser:hover
{
	text-decoration: none;
}

.ForumPost .PostSubject
{
	font-weight: bold;
	font-size: 13px;
	padding: 2px 0px;

	
}

.ForumPost .PostActionLink
{
	color: #888888;
	padding: 0px 5px;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

.ForumPost .PostImage
{
	padding: 6px 0px;
}


.ForumPost .UserAvatar .AvatarImage
{
	background: url(/App_Themes/CommunitySite/Images/bg_blog_img.gif) no-repeat top left;
	width: 66px;
	height: 66px;
	padding: 5px;
	/*float: left;*/
	margin: 6px 15px 5px 6px;
}

.ForumPost .UserAvatar
{
	width: 75px;
}

.ForumPost .UserAvatar .Badge
{
	margin-left: 11px;
	white-space: nowrap; 
	font-size: 11px; 
}

.ForumPost .UserAvatar .BadgeImage
{
	margin-left: 8px;
	margin-bottom: 3px;
}

.ForumPost .PostText img
{
border: none;
}


/* New post form */
.ForumNewPost
{
	padding: 5px;
	font-family: Arial;
}

.ForumNewPost .PostReply
{
	border: solid 1px #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ForumNewPost .FormPadding
{
	/*border: solid 1px #000000;*/
	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;
}

.Button, .PollsBox .PollVoteButton, .ContentButton
{
	width: 150px;
}

.ForumNewPost .TextboxItem
{
	width: 500px;
}

.ForumNewPost .TextboxItemShort
{
	width: 300px;
}

.ForumNewPost .TextareaItem
{
	width: 550px;
	height: 200px;
}

.forumSearch
{
	padding: 2px 15px 30px 15px;
}

.forum h1
{
	padding-left: 2px;
}

.ThreadImageAnnouncement{
background: url(/App_Themes/CommunitySite/Images/Forums/thread_announcement.gif) 50% 50% no-repeat;
width: 30px;
background-color: #2b2b2b;
}

.ThreadImage{
background: url(/App_Themes/CommunitySite/Images/Forums/thread_default.gif) 50% 50% no-repeat;
width: 30px;
background-color: #2b2b2b;
}

.ThreadImageLocked{
background: url(/App_Themes/CommunitySite/Images/Forums/thread_lock.gif) 50% 50% no-repeat;
width: 30px;
background-color: #2b2b2b;
}

.ThreadImageSticky{
background: url(/App_Themes/CommunitySite/Images/Forums/thread_stick.gif) 50% 50% no-repeat;
width: 30px;
background-color: #2b2b2b;
}

.ForumImage{
background: url(/App_Themes/CommunitySite/Images/Forums/forum_default.gif) 50% 50% no-repeat;
width: 40px;
background-color: #2b2b2b;
}

.ForumImageLocked{
background: url(/App_Themes/CommunitySite/Images/Forums/forum_locked.gif) 50% 50% no-repeat;
width: 40px;
background-color: #2b2b2b;
}

.ForumPost .ForumManage
{
	height: 26px;
	padding: 2px 5px;
	text-align: right;
	background: url(/App_Themes/wakez/images/thread1.jpg) no-repeat top left;
}
.ForumManage a
{
	color: #888888;
	padding-right: 5px;
	text-decoration: none;
}
.Threads {
	background-color: #2b2b2b;
}
.Posts {
	background-color: #393939;
}
.LastPost {
	background-color: #171717;
}
.PostUser {
	color: #7e6528;
}
.ForumInfo {
	width: 335px;
	height: 40px;
}
.ForumName a {
	color: #FFFFFF;
}
.ItemLabel {
	color: #000000;
}
.Header {
	display: none;
}
.GroupName {
	display: none;
}
.ForumPost  {
	background-color: #FFFFFF;
	background: url(/App_Themes/wakez/images/thread2.jpg) no-repeat bottom left;
}
.SignatureArea {
	color: #171717;
}
.PostActionSeparator {
	color: #2b2b2b;
}
.MyProfilePanel input[type=text] {
	width: 155px;
}
.PageTitleHeader table tr td {
	text-align: center;
}
.DialogAbuseBody {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.DialogAbuseBody textarea{
	width: 295px;
}
.ResultThread {
	background-color: #393939;
}
.ResultThread a {
	padding-left: 5px;
	color: #7e6528;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.ForumSearchResultsInfo {
	height: 15px;
	background-color: #171717;
}