#forum_table, #threadlist{
	margin: 10px 0 0 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

#forum_table_header a, #threadlist_header a{
	color: #555;
	border-bottom: 1px dotted;
}

#forum_table_header a:hover, #threadlist_header a:hover{
	text-decoration: none;
	border-bottom: 1px solid;
}

.forum_name, .topic_name, .user, #breadcrumbs a{
	color: #c40125;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.user{
	font-weight: bold;
}

a.topic_name{
	font-weight: bold;
}

.forum_name:hover, .topic_name:hover, .user:hover, #breadcrumbs a:hover{
	border-bottom: 1px solid;
}

#forum_table p, #threadlist p{
	font-size: 10pt;
	font-weight: normal;
	margin: 2px 0;
}


td{
	padding: 10px;
	margin: 0;
}

tr{
	border-bottom: 1px solid #cecece;
}

tr.odd{
	background-color: #f2fbff;
}

#forum_table_header, #threadlist_header{
	background: #f6f6f6;
	border-top: 1px solid #cecece;
	font-weight: bold;
}

td.forum_description, td.thread_title{
	width: 60%;
	/*border-right: 1px solid #cecece;*/
}

td.forum_description h3{
	margin: 0;
}

.topics, .posts, .viewing{
	font-weight: normal;
	font-size: 10pt;
	color: #295bb8;
}

.viewing{
	font-weight: bold;
}

#breadcrumbs{
	margin: 0 0 0 35px;
}

td.thread_status{
	width: 24px;
	padding: 10px 0 10px 0;
}

#forumtools, #topictools{
	float: right;
	/*margin: -65px -20px 0 0;*/
	position:relative;
	top:-65px;
}

#forumtools li, #topictools li {list-style-type:none;}

.post_controls{
	margin: 0 -10px 0 0;
	float: right;
	display: block;
}

#forumtools li, #topictools li, .post_controls li{
	float: left;
}

a.toolbutton{
	border: 0;
	background: url(../images/button_bg.png) top left no-repeat;
	display: block;
	width: 95px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 0 0 5px;
	cursor: pointer;
}

a.toolbutton: hover{
	border: none;
}

/* SHOWTHREAD */
#postlist{
	margin: 10px 0;
}

.post_header{
	position: relative;
	background: #f2fbff url(../images/post_corner.gif) top right no-repeat;
	border: 1px solid #cecece;
	margin: 0;
	padding: 10px;
	border-collapse: collapse;
	width: 100%;
}

.post_header p{
	margin: 0;
}

.postbody{
	padding: 5px 5px 45px 5px;
}

h3.post_title{
	font-weight: bold;
	color: #295bb8;
	margin: 0;
}

p.signature{
	color: #295bb8;
}

td.postcount{
	border: 0;
	font-weight: bold;
	text-align: right;
	padding: 0 3px 0 0;
	margin: 0;
	vertical-align: top;
	height: 40px;
	width: 40px;
}

td.post_info{
	width: 350px;
	vertical-align: top
}
td.user_info{
	vertical-align: top
	position: relative;
	text-align: left;
	padding: 10px 10px 10px 0px;
}

td.avatar{
	border-left: 1px solid #cecece;
}

.posthistory{
	font-style: italic;
}

#forumrules{
	padding: 12px;
	margin: 0 8px;
	font-size: 9pt;
	line-height: 13pt; 
}

#forumrules p{
	padding: 0;
	margin: 0;
}

#forumrules a{
	color: #c40125;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#forumrules a:hover{
	border-bottom: 1px solid;
}

img.avatar{
	border: none;
}
