/* Global Table Settings */
body, table, td {
	font-family: Verdana;
	font-size  : 12px;
	color      : #FFFFFF;
}

/* The forum background color */
.mainbg { background-color: #000033; }

/* Colors */
.titlebg {
	background-color: "#000000";
	font-family     : Verdana, Helvetica;
	font-size       : 12px;
	color           : #FFFFFF;
	font-weight     : bold;
}
.titlebgtext { /* This is for nested tables, so that text formatting is still used */
	color: #000000;
	font-weight: bold;
}

.catbg {
	background-color: #353535;
	font-family     : Verdana, Helvetica;
	font-size       : 12px;
	color           : #FFFFFF;
	font-weight     : bold;
}
.catbgtext { /* This is for nested tables, so that text formatting is still used */
	color: #f2f2f2;
	font-weight: bold;
}

.win       { background-color: #000000; color: #FFFFFF; }
.win2      { background-color: #353535; color: #FFFFFF }
.win3      { background-color: #000000; color: #FFFFFF } /* Used mainly for Calendar Week listing */
.border, .hr    { background-color: #75757C; }

.smalltext { /* Small font text size, can also change color, etc */
        color: #FFFFFF;
	font-weight: normal;
	font-size  : 10px;
	line-height: 130%;
}

.redrep   { color: red; font-weight: bold;   } /* Reputation (less than -1) */
.grayrep  { color: gray; font-weight: bold;  } /* Reputation (-1 thru 10)   */
.greenrep { color: green; font-weight: bold; } /* Reputation (10 or greater)*/

.onlinebots { color: gray; } /* IE: Googlebot, this is shown in the "Online" places */

.postbody { line-height: 130%; } /* Format the post body */

.messagetitle { line-height: 130%; } /* Message title on the board index */

/* Poll Colors */
.pollcolor { background-color: #AAADB4; padding-left: 5px; }
.pollpercents { background-color: #D2D5DA; color: #000000; padding-right: 10px; padding-left: 10px; }
.pollborder { background-color: #8A8D96; }

/* Links */
/*a, a:link, a:active, a:visited {
	text-decoration: none;
	color          : #36383B;
	font-family    : Verdana, Helvetica;
	font-weight    : bold;
}

a:hover {
	text-decoration: none;
	color          : #1A1016;
	font-family    : Verdana, Helvetica;
	font-weight    : bold;
}*/

/* Links */
A:link { color:#c0c0c0; text-decoration:none; }
A:visited { color:#c0c0c0; text-decoration:none; }
A:active { color:#050505; text-decoration:none; }
A:hover { color:#FFFFFF; text-decoration:bold; }


/* Forms */
.upload, .textinput,.button, textarea, select { /* .checkboxinput also allowed */
	color           : #FFFFFF;
	background-color: #75757C;
	font-family     : Verdana, Helvetica, Times;
	font-size       : 12px;
	border          : 1px #000000 solid;

	border-top-width   : 1px;
	border-right-width : 1px;
	border-bottom-width: 1px;
	border-left-width  : 1px;
}