/* ******** COMMON FORUM STYLES ******** */

table.forumtable {
	width: 100%;
	margin-bottom: 1em;
}

table.forumtable thead th {
	border-bottom: 2px solid #EDEFF3;
	font-weight: normal;
	color: #999;
	padding: 0 15px 5px 0px;
	text-align: left;
	font-size: smaller;
}

/* ******** FORUM LIST ******** */

table#forumlist tbody th {
	padding: 20px 0 4px 0;
	text-align: left;
}

table#forumlist tbody th.forumtitle1 {
	padding-top: 5px;
}

table#forumlist tbody th h2 {
	margin: 0;
}

table#forumlist tbody td {
	background-color: #EDEFF3;
	padding: 4px 15px 4px 2px;
	color: #666;
}

table#threadlist tbody td.lastpost ,
table#forumlist tbody td.lastpost {
	font-size: smaller;
}

table#forumlist tbody td.title a {
	font-size: 1.2em;
	font-weight: bold;
}

/* ******** THREAD LIST ******** */

table#threadlist tbody tr.row1 td {
	border-top: 2px solid #FFF;
}



table#threadlist tbody td {
	background-color: #EDEFF3;
	padding: 4px 15px 4px 2px;
	color: #666;
}

table#threadlist tbody td.title a {
	font-size: 1.2em;
	font-weight: bold;
}

/* ******** POST LIST ******** */

table#postlist th {
	background-color: #EDEFF3;
	padding: 3px 5px;
	color: #666;
	border-top: 2px solid #FFF;
}

table#postlist tr.row-preview-top th {
	border-top: 2px solid #5a75ad;
}
table#postlist tr.row-preview-btm td {
	border-top: 1px solid #5a75ad;
	border-bottom: 1px solid #5a75ad;
}
table#postlist th.date {
	font-size: smaller;
	font=weight: normal;
	white-space: nowrap;
	width: 25%;
}
table#postlist tr.row-preview-top th.date {
	font-weight:bold;
	font-size:1em;
}

table#postlist th.subject,
table#postlist th.count {
	font-weight: bold;
}

table#postlist th.count {
	text-align: right;
}

table#postlist td {
	padding: 8px 5px;
	color: #333;
	border-bottom: 2px solid #EDEFF3;
	vertical-align: top;
}
table#postlist.forumtable div.post-container {
	width: 445px;
	overflow: hidden;
	word-wrap: break-word;
}
table#postlist form {
	margin: 0;
}

table#postlist .input {
	width: 450px;
	margin-bottom: 4px;
}

table#postlist .submit {

}

table.controls td.paging {
	font-size: large;
}

.commentbody div {
	overflow:hidden;
}

label.checkbox {text-align:right;display:block;}
label.previewcheck {font-weight:bold;}
