/* Global Table Settings */
body, table, td {
        font-family: Verdana;
        font-size   : 11px;
        color         : white;
        scrollbar-3dlight-color: #0215CA;
        scrollbar-arrow-color: #0215CA;
        scrollbar-base-color: #DB5549;
        scrollbar-track-color: #BD4C5B;
        scrollbar-darkshadow-color: #0215CA;
}

/* The forum background color */
.mainbg { background-color: #000; background-image: url(images/background.gif); }

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

.catbg { background-color  : #646464; font-family           : Verdana; font-size              : 11px; color                    : #ffffff; font-weight           : bold; }
.catbgtext { /* This is for nested tables, so that text formatting is still used */
	color: white;
	font-weight: bold;
}

.logo      {  }
.hr        { background-color: #000000; }
.win       { background-color: #222; }
.win2      { background-color: #322d2d; }
.win3      { color: white; background-color: #20000f; background-image: url('(EmptyReference!)'); } /* Used mainly for Calendar Week listing */
.border    { background-color: #fd7718; background-image: none; }
.smalltext { /* Small font text size, can also change color, etc */
	font-weight: normal;
	font-size  : 11px;
	line-height: 130%;
}

.redrep   { color: #ff0; font-weight: bold;   } /* Reputation (less than -1) */
.grayrep  { color: #c5c5c5; 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-image: url('images/hr5.gif'); padding-left: 5px; }
.pollpercents { background-color: #db5549; color: white; padding-right: 10px; padding-left: 10px; }
.pollborder { background-color: #4A2A9F; }

/* Links */
a, a:link, a:active, a:visited {
	text-decoration: underline;
	color          : white;
	font-family    : Verdana, Helvetica;
	font-weight    : bold;
}
a:hover {
	text-decoration: none;
	color          : orange;
	font-family    : Verdana, Helvetica;
	font-weight    : bold;
}

/* Forms */
.upload, .textinput, .button, textarea, select { /* .checkboxinput also allowed */
	color           : white;
	background-color: #db5549;
	font-family     : Verdana, Helvetica, #000000, Helvetica, sans-serif;
	font-size       : 12px;
	border          : solid 1px #0215ca;
}
