DIV#subMenu {
	display: none;
}
DIV#subMainFullCol {
	width: 100%;
}
DIV#subMainCol {
	clear: both;
	width: 100%
}
DIV#subPuffCol {
	clear: both;
	width: 100%
}
DIV#subMainFullCol DIV.postEditorTop, DIV#subMainFullCol DIV.postEditorBot {
	display: none;
}

DIV#forumTopic {
	width: 100%;
	border-top: 1px dashed #000;
	border-right: 0px none #fff;
	border-left: 0px none #fff;
	border-bottom: 0px none #fff;
}
DIV#forumTopic P {
	padding: 5px 0 5px 0;
	background: #fff none;
}
DIV#forumTopic DIV.forumBG {
	background: #fff none;
}
DIV#forumTopic DIV.forumBG DIV.forumColL {
	padding: 0;
}
DIV#forumTopic DIV.forumBG DIV.forumColL P {
	margin: 0 0 1em 50px;
	padding: 0;
}
DIV#forumTopic DIV.forumBG DIV.forumColL P A {
	color: #000;
	font-weight: normal;
}
DIV#forumTopic DIV.forumBG DIV.forumColR {
	padding: 0;
}
DIV#forumTopic DIV.forumBG DIV.forumColR P {
	margin: 0 0 0 10px;
	padding: 0;
}
DIV#forumTopic DIV.forumBot {
	display: none;
}

DIV#topicList {
	width: 100%;
	border-top: 1px dashed #000;
	border-right: 0px none #fff;
	border-left: 0px none #fff;
	border-bottom: 0px none #fff;
}
DIV#topicList P {
	padding: 5px 0 5px 0;
	background: #fff none;
}
DIV#topicList DIV.topicBG {
	width: 100%;
	background: #fff none;
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
}
DIV#topicList DIV.topicBG DIV.topicColL {
	padding: 0;
}
DIV#topicList DIV.topicBG DIV.topicColL P {
	margin: 0 0 1em 50px;
	padding: 0;
}
DIV#topicList DIV.topicBG DIV.topicColR {
	padding: 0;
}
DIV#topicList DIV.topicBG DIV.topicColR P {
	margin: 0 0 0 10px;
	padding: 0;
}
DIV#topicList DIV.topicBot {
	display: none;
}

DIV#postList {
	width: 100%;
}

DIV#postList DIV.postRow DIV.userPostHead DIV.userInfo, DIV#postList DIV.postRow DIV.userPostTeacher DIV.userInfo, DIV#postList DIV.postRow DIV.userPostStudent DIV.userInfo, DIV#postList DIV.postRow DIV.userPostParliamentarian DIV.userInfo {
	padding: 8px 0 5px 0 !important;
	border-top: 1px dashed #000;
	border-right: 0px none #fff;
	border-left: 0px none #fff;
	border-bottom: 1px dashed #000;
}
DIV#postList DIV.postRow DIV.userPostHead DIV.userInfo {
	background: #FF6600 none !important;
}
DIV#postList DIV.postRow DIV.userPostTeacher DIV.userInfo {
	background: #7547A3 none !important;
}
DIV#postList DIV.postRow DIV.userPostStudent DIV.userInfo {
	background: #FF0033 none !important;
}
DIV#postList DIV.postRow DIV.userPostParliamentarian DIV.userInfo {
	background: #009999 none !important;
}

DIV#postList DIV.postRow DIV.userPostHead DIV.userInfo DIV.userName DIV, DIV#postList DIV.postRow DIV.userPostTeacher DIV.userInfo DIV.userName DIV, DIV#postList DIV.postRow DIV.userPostStudent DIV.userInfo DIV.userName DIV, DIV#postList DIV.postRow DIV.userPostParliamentarian DIV.userInfo DIV.userName DIV {
	color: #000 !important;
}

DIV#postList DIV.postRow DIV.userPostHead DIV.userMess, DIV#postList DIV.postRow DIV.userPostTeacher DIV.userMess, DIV#postList DIV.postRow DIV.userPostStudent DIV.userMess, DIV#postList DIV.postRow DIV.userPostParliamentarian DIV.userMess {
	background: transparent none;
	border-bottom: 1px dashed #000;
}

DIV.userMessTextBot {
	display: none;
}
