/*Navigation*/
table.forumNav {
	margin: 0;
	padding: 0;
}
table.forumNav td {
	margin: 0;
	padding: 0;
	border: 0;
}
table.forumNav td table.forumPages td {
	background: #efefef;
	border: 1px solid #000;
}
table.forumNav td table.forumPages td.nowPage {
	background: #94CD2C;

}

table.forumNav td.reply {
	text-align: left;
	padding-left: 10px;
	vertical-align: middle:
}
table.forumNav td.reply a{
	text-decoration: none;
}
/*Each post */
	table.forumPost {
		width: 100%;
		border: 1px solid #666;  
		border-spacing: 0; 
		border-collapse: collapse;
		padding: 5px;
	}
	table.forumPost th {
		background: #94CD2C;
	}

	/* User informations */
		table.forumPost td.user a.username {
			width: 100%;
			display: block;
			font-size: 16px;
		}
		table.forumPost td.user {
			width: 30%;
		}
		table.forumPost td.user ul.informations {
			margin: 0;
			padding: 0;
		}
		table.forumPost td.user ul.informations li {
			width: 100%;
			margin: 0;
			padding: 0;
		}
	/*Post body */
		table.forumPost td.postBody {
			width: 70%;
			vertical-align: top;
		}
		/*Title*/
			table.forumPost td.postBody div.title {
			}
			table.forumPost td.postBody hr.titleHr {
			}
		/*Text*/
			table.forumPost td.postBody div.postText {
				text-align: justify;
				padding: 5px;				
			}

/*Forums list */
	table.forumMain
	{
	
	}
	table.forumMain th {
		background: #94CD2C;
	}
	table.forumMain td {
		background: #efefef;
	}
	table.forumMain div.forumDescription {
	}
	table.forumMain div.forumDate {
	}

/* Forum status list */
	table.forumStatus {
	}
	table.forumStatus td{
		border: 0;
	}
	table.forumStatus td table.status td {
		border: 1px solid #DFDFDF !important;
	}
	
blockquote {
	background: #efefef;
	padding: 5px;
}
blockquote span {
	font-weight: bold;
}