/*
	Skin name: ArkNews
	Description: Modified from "Web 2.0" skin by Fredrik Fahlstad
	Author: The Morning News Web Team
	Author url: http://www.nwaonline.net
	WP-Forum url: 
	Version: 2.0
*/


#wp-forum table{
	border-collapse:collapse;
	width:100%;
	
}
#wp-forum table.main_table{
/*
	border:2px #ddd solid;
*/
	border: 1px #899BC1 solid;
	background:#fff;
	
}
#wp-forum table.main_table td{
	padding:0px;
}
#wp-forum table th{
	
}
#wp-forum a, #wp-forum a:visited{
	color:#3B5998;
}
#wp-forum a.forum_link{
	font-weight:bold;
}
#wp-forum span{
	font-size:85%;
}
#wp-forum table.group_table{
	margin:0;
}
#wp-forum table.group_table td{
	border:1px #e5e6e8 solid;
	padding:0 5px 0 5px;
}
#wp-forum table.forum_table{
	margin:0;
}
#wp-forum table.forum_table td{
	border-top:1px #899BC1 solid;
	border-left:1px #899BC1 solid;
	padding:0 5px 0 5px;
}
#wp-forum table.posts_table{
	margin:0;
}
#wp-forum table.posts_table td{
/*
	border:1px #e5e6e8 solid;
*/
	padding:5px 5px 0 5px;	
}
#wp-forum table.search_table td{
	background:#edf3fe;
	border:1px #fff solid;
	padding:3px;
}
#wp-forum table.search_results_table td{
	padding:3px;
	border:1px #e5e6e8 solid;
}
#wp-forum table.posts_table td.divider{
	background:#fff;
	height:10px;
	padding:0;
}
#wp-forum table.posts_table td.o{
	background:#edf3fe;
}
#wp-forum table.posts_table td.e{
	background:#fff;
}
#wp-forum table.reply_table td{
/*
	border-left:1px #e5e6e8 solid;
	border-right:1px #e5e6e8 solid;
*/
	padding:5px;
	background:#eeeeee;
}
#wp-forum table.user_table{
}
#wp-forum table.user_table td{
	background:#fff;
	border:1px #e5e6e8 solid;
	padding:5px;
}
#wp-forum table td.group_header{
	background:#edf3fe;
	height:28px;
	color:#000;
	font-weight:bold;
}
#wp-forum table td.table_header{
	background:#3B5998;
	height:28px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding:0;
}
#wp-forum table td.table_meta{
}
#wp-forum table.forum-meta{
/*
	background:url(images/paginationtop.gif);
*/
	height:28px;
	width:100%;
}
#wp-forum table.forum-meta td{
	padding:0 5px 0 5px;
}
#wp-forum .quote{
	float:right;
	padding-top:5px;
}
#wp-forum table.posts_table td.post-text{
	padding:10px;
}
#wp-forum span.post_meta{
	float:left;
}
#wp-forum table.reply_table{
	margin:0;
}
#wp-forum #forumtext{
	width: 97%;
	height: 200px;
}
input, select,textarea{
	border: 1px solid #b3b3b3;
}
#wp-forum blockquote{
	background-image:none;
	background-color:#fff;
	border:1px #999 solid;
	padding:10px;
	margin:0 0 1em 0;
}
#wp-forum table.recent_table td{
	border:none;
}
#wp-forum table.user_table td.table_meta{
	font-weight:bold;
	background-color:#edf3fe;
}
#subscript{
	background:#eee;
	padding:10px;
	border:1px #ccc solid;
}
tr.o{
	background:#D8DEEA;
}
tr.e{
	background:#fff;
	
}
.entry img {
	padding: 0px;
	border: none;
	background: transparent;
	}
