/* Global Table Settings */

body {

	font-family: Arial, Helvetica, sans-serif;

	font-size  : 1.0em;
	line-height: 1.3;
	color      : #1D1F22;

	background:url(/images/LIGHTPINE.gif);
	
}

table, td {

	font-family: Arial, Helvetica, sans-serif;

	font-size  : 1.0em;
	line-height: 1.3;
	color      : #1D1F22;

}



/* The forum background color */

.mainbg { background-color: #F0D0B3; }



/* Colors */

.titlebg {

	background-color: #EABC93;

	font-family     : Arial, Helvetica, sans-serif, Helvetica;

	font-size       : 1.1em;

	color           : #0033FF;

	font-weight     : bold;

}

.titlebgtext { /* This is for nested tables, so that text formatting is still used */

	color: #000000;

	font-weight: bold;

}



.catbg {

	background-color: #EEC8A6;

	font-family     : Arial, Helvetica, sans-serif, Helvetica;

	font-size       : 1.1em;

	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: #F2DFBF; }

.win2      { background-color: #F0DBB7; }

.win3      { background-color: #EDD2A7; } /* Used mainly for Calendar Week listing */

.border, .hr    { background-color: #B8B8B8; }



.smalltext { /* Small font text size, can also change color, etc */

	font-weight: normal;

	font-size  : 0.8em;

	line-height: 1.5;

}


.messageseps {
	border-top: 1px dashed #000000;
	padding-top: 5px;
}


.redrep   { /* Reputation (less than -1) */
	color: red;
	font-weight: bold;
}

.grayrep  { /* Reputation (-1 thru 10)   */
	color: gray;
	font-weight: bold;
}

.greenrep { /* Reputation (10 or greater)*/
	color: green;
	font-weight: bold;
}



.onlinebots { color: gray; } /* IE: "Googlebot"; this is shown in the "Online" places */



.postbody { /* Format the post body */
	font-size: 1.1em;
	line-height: 1.5;
}



/* 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          : #36383B;

	font-family    : Arial, Helvetica, sans-serif, Helvetica;

	font-weight    : bold;

}



a:hover {

	text-decoration: none;

	color          : #1A1016;

	font-family    : Arial, Helvetica, sans-serif, Helvetica;

	font-weight    : bold;

}



/* Forms */

.upload, .textinput,.button, textarea, select { /* .checkboxinput also allowed */

	color           : #000000;

	background-color: #EEEEEE;

	font-family     : Arial, Helvetica, sans-serif, Helvetica, Times;

	font-size       : 0.90em;

	border          : 1px #8A8D96 solid;



	border-top-width   : 1px;

	border-right-width : 1px;

	border-bottom-width: 1px;

	border-left-width  : 1px;

}

.textinput {
	height: 1.5em;
	vertical-align: middle;
	padding: 2px;
}

textarea {
	padding: 3px;
	line-height: 130%;
}

input { text-indent : 2px; }

input.button {
	border : 1px solid #000000;
	padding: 1px;
}