/* Global Table Settings */
body, table, td
             {
	font-family: Verdana;
 	font-size: 10px;
 	color: black
}

/* Scrollbar */

BODY {
	scrollbar-face-color: #DFDFE0;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #DDDDDD;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #D7D7D8;
	scrollbar-darkshadow-color: #000000;
}

/* The forum background color */
.mainbg { background-color: #666666; }

/* Colors */
.titlebg {
	background-color: #D67A00;
	font-family: Verdana, Helvetica; 
	font-size : 9px;
 	color: black;
	font-weight: bold;
}

.titlebgtext { /* This is for nested tables, so that text formatting is still used */
	color: black;
	font-weight: bold;
}

.catbg {
 	background-color: #666666;
	font-family:  Verdana;
 	font-size : 13px;
 	color: #D67A00;
	font-weight: bold
}

.catbgtext { /* This is for nested tables, so that text formatting is still used */
	color: #000000;
	font-weight: bold;
}

.win { background-color: #666666; }
.win2 { background-color: #666666; }
.win3      { background-color: #666666; } /* Used mainly for Calendar Week listing */

.hr {
        color: #000000;
        background-color: #000000;
}

.border {
	border: 1px solid #9E8C8B;
        background-color: #072C2E;
}



.smalltext { /* Small font text size, can also change color, etc */
	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: #626262; padding-left: 5px; }
.pollpercents { background-color: #838383; color: #000000; padding-right: 10px; padding-left: 10px; }
.pollborder { background-color: #282828; }

/* Links */
a, a:link, a:active, a:visited
{
 	text-decoration: none;
 	color: #000000;
 	font-family: Verdana, Helvetica;
	font-weight : bold;
} 

a:hover {
 	text-decoration: none;
 	color: #F9F2A6;
 	font-family: Verdana, Helvetica;
	font-weight : bold;
}


/* Forms */
.upload, .textinput,.button, textarea, select { /* .checkboxinput also allowed */{
	color : FFFFFF;
	background-color: #454545;
	font-family : Verdana, Helvetica, E58C00, Helvetica, sans-serif;
	font-size : 10px;
	border: 1px #636363 solid;
	border-top-width : 1px;
		border-right-width : 1px;
 	border-bottom-width : 1px;
 	border-left-width : 1px;
}