.forumHead {
	border-bottom: 1px solid #cccccc;
	padding: 2px;
	padding-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
}

.oddThread {
	font-size: 13px;
	border-bottom: 1px dashed #83cc83;
	padding-bottom: 4px;
}

.evenThread {
	font-size: 13px;
	border-bottom: 1px dashed #aaaaff;
	padding-bottom: 4px;
}

.picture {
	padding: 0px;
	margin: 10px;
	float: left;
	font-size: 12px;
	width: 150px;
	height: 100px;
}

html > body .picture {
height:auto;
min-height:150px;
width:auto;
min-width:100px;
}

.postBorder {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}
 	.postBorderCurrent {
	border: 3px dotted black;
	margin-bottom: 10px;
}
h2.postSubject {
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px;
}
.postData {
	border-bottom: 1px solid #cccccc;
	font-size: 9pt;
	background-color: #eeeeee;
	color: black;
	padding: 3px;
}
.postData a {
	color:#29587E;
	text-decoration:underline;
}
.postData a:hover {
	text-decoration:none;
}
.postControls {
	border-top: 1px solid #cccccc;
	background-color: #676767;
	color: black;
	padding: 3px;
	text-align:right;
}
.postControls a:link, .postControls a:visited {
	color:white;
	text-decoration:underline;
}
.postControls a:hover {
	text-decoration:none;
}
.bottomControls {
	background-color:#676767;
	padding: 3px;
	text-align:right;
}
.bottomControls a:link, .bottomControls a:visited {
	color:white;
	text-decoration:underline;
}	
.bottomControls a:hover {
	text-decoration:none;
}
.postMessage {
	padding: 3px;
}
.currentThread {
	background-color: #eeeeee;
}
.threadHead {
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	font-size: 9pt;
	background-color: #eeeeee;
	color: black;
	padding: 3px;
}
.threadData {
	font-size: 11px;
	padding: 3px;
}


