/* Global Table Settings */
body, table, td {
font-family: Verdana;
font-size  : 11px;
color      : #1D1F22;
}

.mainbg { background-color: #000000; } /* The forum background color */

/* Colors */
.blahdocshead {
font-family: Verdana, Helvetica; 
font-size : 9px; 
color: #000000; 
font-weight: bold;
background-image: url('images/blahlogocenter.jpg');
background-repeat: repeat-x;
}

.titlebg {
background-color: #C7CBD1;
font-family     : Verdana, Helvetica;
font-size       : 12px;
color           : #000000;
font-weight     : bold;
background-image: url('buttons/titlebg.gif');
background-repeat: repeat-x;
}


.titlebgtext { color: #000000; font-weight: bold; } /* This is for nested tables, so that text formatting is still used */

.catbg {
background-color: #D2D5DA;
font-family     : Verdana, Helvetica;
font-size       : 12px;
color           : #000000;
font-weight     : bold;
background-image: url('buttons/catbg2.gif');
background-repeat: repeat-x;
}

.catbgtext { color: #000000; font-weight: bold; } /* This is for nested tables, so that text formatting is still used */

.messageseps {
	border-top: 1px dashed #000000;
	padding-top: 5px;
}
 
.win          { background-color: #DCDFE6; }
.win1         { background-color: #9FA6AE; }
.win2         { background-color: #E7E9EF; }

.win3 {
background-color: #5B5C68;
background-image: url('buttons/win3.gif');
}

.border       { background-color: #8A8D96; }
.hr           { background-color: #8A8D96; }
.smalltext    { 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: #AAADB4; padding-left: 5px; }
.pollpercents { background-color: #D2D5DA; color: #000000; padding-right: 10px; padding-left: 10px; }
.pollborder   { background-color: #8A8D96; }

/* Links */
a, a:link, a:active, a:visited {
text-decoration: none;
color          : #0E0E0E;
font-family    : Verdana, Helvetica;
}

a:hover {
text-decoration: none;
color          : #003366;
font-family    : Verdana, Helvetica;

}

/* 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;
}
