table.newsTable {
	/*
	border: 1px solid #666;
	border-right: 0px;
	border-bottom: 0px;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	*/
	position: relative;
}
td.datafield {
	border: 1px solid #666;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 8px;
}
td.subjectfield {
	border: 1px solid #666;
	border-right: 0px;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}
td.datefield {
	border: 1px solid #666;
	border-left: 0px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: right;
}

/* Stuff for the comments section */

/* Comment button */
div.commentButton {
	position: relative;
	left: 440px;
	border: 1px solid #666;
	width: 140px;
	padding: 4px;
	margin-top: 10px;
	cursor: pointer;
	font-size: x-small;
	color: green;
	text-align: center;
}

/* The actual container for the shits */
div.commentContainer {
	position: relative;
	left: 13px;
	top: -26px;
	width: 600px;
	font-size: smaller;
	border: 1px solid #666;
	border-left: 0px;
	border-bottom: 0px;
	padding-left: 8px;
	padding-bottom: 10px;
	z-index: 1;
	display: none;
}
