/*Overall rules*/

a{
	text-decoration: none;
	display: inline;
	color: #000000;
}
.subhid {
	display: none;
	background-color: #CCCCFF;
	font-size: xx-small;
	border: thin dotted #CC99CC;
}
fieldset.glow {
	border-top: 2px inset #990000;
	border-right: 2px inset #663300;
	border-bottom: 2px inset #663300;
	border-left: 2px inset #990000;
	background-image: url(/images/Untitled-1.jpg);
	background-repeat: repeat;
	background-position: left center;
}
fieldset.glow legend {
	font-weight: bolder;
	color: #FF9900;
}


.blktxt {
	color: #000000;
}


 a:hover{
	text-decoration: none;
	color: #000000;
}
 
 .pad{padding: 3px;}
 
 /*Set base rules for <li>*/
 li{
	color: #000000;
	list-style-type: none;
}
#lwrapp ul >li .slctd {
	color: #000000;
	background-color: #996600;	border-top: medium solid #666666;
	border-right: medium solid #CCCCCC;
	border-bottom: medium solid #CCCCCC;
	border-left: medium solid #666666;
}
#lwrapp li input {
	display: inline;
	color: #FF0066;
	height: 0.85em;
	}
#lwrapp li a.hlinx {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 120%;
}


 
 /*The outer <ul> has a border, which encompasses the entire menu*/
 ul{
	padding:0;
	margin:0;
	list-style-type: none;
	
}
 
 /*Rules for the top level of menu*/
 ul#lwrapp ul li,#lwrapp ul li{
	margin:0;
	padding-right:2px ;
	background: #CCCCCC;
	color: #000000;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	width: 100%;
} 
#lwrapp ul li a{
	margin-left: 12px;
	padding: 0px;
}
#lwrapp ul li a:hover{
	background: #FF0000;
	font-weight: bold;
}
  
 /*Stop the second level from inheriting the border*/
#lwrapp ul ul{
	color: #000000;
	margin: 3px 0px 3px 24px;
	padding: 0px;
	border-left: none;
	font-size: small;
	display: block;
} 
#lwrappul ul ul {
	background-color: #003399;
	margin: 0px 0px 2px 24px;
	padding: 0px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
 
 /*Rules for the second menu level*/
#lwrapp ul ul li{
	margin: 0px;
	padding: 0px 0px 3px;
	background-color: #CCCCCC;
	color: #333333;
	font-size: 80%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#lwrapp ul ul li a{
	background-image: none;
} 
#lwrapp ul ul li a:hover{background: #CCFF99;}
#lwrapp ul ul li div.pad{
	color: #FF0000;
	background-color: #000000;
}
.ushow {
	display: block;
}
 
 /*Rules for the third level*/
#lwrapp ul ul ul li{
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-color: #006666;
	font-weight: bold;
}
#lwrapp ul ul ul li a{
	color: #FFFFFF;
	background-image: none;
}
#lwrapp ul ul ul li a:hover{
	background: #888600;
	color: #CC3399;
}
#lwrapp ul ul li div.pad{color: #e2e59f;padding-left: 10px;} 
 
 /*Rules for the fourth level*/
#lwrapp ul ul ul ul li{
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	background-color: #FF9900;
}
#lwrappul ul ul ul {
	margin-left: 12px;
	background-color: #999999;
	color: #000000;
	background-repeat: repeat-y;
	background-position: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#lwrapp ul ul ul ul li a{
	padding-left: 6px;
	display:inline;
	color:#000000;
}
#lwrapp ul ul ul ul li a:hover{background: #FFFF00;} 
#lwrapp ul ul ul ul li div.pad{padding-left: 15px;color:#ded8e6;}
 
 /*Rules for the fifth level*/
#lwrapp ul ul ul ul ul li{}
#lwrapp ul ul ul ul ul li a{padding-left: 15px;color:#000000;}
#lwrapp ul ul ul ul ul li a:hover{background: #006752;} 
#lwrapp ul ul ul ul ul li div.pad{padding-left: 15px;color:#C3F8F2;} 
 
 
 
 li.hide ul{
    display: none; 
 }
 li.show ul{
    
 }
 
 #menuRoot{
	float:left;
	width:100%;
	margin: 1em;
	padding: 5px;
	border: thin dotted #FF0000;
 }
 
 #content{
  float:left;
  width:50%;
 }
 
 #debug{
	clear:both;
	margin: 0px 0px 0px 400px;
	padding: 0px;
	border: thin dotted #CC00CC;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -1px;
	background-color: #99FFCC;
	overflow: scroll;
	width: 100%;
	top: 70%;
 }

 #about{
  width:100%;
  margin-top:3em;
  float:left;
 }

.slctd {
	font-style: italic;
	color: #000000;
	display: block;
}


 #about a{
    font-weight: bold;
 }
 #fuck {
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
	margin: 1px;
	padding: 1px;
}
#detailsbox h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: italic;
	text-align: center;
}

#detailsbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 300px;
	clear: none;
	position: relative;
}
#detailsbox #id_details {
	margin: 0px;
	padding: 0px;
	float: none;
}

select.arr1 {
	background-image: url(/images/sm_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #CC66CC;
	padding: 0px 0px 0px 22px;
	margin-left: 22px;
}
.sml_cntrls img.arr1 {
	margin-left: 18px;
	padding: 0px 0px 0px 18px;
}
.sml_cntrls img.arr2 {
	margin-left: 36px;
	padding-left: 18px;
}
tr.rblo td {
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #666666;
	padding: 2px 5px;
}

tr.rblo {
	margin-right: 5px;
	margin-left: 5px;
}
td.r_align {
	text-align: right;
}
#tblcntr .purdytable TD {
	margin: 0px;
	padding: 2px;
	background-image: url(/images/drkgryblnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 2px groove #999999;
	border-right: 2px groove #333333;
	border-bottom: 2px groove #000000;
	border-left: 2px groove #999999;
}
.grn {
	background-color: #CCFF66;
	background-image: none;
}

#tblcntr .purdytable TD.newbox {
	background-color: #33CC33;
	border: thin solid #009966;
	background-image: none;

}

TR.spcblw TD, TR.spcblw_x TD{
	padding-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
}
TR.spcblw_x TD{
	background-color:#CCCCCC;
	background-image: url(/images/bg_noitems.gif);
}
span.hidd {
	text-decoration: line-through;
}
option {
	background-color: #FFFFFF;
	}
/*option.selected.hidd {
background-color: #992222;
}*/
option.hidd{
	background-color: #999999;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left center;
}

#instructions {
	background-color: #000000;
	margin: 1px;
	padding: 1px;
	font-weight: bold;
}
TR.freakbutton TD{
	background-image: url(/images/scrolly.gif);
	background-color: #FF6633;
}
input.go_button {
	background-color: #66CC33;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #66FF66;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #66FF66;
}
#itemeditor td {
	vertical-align: top;
}
#nrtv {
	padding-left: 22px;
	list-style-type: circle;
	display: block;
}
#locationbar .lcnd a {
	color: #999999;
	font-weight: normal;
}
#adminhdr ul li.schwing  {
	background: #000000;
	background-color: #000000;
}
#adminhdr ul li.schwing a {
	color: #33FFCC;
	background: #000000;
	background-color: #000000;
}
