/*  this are the forum display classes */
.forumMainHolder {
	background-color: #cccccc;
	width:100%;
	border:1px;
	border-color : #000000;
	position: relative;
}
.forumRowHolder {
	background-color: #dddddd;
	width:100%;
	position: relative;
}

/*  title forum classes */
.forumTitleLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100px;
	background-color: #dcdcdc;
}
.forumTitleCenter {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 200px;
	background-color: #dcdcdc;
}
.forumTitleRight {
	position: absolute;
	top: 0px;
	left: 300px;
	width:100px;
	background-color: #dcdcdc;
}

/*  middle forum classes */
.forumMiddleLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100px;
	background-color: #dcdcdc;
}
.forumMiddleCenter {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 200px;
	background-color: #dcdcdc;
}
.forumMiddleRight {
	position: absolute;
	top: 0px;
	left: 300px;
	width:100px;
	background-color: #dcdcdc;
}

/*  bottom forum classes */
forumBottom {
	background-color: #dcdcdc;
	margin:10px;
	width:100%;
}

/*  forum end */
.forumClear {
	clear:both;
}