/**
* $Id$ 
* Styles for BB
*/

.bbtable {
	width: 500px;
	border: 2px solid #0a5214;
	border-collapse: collapse;
	}

.bbtable thead{
		background-color: #0a5214;
	}

.bbtable tbody tr {
	height: 50px;	
	}

.bbtable tbody td {
	border-bottom: 1px solid #0a5214;
	padding: 2px;
		}
	
.bbpost {
	clear: both;
	/*min-height: 150px;*/
	height: auto;
	border: 2px solid #0a5214;
	margin: 2px;
	}
	
.bbpostheader {
	font-size: 12pt;
	padding: 5px;
	color: black;
	background-color: #0a5214;
	}

.bbpostheader a {
	color: black;
	text-decoration: none;
		}
	
.bbpostdate {
	width: 150px;
	float: right;
	font-size: 8pt;
	text-align: right;
	}

.bbpostcontent {
	clear: both;
	/*min-height: 130px;*/
	/*	height: auto;*/
	padding: 10px;
	font-size: 10pt;
	}

.bbpostauthor {
	width: 150px;
	min-width: 150px;

	float: left;
	font-size: 11pt;
	text-align: center;

	}
.bbedit {
	text-decoration: underline;
	font-size: 9pt;
	}
.bbposttext {
	border-left: 1px solid #0a5214;
	margin-left: 153px;
	padding-left: 10px;
	float: left;
	}
.bbpostfoot {
	clear: both;
	}
