body {
	background-color: #000000;
}

div.interface {
	margin: auto;
	background-color:#00CC66;
	width: 1020px;
}

div.world {

	width: 710px;
	height: 370px;
	background-image:url(pics/interface_worldmap.jpg);
		float: left;
}

div.system {
	width: 310px;
	height: 370px;
	background-image:url(pics/interface_system.jpg);
	float: left;
}

div.messages {
	width: 710px;
	height: 370px;
	background-image:url(pics/interface_messages.jpg);
	float: left;
}

div.console {
	width: 310px;
	height: 370px;
	background-image:url(pics/interface_console.jpg);
	float: left;
}

div.client {
	color: #FFCC00;
	position: relative;
	top: 130px;
	left: 150px;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
}

div.clientinfo {
	padding: 5px;
	color: #CCCCCC;
	position: relative;
	top: 135px;
	left: 180px;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	background-color:#000000;
	width: 300px;
}

div.server_proxy, div.server_fw, div.server_dmz, div.server_web, div.server_core {
	color: #FFCC00;
	position: relative;
	font-family: "Courier New", Courier, monospace;
	font-size:10px;
}

div.server_proxy {
	top: 10px;
	left: 360px;
}	

div.server_dmz {
	top: 50px;
	left: 510px;
}

div.server_web {
	top: -15px;
	left: 535px;
}

div.server_fw {
	top: 155px;
	left: 560px;
}

div.server_core {
	top: 130px;
	left: 540px;
}

div.trace {
	position: relative;
	top: 182px;
	left: 20px;
	font-family: "Courier New", Courier, monospace;
	color: #CCAA00;
	font-size:12px;
}

div.authentication {
	position: relative;
	top: 50px;
	left: 25px;
	color: #CCCCCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

span.error {
	color: #CC0000;
}

div.popup {
	position: relative;
	top: -208px;
	left: 150px;
	padding: 10px;
	border: 1px solid #CC0000;
	background-color: #000000;
	color: #CCCCCC;
	font-family: "Courier New", Courier, monospace;

	z-index: 99;
}

span.access {
	font-size: 16px;
}

span.denied {
	font-weight: bold;
	color: #CC0000;
	text-decoration: blink;
	font-size: 16px;
}

span.message {
	font-size: 12px
}

span.smallprint {
	font-size: 10px;
}

div.countup {
	position: relative;
	top: 34px;
	left: 230px;
	font-family: "Courier New", Courier, monospace;
	color: #CCAA00;
	font-size:12px;
	text-align: right;
	width: 50px;
}

div.sysstats, div.number, div.status, div.code {
	position: relative;
	font-family: "Courier New", Courier, monospace;
	color: #FFCC00;
	font-size:12px;
}

div.sysstats {
	top: 25px;
	left: 20px;
	width: 270px;
}

div.number {
	top: 107px;
	left: 20px;
}

div.status {
	top: 92px;
	left: 95px;
}

div.code {
	position: relative;
	top: 50px;
	left: 25px;
	width: 270px;
	height: 300px;
	overflow: hidden;
}

div.command {
	position: relative;
	top: 35px;
	left: 15px;
	color: #CCCCCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	height: 63px;
	overflow: hidden;
}
