/* ----- table ----- */

#forum a {
	color: #1a171b;
	text-decoration: none;
}
	
#forum a:hover {
	color: #39b2e1;
}

#forum h2.trail, #forum h2.trail a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #39b2e1;
	text-decoration: none;
	line-height: 21px;
	padding: 0;
}

#forum h2.trail a:hover {
	color: #1a171b;
}

#forum table.forum {
	margin: 5px 0 15px 0;
	background: #fff;
	clear: both;
}

#forum table.forum td, #forum table.forum th {
	padding: 4px 5px 4px 5px;
	text-align: left;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 15px;
}

#forum table.forum th {
	background: #ddd;
	color: #666;
	padding: 5px;
	font-weight: normal;
}

#forum  table.forum a {
	font-size: 12px;
}

#forum table.forum th.forumposttitle {
	background: #999;
	color: #fff;
	border: none;
	font-weight: bold;
	text-align: left;
}

#forum table.forum th.forumheader {
	font-weight: bold;
	text-align: left;
}

#forum table.forum th.forumheadercenter {
	font-weight: bold;
	text-align: center;
}

#forum table.forum tr.forumcat td, #forum table.forum tr.forumcat th {
	background: #eee;
	text-align: left;
	font-weight: bold;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 4px;
}

#forum table.forum tr.forumcat td.r, #forum table.forum tr.forumcat th.r {
	text-align: right;
}

#forum table.forum tr.forumcat th.lastpost {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#forum table.forum th.disporder, #forum table.forum td.disporder {
	width: 43px;
	text-align: left;
	padding: none;
}

#forum table.forum th.forumcat a:link, #forum table.forum th.forumcat a:visited {
	font-size: 10px;
	font-weight: normal;
}

#forum table.forum th.forumcat a:visited, #forum table.forum th.forumcat a:hover {
	font-size: 10px;
	font-weight: normal;
}

#forum  table.forum tr.forumcat a {
	text-decoration: none;
}

#forum table.forum th.postuser {
	font-size: 12px;
	width: 130px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
	border: none;
}

#forum table.forum th.postuser a {
	color: #666;
	font-size: 12px;
	line-height: 15px;
}

#forum table.forum th.postuser a:hover {
	color: #33afe0;
}

#forum table.forum th.postdate {
	font-size: 10px;
	text-align: left;
	border: none;
}

#forum table.forum th.postnumber {
	font-size: 10px;
	width: 80px;
	white-space: nowrap;
	text-align: right;
	border: none;
}

#forum table.forum td.l, #forum table.forum th.l {
	text-align: left;
}

#forum table.forum td.icon {
	width: 16px;
	text-align: center;
}

#forum table.forum td.firstpost {
	line-height: 16px;
	width: 180px;
	font-size: 11px;
}

#forum table.forum td.lastpost {
	line-height: 16px;
	width: 180px;
	font-size: 11px;
	border-right: 1px solid #ddd;
}

#forum table.forum td.firstpost a, #forum table.forum td.lastpost a {
	line-height: 16px;
	font-size: 11px;
	font-weight: normal;
}

#forum table.forum td.topics, #forum table.forum td.posts, #forum table.forum td.replies {
	width: 48px;
	text-align: center;
}

#forum table.forum td.postfiller {
	vertical-align: top;
	background: #f2f2f2;
	font-size: 10px;
	color: #777;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#forum table.forum td.postbody {
	vertical-align: top;
	text-align: left;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#forum table.forum td.postfooterleft {
	vertical-align: top;
	background: #eee;
	text-align: left;
	border-left: 1px solid #ddd;
	border-right: none;
	border-bottom: 1px solid #ddd;
	padding: 4px 5px 3px 5px;
}

#forum table.forum td.postfooterright {
	vertical-align: top;
	background: #eee;
	text-align: right;
	border-left: none;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 4px 5px 3px 5px;
}

#forum table.forum tr.alt td {
	background: #fafafa;
}

#forum table.forum tr.last td {
	border-bottom: none;
}

#forum table.forum tr.break th {
	color: #fff;
	background: #aaa;
	border-bottom: 1px solid #999;
}

#forum table.forum td.empty {
	background: #fff;
	text-align: left;
}

#forum table.forum td.nonefound {
	background: #fff;
	text-align: left;
	border-right: 1px solid #ddd;
}

#forum table.forum td.dayheading {
  background-color: #eee;
	text-align: left;
}

#forum p.forumactions {
	float: right;
}

#forum p.lastmodified {
	font-size: 10px;
	line-height: 16px;
}

#forum p.lastmodified a {
	font-size: 10px;
	line-height: 16px;
}

#forum td.postbody ul {
	margin: 0 0 10px 20px;
}

