.forumError{
	text-align:center;
	background:#ffffff;
	font-weight:bold;
	border:2px solid dashed;
}
.forumButton{
	padding:1px;
	font-weight:bold;
	text-decoration:none;
	border:1px solid red;
	color:#000000;
	background:white;
	margin:4px;
}
.forumQuote{
	margin:20px;
	border:1px dashed black;
	color:#000000;
	background:#dddddd;
	padding:4px;
}


.forumCrumbs{
	text-align:left;
}
.forumCrumbs a{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.forumLinks{
	text-align:right;
	margin:3px;
}
.forumLinks a{
	padding:3px;
	font-weight:bold;
	text-decoration:none;
	background:#aabbcc;
	border:1px solid #223344;
	color:#3366ff;
}

.forumBoards{
	border:1px solid #579;
	text-align:center;
	width:600px;
}
.forumBoards table{
	border:1px solid black;
}
.forumBoards td{
	background:#aabbcc;
	border:1px solid #223344;
	text-align:center;
}
.forumBoards .boardName a{
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}

.forumBoard{
	width:600px;
	text-align:center;
}
.forumBoard table{
	width:100%;
	border:1px solid black;
}
.forumBoard td{
	background:#aabbcc;
	border:1px solid #223344;
	text-align:center;
}
.forumBoard th{
	text-align:center;
}
.forumBoard a{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
}
.forumBoard .boardName{
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}
.forumBoard .boardPages{
	text-align:center;
	margin:4px;
}
.forumBoard .boardPages a{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	text-align:center;
	margin:3px;
}

.forumThread{
	width:600px;
	text-align:center;
}
.forumThread .threadName{
	text-weight:bold;
}
.forumThread table{
	width:100%;
	border:1px solid black;
}
.forumThread td{
	background:#aabbcc;
	border:1px solid #223344;
	text-align:left;
}
.forumThread .postTitle{
	text-align:center;
	font-weight:bold;
}
.postTools{
	text-align:right;
	background:#dddddd;
	border-bottom:1px solid black;
	padding:1px;
}
.postTools a{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}


.forumNewPost{
	width:100%;
}
.forumNewPost .newPostName{
	text-align:center;
	text-decoration:bold;
}
.forumNewPost table{
	width:100%;
	border:1px solid black;
}
.forumNewPost td{
	background:#bbbbbb;
	border:1px solid #666666;
	text-align:left;
	font-weight:bold;
}

.smilies td{
	border:0px;
	text-align:center;
}

.forumTag{
	background:#cccccc;
	color:#333333;
	border:1px solid #333333;
	padding:1px;
	margin:1px;
	text-decoration:none;
	text-align:center;
	display:inline;
	width:50px;
}
