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

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

/* Colors */
.titlebg {
	background-color: #CCCCCC;
	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;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px
}

.catbg {
	background-color: #999999;
	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;
; background-color: #999999
}

.win       { background-color: #BCBCBC; }
.win2      { background-color: #CCCCCC; ; color: #000000}
.win3      { background-color: #999999; } /* Used mainly for Calendar Week listing */
.hr    { background-color: #8A8D96; }

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

.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%; ; background-color: #FF0000} /* 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{
	text-decoration: none;
	color          : #000000;
	font-family    : Verdana, Arial, Helvetica, sans-serif;
	font-weight    : bold;
}

a:hover {
	text-decoration: none;
	color          : #666666;
	font-family    : Verdana, Helvetica;
	font-weight    : bold;
}

/* Forms */
.upload{ /* .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;
}
.textinput { 
	color           : #000000;
	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;
 } .button { 
	color           : #000000;
	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;
 } 
.border { ;  background-color: #000000} textarea { 
	color           : #000000;
	background-color: #CCCCCC;
	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;
 } td  { 
	font-family: Arial, Helvetica, sans-serif;
	font-size  : 12px;
	color      : #000000;
 } table { 
	font-family: Verdana;
	font-size  : 11px;
	color      : #1D1F22;
 } select  { 
	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;
 } a:visited  { 
	text-decoration: none;
	font-family    : Verdana, Helvetica;
	font-weight    : bold;
 } a:link { 
	text-decoration: none;
	color          : #000000;
	font-family    : Verdana, Helvetica;
	font-weight    : bold;
 } a:active { 
	text-decoration: none;
	color          : #666666;
	font-family    : Verdana, Helvetica;
	font-weight    : bold;
 } 
