﻿/* CSS Document */
#mainRightSide
{
	display:none;
	width:0px;
}

#mainCenter { padding:5px; width:75%; padding-bottom:32767px; margin: 0px 20px -32767px 0px; } 

#mainCenter h1{ border-right: solid 110px #FFF; }


.forumReplyBox
{
	text-align:right; font-weight:bold;
	margin: 2px 0px 5px 0px;
	
}
.forumReplyBox a
{
	color:White;
	background:  #5E7337;
	padding: 4px;
}
.forumReplyBox a:hover
{
	color:#ffffcc;
	background:  #000;
	text-decoration:none;
}

.forumPostTable {
	
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
.forumPostText{ height:100%; vertical-align:top; }	
.forumPostScript{ text-align:center; width:100%; height: 35px; margin-top:7px; margin-bottom:5px; cursor:pointer;   }	
.forumPostLinks{ width:100%; border-bottom: dashed 1px black; margin-bottom:8px; }

.forumPostBody {}
