


table.ForumList {

	border-collapse:collapse;
	width:100%;
	line-height:1.4em
}

table.ForumList th {
	
	background-color: #F58020;
	color: white;	
	border-right: 3px solid white;
	margin:0;
	padding: 4px 5px;
}

table.ForumList span.ForumDescription {

	font-size:0.9em
}

table.ForumList tr.Forum {

	border-bottom: 3px solid #626262
	
}

table.ForumList tr.Forum td {

	padding-top: 10px; 
	padding-bottom: 10px;
}

table.ForumList td.ForumThreadCount, table.ForumList td.ForumPostCount {
	text-align:center
}

table.ForumList a.ForumTitle {

	font-weight:bold;
/*	color:black;*/
}

table.ThreadList {

	border-collapse:collapse;
	width:100%;
	line-height:1.3em;
	font-size: 0.9em;
	border: 1px solid #626262;

}


table.ThreadList tr.row1 {
	background-color: #FFF
}

table.ThreadList tr.row2 {
	background-color: #F7F0EA
}



table.ThreadList td {

	padding: 5px; 
	/*border: 2px solid white;*/
	
}


table.ThreadList th {
	
	background-color: #F58020;
	color: white;	
	/*border-right: 3px solid white;*/
	margin:0;
	padding: 4px 5px;
}

table.ThreadList td.ThreadReplyCount {
	text-align:center;
}

/*
table.ThreadList td.ThreadTitle a {

	color: #000;
	text-decoration: underline;
}*/

table.PostList {

	border-collapse:collapse;
	width:100%;
	line-height:1.3em;
	font-size: 0.9em;
}


table.PostList td.HeaderTop {
	vertical-align:top
}

table.PostList td.HeaderBottom {
	vertical-align:bottom
}

table.PostList tr.PostHeaderrow1 {
	background-color: #FFE9CB;
}

table.PostList tr.PostHeaderrow2 {
	background-color: #FFDFB0
}

table.PostList tr.PostBodyrow1 {
	background-color: #FFDFB0;
}

table.PostList tr.PostBodyrow2 {
	background-color: #FFE9CB;
}

table.PostList tr.PostFooterrow1, table.PostList tr.PostFooterrow2 {
	background-color: #FF8F3F
}

table.PostList td {

	padding: 5px; 
	border: 2px solid white;
	vertical-align:top;
	
}

table.PostList th {
	
	background-color: #F58020;
	color: white;	
	border: 2px solid white;
	margin:0;
	padding: 4px 5px;
}

table.PostList th.Author {

	width:170px;

}

td.ThreadTitle input {

	width:400px;	
}

td.PostBody textarea, td.forum-edit-post-body textarea {

	width:400px;	
	height:300px;
}

