body {
	background-color:#000000;
}
#wrap {
margin-top:0;
margin-left: auto;
margin-right: auto;
max-width:50em;
}
* html div#wrap {
width:expression(document.body.clientWidth > 800? "800px" : "auto");
text-align: center;
}
p, li, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
}

th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	font-weight: bold;
	text-align:center;
}
a, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.button {
	background-color:#000066;
	border:1px solid #666666;
	font-size:10px;
	color:#FFFFFF;
	padding:2px;
}
.select {
	background-color:#000066;
	border:1px solid #666666;
	font-size:10px;
	color:#FFFFFF;
	padding:1px;
}
.green {
	color:#FFFF00;font-weight:bold;
}
.red {
	color:#FFFFFF;
	font-weight:bold;
}
.tableborder{
	border-width:1px; 
	border-color:#808080; 
	border-style:solid;
}
.maxheight {
	border-width:1px; 
	border-color:#808080; 
	border-style:solid;
	height:100%;
}
.ship-image {
	border:1px solid #808080;
	width:64px;
	height:64px;
	vertical-align:middle;
}

.title-bar {
	height:20px;
	background-color:#710401;
}

.kill-bar {
	background-color:#333333;
}
.tablebg{
	background-color:#666666;
}

.changesheader{
	color: #8AB6C6;
	font-weight: bold;
}
.baseassetheader{
	background-color: #000066;
	font-weight: bold;
	color:#CC0000;
}
.itemname {
font-size:2em;font-style:italic;
}
.itemgreen{
font-size:1.4em;color:#00FF00;
}
.dropDownDrop {
display:none;
}
