body {
	font-family: Verdana, Arial, sans-serif;
	background: #5b5b5b;
	margin: 0px auto;
	padding: 0 0 20px 0;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

#shadow-one {
	width: 760px;
	border: 1px solid #555;
	border-top: 0;
	margin: 0px auto;
}
#shadow-two {
	border: 1px solid #4b4b4b;
	border-top: 0;
}
#shadow-three {
	border: 1px solid #444;
	border-top: 0;
}
#shadow-four {
	border: 1px solid #3a3a3a;
	border-top: 0;
}

#page {
	border: 1px solid #333;
	background: #fff;
	border-top: 0;
	padding: 20px;
	font-size: 10pt;
}

#page table, th, td {
	border: 0px double #000;
}

#page td {
	font-size: 10pt;
	padding-right: 10px;
	vertical-align: bottom; 
}

#tail{
	background: #A3A375;
	padding: 4px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	height: 16px;
}

#tail .center{
	float: center;
	width: 300px;
	text-align: center;
}

#title {
	background: #A3A375;
	padding: 4px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	height: 16px;

	text-align: right;
}

#title .left {
	float: left;
	width: 300px;
	text-align: left;
}

#title .right {
	float: right;
	width: 300px;
	text-align: right;
}

#title .center{
	float: center;
	width: 200px;
	text-align: center;
}

#menu {
	float: left;
	width: 150px;
	padding-right: 10px;
}

#menu a {
	width: 140px;
	display: block;
	background: #CDCDB4;
	color: black;
	padding: 8px;
	font-weight: bold;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}
#menu b{
	width: 154px;
	height: 2px;
	display: block;
	background: #4C4C33;
	color: black;
	padding: 1px;
	font-weight: bold;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
	
}
#menu a:hover {
	color: #9ACD32;
}

#content {
	width: 525px;
	float: right;
	padding-right: 10px;
}

#content a {
	color: #CDCD00;
	text-decoration: none;
}

#content a:hover {
	color: #9ACD32;
	text-decoration: underline;
}

#content h1 {
	margin-top: 0px;
}

#content h2 {
	color: #9ACD32;
}

#content h3 {
	color: #9ACD32;
}

.spacer {
	clear: both;
}

#footer {
	font-size: 0.8em;
	color: #666;
	text-align: center;
	margin: 10px 50px 0 50px;
	padding-top: 10px;
	border-top: 1px dotted #666;
}

#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;
}



#status .leds a:hover {
	color: #ddd;
	text-decoration: none;
}
.line{

   padding-bottom:10px;
   margin-bottom:10px; 
   border-bottom: 3px solid #777;
}

.examplebox {
	margin:10px 40px 10px 40px;
	padding: 8px;
	border: 1px dotted #333;
	text-align:center;
	background:#ddd;
}

.code {
	font-family: Courier New, Courier, fixed-width, fixed;
}

.exercise {
	background: #fe9;
	padding: 5px;
	margin-left: 10px;
	border-left: 2px solid #eb3;
}

.error {
	margin-left: 10px;
	padding: 10px;
	background: #fdd;
	border-left: 2px solid #900;
}

.warning {
	margin-left: 180px;
	margin-right: 30px;
	padding: 10px;
	background: #f8ffdd;
	border-left: 4px solid #fff000;
}
.warning2 {
	margin-left: 30px;
	margin-right: 30px;
	padding: 10px;
	background: #f8ffdd;
	border-left: 4px solid #fff000;
}

#content h6 {
	border-top: 1px dashed #333;
	margin: 15px;
	padding: 0px;
	height: 1px;
}

.examplebox td {
	text-align:left;
	padding-right: 15px;
}

fieldset {
	margin:5px 20px 5px 20px;
	padding: 8px;
	border: 1px dotted #333;
	background:#ddd;
}

fieldset div {
	padding: 2px 0px 2px 150px;
}

fieldset div.hide{
	padding: 2px 0px 2px 0px;
}

fieldset div label {
	margin-left: -140px;
	padding-top: 2px;
	width: 135px;
	font-weight: bold;
	position: absolute;
}

fieldset input {
	width: 200px;
}

fieldset input.sm {
	width: auto;
}

fieldset input.smac{
	width: 25px;
}

fieldset input.ip{
	width: 42px;
}
fieldset select.cb{
	width: 210px;
}

fieldset textarea {
	overflow-x:hidden;
	overflow-y:scroll;
}

.result
{
	margin: 10px 40px 10px 40px;
	padding: 8px;
	border: 1px solid #333;
	text-align: center;
	font-weight: bold;
	background: #eee;
}

.ok {
	border-color: #6b6;
	background: #efe;
}
	
.fail {
	border-color: #b66;
	background: #fee;
}
	
.unk {
	border-color: #cc6;
	background: #ffd;
}


#calendar {
	padding: 4px;
	font-size: 7pt;
}

#digitalclock {
	padding: 4px;
	font-size: 7pt;
}

#digitalclock .right {
	float: right;
	width: 200px;
	text-align: right;
}

