﻿tr.forumrow:hover {
	background-color: #8accff;
}

tr.forumrow {
	background-color: White;
}

a.forumButton {
	height: 41px;
	width: 147px;
	display: block;
}

a:hover.forumButton img {
	visibility: hidden;
}

a.newTopic {
	background: url("/images/forum/newTopic_over.jpg") 0 0 no-repeat;
}

a.reply {
	background: url("/images/forum/reply_over.jpg") 0 0 no-repeat;
}

textarea#message {
	width: 640px;
	height: 250px;
	border: 2px solid #cccccc;
	padding: 5px;
	font-family: Tahoma;
	font-size: 11px;
}

input.subject {
	width: 640px;
	border: 2px solid #cccccc;
	padding: 5px;
	font-family: Tahoma;
	font-size: 11px;
}

a.page {
	border: solid 1px #cccccc; 
	background-color: #ffffff; 
	color: #0c6375; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	padding-left: 4px; 
	padding-right: 4px;
}

a.page:hover {
	background-color: #0c6375;
	color: #ffffff;
	border: solid 1px #0c6375;
	text-decoration: none;	
}

span.pageCurrent {
	border: solid 1px #0c6375;
	background-color: #0c6375;
	color: #ffffff;
	padding-top: 2px; 
	padding-bottom: 2px; 
	padding-left: 4px; 
	padding-right: 4px;
}

div.forum_width {
	font-family: Tahoma;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.threadTitle {
	margin-top: 0px; 
	padding-top: 0px; 
	color: #0c6375; 
	font-size: 18px; 
	margin-bottom: 10px;
}

div.threadHeader {
	padding: 0px;
}

div.pageInfo {
	float: right; 
	padding-top: 13px; 
	padding-right: 10px; 
	font-size: 11px;
}

div.post_top_base {
	height: 12px; 
 	width: 699px; 
 	overflow: hidden;
}
 
div.post_top_0 {
 	background-image: url('/images/forum/post_top.jpg'); 
}

div.post_top_1 {
 	background-image: url('/images/forum/post_top_b.jpg'); 
}

div.post_mid_base {
	width: 699px; 
	background-repeat: repeat-y; 
	min-height: 80px;
}

div.post_mid_0 {
	background-image: url('/images/forum/post_stretch.jpg'); 
}

div.post_mid_1 {
 	background-image: url('/images/forum/post_stretch_b.jpg'); 
}

div.post_bottom_base
{
	width: 699px; 
	height: 25px; 
	text-align: right;
}

div.post_bottom_0 {
	background-image: url('/images/forum/post_bottom.jpg'); 
}

div.post_bottom_1 {
	background-image: url('/images/forum/post_bottom_b.jpg'); 
}

img.toTop {
	margin-right: 10px; 
	height: 16px; 
	width: 16px;
	border: solid 0px white;
}

td.userInfo {
	vertical-align: top; 
	width: 138px; 
	padding-left: 15px; 
	padding-right: 15px;
}

td.post {
	width: 501px; 
	padding-left: 15px; 
	padding-right: 15px;
	vertical-align: top;
} 

div.post 
{
	width: 501px;
	overflow: hidden;
}

span.postAttr {
	color: #000000;
}

span.postTitle {
	color: #515151; 
	font-weight: bold; 
	font-size: 12px;
}

span.postSubtitle {
	color: #515151; 
	font-size: 10px;
}

span.userTitle 
{
	font-size: 10px;
	font-style: italic;
	color: #999999;
}

