@CHARSET "UTF-8";

.content {
	position: absolute;
	/*border: solid 1px white;*/
	overflow-x:hidden;
	overflow-y:hidden;
	height:470px;
	width:1000px;
}

.content div.account {
	position: absolute;
	height:470px;
	width:660px;
	top:0px;
	left:0px;
}

table.aboutDescriptionFrame {
	 position:absolute;
	 top:0px;
	 left:0px;
	 width: 100%;
	 height: 470px;
	 z-index:1000;
	 border-collapse: collapse;
}

table.submenuFrame {
	 position:absolute;
	 top:0px;
	 left:680px;
	 width: 320px;
	 height: 470px;
	 z-index:1000;
	 border-collapse: collapse;
}

div.aboutDescriptionContent {
	max-height: 420px;
	overflow-y:hidden;
}

div.aboutDescriptionContent h2, .aboutDescriptionFrame h2 {
	text-align:left;
	color:#F04400;
}

div.aboutDescriptionContent h3, .aboutDescriptionFrame h3 {
	text-align:left;
	color:#F04400;
}

div.aboutDescriptionContent div.title {
	text-align:left;
	color:#F04400;
}

div.aboutDescriptionContent div.description {
	width: 277px;
	height: 365px;
	overflow-y: auto;
}

ul.list li.completed, 
ul.list li.completed a,
ul.list li.completed a:link,
ul.list li.completed a:visited {
	color: #808080;
}

ul.list li.completed a:hover {
	color: #F04400;
}

ul.list {
	padding-left: 20px;
}

ul.list li.active {
	font-weight: bold;
}

.contentContainer {
	height: 490px;
}

table.login {
	width: 300px;
	margin-top: 190px;
	margin-left: 150px;
}

table.login th {
	text-align: left;
	width: 70px;
}

input.form {
	width: 100%;
	background-color: #C3C3C3;
	border: 1px solid #585858;
}

div.description table.device {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

div.description table.device th {
	text-align: left;
	width: 200px;
	padding-left: 5px;
}

div.description table.device td {
	padding-left: 5px;
}

div.description table.device tr:hover {
	background-color: #303030;
}

div.description table.deviceStatus {
	width: 99%;
}

div.description table.deviceStatus td{
	padding: 3px;
}

div.description table.deviceStatus tr:hover {
	background-color: #303030;
}

div.description table.deviceStatus img {
	display: inline;
	vertical-align: middle;
	margin-right: 3px;
}

div.description {
	overflow: auto;
	height: 420px;
}
