.discussion {
	padding:1px;	
	margin-top: 10px;
	margin-bottom: 15px;
}
.discussion h1 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}
.discussion table {
	border: 1px solid #908F7F;
}
.discussion th {
	background-color:#C7C6BA;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #908F7F;
	border-left-color:#908F7F;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #908F7F;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:0px;
	text-align:left;
	text-decoration: none;
	text-transform: uppercase;
}
.discussion table th.submit_date {
	background-image: url(../gfx/submittedon.jpg);
}
.discussion table th.submit_name {
	background-image: url(../gfx/submittedby.jpg);
}
.discussion table th.submit_location {
	background-image: url(../gfx/sublocation.jpg);
}
.discussion td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #473E39;
	padding:5px;
	}

	/* Open Controls */
.discussion tbody.open td.arrow{
	background-image: url(images/arrow_open.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.discussion tbody.open tr.vitals{
	padding:0px;
	padding-top:0px;
	padding-bottom:2px;
}
.discussion tbody.open tr.vitals td{
	color:#333333;
	font-weight:normal;
	padding:1px;
	font-size: 11px;
	text-decoration: none;
}
.discussion tbody.open tr.message td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #908F7F;
	padding-bottom:10px;
	}

/* SUBMIT */	
.submitPost{
	background-color: #F7F7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
	padding:1px;
	border: 1px solid #908F7F;
}	
.submitPost td {
	padding:3px;
}	
		
.details {
	font-size: 11px;
	color:#333333;
}

a {
	color:#333;
	text-decoration:underline;
}
.discussion h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding:0px;
	margin:0px;
}
.discussion h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding:0px;
	margin:0px;
}

.mainBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
textarea {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
	padding:1px;
	margin:1px;
}
input {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
	padding:1px;
	margin:1px;
}
.button{
	border:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	padding:2px;
	margin:1px;
	
}

