/* Legend
	1. Site style
	2. item formating
	3. projects
	4. game
	5. Tube formating
*/
body {
	background: #000000;
	
}
a:link {color: #00FF00}     /* unvisited link */
a:visited {color: #006030}  /* visited link */
a:hover {color: #00FF00; border: 2px solid #008000;}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */



#header {
	width: 99%;
	Margin: 0px;
	Padding: 0px;
	Background: #000000;
	Color: #009966;
	border: 4px groove #119922;
}
#main {
	margin: 4px;
	padding: 0px;
	Width: 98%;
	background: #003033;
	text-align: left;
	border: 6px groove #002000;
}
#footer { 
	height: 40px;
	Width: 99%;
	margin: 0px;
	padding: 1px;
	text-align: center; 
	background: #000000;  
	color: #D4E6F4;
	border: 2px groove #119922;
}
#structure {
	height: 100%;
	width: 100%;
}

#navigation {
	width: 20%;
	height: 100%;
	Margin: 2px;
	color: #D4E6F4;
	background: #000000;
	border: 2px solid #002000;
	vertical-align: top;
}
#navigation button {
	margin: 4px;
	background-color: #000000;
	border: #00a000 2px solid;
	color: #00FF00;
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 12pt
}
#navigation h2, p {
	background: #00a000;
	color: #000000;
}
#page {
	width: 78%;
	height: 100%;
	margin: 2px;
	color: #00DD99;
	background: #000000;
	border: 4px solid #002000;
	vertical-align: top;
}

#page INPUT {
	margin: 4px;
	background-color: #000000;
	border: #00a000 2px solid;
	color: #00FF00;
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 12pt
}
#pagetable td {
	vertical-align: top;
	color: #00DD99;
	border: 2px solid #009900;
}
#pagetable {
	width: 99%;
	font-size: 16px;
}
#pagetable form,select,input,textarea {
	margin: 2px;
	background-color: #000000;
	border: #00a000 2px solid;
	color: #00FF00;
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: top;
}
#pagetable textarea {
	white-space: pre;
}
#linktd td {
	background-color: #208040;
	color: #000000;
	font-size: 14pt;
}
#pghead {
	background-color: #20c020;
	color: #000000;
	font-size: 20pt;
}

#flg {
	width: 100px;
}
#cls {
	width: 100px;
}

#dbshow {
	color: #D4E6F4;
	border: 1px solid #119922;
}
#dbshow td { border: 1px solid #119922; }

#itemwindow {
	position: relative;
	border: 2px solid #FFFFFF;
	background: black;
	color: #00AAAA;
	font-weight: bold;
	display: table-cell;
}
#qu_s {
	font-family: Garamond;
	color: #606060;
	overflow: auto;
	size: 8;
}

#name_poor {
	color: #000000;
}
#name_common {
	color: #FFFFFF;
}
#name_uncommon {
	color: #00BB00;
}
#name_rare {
	color: #0060FF;
}
#name_relic {
	color: #9000A0;
}
#name_artifact {
	color: #FF0000;
}
#name_unique {
	color: #FFDD00;
}
#name_ancient {
	color: #AADDEE;
}


#stats {
	text-align: left;
	white-space: pre;
	color: #0000FF;
}

#stats pre {
	text-align: left;
	white-space: normal;
	color: #0000FF;
}

div.inline {
	display: table-cell;
}

/* Items Section Start

*/
#itemtable {
	Width: 300px;
}
#itemtable td {
	Width: 100px;
}

/* Items Section End */

/* Projects Stuff  */

#sechead {
	font-size: 20pt;
}


#tfont {
	font-size: 20pt;
	font-family:hyborian;
}

/*
==============
games section   
==============
*/
#gtable td {
	width: 400px;
	margin: 5px;
}
#grow td {
	border: 0px;
	background: #000040;
	margin: 4px;
}
#ghead {
	font-size: 18pt;
}

/* 
==================
 TUBE FORMATING  
==================
*/

/*
==============
posts section   
==============
*/
#tnews {
	border: 1px groove #009930;
	margin: 5px;
	font-size: 14pt;
	width: 600px;
}
#trow td {
	border: 0px;
	background: #009930;
	margin: 4px;
}
#brow {
	font-size: 14pt;
	color: #009940;
}
#frow  td {
	font-size: 14pt;
	border-bottom: 2px solid #0000ff;
	background: #009930;
	margin: 4px;
}




