div.outerBrownBox {padding-top: 0;}
div.zimTitle {
	font-weight: bold;
	font-size: 1.2em;
}
span.zimTimestamp {font-size: 0.95em;}

/***********************************
 * POSTED ITEMS (e.g. comments etc)
 ***********************************/
div.commentsBox {
	position: relative;
	text-align: left;
	margin-top: 15px;
	padding-bottom: 1px;
	/*text-align: center;*/
}
div.postedComments {
	text-align: left;
	margin: 8px;
	margin-top: 3px;
	border-left: thin solid;
	border-right: thin solid;
	border-bottom: thin solid;
}
div.postedComment {
	display: block;
	border-top: thin solid;
	padding: 8px;
}
div.postedItemTitleLeft, div.postedItemTitleRight {
	padding-bottom: 6px;
	display: block;
	font-weight: bold;
}
div.postedItemText {clear: both;}
div#commentFormStartClosed {
	display: none;
	position: relative;
	/* margin: top right bottom left; */
	/*margin: 13px auto 10px auto;*/
	margin: 10px 8px;
}
div#commentFormStartOpen {
	display: block;
	position: relative;
	/* margin: top right bottom left; */
	/*margin: 13px auto 10px auto;*/
	margin: 10px 8px;
}
span.red {color: red;}
div.indent {
	margin: 4px 8px;
	margin-bottom: 6px;
}
.textBoxText {
	font-family: sans-serif;
}
div.titleBar {
	position: relative;
	margin-top: -2px;
}

