/*
List Styles
*/

.ForumSubListCellLeftMost
{
	padding: 2px;
	text-align: left;
}

.ForumLastPost
{
	font-size: 90%;
}

.ForumSubListCell
{
	padding: 2px;
}

.ForumSubListCellPager
{
	padding: 2px;
	font-size: 90%;
	text-align: right;
}

.CommonCommentContent
{
	padding-bottom: 5px;
}

/*
Styles within Lists
*/

A.ForumGroupNameRead, .ForumGroupNameRead:LINK, .ForumGroupNameRead:VISITED
{
    color: #039;
}

A.ForumGroupNameUnRead, .ForumGroupNameUnRead:LINK, .ForumGroupNameUnRead:VISITED
{
    color: #36c;
}

A.ForumNameRead, .ForumNameRead:LINK, .ForumNameRead:VISITED
{
	color: #888;
	font-weight: bold;
}

A.ForumNameUnRead, .ForumNameUnRead:LINK, .ForumNameUnRead:VISITED
{
	color: #36c;
	font-weight: bold;
}

/*
Post Styles
*/

UL.ForumPostList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ForumPostArea
{
	margin: 12px 0;
}

.ForumPostHeader
{
	padding: 6px 6px 6px 8px;
    border: solid 1px #E1E1E1;
	border-bottom-width: 0;
	background-color: #ccc;
	font-size: 90%;
	font-weight: normal;
	margin: 0px;
	color: #000;
}

.ForumPostHeaderAnswered
{
	padding: 6px 6px 6px 8px;
    border: solid 1px #E1E1E1;
	border-bottom-width: 0;
	background-color: #CCEFCC;
	font-size: 90%;
	font-weight: normal;
	margin: 0px;
	color: #000;
}

.ForumPostTitleArea
{
	background-color: #f4f4f4;	
	border: solid 0 #E1E1E1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding: 4px;
}

.ForumPostTitle
{
	font-size: 100%;
	font-weight: normal;
	color: #666;
	float: left;
	margin: 4px 10px 4px 0;
	width: 100%;
	border-bottom: solid 1px #EEEEEE; /* #A5D4FB; */
	padding-top: 6px;
	padding-bottom: 0;
}

.ForumPostTitleInner 
{
    padding-bottom: 5px;
}

.Verified .ForumPostTitle
{
   	border-bottom: solid 1px #CCFFCC; 
}

.Suggested .ForumPostTitle
{
   	border-bottom: solid 1px #FEF573; 
}

.ForumPostFooter
{
	border-top: solid 1px #EEEEEE; /* #A5D4FB; */
}

.Verified .ForumPostFooter
{
	border-top: solid 1px #CCFFCC;    
}

.Suggested .ForumPostFooter
{
	border-top: solid 1px #FEF573;    
}

.ForumThreadStarterSidebar 
{
    float: right; 
    width:150px; 
    margin: 12px 2px 0 0;
}

.ForumThreadStarterSidebar .CommonTextButton 
{
    padding: 2px;
}

.ForumThreadStarterSidebar .CommonTextButtonHighlight
{
    padding: 2px;
}

.ForumPostVerifiedBySection 
{
    float: right;
    background-color: #CCFFCC;
    color: #666;
    padding: 5px;
    clear: right;
    margin-bottom: 0;
    font-size: 90%;
}

.ForumPostSuggestedBySection 
{
    float: right;
    background-color: #FEF573;
    color: #666;
    padding: 5px;
    clear: right;
    margin-bottom: 0;
    font-size: 90%;
}

.ForumPostTitleDate
{
    font-size: 80%;
}

