/*
	Skin name: Web2.0
	Description: Web 2.0 WP-Forum skin
	Author: Fredrik Fahlstad
	Author url: http://www.fahlstad.se
	WP-Forum url: http://www.fahlstad.se/wp-plugins/wp-forum
	Version: 1.0
*/


#wp-forum table{
	border-collapse:collapse;
	width:100%;
	
}
#wp-forum table.main_table{
	border:2px #ddd solid;
	background:#fff;
	
}
#wp-forum table.main_table td{
	padding:0px;
}
#wp-forum table th{
	
}
#wp-forum a, #wp-forum a:visited{
	color:#006699;
}
#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-left:1px #e5e6e8 solid;
	border-right:1px #e5e6e8 solid;
	
	padding:0 5px 0 5px;
}
#wp-forum table.posts_table{
	margin:0;
}
#wp-forum table.posts_table td{
	border:1px #e5e6e8 solid;
	padding:0 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:#edf3fe;
}
#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:#f1f1f1;
	height:28px;
	color:#000;
	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:100%;
	height:200px;
}
#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:#edf3fe;
	
}
tr.e{
	background:#fff;
	
}