body {
	margin: 0 0 0 0;
	font-family: Verdana, Helvetica;
	font-size: 0.95em;
	background-color: #fff;
	color: #000;
}
h1{
	font-size: 0.95em; 
	line-height: 2;
}
input[type=button],
input[type=text],
input[type=password],
select {
	padding: 5px;
	font-size: 0.95em; 
}
input[type=text],
select {
	color: #000;	
}
.display_none {
	display: none;
}
.error {
	color: #ff0000;
}
.warning {
	color: #ff6060;
}
.info {
	color: #6060ff;
}
.advanced_option {
	color: #808080;
	cursor: pointer;
	text-decoration: underline;
	font-size: 0.875em;
}
.cursor_pointer {
	cursor: pointer;
}
.grey {
	color: #b9babb;
}
#pw_prompt {
    position: fixed;
    left: 50%;
    top: 40%;
    padding: 15px;
    width: 200px;
    border: 1px solid #ff0000;
	background-color: #fff;
	margin: 0 0 0 -116px;
}
#pw_prompt input[type=password] {
    margin: 10px 0 0 0;
}
#pw_prompt input[type=button] {
    margin: 10px 10px 0 0;
}
#pw_overlay {
	position: absolute;
	opacity: 0.5;
	background-color: #b9babb;
	width: 100vmax;
	height: 100vmax;
	color: #b9babb;
	top: 0;
}
#menu {
	background-color: #fff;
	list-style-type: none;
	overflow: hidden;
	padding: 0 0 7px 0;
	margin: 0 0 0 0;
	position: fixed;
	top: 0; 
	left: 0;
	width: 100%;
	border-bottom: 1px solid #b9babb;
}
#menu li a {
	display: block;
	color: #b9babb;
	text-align: center;
	font-size: 0.95em; 
	margin: 0 0 0 0;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid #fff;
}
#menu li a.active {
	color: #333;
}
#menu li img {
	width: 90px;
	height: 20px;
	margin: 10px 0 0 10px;
}
#content {
	margin: 110px 0 110px 0;
	padding: 10px 10px 20px 10px;
	background-color: #fff;
}
#content table {
	margin: 0 0 0 30px;
}
#content table tr td{
	padding: 2px 0 2px 0;	
}
#content table tr td.parameter-name {
	text-align: left;
}
#content table tr td.parameter-value {
	text-align: right;
}
#content table span a:link {
	color: #ff0000;
	border: 1px solid #ff0000;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}
#content table span a:visited {
	color: #b9babb;
	border: 1px solid #b9babb;
}
#content table span a:hover {
	color: #b9babb;
	border: 1px solid #b9babb;
}
#content table label:hover {
	cursor: pointer;
}	
#footer {
	background-color: #333;
	width: 100%;
	position: fixed;
	bottom: 0; 
	left: 0;
	z-index: -1;
	padding: 10px 0 10px 10px;
}
#footer table {
	color: #fff;
	font-size: 0.875em;
	margin: 0 15px 0 0;
}
@media (min-width: 780px) {
	#contentLAN, #contentWLAN, #contentInfo, #contentSettings {
		float: left;
		padding: 0 0 10px 10px;
		width: 480px;
		border: 1px solid #fff;
		border-left: 1px solid #b9babb;
		background-color: #fff;
	}
	#menu li {
		float: left;
	}
	#menu li a {
		margin: 32px 10px 0 10px;
	}
	#menu li a:hover {
		border-bottom: 2px solid #ff0000;
	}
	#menu li img {
		width: 180px;
		height: 40px;
		margin: 25px 0 15px 15px;
	}
	#content {
		padding: 50px 50px 50px 50px;
	}	
}