/* Global Table Settings */



body, table, td {

	font-family: Verdana;

	font-size :11px;

	color:#1D1F22;

}



/*Colors*/

.titlebg {

	background:url(titlebg.gif);

	font-family:Verdana;

	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:url(catbg.gif);

	font-family:Verdana;

	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;

}



.hr        { background-color: #000000; }

.win       { background-color: #DDDDDD!important; }

.win2      { background-color: #CCCCCC; }

.win3      { background-color: #909090; } /* Used mainly for Calendar Week listing */

.border    { background-color: #000000; }



.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; }

.postbody     { line-height: 130%; } /* Format the post body */

.messagetitle { line-height: 200%; } /* Format the post body */



/* Poll Colors */

.pollcolor {

	background-color: #C1C1C1;

	color: #000000;

}



.pollborder { background-color: #000000; }

.pollpercents { background-color: #909090; color: #000000; padding-right: 10px; padding-left: 10px; }



/* Links */

a, a:link, a:active, a:visited { 

	text-decoration:none; 

	color: #0E1836; 

	font-family:Verdana, Helvetica;

}  



a:hover { 

	text-decoration:underline; 

	color:#0E1836; 

	font-family:Verdana, Helvetica;

}



/* Forms */



.upload, .textinput,.button, textarea, select { /* .checkboxinput also allowed */

	color : #000000;

	background-color: #C0C0C0;

	font-family:Verdana, 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;  

}

/*for Chat*/
.submitButton { font-size: 10px; color: #4F4F4F; background-color: #CCCCCC; border: 1px solid #4F4F4F;}