body {
	font-family: Arial, Helvetica, sans-serif;
	background: #292929;
	margin: 0px auto;
	padding: 0 0 20px 0;
	color: #fff;
}

#frame {
	width: 800px;
	border: 0px solid #555;
	margin: 10px auto;
}

#ns_page {
	position:absolute;
	border: 1px solid #333;
	background: #5b5b5b;
	border-top: 0;
	padding: 20px;
	font-size: 10pt;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	width:760px;
	min-width:760px;

	z-index:1;
}
#ns_text {
	margin-top:100px;
	padding:40px;
	font-size:25px;
	background:#900;
	border: 2px solid #f00;
	text-align:center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	margin-bottom:100px;
}
#page {
	border: 1px solid #333;
	background: #5b5b5b;
	border-top: 0;
	padding: 20px;
	font-size: 10pt;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	display:none;
	z-index:0;
}
#page td {
	font-size: 10pt;
}

#title {
	background: #1E7EAC;
	border:1px solid #26B3F7;
	padding: 4px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	height: 16px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
}

#title .right {
	float: right;
	width: 300px;
	text-align: right;
}

#menu {
 	float: left;
	width: 400px;
	padding-right: 20px;
}
/*
#menu a {
	width: 140px;
	display: inline;
	color: white;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #333333;
}
*/
#content {
	float: left;
}

#content a {
	color: #c00;
	text-decoration: none;
}

#content a:hover {
	color: #d33;
	text-decoration: underline;
}

#content h1 {
	margin-top: 0px;
}

.spacer {
	clear: both;
}

#footer {
	font-size: 0.8em;
	color: #aaa;
	text-align: center;
	margin: 10px 10px 0 10px;
	padding-top: 10px;
	border-top: 1px solid #aaa;
}

#status {
	width: 175px;
	float: right;
	padding: 10px;
	margin: 10px;
	border: 1px dotted #666;
	font-weight: bold;
}

#status p {
	padding: 5px 0 5px 10px;
	text-indent: -10px;
	margin: 0;
}


.error {
	/*width:735px;*/
	padding: 10px;
	background: #900;
	border: 1px solid #f00;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
}

.clear_error {
	width:735px;
	padding: 10px;
	height:0px;
}


#content h6 {
	border-top: 1px dashed #333;
	margin: 15px;
	padding: 0px;
	height: 1px;
}

fieldset {
	width: 600px;
/*	margin:10px 40px 10px 40px; */
	margin: auto;
	padding: 8px;
	border: 1px solid #26B3F7;
	background: #1E7EAC;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
		margin-bottom:5px;
}

fieldset div {
	padding: 2px 0px 2px 150px;
}

fieldset div label {
	margin-left: -140px;
	padding-top: 2px;
	width: 140px;
	font-weight: bold;
	position: absolute;
}
fieldset span.sl {
	margin-left: -135px;
}
fieldset input {
	width: 250px;
}

fieldset input.sm {
	width: auto;
}

fieldset input.sm2 {
	width: 17px;
}

fieldset textarea {
	width: 250px;
}
fieldset .headline {
	font-weight:bold;
	font-size: 15px;
	text-align:right;
	border-bottom:1px solid #26B3F7;
	margin-bottom:15px;
}

.box {
	width: 340px;
	height: 150px;
	margin: auto;
	padding: 8px;
	margin: 10px;
	border: 1px solid #26B3F7;
	background:#1E7EAC;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	float:left;
}
	.normal {
		border-color: #26B3F7;
		background: #1E7EAC;
	}
	
	.alert {
		border-color: #f00;
		background: #900;
	}
#tag {
	display:inline;
	text-align:left;
	width:335px;
	
}
#val {
	text-align:center;
	font-size:60px;
	font-weight:bold;
	padding-top: 30px;
}
#info,  #infot, #infoh {
	font-size:10px;
	margin-top:25px;
}
#button {
	width:65px;
	height:65px;
	font-size:25px;
	/*background-color: #67b120;
	border: 2px solid #90c65c;*/
}

.result
{
	margin: 10px 40px 10px 40px;
	padding: 8px;
	border: 2px solid #fff;
	text-align: center;
	font-weight: bold;
	background: #eee;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
}

	.ok {
		border-color: #90c65c;
		background: #67b120;
	}
	
	.fail {
		border-color: #d59136;
		background: #cc7b10;
	}
	
	.unk {
		border-color: #cc6;
		background: #ffd;
	}
td {
	text-align:center;
}
.menu {
     position:relative;
	left: -30px;
	top: -14px;
     list-style: none;
 }
.menu a {
	width: 20px;
	display: inline;
	color: white;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	color: #333333;
}

.menu li{
    position:relative;
    display:inline;
    cursor:pointer;
    padding:4px;
    /*	border: 1px solid #0f0;*/
}

.menu li a{
    text-decoration:none;
    width:100%;
    height:100%;
}

.menu li a:hover{
    color: #333333;
}

.menu li:hover{
    color: #333333;
    width:90%;
}

.menu li ul{
    position:absolute;
    white-space:nowrap;
    text-align:left;
    list-style:none;
    display:none;
    z-index:5;
    left:0%;
    top:1.75em;
    margin:0px;
    padding:0px;
    border:1px solid #26b3f7;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius:6px;
    background-color:#1e7eac;
    border-top:0px;
}

.menu li ul li{
    position:relative;
    left:0px;
    display: list-item;
    cursor:pointer;
}

.menu li ul li{
    position:relative;
    left:0px;
    cursor: pointer;
    width:90px;
}

.menu li ul li a{
    display:block;
    margin-left:3px;
    margin-right:3px;
}

.menu li:hover > ul{
    display:block;
}

.show_border {
	border:1px solid #f00;
	padding:2px;
}