@charset "utf-8";
/* CSS Document */
.forum, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.forum_result_header {
	background-image: url(/images/fdf_navi_bg.gif);
	color: #333333;
	font-weight: bold;
	border: 0px;
}

.forum_lastreview {
	font-size: 11px;
	color: #666666;
}

.forum_review_td a {
	font-size: 11px;
	color: #333333;
	border-bottom: 1px dotted #333333;
	text-decoration: none;
}

.forum_review_td a:hover {
    color: #0066CC;
    border-bottom: 1px solid #0066CC;
    text-decoration: none;
}

.forum_small_text {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}

.topic_tr1 {
	background-color: #FFFFFF;
}

.topic_tr2 {
	background-color: #edf1f6;
}

.topic_added {
	font-size: 11px;
	vertical-align: top;
	border-bottom: 1px dashed #CCCCCC;
	border-top: 1px solid #b8c6df;
	height: 13px;
}

.topic_userdetail {
	font-size: 11px;
	color: #666666;
}

.topic_username {
	color: #a98827;
}

.topic_userbox {
	padding-bottom: 20px;
	border-top: 1px solid #b8c6df;
}

.topic_bottom {
	padding-bottom: 20px;
}

.topic_navi {
	height: 25px;
	line-height: 25px;
	background-image: url(/images/fdf_navi_bg.gif);
	text-align: center;
	color: #333333;
}

.topic_navi div {
	float: left;
}

.topic_navi a {
	padding: 1px 6px 1px 6px;
	font-size: 12px;
	color: #333333;
}

.topic_navi a:hover {
	background-color: #9bb0d2;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 5px 0 5px;
}

.topic_navi_active {
	color: #000000;
	padding: 0 5px 0 5px;
}

.topic_navi_inactive {
	color: #999999;
}

.topic_navi_reply {
	margin-left: 15px;
	margin-top: 3px;
	line-height: 16px;
	text-align: left;
	float: left;
}

.topic_login_title {
	width: 160px;
	height: 23px;
	line-height: 21px;
	float: left;
}

.topic_login_input {
	width: 145px;
	height: 23px;
	float: left;
}

.sublink a {
	color: #333333;
	text-decoration: underline;
	line-height: 12px;
}

.sublink a:hover {
	background-color: #DFEBFF;
	color: #816426;
}

.sublinkimg {
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	
}

.error {
	height: 23px;
	line-height: 21px;
	float: left;
	padding-left: 15px;
	display: none;
	font-size: 11px;
	color: #990000;
}

.erroragbs {
	padding-left: 15px;
	display: none;
	font-size: 11px;
	color: #990000;
}

.errorimg {
	vertical-align: top;
	line-height: 21px;
	padding-top: 2px;
	padding-right: 2px;	
}

.errorinput {
	border: 1px solid #999999;
	background-color: #FFA8A8;
	width: 141px;
	display: block;
	float: left;
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#website {
	display: none;
}

#errorbox {
	width: 295px;
	padding: 5px;
	margin-bottom: 5px;
	background-color: #FFD5D5;
	color: #990000;
}