body {
	color: blue;
	font-family: Trebuchet MS, sans-serif;
	background-color: black;
	font-size: 11.5pt;
}

table {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #222;

}

#maincontainer {
	position: absolute;
	width: 720px;
	height: 500px;
	left: 127px;
	top: 56px;
	border: 0px solid #222;
}


#context {
	position: absolute;
	width: 665px;
	height: 420px;
	padding: 25px;
	padding-top: 30px;
	top: 118px;
	left: 130px;
	color: #999;
	text-align: justify;
	line-height: 150%;
	cursor: default;
}

#inventory {
	position: absolute;
	width: 678px;
	height: 120px;
	padding: 25px;
	padding-top: 30px;
	top: 45px;
	left: 124px;
	color: #999;
	line-height: 150%;
}

.spacerL {
	text-align: right;
	width: 298px;
	padding-right: 0px;

}

.spacerR {
	padding-left: 10px;
	padding-right: 10px;
}

.dirTable { 
	padding: 0px; 
}

.dirBox { 
	text-align: center;
	margin: 4px; 
	padding: 6px 2px; 
}

.dirOn { 
	background-color: #111;
	color: #777; 
	text-align: center; 
	padding: 4px 8px;
	white-space: nowrap; 
	border: 1px #222 solid; 
}

.dirOff { 
	background-color: #000;
	color: #333;
	text-align: center;
	font-weight: bold;
	padding: 4px 8px 4px 0px;
	white-space: nowrap; 
	border: 1px #000 solid;
}

span.bold {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}

span.navWord {
	font-weight: bold;
	cursor:move; 
	color: #aaa;
}

span.navWord2 {
	font-weight: bold;
	cursor:pointer; cursor:hand;
	color: #a6a6a6;
}

span.stamp {
	font-size: 9pt;
	font-style: italic;
	color: #222;
}

#prompt {
	color: #bbbbbb;
	background-color:#030303; 
	border: 1px #222 solid; 
	position: absolute; 
	z-index: 10; 
	float:left; 
	left: 306px;
	top: 175px;
	width: 360px; height: 178px; 
}

#promptcontent {
	padding: 25px;
	height:180px;
}

#xboxx {
	position: absolute;
	left: 316px;
	top: 140px;	
	cursor:pointer; cursor:hand;
	border: solid 1px #222;
	background-color:#111;
	color:#999999;
}

a {
	color: #aaaaaa;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: none; color: #FFF; background-color:#222; border-color:#333;}

a.txt:link {text-decoration: none; color:#fff;}
a.txt:hover {text-decoration: underline; color:#fff; background-color:black; }
