/* generic styles, defaults and such */

td
{
	font-family: sans-serif;
	font-size: 12px;
	vertical-align: top;
	border-collapse: collapse;
}

/* table.plain is used to override inheritance */
table, table.plain 
{
	border-collapse: collapse;
	border: 0;
	empty-cells: show;
}
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 #D8B858; /* dark border */
	width: 100%;
}
.tableDisplay td {
	padding: 6px;
	border: 1px solid #D8B858;  /* dark border */
}

tr.tableHeader td
{
	background-color: #F7DE9C; /* main color - in case there is no background image or it doesn't load */
	font-weight: bold;
}
tr.tableSubheader td, tr.tableSubheader td a
{
	background-color: #FBF1D3; /* lighter shade */
	font-weight: bold;
	color: #000000;
}
tr.tableRow0 td
{
	color: #225544;  /* dark blue */

}
tr.tableRow1 td
{
	background-color: #eff4f6; /* practically white! */
	color: #225544;  /* dark blue */
}
td.postAuthorInfo
{
	background-color: #FBF1D3; /* lighter shade */

}
td.postContent
{

}


.signature {
	border-top: 1px dashed #999999;
}
.edit_notice {
	font-style: italic;
}
div.signature p {
	margin: 0;
}

span.title {
	font-family: serif;
	font-size: 24px;
	font-weight: normal;
	font-variant: small-caps;
}
div.title {
	border-bottom: 1px solid #235577;
}

textarea#body {
	width: 450px;
	height: 250px;
}

.formBox, .formDropDown {
	width: 250px;
	font-family: Verdana;
	font-size: 11px;
}
div.code {
	font-size: 11px;
	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: 10px;
	color: #000000;
	margin-top: 20px;
}


.postLinks, .postLinks a {
	font-size: 0.9em;
}
.topMenu, .topMenu a {
	color: #B94023;  /* dark */
}

.button {
	font-family: helvetica,arial, sans-serif;
	font-size: 8pt;
	color: white;
	font-weight: bold;
	padding: 1px;
	margin: 2px;
	background-color: #254381;
	border:1px #0E1B48 solid;
}
A.button {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	line-height: 14px;
	color:white
}

h1.threadTitle {
	margin: 0;
	font-size: 2em;
}
td.pagination {
	padding-top: 5px;
	padding-bottom: 5px;
}
