body {
	FONT-WEIGHT: normal;
	MARGIN: 0px;
	FONT-FAMILY: verdana,arial,helvetica,sans-serif;
	background: #d4d0c8;
}

a {
	text-decoration:underline;
	color: white;
}

table.menu {
	padding:4px;
	margin:2px;
}

td.menu {
	padding:4px;
	margin:2px;
	background-color: #A6A3A6;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	color: white;
}

td.menuhelp {
	padding:4px;
	margin:2px;
	background-color: #C6C3C6;
}

h1 {
	margin: 1em 0 1ex 1em;
	font-size: 100%;
	font-weight: bold;
}

table {
	font-size: 80%;
	margin: 0px;
}

table.sub-table {
	font-size: 100%;
	width: 100%;
}

input {
	font-size: 80%;
	margin: 0px;
}

select {
	font-size: 80%;
	margin: 0px;
}

table.tab-head {
	border-collapse: collapse;
	padding: .25ex;
	margin: 0;
}

.tab-head {
	background: #6383b7;
	color:white;
}

.tab-head TD {
	padding: 0 .5ex 0 .5ex;
	margin: 0;
	text-align: center;
}

TD.tab-head {
	padding: 0 .5ex 0 .5ex;
	margin: 0;
	text-align: center;
}

.tab-head-inactive {
	background: #d4d0c8;
	color: black;
}

TABLE.tab-head-inactive {
	border-collapse: collapse;
	padding: 0 .5ex 0 .5ex;
	margin: 0;
}

.tab-head-inactive TD {
	padding: 0 .5ex 0 .5ex;
	margin: 0;
	text-align: center;
}

.tab-head A {
	color:white;
	text-decoration:none;
}

TD.tab-head-end {
	width: 100%;
	padding: 0 .5ex 0 .5ex;
	margin: 0;
	background: #6383b7;
	text-align: right;
	color: white;
	font-weight:bold;
}

TD.tab-head-active {
	padding: 0 .5ex 0 .5ex;
	margin: 0;
	background: #6383b7;
	color: white;
	text-align: center;
	font-weight:bold;
}

.tab-head-active A {
	color:white ! important
}

.tab-head-inactive A {
	color:black;
	text-decoration: none;
}

.vertical {
	text-align:center;
	color: white;
	background: #6383b7;
}
	
.vertical em {
	margin:.25ex;
	font-weight:bold;
	font-family:monospace;
	font-style:normal;
	text-decoration:none;
	display:block;
}	
span.success{
    font-size: 12px;
    color: green;
    margin-left:200;
}
span.failure{
    font-size: 12px;
    color: red;
    margin-left:200;
}
td.gpio_out{
    background-color:#330000;
    height:12px;
    width:10px;
}
td.gpio_active{
    background-color:#00FF00;
    height:12px;
    width:10px;
}
