@charset "utf-8";
body  {
	display:			inline-block;
	height:				98%;
	width:				100%;
	font:				100% 'Trebuchet MS,Tahoma,Verdana,Arial,Helvetica, sans-serif';
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	text-align:			center;
	background-color:	#444444;
	color:				#000000;
	zoom:				1;
}
.container {
	display:			inline-block;
	width:				98%;
	background:			#070000;
	margin:				10px 0px 0px 0px;
	border:				0px none #000000;
	min-height:			768px;
	text-align:			left;
	padding:			0px 0px 0px 0px;
	clear:				left;
	zoom:				1;
}
.header,
.sidebar1,
.maincontent,
.footer,
.contentarea {
	display:			inline-block;
	position:			relative;
	font:				100% 'Trebuchet MS,Tahoma,Verdana,Arial,Helvetica, sans-serif';
	vertical-align:		top;
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
/*	float:				left;*/
	color:				#cfcfcf;
	zoom:				1;
}
.footer {
	width:				100%;
}
A {
	display:			inline-block;
	position:			relative;
	font:				100% 'Trebuchet MS,Tahoma,Verdana,Arial,Helvetica, sans-serif';
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	color:				#cfcfcf;
	zoom:				1;
	text-decoration:	none;
	color:				#ffffff;
	font-style:			italic;
}
.header {
	display:			inline-block;
	position:			relative;
	width:				100%;
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	height:				120px;
	zoom:				1;
}
.logo {
	display:			inline-block;
	position:			relative;
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;
	width:				24%;
	height:				120%;
	z-index:			1;
	zoom:				1;
}
.pagetitle {
	display:			inline-block;
	position:			relative;
	width:				76%;
	height:				100%;
	zoom:				1;
}
.contentarea {
	display:			inline-block;
	width:				98%;
	top:				30px;
	zoom:				0;
}
.sidebar1 {
	display:			inline-block;
	position:			relative;
	border:				1px solid #000000;
	padding:			0px 10px 0px 10px;
	float:				left;
	width:				22%;
	background-color:	#000;
	min-height:			768px;
	z-index:			-2
	zoom:				1;
}
.maincontent {
	display:			inline-block;
	position:			absolute;
	width:				10%;
	min-height:			600px;
	float:				none;
	border:				1px solid #000000;
	padding:			0px 0px 0px 0px;
	zoom:				1;
}
.tabmenubackground,
.tabcontentbkgtop,
.tabcontentbkgleft,
.tabcontentbkgbottom,
.tabcontentbkgright,
.tabcontentbackground {
	display:			inline-block;
	position:			absolute;
	top:				100%;
	left:				0px;
	zoom:				1;
}
.tabcontentbkgtop,
.tabcontentbkgleft,
.tabcontentbkgbottom,
.tabcontentbkgright,
.tabcontentbackground {
	z-index:			2;
}
.menubarcontainer {
	display:			inline-block;
	position:			absolute;
	top:				100%;
	left:				0px;
	width:				75%;
	height:				10%;
	zoom:				1;
}
.menubar {
	display:			inline-block;
	position:			relative;
	width:				100%;
	height:				100%;
	zoom:				1;
}
.spectrumanalyzercontainer {
	display:			inline-block;
	position:			absolute;
	top:				100%;
	left:				0px;
	width:				23%;
	height:				10%;
	z-index:			0;
	zoom:				1;
}
.spectrumanalyzer {
	display:			inline-block;
	position:			relative;
	width:				100%;
	height:				100%;
	zoom:				1;
}
.clearfloat {
	clear:				both;
    height:				0;
    font-size:			1px;
    line-height:		0px;
	zoom:				1;
}

