﻿.leftPanelContainer
{
	overflow: auto;
	float: left;
	margin: 15px;
}

.rightPanelContainer
{
	overflow: visible;
	float: left;
	width: 413px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.toolboxContainer
{
	border: #DDDDDD solid 1px;
	width: 210px;
	padding: 10px;
}

.toolboxHeadline
{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	background-color: #e5a134;
	padding: 2px;
	color: White;
}

.forumBox
{
	border: #DDDDDD solid 1px;
	padding: 10px;
	width: 385px;
	overflow: hidden;
	margin-bottom: 15px;
}

.forumHeader
{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.postBox
{
	display: block;
	overflow: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	clear: both;
	color: black;
}

.postDetailHeader
{
	background: #e5a134;
	margin-bottom: 10px;
	color: White;
	font-weight: bold;
	padding: 2px;
	padding-left: 4px;
}

.forumDetailHeader
{
	padding: 10px;
	margin: 8px;
	width: 385px;
	overflow: auto;
}

.postDetailBox
{
	border: #DDDDDD solid 1px;
	padding: 10px;
	margin: 15px;
	overflow: auto;
}

.postTopic
{
	display: inline;
	float: left;
	color: black;
}

.postDetailTopic
{
	display: inline;
	font-weight: bold;
}

.postDetailText
{
	display: block;
	overflow: auto;
}

.postDetailAuthor
{
}

.postDetailCreatedAt
{
}

.postCreatedAt
{
	display: inline;
	float: right;
}

.listNavigationBox
{
	text-align: center;
}

.label
{
	display: block;
}

.replyTextBox
{
	width: 320px;
	border: solid 1px #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.watermarkReplyTextBox
{
	width: 320px;
	border: solid 1px #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #EEEEEE;
	text-align: center;
}

.formButton
{
	display: block;
}

textarea
{
	border: solid 1px #000000;
}

.smallCol
{
	width: 150px;
	display: block;
	float: left;
}

.px350
{
	width: 350px;
}

.newTopicTextBox
{
	width: 381px;
	border: solid 1px #000000;
	margin-top: 5px;
	margin-bottom: 10px;
	color: black;
}

.newTopicLink
{
	background: url(images/icon_newtopic.png);
	padding-left: 18px;
	background-position: left;
	background-repeat: no-repeat;
	line-height: 20px;
	display: block;
	color: black;
}

.searchLink
{
	background: url(images/icon_search.png);
	padding-left: 18px;
	background-position: left;
	background-repeat: no-repeat;
	line-height: 20px;
	display: block;
	color: Black;
}

.overviewLink
{
	background: url(images/icon_overview.png);
	padding-left: 18px;
	background-position: left;
	background-repeat: no-repeat;
	line-height: 20px;
	display: block;
	color: black;
}