body
{
font: 10pt arial;
color: #ffffff;
background: #111122;
}

body.post_popup
{
background: #00010a;	/* must be the same as td.small */
}

p	/* used in "your message threshold is set to blah */
{
font-size: 8pt;
color: #888888;
}

tr	/* all text not in posts */
{
font-size: 10pt;
color: #ffffff;
background: #000000;
}

tr.bold		/* bold headings in nav table */
{
font-size: 8pt;
font-weight: bold;
color: #ffffff;
}

tr.background	/* admin table line colors */
{
background: #005555;
}

tr.color1			/* tr.color1 and tr.color2 determine the alternating colors of the table (admin pages) */
{
background: #000000;
}

tr.color2
{
background: #222222;
}

a:link				/* nav table link font sizes and colors */
{
font-size: 8pt;
color: #ffcc99;
}

a:visited			/* nav table link font sizes and colors */
{
font-size: 8pt;
color: #ffcc99;
}

a:hover				/* nav table link font sizes and colors */
{
color: #999999;
}

input.submit
{
border-right:#444444 1px solid;
border-left:#444444 1px solid;
border-top:#444444 1px solid;
border-bottom:#444444 1px solid;
font-size:11px;
border: 1 solid #444444;
background-color:#222222;
color:#ffffff;
}

textarea.submit
{
font-size:11px;
border: 1 solid #444444; 
background:#222222;
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#666666;
scrollbar-base-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#666666;
scrollbar-shadow-color:#000000;
color:#ffffff;
}

a.blue:link		/* admin delete link */
{
font-size:8pt;
text-decoration:none;
font-weight:bold;
color:#ff0000;		
}

a.blue:hover
{
font-size:8pt;
text-decoration:none;
font-weight:bold;
color:#999999;		
}

td.small			/* nav table fonts and background color */
{
font-size:8pt;
background-color: #00010a;
}

td.post_table			/* post table fonts and background colors */
{
font-size:10pt;
background-color: #111122;
}


td.postedbycolor	/* all text in the postedby cell that isn't the poster's name */
{
background:#003366;
font-size: 10pt;
font-family:gothic;
color: #336699;  
font-weight:bold;

}

a.poster_name		/* name of the person who posted the message */
{
color: #99cccc;
}


td.subjectcolor
{
background:#003366;
font-size: 10pt;    
font-family:gothic;
color: #ffcc99;
font-weight:bold;
 

}


a.replylink:link             
{
font-size: 10pt;
font-family:gothic;
color: #ffcc99;  
font-weight:bold;
text-decoration:none;
}

a.replylink:visited
{
font-size: 10pt;
font-family:gothic;
color: #ffcc99;
font-weight:bold;
text-decoration:none;
}

a.replylink:hover
{
color:#999999;
}


<!-- 03-09-2003 -->

td.messageLineColor
{
background-color:#5C5757;
}

td.messageHeaderColor
{
font-size: 8pt;
background-color: #111111;
}

table.messageHeaderLineColor
{
background-color: #111111;
}

td.messageSubject
{
color:#ffcc99;
font-size: 8pt;
font-weight: bold;
background-color: #111111;      <!-- must be same as messageHeaderColor -->
}


td.messageFrom
{
color:#99cccc;
font-size: 8pt;
background-color: #111111;	<!-- must be same as messageHeaderColor -->
}

td.messageTo
{
color:#99cccc;
font-size: 8pt;
background-color: #111111;      <!-- must be same as messageHeaderColor -->
}

td.messageColor         /* color of the text in the message body */
{
font-size:12pt;
color: #ffffff;
background: #000000;
}

