/* =============== positioning ========== */
   html, body{ 
    margin:0px; 
    padding:0px;
    height: 100%;} 
/*===================== general stuff ======================*/
	body {
 		background-color: black;
		color:white;
	}

	#topbar{
      padding:2px;
      margin-bottom:5px;
      text-align:right;
      background:gray;
      font-size: 8pt;
   }
   #topbar a{
      color:white;
      text-decoration:none
   }
   #topbar a:hover{
      color:orange;
   }

	.normal_center{background-color:#444444;font-size: 10pt;};    
	.color_top	{color:#666666;}
	.color_em	{color:#FFCC66;}
	/*------------------- sidebar ----------------*/
	.sb_cell {background-image: url(/local/images/gray_bck.png); color: white;font-size: 8pt;}
	.sb_cell_img1 {background-color:#221133;color: white;font-size: 8pt;}
	.sb_cell_img2 {background-color:white;color: white;font-size: 8pt;}
	.rsb_cell_img1 {background-color:#221133;font-size: 8pt}	
	/*------------------- font styles ----------*/
	P,TD,TH		{ font-family: Verdana, Tahoma, Arial, Sans-Serif; font-size: 10pt; }
	UL,LI,B,I	{ font-family: Verdana, Tahoma, Arial, Sans-Serif; }
	.small		{ font-size: 8pt; }
	.normal		{ font-size: 10pt; } 
	.large		{ font-size: 12pt; }
	.hidden		{ font-size: 10pt;background-image: url(/local/images/hid1.jpg); color:gray;}
	.forum_normal_on {background-color:#004400; font-size: 10pt;}
	.forum_normal_off {background-color: #002600; font-size: 10pt}
	.newswire_normal_on {background-color:#660000; font-size: 10pt;}
	.newswire_normal_off {background-color:#4F0000; font-size: 10pt;}
    .contact_small {color:#664444; font-size: 8pt;}
	SUP,SUB		{ font-size: 8pt; }
	/*----------------- links ----------------*/
	a:link {color:#FF9900;}
	a:visited {color:#999900;}
	a:hover	{color:#FF0000;}
	a.link		{ color: #FFFFFF; }
	a.link:hover	{ color: #FFCC66; }
	a.wire		{ color: #FF9900; text-decoration: none; }
	a.wire:visited	{ color: #999900; text-decoration: none; }
	a.wire:hover	{ color: #FFFFFF; text-decoration: underline; }
	a.topic		{ text-decoration: underline; color: #FFCC99; }
	a.topic:visited	{ color: #CCCC00; }
	a.topic:hover	{ text-decoration: underline; color: #FFFFFF; }
	a.wh		{ color: #FFFFFF; font-weight: bold; text-decoration: none }
	a.wh:hover	{ color: #FFCC99; }
	.media		{ border: 2px dashed #000000; }
	.media:hover	{ border: 2px dashed #FF9933; }	

/* =============== form elements ============ */	
	TEXTAREA.gray	{ background-color: #CCCCCC; color: #000000; }
	SELECT.gray	{ background-color: #CCCCCC; color: #000000; }
	INPUT.gray	{ background-color: #CCCCCC; color: #000000; }
	INPUT.sub	{ font-family: Verdana, Tahoma, Arial, Sans-Serif; font-size: 8pt; font-weight: bold; background-color: #000000; color: #FFFFFF; }
						 
/* ================== admin stuff =================== */  

/*--------links------------*/
	a.adm {color: #FF9900; text-decoration: none}
	a.adm:visited {color: #999900; text-decoration: none}
	a.adm:hover {color: navajowhite; text-decoration: none}
	a.adm2 {color: darkgray; text-decoration: none}
	a.adm2:visited {color: #999900; text-decoration: none}
	a.adm2:hover {color: gainsboro; text-decoration: none}

/*------other colors -------*/
	.admingray {border: thin solid black; background-color: gray; width: 20% ; float: right; margin-right: 4px; margin-top: -20px}	 
	.admindimgray {border: thin solid black; background-color: dimgray; width: 20% ; float: right; 
margin-right: 4px; margin-top: -20px}	 
    .adm_yes {color: lightgreen}
	.adm_no {color: #CD5C5C}												  
	.title_1 {background-image: url(/local/images/gray_bck.png); font-size: 8pt;}
	.title_newswire {background-image: url(/local/images/red_bck.png); font-size: 8pt;}

/*================== tiki ===================*/
.titlebar {
    background:    #b5c1cc;
    color:   black;
    border:   1px solid gray;
    padding-left:   1px;
    padding-right:   1px;
    padding-top:   1px;
    padding-bottom:   1px;
    margin:   1px 1px;
    clear:   both;
    font-weight:   bold;
}
/*================== positioning ==============*/
#calendar {position: absolute; width: 29%; top: 2px; right: 6px;}

/*=================forum2.php=============*/
.forum_main_table{
	width:800px;
	position:relative;
	left:0%;
	background: #3d3d3d;
	}
td.forumcategories{
	background: #232323;
	font-family: Verdana;
	font-weight: bold;
	}

