.addButtons {
	width: 100%;
	padding: 0 5px 5px 0;
	text-align: right;
	font-size: 10px;
}
.postTable {
	background-color: #EFEFEF;
	width: 100%;
}
.postTable_2 {
	background-color: #DFDFDF;
	width: 100%;
}
.postLeft {
	vertical-align: top;
	padding: 0px 2px 2px 2px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}
.postTitle {
	font-size: 10px;
	padding-left: 2px;
	border-right: 1px solid #666666;
}
.postContent {
	font-size: 11px;
	line-height: 1.3em;
	padding-left: 10px;
	border-right: 1px solid #666666;
}
.postBottomIcons {
	border-bottom: 1px solid #666666;
	font-size: 9px;
	padding: 0 0 1px 2px;
	width: 50%;
}
.postBottomIconsRight {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 0 2px 1px 0;
	text-align: right;
	font-size: 10px;
	width: 50%;
}
.breadCrumb {
	font-size: 10px;
	padding-bottom: 2px;
	text-decoration: none;
}
A.breadCrumb:LINK {
	font-size: 10px;
	padding-bottom: 2px;
	text-decoration: none;
}


.tableForumTitle {
	position: relative;
	width: 100%;
	height: 19px;
	top: 0px;
	padding: 0px 0px 0px 2px;
	font-size: 13px;
	font-weight: bold;
	background-color: #DFDFDF;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 2px solid #666666;
}
.tableForumTopMiddle {
	position: absolute;
	left: 61%;
	width: 22%;
	top: 0px;
	height: 19px;
	text-align: center;
}
.tableForumDate {
	position: absolute;
	width: 100%;
	left: 90%;
	top: 0px;
	height: 19px;
	padding: 0px 2px 0px 2px;
	text-align: center;
}
.tableForumContent {
	position: relative;
	left: 0px;
	background-color: #EFEFEF;
	border-right: 1px solid #C3C3C3;
	border-left: 1px solid #C3C3C3;
}
.tableForumHolder {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #DFDFDF;
}

