/* generic styles, defaults and such */
body 
{
	font-family: arial;
	font-size: 11px;
}
A:LINK { text-decoration:none;}
A:VISITED { text-decoration:none;}

table
{

	vertical-align: top;
	border-collapse: collapse;
	font-size: 11px;
}
td A:LINK
{
	text-decoration: none;
}
td A:VISITED
{
	text-decoration: none;
}
td A:HOVER
{

	color: #333333;
}
a {
	color: #58bd19;  /* green */
}
/* table.plain is used to override inheritance */
table.plain 
{
	border-collapse: collapse;
	border: 0;
	padding: 2px;
	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.plain td {
	margin: 0;
	padding: 2;
	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 #58bd19;  green */
	width: 100%;
}
.tableDisplay td {
	padding: 6px;
	/*border: 1px solid #58bd19;   green
	border-top: 1PX SOLID #CCCCCC;*/
}

tr.tableHeader td
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;	/* background-image: url(/themes/default/images/tableHeaderBG.jpg);
	background-repeat: repeat-x;
	background-color: #7788AA; in case there is no background image or it doesn't load
	font-weight: bold; */
}
tr.tableSubheader td, tr.tableSubheader td a
{
	/*background-color: #cdd9de;  light blue 
	background-color: #f8f8f8;*/
	font-weight: bold;
	color: #000000;
}
tr.tableRow0 td
{
	color: #666666;  /* green 
	background-color: #f8f8f8;*/

}
tr.tableRow1 td
{
	 /* background-color: #f8f8f8;practically white! */
	color: #666666;  /* green */
}
td.postAuthorInfo
{
color:#333333;
	/* background-color: #ededed; light blue */

}
td.postContent
{
color:#999999;
	/* background-color: #ededed; light blue */
}


.signature {
	border-top: 1px dashed #999999;
}
.edit_notice {
	font-style: italic;
}
div.signature p {
	margin: 0;
}

span.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	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 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
}
table#forumList div.forumDesc {
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
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: #58bd19;  /* green */
}

.buttonBB {
	font-size: 11px;
	background-image: url(/themes/default/images/buttonBG.jpg);
	background-repeat: repeat-x;
	background-color: #7788AA; /* in case there is no background image or it doesn't load */
	color: white;
	font-weight: bold;
	height: 22px;
	vertical-align: middle;
	border: 1px solid black;
	margin: 0;
}
A.buttonBB {
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	line-height: 14px;
}span.threadTitle {
	margin: 0;
	font-size: 18px;
	font-family: Georgia;
	color: #666666;
	font-style: italic;
}
td.pagination A:LINK{

}
td.pagination {
	padding-top: 5px;
	padding-bottom: 5px;
}
.ActiveUserAvatar{border: 5px solid #cccccc;
}
td.threadName
{
	/*background-color: #f8f8f8;  practically white! */
	color: #58bd19;  /* green */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-bottom:1px solid #cccccc;
	text-align:left;
}
td.threadRest
{
	/*background-color: #f8f8f8;  practically white! */
	color: #58bd19;  /* green */
	font-size: 11px;
	border-bottom:1px solid #cccccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
}
tr.threadTitles td
{
	/*background-color: #f8f8f8;  practically white! */
	color: #58bd19;  /* green */
	font-size: 11px;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	text-align:left;
}
tr.threadForumName td
{

	color: #666666;  /* green */
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:left;
}
td.threadBody
{
	/*background-color: #ededed;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
	color:#333333;
}