@charset "utf-8";
body {
	background-color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 11px;
}
a:link, a:visited, a:active {
	color: #999;
	text-decoration: underline;
}
#loadlevel a:link, #loadlevel a:visited, #loadlevel a:active {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #9DC1D7;
	text-decoration: underline;
}
th {
	background-color: #262C33;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #525563;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #525563;
}
.inputbox {
	background-color: #AFB0BA;
	border: 1px solid #7B828C;
	height: 16px;
}

.grid td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #262C33;
}
.thlast {
	background-color: #262C33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #525563;
}
.caption {
	background-image: url(_img/caption.gif);
	height: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
}
.padded {
	padding: 3px;
}
.paddedbig {
	padding: 8px;
}

.panelouter{
	background-color: #313842;
	padding: 3px;
	border: 1px solid #525563;
}
.panelinner{
	background-color: #000000;
	border: 1px solid #525563;
}
#sidepanel {
	background-image: url(_img/backgroundpanel.jpg);
}
h2 {
	margin-top: 2px;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5A5D6B;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Console", Monaco, monospace;
}
.comment {
	margin-left:16px;
	border: 1px solid #313842;
	padding: 4px;
	background-color: #22262D;
	margin-top: 2px;
	margin-bottom: 10px;
}
