@charset "utf-8";
#forumHmContentContainer {
	width: 730px;
	float: left;
}
#frRightSideContainer {
	float: right;
	width: 200px;
}

#frGoogleBanner {
	height: 90px;
	border: 1px solid #CCCCCC;
	margin-top: 7px;
	margin-bottom: 7px;
}
#frGoogleSkyScrapper {
	height: 600px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}

.forumPageHeader {
	font-size: 24px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.forumRegSignInHeader {
	font-size: 24px;
	color: #FFFFFF;
	background-color: #FF9900;
	background-image: url(../graphics/frRegSignInBG.png);
	height: 47px;
	width: 595px;
	padding-top: 7px;
	padding-left: 5px;
	background-repeat: no-repeat;
}

.cmTopicHeader {
	font-size: 18px;
	font-weight: normal;
	font-family: Arial;
	color: #333333;
}
.cmDateTimeFormat {
	font-size: 9px;
}
.quoteOpen {
	background-image: url(../graphics/quoteOpen.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.hintBulb {
	background-image: url(../graphics/hintBulb.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#displayTopicsContainer {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	background-color: #F9F9F9;
}
.fr_table_header {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.fr_table_row_separator {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#forumFormContainer {
	border: 1px solid #666666;
	padding: 10px;
	background-color: #F0F0F0;
}
.formButtonFormat {
	background-color: #6699FF;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #4F88FF;
}
.redUnderline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding: 5px;
	margin-bottom: 5px;
}
#topicDetailContainer {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F0F0F0;
}
#detailContainer {
	background-color: #F7F7F7;
	padding: 5px;
	border: 1px solid #6699FF;
	font-size: 13px;
	color: #333333;
}
.topicHeaderFormat {
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DADADA;
	margin-bottom: 5px;
}
.buttonLikeDiv {
	background-color: #6699FF;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #4F88FF;
	padding: 3px;
	text-align: center;
}
#ReplyDivButton {
	width: 130px;
}
#loginRegisterDivButton {
	width: 250px;
}
#replyTextContainer {
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #6699FF;
}
#replyRepliesContainer {
	padding: 5px;
	margin-left: 30px;
	text-align: left;
}
#replyRepliesTextContainer {
	padding: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5C5C5;
}
