
html, body{
	padding: 0px;
	font-size: 10pt;
	margin: 0px;
	color: #ffffff;
	font-family: 'Trebuchet MS','Arial','MS Sans Serif';
	height: 100%;
	width: 100%;
	background-color: #000000;
}
legend{
	color: #ffffff;
}

a{
	text-decoration: none;
	color: #ffff00;
}
a:hover{
	text-decoration: underline;
}

img{
	border: 0px;
}

form{
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

div.clear{
	clear: both;
}


/* Header */
div.header{
	background: url('header.png') #303035 no-repeat 6px 6px;
	height: 80px;
	padding-left: 120px;
}
div.header table{
	width: 100%;
}
div.header td.title{
	font-size: 20pt;
	line-height: 80px;
	text-shadow: 0px 0px 15px #606060;
	font-family: Verdana;
	width: 250px;
}
div.header span.dse{
	color: #ff8800;
}
div.header span.product{
	font-weight: bold;
}
div.statusLED{
	border: 1px solid #c0c0c0;
	border-radius: 50%;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	width: 30px;
	height: 30px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6) inset;
	text-align: center;
	line-height: 30px;
	font-size: 14pt;
	font-weight: bold;
	text-shadow: 0px 0px 3px #404040;
	cursor: default;
}
@keyframes statusFlash{
	50% {
		opacity: 0.4;
	}
}
@keyframes textFlash{
	50% {
		opacity: 0.4;
	}
}
div.statusFlash{
	animation: statusFlash 1s linear infinite;
}
.textFlash{
	animation: textFlash 1s linear infinite;
}


/* Navigation Bar */
div.nav{
	padding-left: 5px;
	height: 19px;
	background: url('nav.png') transparent repeat-x left top;
	font-weight: normal;
}

/* Layout */
table.main{
	width: 100%;
}
td.menu{
	width: 150px;
	vertical-align: top;
	background-color: #333333;
	border-right: 1px solid #c0c0c0;
}
td.content{
	vertical-align: top;
	padding: 5px;
}
div.contentitem{
	margin-bottom: 10px;
}

/* Menu */
td.menu ul{
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}
td.menu ul li{
	padding-left: 6px;
}
td.menu ul li a{
	display: block;
	line-height: 24px;
	border-bottom: 1px solid #c0c0c0;
}


/* General Standard Styles */
div.hr{
	height: 6px;
	background: url('hr.png') transparent repeat-x center center;
}
div.hr hr{
	display: none;
}