/* generic styles, defaults and such */
body 
{
	font-family:Arial, Helvetica, sans-serif;
	background:#88947B;
}
td
{
	font-family: sans-serif;
	font-size: 93%;
	vertical-align: top;
	border-collapse: collapse;
}
a {
	color: #2A2727;
}
/* table.plain is used to override inheritance */
table, table.plain 
{
	border-collapse: collapse;
	border: 0;
	empty-cells: show;
}
table.pmheaders 
{
	border-collapse: collapse;
	border: 0;
	empty-cells: show;
}
table.pmheaders td {
	margin: 0;
	padding: 3px;
	border: 1px solid #cccccc;
}
table td, table.plain td {
	margin: 0;
	padding: 0;
	border: 0;
}

table.profile
{
	border-collapse: collapse;
	border: 2px solid #e0e0e0;
	empty-cells: show;
}
table.profile td {
	margin: 0;
	padding: 3px;
	border: 2px solid #e0e0e0;
}

/* this is the main table used on most pages */
.tableDisplay {
	border: 1px solid #2A2727;
	width: 100%;
}
.tableDisplay td {
	padding: 6px;
	border: 1px solid #2A2727; 
}

tr.tableHeader td
{
	background-color: #7C7C62;
	font-weight: bold;
}
tr.tableSubheader td, tr.tableSubheader td a
{
	background-color: #CCCC99;
	font-weight: bold;
	color: #000000;
}
tr.tableRow0 td
{
	background-color: #FCFFE7;
	color: #2A2727; 

}
tr.tableRow1 td
{
	background-color: #FCFFE7;
	color: #2A2727; 
}
td.postAuthorInfo
{
	background-color: #CCCC99;

}
td.postContent
{

}


.signature {
	border-top: 1px dashed #CCCC99;
}
.edit_notice {
	font-style: italic;
}
div.signature p {
	margin: 0;
}

span.title {
	font-family: serif;
	font-size: 138.5%;
	font-weight: normal;
	font-variant: small-caps;
}
div.title {
	border-bottom: 1px solid #2A2727;
}
textarea#body {
	width: 450px;
	height: 250px;
}

.formBox, .formDropDown {
	width: 250px;
	font-family: Verdana;
	font-size: 85%;
	margin-bottom:5px;
}
div.code {
	font-size: 85%;
	border: solid thin #0000CC;
	background-color: #FFFFCC;
	white-space: nowrap;
	overflow:auto;
	display:block;
	width:500px;
}
div.quotedText {
	background-color: #e0e0e0;
	padding: 5px;
	margin-left: 10px;
}

table#forumList div.forumName {

}
table#forumList div.forumDesc {
	margin-left: 15px;
	font-style: italic;
}
p.error {
	background-color: #ffcccc;
	color: black;
	font-weight: bold;
	border: 1px solid black;
	padding: 5px;
	margin-left: 20px;
	width: 460px;
}
p.success {
	font-weight: bold;
	border: 1px solid black;
	padding: 5px;
	margin-left: 20px;
	width: 460px;
}

.footer {
	font-family: Verdana;
	font-size: 77%;
	color: #000000;
	margin-top: 20px;
}


.postLinks, .postLinks a {
	/*font-size: 0.9em;*/
}
.topMenu, .topMenu a {
	color: #2A2727; 
	text-align:right;
	margin-bottom:10px;
}

.button {
	font-size: 100%;
	background-color: #7C7C62;
	color: white;
	font-weight: bold;
	height: 22px;
	vertical-align: middle;
	border: 1px solid black;
	margin: 0;
}
A.button {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	line-height: 14px;
}h1.threadTitle {
	padding-top:5px;
	margin: 0;
	font-size: 167%;
}