/*HTML { margin:0;padding;0;border:none }
BODY { margin:0;padding;0;border:none; bgcolor: #ffffff; font-family: verdana, arial; }

SPAN { margin-top: 0px; margin-bottom: 0px }

A:link		{ text-decoration: none; color: #0000FF }
A:active	{ text-decoration: none; color: #000000 }
A:visited	{ text-decoration: none; color: #0000FF }
A:hover		{ text-decoration: none; color: #000099; font-weight: bold }

TD { color: #000000; font-size: 10pt; }

B { font-weight: bold }


#ts2		{ font-size: 10pt; }
#ts3		{ font-size: 12pt; }
#ts4		{ font-size: 16pt; }
#ts5		{ font-size: 20pt; }
#ts6		{ font-size: 25pt; }
*/

div.code {
	FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	border: solid thin #0000CC;
	background-color: #FFFFCC;
	white-space: nowrap;
	overflow:auto;
	display:block;
	width:97%;
}
div.quotedText {
	FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
	background-color: #e0e0e0;
	padding: 5px;
	margin-left: 10px;
}

#ts1		{ font-size: 8pt; }

#PostHeader	{ FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;color: #235577; font-size: 10pt; font-weight: bold; }
#PostHeaderBig	{ FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;color: #235577; font-size: 11pt; font-weight: bold; }

#highlighty	{ color: #000000; background-color: #FFFF33 }
#highlightb	{ color: #FFFFFF; background-color: #3366FF }


#ForumMenu A {
FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
	color: #000000;
}

		#ForumMenu A:link {
			color: #000000;
		}
		
		#ForumMenu A:hover {
			color: #000000;
			text-decoration:underline
		}


td
{
	FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	border-collapse: collapse;
}

/* table.plain is used to override inheritance */
table, table.plain 
{
	border-collapse: collapse;
	border: 0;
	empty-cells: show;
}
tr.tableHeader td
{
	FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
	background-image: url(_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
{
	FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
	background-color: #cdd9de; /* light blue */
	font-weight: bold;
	color: #CC0000;
}

/* this is the main table used on most pages */
.tableDisplay {
	FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
	border: 1px solid #cccccc; /* dark blue */
	width: 670px;
}
	.tableDisplay a {
		text-decoration:none;
	
		}

.tableDisplay2 {
	FONT-FAMILY: Verdana, Tahoma, Helvetica, sans-serif;
	border: 1px solid #cccccc; /* dark blue */
	width: 670px;
}
.tableDisplay td {
	padding: 6px;
	border: 1px solid #cccccc;  /* dark blue */
}

table#forumList div.forumDesc {
	margin-left: 15px;
	font-style: italic;
}

tr.tableRow0 td
{
	color: #235577;  /* dark blue */

}
tr.tableRow1 td
{
	background-color: #eff4f6; /* practically white! */
	color: #235577;  /* dark blue */
}
/* Buttons */
.forumbutts {
	background-color: #e7e7e7;
	border: 2px outset #999999;
	height: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:666;
	padding-bottom:2px;
	cursor:pointer;
}