#interface {
	position:absolute;
	top:370px;
	left:34px;
	width:400px;
	height:130px;
	font: bold 13px sans-serif;
	background-image: url("icons/interface_background.gif");
	color:#ffcc33;
	cursor: move;
	z-index: 99;
}

#mode {
	position: absolute;
	top:10px;
	left:5px;
	width:75px;
	height:75px;
}

#co {
	position: absolute;
	top:10px;
	left:130px;
	width:262px;
	height:60px;
}

#nox {
	position: absolute;			
	top:80px;
	left:250px;
	width:140px;
	height:40px;
}

#name {
	position: absolute;
	top:95px;
	left:5px;
	width:75px;
	height:30px;
	text-align: center;
}

#batt {
	position: absolute;
	top:47px;
	left:90px;
	width:23px;
	height:15px;
}

#signal {
	position: absolute;
	top:10px;
	left:90px;
	width:33px;
	height:25px;
}

#stats {
	position: absolute;
	top:67px;
	left:80px;
	width:170px;
	height:50px;
}

#co_slider {
	width:262px;
	height:29px;
	background-image: url("icons/log_scale.gif");
	background-position: center;
	background-repeat: no-repeat;
}

#nox_colorbar {
	background-image: url("icons/nox_background_default.gif");
	background-position: center;
	background-repeat: no-repeat;
}

#co img {
	margin: 0;
	padding: 0 0 0 0;
	border: 0;
	display:block; /* this line is crucial to image alignment */
	margin-left: auto;
	margin-right: auto;
}

#nox img {
	margin: 0;
	padding: 0 0 0 0;
	border: 0;
	display:block; /* this line is crucial to image alignment */
	margin-left: auto;
	margin-right: auto;
}

#co_slider_out {
	padding-left: 6px;
}

#nox_slider_out {
	padding-left: 6px;
}

#mode_img {
	cursor: pointer;
}
.data {
	color: #ffffff;
	font-size: 10px;
}

/*div {
	border:1px solid red;
}*/
