body
{
}

.Forum
{
	display: block;
	border: solid 1px #000000;
	font-family: Arial;
	font-size: smaller;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.ForumHeader
{
	display: block;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: solid 1px #888888;
	background-color: #e4e4e4;
	background-image: url(../images/forum/formback.gif);
	background-repeat: repeat-y;
}

.ForumName
{
	display: block;
	font-family: Verdana;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.ForumDesc
{
	padding-left: 5px;
	display: block;
}

.ForumInfo
{
	font-family: Verdana;
	font-size: 10px;
	float: right;
}

.ForumPosts
{
	padding: 2px 0px 2px 0px;
	border: solid 1px #888888;
}

.ForumNewPostHeader
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	border-left: solid 1px #888888;
	border-right: solid 1px #888888;
	background-color: #ffff88;
	display: block;
}

.ForumNewPostLink
{
	color: #000000;
	text-decoration: underline;
}

.ForumNewPostForm
{
	display: block;
	width: 100%;
	border: solid 1px #888888;
	background-color: #e4e4e4;
	background-image: url(../images/forum/formback.gif);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 0px;
}

.ForumNewPostItem
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.ForumNewPostText
{
	width: 100%;
	height: 50px;	
}

.ForumPost
{
	font-family: Arial;
	display:block;
	background-image: url(../images/forum/postitem.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	font-size: 10pt;
	color: #000000;
	padding: 1px 5px 3px 15px;
	border-bottom: solid 1px #e4e4e4;
}

.ForumPostText
{
}

.ForumPostAuthor
{
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: inline;
}

.ForumPostAuthorMe
{
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #cc0000;
	display: inline;
}

.ForumPostAuthorAnonym
{
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #808080;
	display: inline;
}

.ForumPostTime
{
	font-family:Arial;
	text-decoration: none;
	color: #888888;
	display: inline;
}

.ForumFavorite
{
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: solid 1px #888888;
	border-top-style: none;
	background-color: #e4e4e4;
	background-image: url(../images/forum/formback.gif);
	background-repeat: repeat-y;
}

.ForumThreadHeader
{
	display: block;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: solid 1px #888888;
	border-top-style: none;
	background-color: #e4e4e4;
	background-image: url(../images/forum/formback.gif);
	background-repeat: repeat-y;
}

.ForumThreadActions
{
	float: right;
}

.ForumThreadAction
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
