.forum_area{background:url('/images/gray_pixel.gif') #ffffff repeat-y;}
.forum_area_2{background:#FFFFFF;background:url('/images/gray_pixel.gif') #ebebeb repeat-y;}
.forum_area td, .forum_area_2 td{padding:10px;border:solid 1px #7d848e;border-left:none;}
.form_area_name{width:auto;}
.form_area_posts{width:100px;}


.forum_title, .forum_title a, .forum_title a:link{color:#41648e;font-size:12px;font-weight:bold;}

#forum_list{width:589px;margin-top:8px;background:url('/images/forum_top.gif') no-repeat top left;border-collapse:collapse;}
#forum_head{height:30px;font-size:12px;}
#forum_head th{margin:0px;padding:0px;border:none;font-weight:bold;color:#fefefe;padding-left:15px;vertical-align:center;}
#forum_foot{background:url('/images/forum_bottom.gif') no-repeat top left;height:14px;}

.forum_post_name{width:100%;border-bottom:solid 1px #7d848e;color:#7d848e;}
.forum_post_info{color:black;float:left;width:100px;}
.forum_post_body{width:450px;float:right;}

/* Paging Classes */
.paging{color:#74757a;text-align:right;width:580px;margin-top:5px;}
.paging a, .paging a:link{color:#74757a;}
.paging_form{}
.paging_total{}
.paging_prev{}
.paging_next{}
.paging_page{}
.paging_current_page{}

#user_edit_table{width:90%;}
#user_edit_table input{width:300px;}
#user_edit_table select{width:300px;}
#newpost{float:left;}

code{border:solid 1px #b4b7bc;border-left:solid 8px #b4b7bc;background:#FFFFFF;display:block;padding:3px;}

#wiki_edit{width:590px;height:450px;border:solid 1px black;}

/* Markdown-wiki editor */
.markdownArea{
	width:590px;
	height:400px;;
}

.markdownEntry{
	width:290px;
	display:visible;
	height:330px;
	display:inline;
	float:left;
	padding:0px;
	margin:0px;
}
.markdownDisplay{
	width:290px;
	display:visible;
	height:400px;
	background-color:#eeeeee;
	float:right;
	overflow:scroll;
}
.mardownRef{
	width:590px;
	display:visible;
	height:400px;
	display:inline;
	float:right;
}
.markdownOptions{
	width:590px;
	display:visible;
}
