a {
	color: #9eaad4;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #becaf4;
	background-color: inherit;
	text-decoration: underline;
}

body {
	font: 80% tahoma, verdana, sans-serif !important;
	color: white;
	background-color: #1e2a64;
}

body.nomargin {
	margin: 0px;
}

td.legend {
	font-size: 12px;
	color: #e0e0e0;
	background-color: inherit;
}

.courier {
	font-family: courier, serif;
}

img {
	border: 0px;
}

table.live {
	color: inherit;
	background-color: #1e2a64;
	border-left: 3px solid #2e3a74;
	border-top: 3px solid #2e3a74;
	border-right: 3px solid #0e1a54;
	border-bottom: 3px solid #0e1a54;
	padding: 1px;
}

table.live td {
	color: inherit;
	background-color: #1e2a64;
	border-left: 1px solid #0e1a54;
	border-top: 1px solid #0e1a54;
	border-right: 1px solid #2e3a74;
	border-bottom: 1px solid #2e3a74;
	padding: 1px;
}

tr.live { color: inherit; background-color: black; }
td.live { color: inherit; background-color: black; }

table.grid {
	background-image: url("netcam.jpg");
	background-repeat: no-repeat;
	width: 640px;
	height: 480px;
	border: 1px solid yellow;
	empty-cells: show;
	border-collapse: collapse;
}

table.grid td {
	border: 1px solid yellow;
}

th.graph {
	color: #e0e0e0;
	background: #2e3a74;
	padding: 4px;
	font: bold 16px arial,sans-serif;
	text-align: left;
}

td.graph {
	color: #e0e0e0;
	background: inherit;
	padding: 0px;
	width: 17px;
	font: 10px arial,sans-serif;
	vertical-align: bottom;
	text-align: center;
	border: 0px solid #2e3a74;
}

img.graph {
	width: 14px;
	display: inline;
}

.global {
	color: #aa9ed4;
	background-color: inherit;
}
.selected {
	font-weight: bold;
	color: yellow;
	background-color: inherit;
}

.red { color: #ff5555; background-color: inherit; white-space: nowrap; }
.green { color: #55ff55; background-color: inherit; white-space: nowrap; }
.blue { color: #8888ff; background-color: inherit; white-space: nowrap; }
.alpha { color: #ffffff; background-color: inherit; white-space: nowrap; }

.cpanel {
	border-style: solid;
	border-width: 1px;
	color: inherit;
	background-color: #1e2a64;
	border-color: #2e3a74 #2e3a74 #0e1a54 #0e1a54;
}

.face {
	color: inherit;
	background-color: #3e4a84;
}


.faceleft {
	border-left: 1px solid #5e6aa4;
}

.faceright {
	border-right: 1px solid #1e2a64;
}

.faceboth {
	border-left: 1px solid #5e6aa4;
	border-right: 1px solid #1e2a64;
}

.cam {
	border-style: solid;
	border-width: 2px;
	color: inherit;
	background-color: #1e2a64;
	border-color: #2e3a74 #2e3a74 #0e1a54 #0e1a54;
}

.tab table {
	border-collapse: collapse;
}

.tab td {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

.tab .active {
	font-weight: bolder;
	color: yellow;
	background-color: #3e4a84;
	border-left: 1px solid #737eb1;
	border-top: 1px solid #737eb1;
	border-right: 1px solid #636ea1;
	padding: 4px 12px 4px 12px;
	white-space: nowrap;
}

.tab .expand {
	width: 100%;
	border-bottom: 1px solid #737eb1;
}

.tab a {
	font-weight: bold;
	color: #9eaad4;
	background-color: #2e3a74;
	border-bottom: 1px solid #737eb1;
	border-left: 1px solid #434e81;
	border-top: 1px solid #434e81;
	border-right: 1px solid #333e71;
	padding: 4px 12px 4px 12px;
	white-space: nowrap;
	display: block;
	position: relative;
	text-align: center;
}

.tab a:hover {
	color: #becaf4;
	background-color: #3e4a84;
}

.hl {
	color: #d4aa9e ! important;
	background-color: #743a2e ! important;
}

table.frame {
	border-collapse: collapse;
}

table.config {
	width: 100%;
	color: inherit;
	background-color: #3e4a84;
	border-left: 1px solid #737eb1;
	border-right: 1px solid #333e71;
	border-bottom: 1px solid #333e71;
	border-collapse: collapse;
}

.section {
	font-weight: bolder;
	color: yellow;
	background-color: inherit;
	text-transform: uppercase;
	font-variant: small-caps;
}

td {
	padding: 2px;
}

.config table {
	margin: 8px;
}

.config td {
	padding: 1px;
}

.gt td { white-space: nowrap; }
.gl { color: inherit; background-color: #9eaad4; }
td.gl { padding-left: 8px; }
tr.gl td { padding-top: 8px; }

div.clear {
	clear: both;
}
div.tb {}
div.tb ul {
	float: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
div.tb li {
	display: inline;
	float: left;
	white-space: nowrap;
	padding: 4px 12px 4px 12px;
	font-weight: bold;
	color: #9eaad4;
	background-color: #2e3a74;
	border-bottom: 1px solid #737eb1;
	border-left: 1px solid #434e81;
	border-top: 1px solid #434e81;
	border-right: 1px solid #333e71;
}
div.tb li:hover {
	color: #becaf4;
	background-color: #3e4a84;
	cursor: pointer;
	text-decoration: underline;
}
div.tb li.active {
	font-weight: bolder;
	color: yellow;
	background-color: #3e4a84;
	border-bottom: none;
	border-left: 1px solid #737eb1;
	border-top: 1px solid #737eb1;
	border-right: 1px solid #636ea1;
	padding: 4px 12px 4px 12px;
	white-space: nowrap;
}
div.sub {
	width: 100%;
	color: inherit;
	background-color: #3e4a84;
	border-left: 1px solid #737eb1;
	border-right: 1px solid #333e71;
	border-bottom: 1px solid #333e71;
}
div.sub div {
	padding: 4px;
}
.hide {
	display: none;
}
