/* Global Table Settings */
body, table, td {
	font-family: Verdana;
	font-size  : 11px;
	color      : #1D1F22; }


/* The forum background color */
.mainbg { background-color: #5B5C68; }

/* Colors */
.titlebg {
	background-color: #C7CBD1;
	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: #FFFFFF; color: #000000; font-weight: bold; font-size: 12px;}


.catbgtext { /* This is for nested tables, so that text formatting is still used */
	color: #000000;
	font-weight: bold; }

.win          {background-color: #FFFFFF;}
.win2         {background-color: #FFFFFF;}
.win3         {background-color: #FFFFFF;}
.titlebg      {background-color: #FFFFFF;}
.win3      { background-color: #AAADB4; } /* Used mainly for Calendar Week listing */
.text1        {font-style: normal; font-weight: bold; font-size: 12px; color: #000000;}
.bordercolor  {background-color: bordr;}
.border, .hr    { background-color: #8A8D96; }
.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 */
.quote        {font-size: 11px; font-family: Arial; color: #000000; background-color: catbg;}
.code         {font-size: 11px; font-family: Courier New; color: #000000; background-color: #FFFFFF;}
TD            {font-family: Verdana, Arial, helvetica; color: #000000}
input         {background-color: #FFFFFF; font-family: Verdana, Arial, helvetica; font-size: 12px; color: #000000;}
textarea      {background-color: #FFFFFF; font-family: Verdana, Arial, helvetica; font-size: 12px; color: #000000;}
select        {background-color: #FFFFFF; font-family: Verdana, Arial, helvetica; font-size: 12px; color: #000000;}

/* 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:link        {text-decoration: none; color: #000000;}
A:visited     {text-decoration: none; color: #000000;}
A:hover       {text-decoration: none; color: #000000; font-style: normal; text-decoration: underline}}

/* Forms */
.upload, .textinput,.button, textarea, select { /* .checkboxinput also allowed */
	color           : #000000;
	background-color: #EEEEEE;
	font-family     : Verdana, Helvetica, Times;
	font-size       : 10px;
	border          : 1px #8A8D96 solid;
	border-top-width   : 1px;
	border-right-width : 1px;
	border-bottom-width: 1px;
	border-left-width  : 1px; }