.subjectColumn1 { width: 150px; }
.subjectColumn2 { width: 320px; }
.subjectColumn3 { width: 70px; }
.subjectColumn4 { width: 70px; }
.subjectColumn5 { width: 144px; }

.topicColumn1 { width: 390px; }
.topicColumn2 { width: 150px; }
.topicColumn3 { width: 70px; }
.topicColumn4 { width: 144px; }

.categoryTitleContainer {
	height: 28px;
	width: 137px;
	background: url(../gfx/common/blueHeaderSmall.gif);
	overflow: hidden;
}

.subjectList, .topicList {
	padding-bottom: 28px;
}

.subject, .topic {
	line-height: 28px;
	font-weight: bold;
	clear: both;
}

.column1post{
	float: left;
	width: 210px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}
.column2post{
	float: left;
	width: 545px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}
.rowContent {
	color: black;
	padding-left: 10px;
	line-height: 20px;
}
.rowContentActive {
	padding-left: 10px;
	line-height: 20px;
	font-weight: bold;
}

.rowContainer {
	background: white;
	padding-top: 5px;
	padding-bottom: 5px;
}
