table.forum_list {
	width: 100%;
	margin-bottom: 20px;
	border: solid 1px #0D97DC;
}
td.f_name {
	width: 45%;
}
td.f_topics,td.f_posts, td.f_replies, td.f_views {
	width: 15%;
	text-align: center;
}
td.f_last_post {
	width: 25%;
}
tr.header {
	background-color: #0D97DC;
	color: white;
}
tr.topic {
	background-color: #EEF5F9;
}
td.center {
	text-align: center;
}
a.link {
	color: #105289;
	text-decoration: none;
}
a.link_unread {
	color: red;
	text-decoration: none;
}
a.link:hover {
	color: red;
	text-decoration: underline;
}
table.forum_posts {
	width: 100%;
	margin-bottom: 20px;
}
td.f_author {
	width: 200px;
	margin-bottom: 20px;
	vertical-align: top;
	padding: 5px 0 15px 5px;
	border-bottom: solid 5px white;
}
td.f_message {
	vertical-align: top;
	padding: 5px;
	border-bottom: solid 5px white;
}
tr.post1 {
	background-color: #E1EBF2;
	padding: 50px;
}
tr.post2 {
	background-color: #ECF3F7;
}
img.f_photo {
	width: 77px;
}
a.post_title {
	font-size: 1.2em;
	color: #105289;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
a.post_title:hover {
	color: #D31141;
	text-decoration: underline;
}
span.post_date {
	font-size: 0.6em;
	display: block;
	margin-bottom: 5px;
	color: gray;
}
blockquote.quote {
	background:#EBEADD none no-repeat scroll 6px 8px;
	background-color: #EBEADD;
	background-image:url(../images/quote.gif);
	border-color:#DBDBCE;
	border:1px solid #DBDBDB;
	font-size:0.95em;
	margin:0.5em 1px 0 25px;
	overflow:hidden;
	padding:5px;
	color:#333333;
	font-family:"Lucida Grande","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
}
blockquote cite {
	display:block;
	font-size:0.9em;
	font-style:normal;
	font-weight:bold;
	margin-left:20px;
	border: none;
}
div.signature {
	border-top: 1px solid #CCCCCC;
	clear: both;
	margin-top:1.5em;
	padding-top:0.2em;
	width:100%;
}
span.quote_button {
	float: right;
}
span.quote_button a:hover {
	color: #AA0036;
}
.unread {
	color: red;
}