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

body {
	scrollbar-face-color      : #BCB18C;
	scrollbar-highlight-color : #BCB18C;
	scrollbar-3dlight-color   : #E1DCC9;
	scrollbar-darkshadow-color: #7E734C;
	scrollbar-shadow-color    : #E1DCC9;
	scrollbar-arrow-color     : #F6F4EC;
	scrollbar-track-color     : #E0D8C4; }

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

/* Colors */
.titlebg {
	background-color: #BCB18C;
	font-family     : Verdana, Helvetica;
	font-size       : 12px;
	color           : #000000;
	font-weight     : bold; }

.titlebgtext { /* This is for nested tables, so that text formatting is still used */
	color: #000000;
	font-weight: bold; }

.catbg {
	background-color: #C8BFA0;
	font-family     : Verdana, Helvetica;
	font-size       : 12px;
	color           : #000000;
	font-weight     : bold; }

.catbgtext { /* This is for nested tables, so that text formatting is still used */
	color: #000000;
	font-weight: bold; }

.win       { background-color: #E1DCC9; }
.win1       { background-color: #EDE9DD; }
.win2      { background-color: #EDE9DD; }
.win3      { background-color: #E1DCC9; } /* Used mainly for Calendar Week listing */
.border, .hr    { background-color: #7E734C; }
.smalltext { /* Small font text size, can also change color, etc */
	font-weight     : normal;
	font-size       : 10px;
	line-height: 110%; }

.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: #877A5B; padding-left: 5px; }
.pollpercents { background-color: #C8BFA0; color: Black; padding-right: 10px; padding-left: 10px; }
.pollborder { background-color: #6C5F44; }

/* 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;
 	color          : #777777;
 	text-decoration: underline;
	font-family    : Verdana, Helvetica;
	font-weight    : bold; }

/* Forms */
.upload, .textinput,.button, textarea, select { /* .checkboxinput also allowed */
	color           : #000000;
	background-color: #E1DCC9;
	font-family     : Verdana, Helvetica, E58C00, Helvetica, sans-serif;
	font-size       : 10px;
	border          : 1px #7E734C solid;
	border-top-width   : 1px;
	border-right-width : 1px;
	border-bottom-width: 1px;
	border-left-width  : 1px; }