/*Forum group*/
.ForumGroup
{
	width: 100%;
}

.ForumGroup a
{
	color: #333333;
}

.ForumGroup .Table
{
	width: 100%;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	background-colomr: #ffffff;
}

.ForumGroup .Table td
{
	padding: 6px;
}

.ForumGroup .Table .Header td
{
	font-weight: bold;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #010101;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #cccccc;
}

.ForumGroup .Table .Info td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #888888;
	border-top: solid 1px #888888;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #e3e3e3;

	height: 55px;
	vertical-align: top;
}

.ForumGroup .Table .GroupName
{
	display: block;
	font-weight: bold;
	font-size: 14px;
	
	padding-top: 8px;
	padding-bottom: 5px;
	color: #333333;
}

.ForumGroup .Table .GroupDescription
{
	display: block;
	padding-left: 10px;
	color: gray;
}

.GroupDescription {font-size:11px}

.ForumGroup .Table .ForumInfo
{
	padding-top: 6px;
	padding-bottom: 6px;
}

.ForumGroup .Table .Threads
{
	text-align: center;
	width: 50px;
}

.ForumGroup .Table .Posts
{
	text-align: center;
	width: 50px;
}

.ForumGroup .Table .LastPost
{
	text-align: center;
	width: 150px;
}

.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 #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumGroup .Forum .ForumName
{
	font-size: 13px;
	text-decoration: underline;
	color: black;
}

.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: #333333;
	display: inline;
}


.ForumFlat .Table, .ForumTree .Table
{
	width: 100%;
	background-color: #ffffff;
}

.ForumFlat .Table td
{
	padding: 6px;
}

.ForumFlat .Table .Info td, .ForumTree .Table .Info td
{
	border: 1px solid #cccccc;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #e3e3e3;
	height: 55px;
	vertical-align: top;
	color: #010101;
}

.ForumTree .Table .Info td
{
	padding-left: 6px;
}

.ForumFlat .Table .ForumContent, .ForumTree .Table .ForumContent
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	/*font-size: 110%;*/
}

.ForumFlat .Table .Posts
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}

.ForumTree .Table .Posts
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumFlat .Table .ForumName, .ForumTree .Table .ForumName
{
	display: block;
	font-weight: bold;
	font-size: 16px;
	padding-top: 8px;
	padding-bottom: 5px;
	/* text-decoration: underline; */
	color: #010101;
}

.ForumFlat .Table .ForumDescription, .ForumTree .Table .ForumDescription
{
	display: block;
	padding-left: 10px;
	color: gray;
}

.ForumFlat .Table .Informations td, .ForumTree .Table .Informations td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
	padding: 5px;
	background-color: #fffec0;
}

.ForumFlat .Table .Actions td, .ForumTree .Table .Actions td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #bbbbbb;
	padding: 5px;
}

.ForumFlat .Table .Actions .ActionLink, .ForumTree .Table .Actions .ActionLink
{
	color: #000; 
	text-decoration: underline;
	padding: 0px 5px 0px 5px;
}

.ForumFlat .Table .Posts td
{
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: 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-left: none;
	border-bottom: solid 1px #cccccc;
}

.ForumFlat .Pager td
{
	background-color: #eeeeee;
	border: none;
	padding: 0px;
	height: 23px;
	font-weight: bold;
	text-align: center;
}

.ForumFlat .Pager a
{
	font-weight: bold;
	text-decoration: underline;
	color: #65a02f;
}

.ForumFlat .ThreadTable, .ForumTree .ThreadTable
{
	border-left: solid 1px #cccccc;
}

.ForumFlat .ThreadTable td, .ForumTree .ThreadTable td
{
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

.ForumFlat .ThreadTable .Header td
{
	font-weight: bold;
	background-color: #eeeeee;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #010101;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../App_Themes/CommunitySite/Images/bg_forum_header.gif);
}

.ForumFlat .ThreadTable .Author
{
	text-align: center;
	width: 150px;
}

.ForumFlat .ThreadTable .Posts, .ForumFlat .ThreadTable .Views
{
	text-align: center;
	width: 50px;
}

.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;
	width:250px;
}

.ForumFlat .ThreadTable .ThreadInfo .ThreadName
{
	font-weight: normal;
	text-decoration: underline;
	color: #000;
	font-size: 12px;
	
	
}

.ForumFlat .ForumBreadCrumbs
{
	font-weight: normal;
	font-size: 9pt;
	padding: 0px 5px 0px 5px;
}

.ForumFlat .ForumBreadCrumbs a
{
	color: black;
}

.ForumFlat .ForumNewPost
{
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
width:488px;
}

.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;
}
.PostText
{
	display: block;
	margin: 5px 0px 5px 5px;
}

.PostIndent
{
	margin-left: 45px;
}


.ForumPost .PostUser
{
	color: #000;
	font-size: 13px;
}

.ForumPost .PostUser:hover
{
	text-decoration: none;
}

.ForumPost .PostSubject
{
	font-weight: bold;
	font-size: 13px;
	padding: 2px 0px;

	
}

.ForumPost .PostActionLink
{
	color: #000;
	padding: 0px 5px;
	font-weight: normal;
	font-size: 12px;
}

.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;  
}

.ForumPost .UserAvatar .BadgeImage
{
	margin-left: 8px;
	margin-bottom: 3px;
}

.ForumPost .PostText img
{
border: none;
}


/* New post form */
.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: normal;

	vertical-align: middle;
	padding: 5px;
}

.PollsBox .PollVoteButton
{
	width: 100px;
}

.ForumNewPost .TextboxItem
{
	width: 300px;
}

.ForumNewPost .TextboxItemShort
{
	width: 300px;
}

.ForumNewPost .TextareaItem
{
	width: 300px;
	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;
}

.ThreadImage{
background: url(../App_Themes/CommunitySite/Images/Forums/thread_default.gif) 50% 50% no-repeat;

width: 30px;
}

.ThreadImageLocked{
background: url(../App_Themes/CommunitySite/Images/Forums/thread_lock.gif) 50% 50% no-repeat;
width: 30px;
}

.ThreadImageSticky{
background: url(../App_Themes/CommunitySite/Images/Forums/thread_stick.gif) 50% 50% no-repeat;
width: 30px;
}

.ForumImage{
background: url(../App_Themes/CommunitySite/Images/Forums/forum_default.gif) 50% 50% no-repeat;
width: 40px;
}

.ForumImageLocked{
background: url(../App_Themes/CommunitySite/Images/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;
	padding-bottom: 0px;
}

.ForumNewPost {width:715px !important}
