.CommonContentBoxFrh div.CommonContentBoxHeaderForm a
{
	padding:0 6px;
}

h2.fGrpHdr { margin-bottom:2px; margin-top:0; font-size:18px; color:#006600; width:400px; float:left; }
a.fGrpHdrA { float:right; color:#006600; font-size:11px; width:200px; text-align:right; padding-top:4px; text-decoration:underline; }
p.fGrpHdrP { margin:0; padding:2px 10px; color:#333; background-color:#ebebeb; }
/*
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: #660000;
}

A.ForumGroupNameUnRead, .ForumGroupNameUnRead:LINK, .ForumGroupNameUnRead:VISITED
{
    color: #990000;
}

A.ForumNameRead, .ForumNameRead:LINK, .ForumNameRead:VISITED
{
	color: #777;
	font-weight: bold;
}

A.ForumNameUnRead, .ForumNameUnRead:LINK, .ForumNameUnRead:VISITED
{
	color: #990000;
	font-weight: bold;
}

/*
Post Styles
styles added for VS Theme
*/
div.fpThreadHead
{
	border:solid 1px #ddd;
	background-color:#EBEBEB;
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#555;
	padding:6px 5px;
}
div.qaInfo { background:#e6e6e6 url(/Themes/VetNurse/vsimg/forum/bg_qainfo.jpg) repeat-x left top; border:solid 1px #ddd; 
             padding:7px 5px; color:#555; font-family:Arial, sans-serif; font-size:11px; }

div.vsFP, div.vsFPAnswer, div.vsFPSuggest
{
	margin:0 0 10px;
	border:solid 1px #ddd;
	background:#EBEBEB url(/Themes/VetNurse/vsimg/forum/bg_normal.jpg) repeat-y left top;
	width:624px;
	overflow:hidden;
	padding:5px;
}
div.vsFPAnswer { border-color:#339900; background:#CCFFCC url(/Themes/VetNurse/vsimg/forum/bg_answer.jpg) repeat-y left top; }
div.vsFPSuggest { border-color:#FFCC00; background:#FDEFB5 url(/Themes/VetNurse/vsimg/forum/bg_possible.jpg) repeat-y left top; }
/* avatar container */
div.vsFPAva
{
	width:130px;
	color:#666;
	font-family:Arial, sans-serif;
	display:block;
	float:left;
	padding:10px 0;
	position:relative;
	text-align:center;
	z-index:2;
}
.vsFPAva div.iava { width:131px; background:url(/Themes/VetNurse/vsimg/forum/arrow_normal.gif) no-repeat right 15px; }
.vsFPAnswer .vsFPAva div.iava { background:url(/Themes/VetNurse/vsimg/forum/arrow_answer.gif) no-repeat right 15px; }
.vsFPSuggest .vsFPAva div.iava { background:url(/Themes/VetNurse/vsimg/forum/arrow_suggest.gif) no-repeat right 15px; }

.vsFPAva .iava img { border:solid 1px #ccc; padding:1px; margin-bottom:5px; }
div.vsFPAva span { display:block; margin-bottom:2px; font-size:10px; }
div.vsFPAva span.sauth { font-weight:bold; font-size:11px; width:130px; overflow:hidden; }
/* post body container */
div.vsFPBC
{
	border:solid 1px #DDD;
	display:block;
	overflow:hidden;
	padding:10px 12px 12px 17px;
	background-color:#FFF;
	min-height:100px;
	z-index:1;
}
.vsFPAnswer div.vsFPBC { border-color:#A3EBA3; }
.vsFPSuggest div.vsFPBC { border-color:#FFE580; }

div.fpsubject { border-bottom:dotted 1px #999; padding:0 0 9px 0; font-family:Arial, sans-serif; }
.fpsubject h2 { font-size:16px; color:#777; font-weight:normal; margin:0; padding:4px 0; }
.fpsubject h2 a, .fpsubject h3 a { color:#777; }
.fpsubject h3 { font-size:12px; color:#777; font-weight:normal; margin:0; padding:0; }
.fpsubject span { font-size:10px; display:block; margin-bottom:2px; }
.fpsubject h2 img, .fpsubject h3 img { float:left; margin-right:5px; }

div.fprater { clear:both; margin-top:5px; width:400px; overflow:hidden; }
.fpsubject div.fprater span { float:left; display:inline; }

div.fpbody {  }
div.fpattach { padding:10px 5px 5px 20px; background:#ebebeb url(/Themes/VetNurse/vsimg/forum/attach.gif) no-repeat left top; 
               font-family:Arial, sans-serif; font-size:10px; margin:.5em 0 1em 0; }
div.fpedits { font-family:Arial, sans-serif; font-size:10px; color:#888; margin:.5em 0; }
div.fpsig
{
	margin:.8em 0 .5em;
	padding:0 10px 0 45px;
    font-size: 90%;
    text-align: left;
    background:url(/Themes/VetNurse/vsimg/forum/sig.gif) no-repeat left top;
}
.fpsig p { margin: 0 0 1em 0; }

div.fpfoot { border-top:dotted 1px #999; padding:9px 0 0 0; }
.fpfoot table { width:100%; }
.fpfoot table td { vertical-align:top; font-family:Arial, sans-serif; font-size:10px; }

a.fpaction { background-color:#990000; color:#FFF; float:left; padding:3px 10px; margin-right:5px; }
a.fpaction2, a.fpaction3, a.fpaction4, a.fpaction5 { background-color:#444; color:#FFF; float:left; padding:3px 10px; margin-right:5px; }
a.fpaction3 { background-color:#FF0000; }
a.fpaction4 { background-color:#FFCC00; }
a.fpaction5 { background-color:#339900; }
span.fplocked { background:#ebebeb url(../images/common/locked.gif) no-repeat left top; float:left; padding:3px 10px 3px 20px; margin-right:5px; }

div.vsFPCtrl
{
	background-color:#DDD; padding:5px;
}
a.fbcact, a.fbcactLight { background-color:#444; color:#FFF; float:left; 
                          padding:3px 9px; margin-right:5px; font-family:Arial, sans-serif; font-size:11px;  }
a.fbcactLight { background-color:#660000; }



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 #DEE9FE;
	padding-top: 6px;
	padding-bottom: 0;
}

.ForumPostTitleInner 
{
    padding-bottom: 5px;
}

.VerifiedTop .ForumPostTitle, .Verified .ForumPostTitle
{
   	border-bottom: solid 1px #CCFFCC; 
}

.Suggested .ForumPostTitle
{
   	border-bottom: solid 1px #FEF573; 
}

.ForumPostFooter
{
	border-top: solid 1px #DEE9FE;
}

.VerifiedTop .ForumPostFooter, .Verified .ForumPostFooter
{
	border-top: solid 1px #CCFFCC;    
}

.Suggested .ForumPostFooter
{
	border-top: solid 1px #FEF573;    
}

.ForumThreadStarterSidebar 
{
    float: right; 
    width:150px; 
    margin: 12px 0 0 0;
}

.ForumThreadStarterSidebar .CommonTextButton 
{
    padding: 2px;
}

.ForumThreadStarterSidebar .CommonTextButtonHighlight
{
    padding: 2px;
}

/* styles used by VS theme verif and suggest by section */
.ForumPostVerifiedBySection 
{
    float: right;
    background-color: #339900;
    color: #FFF;
    font-family:Arial, Sans-Serif;
    padding:2px 8px;
    clear: right;
    margin-bottom: 0;
    font-size: 10px;
}
.ForumPostVerifiedBySection  a { color:#FFF; }

.ForumPostSuggestedBySection 
{
    float: right;
    background-color: #FFCC00;
    color: #333;
    font-family:Arial, Sans-Serif;
    padding:2px 8px;
    clear: right;
    margin-bottom: 0;
    font-size: 10px;
}
.ForumPostSuggestedBySection  a { color:#333; }

.ForumPostTitleDate
{
    font-size: 80%;
}

.ForumPostTitle .ForumPostButtons .CommonTextButton
{
    background-color: #fff;
    background-image: url(../images/common/forum_replybutton.png);
    background-repeat: no-repeat;
    background-position: 1px 1px;
    width: 61px;
    text-align: center;
    color: #fff;
    float: left;
    margin: 0 auto; 
}

.ForumPostTitle .ForumPostButtons .MoreButton
{
    background-color: #fff;
    background-image: url(../images/common/forum_replybutton_down.png);
    background-repeat: no-repeat;
    background-position: 1px 1px;
    width: 61px;
    text-align: center;
    color: #fff;
    float: left;
    margin: 0 auto; 
}

.ForumPostTitle .ForumPostButtons .AnswerButton
{
    background-color: #fff;
    background-image: url(../images/common/forum_answerbutton.png);
    background-repeat: no-repeat;
    background-position: 1px 1px;
    width: 128px;
    text-align: center;
    color: #fff;
    float: left;
    margin: 0 auto; 
}

.ForumPostTitle .ForumPostButtons .NotAnswerButton
{
    background-color: #fff;
    background-image: url(../images/common/forum_notanswerbutton.png);
    background-repeat: no-repeat;
    background-position: 1px 1px;
    width: 128px;
    text-align: center;
    color: #fff;
    float: left;
    margin: 0 auto; 
}

.ForumPostTitle .ForumPostButtons .SuggestAnswerButton
{
    background-color: #fff;
    background-image: url(../images/common/forum_suggestanswerbutton.png);
    background-repeat: no-repeat;
    background-position: 1px 1px;
    width: 128px;
    text-align: center;
    color: #fff;
    float: left;
    margin: 0 auto; 
}

.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: solid 0 #ddd;
    border-top-width: 1px;
    padding: 1em 0 20px 0;
    font-size: 90%;
    text-align: left;
}

.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: 4px 0;
}

.ForumPostRoleIcons img
{
	padding: 0 4px;
}

.ForumPostAttachment
{
	font-size: 90%;
	font-weight: bold;
	color: #333;
	padding: 4px 4px 4px 0px;
}

.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, .VerifiedTop .CommonCommentUser
{
	width: 120px;
	overflow: hidden;
}

.Normal .CommonCommentBubble, .Verified .CommonCommentBubble, .Suggested .CommonCommentBubble, .VerifiedTop .CommonCommentBubble
{
	margin-left: 130px;
}

.Editor .CommonCommentBubble
{
	margin-left: 10px;
}

.ThreadStarter .CommonCommentBubble
{
	margin-right: 160px;
}

.VerifiedTop .CommonCommentBubbleRoundTop .r1, .VerifiedTop .CommonCommentBubbleRoundTop .r2, .VerifiedTop .CommonCommentBubbleRoundTop .r3, .VerifiedTop .CommonCommentBubbleRoundTop .r4,
.VerifiedTop .CommonCommentBubbleRoundBottom .r1, .VerifiedTop .CommonCommentBubbleRoundBottom .r2, .VerifiedTop .CommonCommentBubbleRoundBottom .r3, .VerifiedTop .CommonCommentBubbleRoundBottom .r4,
.VerifiedTop .CommonCommentArrow .r1, .VerifiedTop .CommonCommentArrow .r2, .VerifiedTop .CommonCommentArrow .r3, .VerifiedTop .CommonCommentArrow .r4,
.VerifiedTop .CommonCommentArrow .r5, .VerifiedTop .CommonCommentArrow .r6, .VerifiedTop .CommonCommentArrow .r7, .VerifiedTop .CommonCommentArrow .r8, 
.VerifiedTop .CommonCommentArrow .r9, .VerifiedTop .CommonCommentArrow .r10,
.VerifiedTop .CommonCommentContent
{
	background-color: #ffffff;
}

.Normal .CommonCommentBubbleRoundTop, .Normal .CommonCommentBubbleRoundBottom,
.Verified .CommonCommentBubbleRoundTop, .Verified .CommonCommentBubbleRoundBottom,
.Suggested .CommonCommentBubbleRoundTop, .Suggested .CommonCommentBubbleRoundBottom
{
	height: 8px;
}

.Normal .CommonCommentBubbleRoundTop .r1, .Normal .CommonCommentBubbleRoundTop .r2, .Normal .CommonCommentBubbleRoundTop .r3, .Normal .CommonCommentBubbleRoundTop .r4,
.Normal .CommonCommentBubbleRoundBottom .r1, .Normal .CommonCommentBubbleRoundBottom .r2, .Normal .CommonCommentBubbleRoundBottom .r3, .Normal .CommonCommentBubbleRoundBottom .r4,
.Verified .CommonCommentBubbleRoundTop .r1, .Verified .CommonCommentBubbleRoundTop .r2, .Verified .CommonCommentBubbleRoundTop .r3, .Verified .CommonCommentBubbleRoundTop .r4,
.Verified .CommonCommentBubbleRoundBottom .r1, .Verified .CommonCommentBubbleRoundBottom .r2, .Verified .CommonCommentBubbleRoundBottom .r3, .Verified .CommonCommentBubbleRoundBottom .r4,
.Suggested .CommonCommentBubbleRoundTop .r1, .Suggested .CommonCommentBubbleRoundTop .r2, .Suggested .CommonCommentBubbleRoundTop .r3, .Suggested .CommonCommentBubbleRoundTop .r4,
.Suggested .CommonCommentBubbleRoundBottom .r1, .Suggested .CommonCommentBubbleRoundBottom .r2, .Suggested .CommonCommentBubbleRoundBottom .r3, .Suggested .CommonCommentBubbleRoundBottom .r4
{
	height: 1px;
	overflow: hidden;
	border-left: solid 4px #CEDEFD;
	border-right: solid 4px #CEDEFD;
}

.Normal .CommonCommentBubbleRoundTop .r1, .Normal .CommonCommentBubbleRoundBottom .r4,
.Verified .CommonCommentBubbleRoundTop .r1, .Verified .CommonCommentBubbleRoundBottom .r4,
.Suggested .CommonCommentBubbleRoundTop .r1, .Suggested .CommonCommentBubbleRoundBottom .r4 
{ 
	margin: 0 5px;
	height: 0;
	border-top: solid 2px #CEDEFD;
	border-left-width: 0;
	border-right-width: 0; 
}

.Normal .CommonCommentBubbleRoundTop .r2, .Normal .CommonCommentBubbleRoundBottom .r3,
.Verified .CommonCommentBubbleRoundTop .r2, .Verified .CommonCommentBubbleRoundBottom .r3,
.Suggested .CommonCommentBubbleRoundTop .r2, .Suggested .CommonCommentBubbleRoundBottom .r3
{
	margin: 0 3px;
	height: 0;
	border-top: solid 2px #CEDEFD;
	border-left-width: 0;
	border-right-width: 0; 
}

.Normal .CommonCommentBubbleRoundTop .r3, .Normal .CommonCommentBubbleRoundBottom .r2,
.Verified .CommonCommentBubbleRoundTop .r3, .Verified .CommonCommentBubbleRoundBottom .r2,
.Suggested .CommonCommentBubbleRoundTop .r3, .Suggested .CommonCommentBubbleRoundBottom .r2
{
	margin: 0 2px;
	height: 2px;
	border-left-width: 5px;
	border-right-width: 5px;
}

.Normal .CommonCommentBubbleRoundTop .r4, .Normal .CommonCommentBubbleRoundBottom .r1,
.Verified .CommonCommentBubbleRoundTop .r4, .Verified .CommonCommentBubbleRoundBottom .r1,
.Suggested .CommonCommentBubbleRoundTop .r4, .Suggested .CommonCommentBubbleRoundBottom .r1
{
	margin: 0 1px;
	height: 2px;
}

.Normal .CommonCommentContent,
.Verified .CommonCommentContent,
.Suggested .CommonCommentContent
{
	border-left: solid 4px #DEE9FE;
	border-right: solid 4px #DEE9FE;
	background-color: #fff;
}

.Normal .CommonCommentBubbleRoundTop .r1, .Normal .CommonCommentBubbleRoundTop .r2, .Normal .CommonCommentBubbleRoundTop .r3, .Normal .CommonCommentBubbleRoundTop .r4,
.Normal .CommonCommentBubbleRoundBottom .r1, .Normal .CommonCommentBubbleRoundBottom .r2, .Normal .CommonCommentBubbleRoundBottom .r3, .Normal .CommonCommentBubbleRoundBottom .r4,
.Normal .CommonCommentContent
{
	border-color: #DEE9FE;
	background-color: #fff;
}

.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
{
	background-color: #DEE9FE;
}

.Verified .CommonCommentBubbleRoundTop .r1, .Verified .CommonCommentBubbleRoundTop .r2, .Verified .CommonCommentBubbleRoundTop .r3, .Verified .CommonCommentBubbleRoundTop .r4,
.Verified .CommonCommentBubbleRoundBottom .r1, .Verified .CommonCommentBubbleRoundBottom .r2, .Verified .CommonCommentBubbleRoundBottom .r3, .Verified .CommonCommentBubbleRoundBottom .r4,
.Verified .CommonCommentContent
{
	border-color: #ccffcc;
	background-color: #fff;
}

.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
{
	background-color: #ccffcc;
}

.Suggested .CommonCommentBubbleRoundTop .r1, .Suggested .CommonCommentBubbleRoundTop .r2, .Suggested .CommonCommentBubbleRoundTop .r3, .Suggested .CommonCommentBubbleRoundTop .r4,
.Suggested .CommonCommentBubbleRoundBottom .r1, .Suggested .CommonCommentBubbleRoundBottom .r2, .Suggested .CommonCommentBubbleRoundBottom .r3, .Suggested .CommonCommentBubbleRoundBottom .r4,
.Suggested .CommonCommentContent
{
	border-color: #FEF573;
	background-color: #fff;
}

.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
{
	background-color: #FEF573;
}

/* Button Styles */
.ActionButton
{
    background-image: url(../images/common/action-button-background.png);
    background-repeat: no-repeat;
    color: #fff;
    padding: 1px 8px;
    line-height: 30px;
}

A.ActionButton:link, A.ActionButton:visited, A.ActionButton:hover, A.ActionButton:active
{
    padding: 8px 21px;  
    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: #990000;
}