.ReplyButton, .MoreButton, .AnswerButton, .NotAnswerButton, .SuggestAnswerButton
{
    background-image: url(../images/Common/forum_replybutton_left.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 8px;
    text-align: left;
    cursor: pointer;
    display: inline-table;
    display: -moz-inline-box;
    display: inline-block;
}

.AnswerButton
{
    background-image: url(../images/Common/forum_answerbutton_left.png);
}

.NotAnswerButton
{
    background-image: url(../images/Common/forum_notanswerbutton_left.png);
}

.SuggestAnswerButton
{
    background-image: url(../images/Common/forum_suggestanswerbutton_left.png);
}

a.MoreButton:hover, a.ReplyButton:hover, a.AnswerButton:hover, a.NotAnswerButton:hover, a.SuggestAnswerButton:hover
{
    text-decoration: none;
}

.ReplyButton span, .MoreButton span, .AnswerButton span, .NotAnswerButton span, .SuggestAnswerButton span
{
    background-image: url(../images/Common/forum_replybutton_right.png);
    background-position: top right;
    background-repeat: no-repeat;    
    color: #0000F0; /* #fff */
    font-size: 11px;
    font-weight: bold;    
    line-height: 17px;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 8px;
    max-width: 375px;
    display: block;
}

.MoreButton span
{
    background-image: url(../images/Common/forum_replybutton_right_down.png);
    padding-right: 20px;
}

.AnswerButton span
{
    background-image: url(../images/Common/forum_answerbutton_right.png);
    color: #2BAD03; /* #fff */
}

.NotAnswerButton span
{
    background-image: url(../images/Common/forum_notanswerbutton_right.png);
    color: #BA0000; /* #fff */
}

.SuggestAnswerButton span
{
    background-image: url(../images/Common/forum_suggestanswerbutton_right.png);
    color: #FF8000; /* #fff */
}

.ForumPostBodyArea
{
	width: 100%;
	vertical-align: top;
	overflow: hidden;
}

.ForumPostContentArea
{
	border: solid 0 #E1E1E1;
	border-right-width: 1px;
	color: #000;
}

.ForumPostUserArea
{
	width: 200px;
	background-color: #f4f4f4;
	padding: 4px;
	text-align: center;
	border: solid 1px #E1E1E1;
}

.ForumPostUserContent
{
	width: 190px;
	overflow: hidden;
}

.ForumPostFooterArea
{
	border: solid 1px #E1E1E1;
	border-top-width: 0;
	border-left-width: 0;
	padding: 4px;
	line-height: 20px;
	vertical-align: bottom;	
}

.ForumPostContentText
{
	font-size: 100%;
	text-align: left;
	padding: 8px;
	margin-bottom: 20px;
}

.ForumPostSignature
{
    margin: 1em 8px 8px 8px;
    border-top: dotted 1px #ddd;
    padding: 10px 0 10px 0;
    font-size: 90%;
    text-align: left;
	color: #999999;
}

.ForumPostUserName
{
	margin: 4px 0 0 0;
	padding: 0 0 4px 4px;
	font-weight: bold;
	font-size: 150%;
	color: #666;
}

.ForumPostUserName a:link, .ForumPostUserName a:active, .ForumPostUserName a:visited, .ForumPostUserName a:hover
{
	margin: 0;
	color: #666;
	text-decoration: none;
}

.ForumPostUserAvatar
{
	padding: 4px 0 4px 4px;
}

.ForumPostRoleIcons
{
	padding-top: 4px;
	padding-bottom: 4px;
}

.ForumPostRoleIcons img
{
	padding-top: 1px;
}

.ForumPostAttachment
{
	float:left;
	background-image: url(../images/attachment1.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 100%;
	font-weight: bold;
	background-color: #CCE9FC; 
	color: #333;
	margin-top:5px;
	border: solid 1px #a5d4fb;
	border-left: solid 3px #a5d4fb;
	border-bottom: 0px;
	padding: 7px 10px 7px 40px;
}

.ForumPostButtons
{
	margin-top: 0;
	padding-top: 2px;
	padding-left: 4px;
	float: right;
}

.ForumPostButtons .CommonTextButton 
{
    padding: 2px;
    margin: 0;
}

.ForumPostButtons .CommonTextButtonHighlight 
{
    padding: 2px;
    margin: 0;
}

.EvolutionAttachment
{
	font-size: 85%;
}

.EvolutionAttachmentSummary
{
	font-size: 90%;
	color: #666;
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
}

UL.ForumPostStatistics
{
	font-size: 90%;
	list-style-type: none;
	margin: 4px 8px 0 0;
	padding: 0;
}

UL.ForumPostStatistics LI
{
	display: inline;
	font-size: 90%;
}

UL.ForumPostUserPropertyList
{
	margin: 0;
	padding: 0 0 0 4px;
	list-style-type: none;	
}

UL.ForumPostUserPropertyList LI
{
	margin: 4px 10px 4px 2px;
	font-size: 90%;
}

/*
Header Definitions
*/

.ForumMyRepliesHeader
{
	text-align: center;
}

/* 
Column Defitions
*/

.ForumMyImageColumn
{
	width: 20px;
}

.ForumMyNameColumn
{
	width: 85%;
}

.ForumMyRepliesColumn
{
	width: 15%;
	text-align: center;
}

.ForumMyMoveColumn
{
	text-align: center;
	width: 28px;
}

/*
Quoting
*/

BLOCKQUOTE
{
	border: dotted 1px #ccc;
	padding: 4px;
	margin: 16px;
}

.ForumReplyToPostArea
{
	padding: 8px;
	border: dotted 1px #ccc;
	margin-bottom: 16px;
	background-color: #dddddd;
}

/*
Thread rating control in post flat view
*/

.ForumThreadRateControlReadOnly
{
	position: relative;
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	font-weight: bold;
	line-height: normal;
}

.ForumThreadRateControlReadOnly img
{
	margin: auto 0;
}

.ForumThreadRateControl
{
	position: relative;
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	line-height: normal;
}

.ForumThreadRateControl img
{
	margin: auto 0;
}

.ForumThreadRateControlActive
{
	position: relative;
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	line-height: normal;
}

.ForumThreadRateControlActive img
{
	margin: auto 0;
}

/* Threaded View Styles */

.ForumTreeArea
{ 
	border: solid 1px #ccc;
}

.ForumThreadedPostArea
{
    border: solid 1px #ccc;
    border-left-width: 0;
    background-color: #999;
}

.ForumPostTreeHeading
{
	border-bottom: solid 1px #ccc; 
	font-size: 11px;
	text-align: center;
	background-color: #ccc;
	color: #000;
	background-image: none;
	padding: 4px;
	font-weight: normal;
	font-size: 90%;
	margin: 0;
}

.ForumDisplayMessage
{
	background-color: #ccc;
	color: #900;
	font-weight: bold;
	font-size: 80%;
	padding: 4px;
}

.ForumThreadDateArea
{
	font-weight: normal;
}

/* Thread Status */

.Normal .CommonCommentUser, .Verified .CommonCommentUser, .Suggested .CommonCommentUser
{
	width: 120px;
	overflow: hidden;
}

.Normal .CommonCommentBubble, .Verified .CommonCommentBubble, .Suggested .CommonCommentBubble
{
	margin-left: 130px;
}

.Editor .CommonCommentBubble
{
	margin-left: 12px;
}

.ThreadStarter .CommonCommentBubble
{
	margin-right: 160px;
}

.Normal .CommonCommentBubbleRound, .Verified .CommonCommentBubbleRound, .Suggested .CommonCommentBubbleRound
{
	height: 4px;
	font-size:1px;
}

.Normal .CommonCommentBubbleRoundB, .Verified .CommonCommentBubbleRoundB, .Suggested .CommonCommentBubbleRoundB
{
	height: 8px;
	font-size:1px;
}

.Normal .CommonCommentBubbleRound .xb1, .Normal .CommonCommentBubbleRound .xb2, .Normal .CommonCommentBubbleRound .xb2a, .Normal .CommonCommentBubbleRound .xb3, .Normal .CommonCommentBubbleRound .xb4 {display:block; overflow:hidden;height:1px;margin:0;}
.Normal .CommonCommentBubbleRound .xb2, .Normal .CommonCommentBubbleRound .xb4 {background:#fafafa; border-left:1px solid #d8d7d7; border-right:1px solid #d8d7d7;}
.Normal .CommonCommentBubbleRound .xb1, .Normal .CommonCommentBubbleRound .xb2a {border-left:1px solid #e9e9e9; border-right:1px solid #e9e9e9;}
.Normal .CommonCommentBubbleRound .xb2a, .Normal .CommonCommentBubbleRound .xb3 {background:#fafafa;}
.Normal .CommonCommentBubbleRound .xb1 {margin:0 2px; background:#d8d7d7;}
.Normal .CommonCommentBubbleRound .xb2 {margin:0 1px; border-width:0 1px;}
.Normal .CommonCommentBubbleRound .xb3 {border-left:2px solid #e9e9e9; border-right:2px solid #e9e9e9;}

.Verified .CommonCommentBubbleRound .xb1, .Verified .CommonCommentBubbleRound .xb2, .Verified .CommonCommentBubbleRound .xb2a, .Verified .CommonCommentBubbleRound .xb3, .Verified .CommonCommentBubbleRound .xb4 {display:block; overflow:hidden;height:1px;margin:0;}
.Verified .CommonCommentBubbleRound .xb2, .Verified .CommonCommentBubbleRound .xb4 {background:#F3FEEE; border-left:1px solid #1FA90B; border-right:1px solid #1FA90B;}
.Verified .CommonCommentBubbleRound .xb1, .Verified .CommonCommentBubbleRound .xb2a {border-left:1px solid #8BD281; border-right:1px solid #8BD281;}
.Verified .CommonCommentBubbleRound .xb2a, .Verified .CommonCommentBubbleRound .xb3 {background:#F3FEEE;}
.Verified .CommonCommentBubbleRound .xb1 {margin:0 2px; background:#1FA90B;}
.Verified .CommonCommentBubbleRound .xb2 {margin:0 1px; border-width:0 1px;}
.Verified .CommonCommentBubbleRound .xb3 {border-left:2px solid #8BD281; border-right:2px solid #8BD281;}

.Suggested .CommonCommentBubbleRound .xb1, .Suggested .CommonCommentBubbleRound .xb2, .Suggested .CommonCommentBubbleRound .xb2a, .Suggested .CommonCommentBubbleRound .xb3, .Suggested .CommonCommentBubbleRound .xb4 {display:block; overflow:hidden;height:1px;margin:0;}
.Suggested .CommonCommentBubbleRound .xb2, .Suggested .CommonCommentBubbleRound .xb4 {background:#FFFFE5; border-left:1px solid #FEEF1B; border-right:1px solid #FEEF1B;}
.Suggested .CommonCommentBubbleRound .xb1, .Suggested .CommonCommentBubbleRound .xb2a {border-left:1px solid #FEF794; border-right:1px solid #FEF794;}
.Suggested .CommonCommentBubbleRound .xb2a, .Suggested .CommonCommentBubbleRound .xb3 {background:#FFFFE5;}
.Suggested .CommonCommentBubbleRound .xb1 {margin:0 2px; background:#FEEF1B;}
.Suggested .CommonCommentBubbleRound .xb2 {margin:0 1px; border-width:0 1px;}
.Suggested .CommonCommentBubbleRound .xb3 {border-left:2px solid #FEF794; border-right:2px solid #FEF794;}

.Normal .CommonCommentBubbleRoundB .xb1, .Normal .CommonCommentBubbleRoundB .xb1b, .Normal .CommonCommentBubbleRoundB .xb2, .Normal .CommonCommentBubbleRoundB .xb2a, .Normal .CommonCommentBubbleRoundB .xb3, .Normal .CommonCommentBubbleRoundB .xb4, .Normal .CommonCommentBubbleRoundB .sb0, .Normal .CommonCommentBubbleRoundB .sb1, .Normal .CommonCommentBubbleRoundB .sb1a, .Normal .CommonCommentBubbleRoundB .sb2, .Normal .CommonCommentBubbleRoundB .sb2a, .Normal .CommonCommentBubbleRoundB .sb3, .Normal .CommonCommentBubbleRoundB .sb3a, .Normal .CommonCommentBubbleRoundB .sb4, .Normal .CommonCommentBubbleRoundB .sb4a, .Normal .CommonCommentBubbleRoundB .sb5 {display:block; overflow:hidden;height:1px;margin:0;}
.Normal .CommonCommentBubbleRoundB .xb2, .Normal .CommonCommentBubbleRoundB .xb4 {background:#fafafa; border-left:1px solid #d8d7d7; border-right:1px solid #d8d7d7;}
.Normal .CommonCommentBubbleRoundB .xb1, .Normal .CommonCommentBubbleRoundB .xb1b, .Normal .CommonCommentBubbleRoundB .xb2a {border-left:1px solid #e9e9e9; border-right:1px solid #e9e9e9;}
.Normal .CommonCommentBubbleRoundB .xb2a, .Normal .CommonCommentBubbleRoundB .xb3 {background:#fafafa;}
.Normal .CommonCommentBubbleRoundB .xb1 {margin:0 2px; background:#d8d7d7;}
.Normal .CommonCommentBubbleRoundB .xb1b {margin:0 1px 0 1px; background:#d8d7d7;}
.Normal .CommonCommentBubbleRoundB .xb2 {margin:0 1px; border-width:0 1px;}
.Normal .CommonCommentBubbleRoundB .xb3 {border-left:2px solid #e9e9e9; border-right:2px solid #e9e9e9;}
.Normal .CommonCommentBubbleRoundB .sb0 {background:#E2E2E2; border-left:1px solid #ececec; border-right:1px solid #ececec;}
.Normal .CommonCommentBubbleRoundB .sb1 {margin-left:1px; background:#E2E2E2; border-left:1px solid #E9E9E9; border-right:1px solid #E9E9E9;}
.Normal .CommonCommentBubbleRoundB .sb1a {margin:0 1px 0 1px; background:#C8C8C8; border-left:1px solid #dddddd; border-right:1px solid #dddddd;}
.Normal .CommonCommentBubbleRoundB .sb2 {margin-left:1px; background:#ececec; border-left:1px solid #f4f4f4; border-right:1px solid #f4f4f4;}
.Normal .CommonCommentBubbleRoundB .sb2a {margin:0 1px 0 1px; background:#d6d6d6; border-left:1px solid #e6e6e6; border-right:1px solid #e6e6e6;}
.Normal .CommonCommentBubbleRoundB .sb3 {margin-left:2px; background:#f2f2f2; border-left:1px solid #f4f4f4; border-right:1px solid #f4f4f4;}
.Normal .CommonCommentBubbleRoundB .sb3a {margin:0 1px 0 1px; background:#e3e3e3; border-left:1px solid #ececec; border-right:1px solid #ececec;}
.Normal .CommonCommentBubbleRoundB .sb4 {margin-left:3px; background:#fafafa; border-left:1px solid #fdfdfd; border-right:1px solid #fdfdfd;}
.Normal .CommonCommentBubbleRoundB .sb4a {margin:0 1px 0 1px; background:#eeeeee; border-left:1px solid #f8f8f8; border-right:1px solid #f8f8f8;}
.Normal .CommonCommentBubbleRoundB .sb5 {margin:0 2px 0 5px; background:#f8f8f8; border-left:1px solid #fafafa; border-right:1px solid #fdfdfd;}

.Verified .CommonCommentBubbleRoundB .xb1, .Verified .CommonCommentBubbleRoundB .xb1b, .Verified .CommonCommentBubbleRoundB .xb2, .Verified .CommonCommentBubbleRoundB .xb2a, .Verified .CommonCommentBubbleRoundB .xb3, .Verified .CommonCommentBubbleRoundB .xb4, .Verified .CommonCommentBubbleRoundB .sb0, .Verified .CommonCommentBubbleRoundB .sb1, .Verified .CommonCommentBubbleRoundB .sb1a, .Verified .CommonCommentBubbleRoundB .sb2, .Verified .CommonCommentBubbleRoundB .sb2a, .Verified .CommonCommentBubbleRoundB .sb3, .Verified .CommonCommentBubbleRoundB .sb3a, .Verified .CommonCommentBubbleRoundB .sb4, .Verified .CommonCommentBubbleRoundB .sb4a, .Verified .CommonCommentBubbleRoundB .sb5 {display:block; overflow:hidden;height:1px;margin:0;}
.Verified .CommonCommentBubbleRoundB .xb2, .Verified .CommonCommentBubbleRoundB .xb4 {background:#F3FEEE; border-left:1px solid #1FA90B; border-right:1px solid #1FA90B;}
.Verified .CommonCommentBubbleRoundB .xb1, .Verified .CommonCommentBubbleRoundB .xb1b, .Verified .CommonCommentBubbleRoundB .xb2a {border-left:1px solid #8BD281; border-right:1px solid #8BD281;}
.Verified .CommonCommentBubbleRoundB .xb2a, .Verified .CommonCommentBubbleRoundB .xb3 {background:#F3FEEE;}
.Verified .CommonCommentBubbleRoundB .xb1 {margin:0 2px; background:#1FA90B;}
.Verified .CommonCommentBubbleRoundB .xb1b {margin:0 1px 0 1px; background:#1FA90B;}
.Verified .CommonCommentBubbleRoundB .xb2 {margin:0 1px; border-width:0 1px;}
.Verified .CommonCommentBubbleRoundB .xb3 {border-left:2px solid #8BD281; border-right:2px solid #8BD281;}
.Verified .CommonCommentBubbleRoundB .sb0 {background:#E2E2E2; border-left:1px solid #ececec; border-right:1px solid #ececec;}
.Verified .CommonCommentBubbleRoundB .sb1 {margin-left:1px; background:#E2E2E2; border-left:1px solid #E9E9E9; border-right:1px solid #E9E9E9;}
.Verified .CommonCommentBubbleRoundB .sb1a {margin:0 1px 0 1px; background:#C8C8C8; border-left:1px solid #dddddd; border-right:1px solid #dddddd;}
.Verified .CommonCommentBubbleRoundB .sb2 {margin-left:1px; background:#ececec; border-left:1px solid #f4f4f4; border-right:1px solid #f4f4f4;}
.Verified .CommonCommentBubbleRoundB .sb2a {margin:0 1px 0 1px; background:#d6d6d6; border-left:1px solid #e6e6e6; border-right:1px solid #e6e6e6;}
.Verified .CommonCommentBubbleRoundB .sb3 {margin-left:2px; background:#f2f2f2; border-left:1px solid #f4f4f4; border-right:1px solid #f4f4f4;}
.Verified .CommonCommentBubbleRoundB .sb3a {margin:0 1px 0 1px; background:#e3e3e3; border-left:1px solid #ececec; border-right:1px solid #ececec;}
.Verified .CommonCommentBubbleRoundB .sb4 {margin-left:3px; background:#fafafa; border-left:1px solid #fdfdfd; border-right:1px solid #fdfdfd;}
.Verified .CommonCommentBubbleRoundB .sb4a {margin:0 1px 0 1px; background:#eeeeee; border-left:1px solid #f8f8f8; border-right:1px solid #f8f8f8;}
.Verified .CommonCommentBubbleRoundB .sb5 {margin:0 2px 0 5px; background:#f8f8f8; border-left:1px solid #fafafa; border-right:1px solid #fdfdfd;}

/* Verified post shadow on the green background */
/*
.Verified.Top .CommonCommentBubbleRoundB .xb1, .Verified.Top .CommonCommentBubbleRoundB .xb1b, .Verified.Top .CommonCommentBubbleRoundB .xb2, .Verified.Top .CommonCommentBubbleRoundB .xb2a, .Verified.Top .CommonCommentBubbleRoundB .xb3, .Verified.Top .CommonCommentBubbleRoundB .xb4, .Verified.Top .CommonCommentBubbleRoundB .sb0, .Verified.Top .CommonCommentBubbleRoundB .sb1, .Verified.Top .CommonCommentBubbleRoundB .sb1a, .Verified.Top .CommonCommentBubbleRoundB .sb2, .Verified.Top .CommonCommentBubbleRoundB .sb2a, .Verified.Top .CommonCommentBubbleRoundB .sb3, .Verified.Top .CommonCommentBubbleRoundB .sb3a, .Verified.Top .CommonCommentBubbleRoundB .sb4, .Verified.Top .CommonCommentBubbleRoundB .sb4a, .Verified.Top .CommonCommentBubbleRoundB .sb5 {display:block; overflow:hidden;height:1px;margin:0;}
.Verified.Top .CommonCommentBubbleRoundB .xb2, .Verified.Top .CommonCommentBubbleRoundB .xb4 {background:#F3FEEE; border-left:1px solid #1FA90B; border-right:1px solid #1FA90B;}
.Verified.Top .CommonCommentBubbleRoundB .xb1, .Verified.Top .CommonCommentBubbleRoundB .xb1b, .Verified.Top .CommonCommentBubbleRoundB .xb2a {border-left:1px solid #8BD281; border-right:1px solid #8BD281;}
.Verified.Top .CommonCommentBubbleRoundB .xb2a, .Verified.Top .CommonCommentBubbleRoundB .xb3 {background:#F3FEEE;}
.Verified.Top .CommonCommentBubbleRoundB .xb1 {margin:0 2px; background:#1FA90B;}
.Verified.Top .CommonCommentBubbleRoundB .xb1b {margin:0 1px 0 1px; background:#1FA90B;}
.Verified.Top .CommonCommentBubbleRoundB .xb2 {margin:0 1px; border-width:0 1px;}
.Verified.Top .CommonCommentBubbleRoundB .xb3 {border-left:2px solid #8BD281; border-right:2px solid #8BD281;}
.Verified.Top .CommonCommentBubbleRoundB .sb0 {background:#AAD4AA; border-left:1px solid #C1F1C1; border-right:1px solid #C1F1C1;}
.Verified.Top .CommonCommentBubbleRoundB .sb1 {margin-left:1px; background:#AAD4AA; border-left:1px solid #C1F1C1; border-right:1px solid #C1F1C1;}
.Verified.Top .CommonCommentBubbleRoundB .sb1a {margin:0 1px 0 1px; background:#728E72; border-left:1px solid #89AB89; border-right:1px solid #89AB89;}
.Verified.Top .CommonCommentBubbleRoundB .sb2 {margin-left:1px; background:#C1F1C1; border-left:1px solid #CAFCCA; border-right:1px solid #CAFCCA;}
.Verified.Top .CommonCommentBubbleRoundB .sb2a {margin:0 1px 0 1px; background:#89AB89; border-left:1px solid #AAD4AA; border-right:1px solid #AAD4AA;}
.Verified.Top .CommonCommentBubbleRoundB .sb3 {margin-left:2px; background:#CAFCCA; border-left:1px solid #CCFFCC; border-right:1px solid #CCFFCC;}
.Verified.Top .CommonCommentBubbleRoundB .sb3a {margin:0 1px 0 1px; background:#AAD4AA; border-left:1px solid #C1F1C1; border-right:1px solid #C1F1C1;}
.Verified.Top .CommonCommentBubbleRoundB .sb4 {margin-left:3px; background:#CCFFCC; border-left:1px solid #CCFFCC; border-right:1px solid #CCFFCC;}
.Verified.Top .CommonCommentBubbleRoundB .sb4a {margin:0 1px 0 1px; background:#C1F1C1; border-left:1px solid #CAFCCA; border-right:1px solid #CAFCCA;}
.Verified.Top .CommonCommentBubbleRoundB .sb5 {margin:0 2px 0 5px; background:#CAFCCA; border-left:1px solid #CAFCCA; border-right:1px solid #CAFCCA;}
*/

.Suggested .CommonCommentBubbleRoundB .xb1, .Suggested .CommonCommentBubbleRoundB .xb1b, .Suggested .CommonCommentBubbleRoundB .xb2, .Suggested .CommonCommentBubbleRoundB .xb2a, .Suggested .CommonCommentBubbleRoundB .xb3, .Suggested .CommonCommentBubbleRoundB .xb4, .Suggested .CommonCommentBubbleRoundB .sb0, .Suggested .CommonCommentBubbleRoundB .sb1, .Suggested .CommonCommentBubbleRoundB .sb1a, .Suggested .CommonCommentBubbleRoundB .sb2, .Suggested .CommonCommentBubbleRoundB .sb2a, .Suggested .CommonCommentBubbleRoundB .sb3, .Suggested .CommonCommentBubbleRoundB .sb3a, .Suggested .CommonCommentBubbleRoundB .sb4, .Suggested .CommonCommentBubbleRoundB .sb4a, .Suggested .CommonCommentBubbleRoundB .sb5 {display:block; overflow:hidden;height:1px;margin:0;}
.Suggested .CommonCommentBubbleRoundB .xb2, .Suggested .CommonCommentBubbleRoundB .xb4 {background:#FFFFE5; border-left:1px solid #FEEF1B; border-right:1px solid #FEEF1B;}
.Suggested .CommonCommentBubbleRoundB .xb1, .Suggested .CommonCommentBubbleRoundB .xb1b, .Suggested .CommonCommentBubbleRoundB .xb2a {border-left:1px solid #FEF794; border-right:1px solid #FEF794;}
.Suggested .CommonCommentBubbleRoundB .xb2a, .Suggested .CommonCommentBubbleRoundB .xb3 {background:#FFFFE5;}
.Suggested .CommonCommentBubbleRoundB .xb1 {margin:0 2px; background:#FEEF1B;}
.Suggested .CommonCommentBubbleRoundB .xb1b {margin:0 1px 0 1px; background:#FEEF1B;}
.Suggested .CommonCommentBubbleRoundB .xb2 {margin:0 1px; border-width:0 1px;}
.Suggested .CommonCommentBubbleRoundB .xb3 {border-left:2px solid #FEF794; border-right:2px solid #FEF794;}
.Suggested .CommonCommentBubbleRoundB .sb0 {background:#E2E2E2; border-left:1px solid #ececec; border-right:1px solid #ececec;}
.Suggested .CommonCommentBubbleRoundB .sb1 {margin-left:1px; background:#E2E2E2; border-left:1px solid #E9E9E9; border-right:1px solid #E9E9E9;}
.Suggested .CommonCommentBubbleRoundB .sb1a {margin:0 1px 0 1px; background:#C8C8C8; border-left:1px solid #dddddd; border-right:1px solid #dddddd;}
.Suggested .CommonCommentBubbleRoundB .sb2 {margin-left:1px; background:#ececec; border-left:1px solid #f4f4f4; border-right:1px solid #f4f4f4;}
.Suggested .CommonCommentBubbleRoundB .sb2a {margin:0 1px 0 1px; background:#d6d6d6; border-left:1px solid #e6e6e6; border-right:1px solid #e6e6e6;}
.Suggested .CommonCommentBubbleRoundB .sb3 {margin-left:2px; background:#f2f2f2; border-left:1px solid #f4f4f4; border-right:1px solid #f4f4f4;}
.Suggested .CommonCommentBubbleRoundB .sb3a {margin:0 1px 0 1px; background:#e3e3e3; border-left:1px solid #ececec; border-right:1px solid #ececec;}
.Suggested .CommonCommentBubbleRoundB .sb4 {margin-left:3px; background:#fafafa; border-left:1px solid #fdfdfd; border-right:1px solid #fdfdfd;}
.Suggested .CommonCommentBubbleRoundB .sb4a {margin:0 1px 0 1px; background:#eeeeee; border-left:1px solid #f8f8f8; border-right:1px solid #f8f8f8;}
.Suggested .CommonCommentBubbleRoundB .sb5 {margin:0 2px 0 5px; background:#f8f8f8; border-left:1px solid #fafafa; border-right:1px solid #fdfdfd;}

.Verified .CommonCommentContent
{
	border-left: solid 1px #1FA90B;
	border-right: solid 1px #1FA90B;
	background-color: #F3FEEE; 

}

.Suggested .CommonCommentContent
{
	border-left: solid 1px #FEEF1B;
	border-right: solid 1px #FEEF1B;
	background-color: #FFFFE5;
}

.Normal .CommonCommentContent
{
	border-left: solid 1px #d8d7d7;
	border-right: solid 1px #d8d7d7;
	background-color: #fafafa;
}

.Normal .CommonCommentArrow .r1, .Normal .CommonCommentArrow .r2, .Normal .CommonCommentArrow .r3, .Normal .CommonCommentArrow .r4,
.Normal .CommonCommentArrow .r5, .Normal .CommonCommentArrow .r6, .Normal .CommonCommentArrow .r7, .Normal .CommonCommentArrow .r8, 
.Normal .CommonCommentArrow .r9, .Normal .CommonCommentArrow .r10, .Normal .CommonCommentArrow .r11, .Normal .CommonCommentArrow .r12
{
	border-left:1px solid #d8d7d7;
	background:#fafafa;
}

.Verified .CommonCommentArrow .r1, .Verified .CommonCommentArrow .r2, .Verified .CommonCommentArrow .r3, .Verified .CommonCommentArrow .r4,
.Verified .CommonCommentArrow .r5, .Verified .CommonCommentArrow .r6, .Verified .CommonCommentArrow .r7, .Verified .CommonCommentArrow .r8, 
.Verified .CommonCommentArrow .r9, .Verified .CommonCommentArrow .r10, .Verified .CommonCommentArrow .r11, .Verified .CommonCommentArrow .r12
{
	border-left:1px solid #1FA90B;
	background:#F3FEEE;
}

.Suggested .CommonCommentArrow .r1, .Suggested .CommonCommentArrow .r2, .Suggested .CommonCommentArrow .r3, .Suggested .CommonCommentArrow .r4,
.Suggested .CommonCommentArrow .r5, .Suggested .CommonCommentArrow .r6, .Suggested .CommonCommentArrow .r7, .Suggested .CommonCommentArrow .r8, 
.Suggested .CommonCommentArrow .r9, .Suggested .CommonCommentArrow .r10, .Suggested .CommonCommentArrow .r11, .Suggested .CommonCommentArrow .r12
{
	border-left:1px solid #FEEF1B;
	background:#FFFFE5;
}

/* Button Styles */
.ActionButton
{
    background-image: url(../images/common/action-button-background.png);
    background-repeat: no-repeat;
    color: #fff;
    padding: 1px 8px;
    display: block;
}

A.ActionButton:link, A.ActionButton:visited, A.ActionButton:hover, A.ActionButton:active
{
    padding: 8px 8px;  
    color: #fff;  
}

.ForumCreateEditPostTypeBanner
{
    background-image: url(../images/common/action2-banner-background.png);
    background-repeat: no-repeat;
    color: #fff;
    padding: 1px 10px;
    line-height: 32px;
    width: 600px;
    margin-bottom: 15px;
}

A.ForumLinkUnread, .ForumLinkUnread:LINK, .ForumLinkUnread:VISITED
{
    color: #36c;
}

/* **** Classic Forum List page *** */
	.ForumGroupNameColumn
	{
		width: 50%;
	}
	.ForumGroupLastPostColumn
	{
		min-width: 150px;
	}

	.ForumGroupTotalThreadsHeader,
	.ForumGroupTotalPostsHeader,
	.ForumGroupDisplayedHeader
	{
		width: 10%;
	}

	.ForumGroupImageColumn
	{
		width: 40px;
	}

	.ForumGroupToggleCollapsed
	{
		background-image: url(../images/forum/group_expand.gif);
		background-repeat: no-repeat;
		background-position: left center;
		width: 1px;
		padding: 4px;
		cursor: pointer;
		text-decoration: none;
	}

	a.ForumGroupToggleCollapsed:link,
	a.ForumGroupToggleCollapsed:visited,
	a.ForumGroupToggleCollapsed:active,
	a.ForumGroupToggleCollapsed:hover
	{
		text-decoration: none;
	}

	.ForumGroupToggleExpanded
	{
		background-image: url(../images/forum/group_collapse.gif);
		background-repeat: no-repeat;
		background-position: left center;
		width: 1px;
		padding: 4px;
		cursor: pointer;
		text-decoration: none;
	}

	a.ForumGroupToggleExpanded:link,
	a.ForumGroupToggleExpanded:visited,
	a.ForumGroupToggleExpanded:active,
	a.ForumGroupToggleExpanded:hover
	{
		text-decoration: none;
	}

	.ForumGroupTitleProcessing
	{
		background-color: #E1E1E1;
	}

