/*
 
    Copyright (C) 2004 milo

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

*/

body {
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #336699;
	margin: 0px;
	padding: 0px;
}

td {
	color: #CCFFFF;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

a, a:link, a:visited, a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input {
	color: black;
}

/* the link in the header between the satellite and the go image*/
a.login {
	color: #CCFFFF;
	font-size:80%;
}

/* the header and footer bars */
.header {
	background-color: #000000;
}
.footer {
	background-color: #444444;
}

/* the advertisement area in the header */
td.advertisement {
	color: #CCFFFF;
	font-family: Arial, sans-serif;
}

/* the list style on the boards page */
ul.boards {
	list-style-type: square;
	margin-top: -.33em;		/* to compensate for first LI    */
	margin-bottom: .33em;	/*  to add space after last LI   */
}
li.boards {
	margin-top: .33em;		/* would prefer margin-bottom, but then Netscape mis-aligns bullets */
	margin-left: -10px;
	padding: 0px;
	border: 0px;
}

/* the caption on the board, forum and thread pages */
span.title {
	color: #CCFFFF;
	font-size: 15pt;
	font-weight: bold;
	font-style: italic;
}

/* the small captions used at various places in the profile, etc. */
span.heading { 
	color: #CCFFFF;
	font-weight: bold;
}

/* 'command links' those that are on the user home page */
A.command, A:link.command, A:visited.command, A:active.command {
	font-family: Verdana,Arial,Sans Serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
}

/* used on the front page for news captions */
span.headline { 
	color: #FFCC00;
	font-size: 14pt;
}

/* 1px bar used on various pages to separate content */
td.separator {
	background-color: #FFFFCC;
}

span.small {
	font-size: 80%;
}

.user {
	color: #CCFFFF;
	font-family: Verdana;
	font-size: 9pt;
}

a:link.user, a:visited.user {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

a:link.admin, a:visited.admin {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

.username, a:link.username, a:visited.username {
	color: #CCFFFF;
}

.adminname {
	color: #CCFFFF;
	font-style: normal;
	font-weight: normal;
}

.group {
	color: #F0E0D0;
	font-family: Verdana;
	font-size: 9pt;
}

a:link.group, a:visited.group {
	color: #F0E0D0;
	text-decoration: underline;
	font-weight: normal;
}

span.big {
	color: white;
	font-size: 12pt;
}

/* for error messages in the signup and lost password process */
span.error {
	font-weight: bold;
	color: red;
}

/* defines the style of the "x new" indicator on threads */
.newreplies {
	color: #FFFF99;
}

/* the classes below allow to highlight the number of posts in threads */
span.replies0 {
	color: #CCFFFF;
}
span.replies1 {
	font-style:italic;
	color: #CCFFFF;
}
span.replies2 {
	font-weight: bold;
	color: #CCFFFF;
}
span.replies3, span.replies4, span.replies5, span.replies6, span.replies7, span.replies8 {
	font-weight: bold;
	font-style:italic;
	color: #CCFFFF
}

/* used for highlighting the background as in alternating IM messages view */
.highlight {
	background-color: #336688;
	color: #CCCCCC;
}

/* the style of the IM window */
table.imwindow {
	background-color: #336699;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}