/* Forum table items for the main forum and subject overviews */
table.forumOverview {
	width: 660px;
}
td.forumSubjectExpanded, th.forumSubjectExpanded {
	text-align: left;
	width: 210px;
}
td.forumSubjectShortened, th.forumSubjectShortened {
	text-align: left;
	width: 195px;
}
td.forumTopicExpanded, th.forumTopicExpanded {
	text-align: left;
	width: 265px;
}
td.forumTopicShortened, th.forumTopicShortened {
	text-align: left;
	width: 250px;
}
td.forumCheckboxHidden, th.forumCheckboxHidden {
	padding: 0px;
	text-align: left;
	width: 0px;
}
td.forumCheckboxDisplayed, th.forumCheckboxDisplayed {
	padding: 0px;
	text-align: left;
	width: 15px;
}
td.forumNumTopics, th.forumNumTopics, td.forumNumPosts, th.forumNumPosts {
	text-align: center;
	width: 55px;
}
td.forumLastPostBy, th.forumLastPostBy {
	text-align: left;
	width: 95px;
}
td.forumLastPostOn, th.forumLastPostOn {
	text-align: left;
	width: 160px;
}
td.forumLastPostOnBy, th.forumLastPostOnBy {
	text-align: left;
	width: 255px;
}

/* Forum table items for the topic overviews */
table.forumTopicOverview {
	border-collapse: collapse;
	margin: 12px 8px 12px 8px;
	width: 660px;
}
td.forum {
	border: 1px solid #cccccc;
	border-width: 0px 1px 0px 1px;
}
td.forumLeft {
	border-left: 2px outset #eeeeee;
	text-align: left;
	width: 110px;
}
td.forumRight {
	border-right: 2px outset #eeeeee;
	padding: 4px;
}
td.forumTop {
	border-top: 2px outset #eeeeee;
	font-weight: bold;
}
td.forumBottom {
	border-bottom: 2px outset #eeeeee;
}
td.forumPoster {
	text-align: left;
}
td.forumNewMessage {
	border-right: 0px;
	text-align: left;
	width: 300px;
}
td.forumDate {
	border-left: 0px;
	text-align: right;
	width: 250px;
}
td.forumUserdata {
	vertical-align: top;
}
td.forumMessage {
	text-align: justify;
	vertical-align: top;
	width: 550px;
}
td.forumSignature {
	vertical-align: bottom;
	width: 550px;
}
td.forumInbetween {
	border: 0px solid #000000;
	height: 10px;
}
td.forumOwn {
	background: #eeeeee;
}

/* Other Forum Stuff */
p.forumContent {
	margin: 0px;
	padding: 0px;
}
div.forumMessageContainer {
	width: 538px;
	margin: 0px;
	padding: 0px;
}