@charset "utf-8";
/* CSS Document */
.forumlist {
	width:80%;
	border: 1px solid #000;
	margin-left:10px;
	margin-top:15px;
	margin-right:10px;
}
.forumlist td {
	padding-top: 3px;
}
.forumlist a {
	text-decoration:none;
}
.forumlist td.replysmall {
	width:30%;
	font-size:9px;
	text-align:center;
}
.forumlist td.repliesnum {
	width:15%;
	font-size:10px;
	text-align:center;
}
.f_left {
	float:left;
}
.f_right {
	float:right;
}
.replies {
	word-wrap:break-word;
	text-wrap:suppress;
}
.reply {
	width:600px;
	word-wrap:break-word;
	text-wrap:suppress;
}
.replies td {
	padding-left:20px;
}
.discussionheader {
	width:100%;
}
.discussionheader td {
	padding-left:10px;
	background-color:#CCCCCC;
}
.discussionheader th {
	font-size:11px;
	background-color:#CCCCCC;
}
.f_t_title {
	padding-left:0px;
	font-size:14;
}
.replies th {
	font-size:11px;
}
.whitespace1 {
	height:5px;
	font-size:5px;
	border-bottom:1px solid #000;
}
.whitespace2 {
	font-size:5px;
	height:5px;
}
