* {
	outline: 0;
}
body {
	background: black;
	width: 97%;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-bottom: 60px;
	font-family: Verdana, Sans-Serif;
}
a {
	text-decoration: underline;
	color: #be2628;
}
a:hover	{
	text-decoration: underline;
}
pre {
	margin: 0px 0px 12px 0px;
	line-height: 140%;
	font-size: 120%;
}
p {
	margin: 0px 0px 12px 0px;
	line-height: 140%;
}
table.main {
	width: 100%;
	background: #f7f7f7;
	border-collapse: collapse;
	border-radius: 10px;
	border: 0 none;
}

table.hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Header banner */
table.top {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
td.top-logo {
	vertical-align: top;
	padding: 0px 0px 0px 6px;
}
td.top-button {
	font-size: 60%;
	text-align: center;
	vertical-align: top;
	color: white;
	width: 48px;
	padding-left: 24px;
}
td.top-button a {
	color: white;
	text-decoration: none;
}
td.top-button img {
	border: 0px;
	padding: 0px 0px 5px 0px;
	max-width: 70%;
}
td.status {
	width: 100%;
	font-size: 75%;
	text-align: right;
	vertical-align: top;
	padding-right: 16px;
	color: white;
}
td.motd {
	font-size: 75%;
	color: white;
	margin: 0px;
	padding-top: 10px;
}
td.motd, div.motd {
	font-family: monospace;
	white-space: pre;
}
table.header {
	width: 100%;
}
td.header-text {
	color: white;
	background: #888;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff888888');
	background: -moz-linear-gradient(top, #666666, #888888);
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#888888));
	padding: 6px 26px;
	text-align: right;
	width: 100%;
	border-radius: 6px 6px 0 0;
}
h1.branch-label {
	font-size: 100%; /* XXX logically redundant */
	color: #fff;
	display:inline;
	font-weight: normal;
}
h1.leaf-label {
	font-size: 110%;
	color: #fff;
	display:inline;
	font-weight: normal;
}

/* Footer */
#footer {
	color: #888;
	font-size: 60%;
	width: 100%;
	text-align: right;
	padding-top: 10px;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* Nav panel */
h4.sub-title {
	border: 1px solid #444;
	color: white;
	padding: 5px 2px 5px 5px;
	font-weight: normal;
	margin: 12px 0px 0px 0px;
	background: #444;
	font-weight: bold;
	border-radius: 6px 6px 0 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff222222');
	background: -moz-linear-gradient(top, #000000, #222222);
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#222222));
	font-size: 75%;
}
img.sub-title {
	float: right;
	margin: 3px 2px 0px 0px;
}
#related-column {
	padding-top: 12px;
	vertical-align: top;
}
#related-links {
	margin: -12px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
	white-space: nowrap;
	width: 160px;
}

/* Attribute lists and search dialog */
h4.attribute-title {
	border: 1px solid #444;
	color: white;
	padding: 1px 2px 2px 5px;
	font-weight: normal;
	margin: 12px 0px 0px 0px;
	background: #444;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff222222');
	background: -moz-linear-gradient(top, #000000, #222222);
	background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#222222));
	font-size: 1em;
}
img.attribute-title {
	float: right;
	margin: 3px 2px 0px 0px;
}
#attribute-search-form {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	margin-bottom: 15px;
	padding: 2px 4px 4px 4px;
	background: white;
}
div.attribute-edit-form {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	padding: 2px 4px 4px 4px;
	background: white;
}
div.attribute-branch {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px 4px 4px 4px;
	background: white;
}
div.hidden {
	display: none;
	opacity: 0;
}
span.left {
	float: left;
	display: inline;
	clear: left;
}
span.right {
	float: right;
	display: block;
}
div.left {
	float: left;
	display: block;
	clear: left;
}
div.right {
	float: right;
	display: block;
}
div.selected {
	background: #819FF7;
}
#attributes-column {
	vertical-align: top;
}
#attributes-links {
	margin: -12px 0px 0px 0px;
	padding: 0px 4px 0px 6px;
	width: 180px;
}
div.hover:hover {
	color: #E20303;
}
div.attributes-related:hover {
	color: #E20303;
}

div.branch {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px 6px 4px 4px;
	background: white;
	border-radius: 0 0 6px 6px;
}
#related img {
	padding: 1px 4px 1px 2px;
	margin: 0px;
	vertical-align: middle;
}
#related a {
	color: black;
	font-size: 75%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	vertical-align: middle;
}
#related a:hover {
	color: #E20303;
}

/* Main form section */
#content {
	padding: 18px 16px 0px 16px;
	color: black;
	font-weight: normal;
	font-size: 75%;
	vertical-align: top;
	width: 100%;
}
h4.expand-list-sub-title {
	font-size: 110%;
	font-weight: bold;
	color: #036;
	background: #ccc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffcccccc');
	background: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
	border: 1px solid #aaa;
	padding: 2px 2px 2px 4px;

}
img.expand-list-sub-title {
	float: left;
	margin: 3px 2px 0px 0px;
}
#expand-list-column {
	vertical-align: top;
}
#expand-list-links {
	margin: -12px 0px 0px 0px;
	padding: 0px 4px 0px 6px;
}
div.expand-list {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px 4px 4px 4px;
	background: white;
}
p.field-label {
	color: #222;
	font-weight: bold;
}
td.field-label {
	border-bottom: 1px solid #ddd;
	padding: 14px 10px;
	color: #222;
	font-weight: bold;
}

pre {
	white-space: pre-wrap;
}

td.field-input {
	border-bottom: 1px solid #ddd;
	padding: 14px 10px;
	color: #444;
	line-height: 140%;
	margin-bottom: 100px;
}

p.field-output {
	color: #222;
}

td.field-output {
	border-bottom: 1px solid #bbb;
	padding: 6px 12px 6px 12px;
	color: #222;
}

td.spacer {
	padding: 24px 0px 0px 0px;
}
td.sub-title {
	font-size: 110%;
	font-weight: bold;
	color: #be2628;
	background: #ccc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffcccccc');
	background: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background: #e7e7e7;
	border: 0 none!important;
	border-bottom: 1px solid #ccc!important;
	padding: 10px;
}
table.sub-section {
	line-height: 0px;
	margin-top: -16px;
}
td.sub-section-title {
	font-size: 110%;
	font-weight: bold;
	color: black;
}
td.sub-section {
	padding-left: 32px;
	padding-top: 8px;
}
td.tab {
	background: #d7d7d7;
	border: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-radius: 5px 5px 0 0;
	text-align: center;
	color: #fff;
	margin-right: 3px;
}
td.tab a {
	text-decoration: none;
}
td.selected-tab {
	background: -moz-linear-gradient(top, #eee, #f7f7f7);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#f7f7f7));
	color: #333;
	border: 0 none;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	text-align: center;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
}
td.selected-tab a {
	color: #be2628;
	text-decoration: none;
	font-weight: 700;
}
td.tab a {
	color: #666;
}
td.selected-cell {
	font-weight: bold;
	/* background: #cccccc; */
}
table.form-table {
	min-height: 100%;
	padding: 0px;
	margin: 0px;
}
tr.form-table {
	padding: 0px;
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
input.formbtn {
	margin: 16px 4px;
	vertical-align: top;
	background-color: #505050;
	border: 0;
	padding: 6px 10px;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	box-shadow: 1px 1px 2px #333;
	cursor: grabbing;
}
input.formbtn:disabled {
	background: #dddddd;
	cursor: default;
}
input.formbtn:hover {
	background: black;
	cursor: default;
}
input.formbtn:active:hover:enabled {
	box-shadow: 0 1px #333;
	transform: translateY(2px);
}
tbody.expanded {
}
tbody.collapsed {
	display: none;
}
img.section-icon {
	vertical-align: middle;
	margin-right: 4px;
}

iframe.webshell {
	width: 100%;
	background-color: white;
	border: 1px solid #aaa;
	height: 480px;
	padding: 0px;
	margin: 0px;
}

html[data-useragent*="Trident"],html[data-useragent*="MSIE"] iframe.webshell {
	width: 80em;
}

/* Dashboard */
td.widget {
	padding: 0;
	background: #f8f8f8;
	border: 1px solid #bbb;
	min-width: 200px;
}

td.dbfield-input {
	border-bottom: 1px solid #bbb;
	padding: 0px 6px 0px 6px;
}
td.dbspacer {
	padding: 0px;
	margin: 0px;
}

/* UPS status */
body.upsstats {
	background: transparent;
	font-size: 75%;
}

/* Nagios host checks */
td.field-nagios-t {
	padding: 6px 8px 0px 8px;
	vertical-align: bottom;
}
td.field-nagios-tl {
	padding: 6px 8px 0px 8px;
	font-weight: bold;
	vertical-align: bottom;
}
td.field-nagios-tr {
	padding: 6px 8px 0px 8px;
	vertical-align: bottom;
}
td.field-nagios-b {
	padding: 0px 8px 2px 8px;
	border-bottom: 1px solid #bbb;
	font-size: 80%;
}
td.field-nagios-bl {
	padding: 6px 8px 2px 8px;
	border-bottom: 1px solid #bbb;
}
td.field-nagios-br {
	padding: 6px 8px 2px 8px;
	border-bottom: 1px solid #bbb;
}
/* AutoResponse */
div.ar_list {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px 4px 4px 4px;
	background: white;
}

.notice {
	background: #EED6D6;
	width: 100%;
	border-spacing: 0;
	margin-bottom: 12px;
	border: 0 none!important;
}
.notice tr td { padding: 10px; }

.notice div {
	padding: 10px;
	font-style: italic;
}

.warning, .ssh-key-warning {
	font-weight: bold;
	font-style: italic;
}
.ssh-key-warning {
	float: right;
}

.error {
	font-weight: bold;
	color: red;
}

/* Lighthouse proxy warning */
#overlay {
	position: fixed;
	background-color: white;
	border: 1px solid #999;
	font-weight: bold;
	text-align: center;
	color: black;
	width: 100%;
	z-index: 1000;
	left: 0px;
	bottom: 0px;
	padding: 12px;
}

#download-support-form {
	margin-bottom: 2ex;
	font-style: italic;
}

/* Edit Multiple Ports spill list */
.spill-list {
	position: relative;
	display: inline-block;
	border-bottom: 1px dashed black;
}

.spill-list .tooltiptext {
	visibility: hidden;
	background-color: #ddd;
	color: #444;
	border: 1px solid #999;
	text-align: left;
	margin-left: -100%;
	padding: 2px;
	top: 100%;
	left: 100%;
	position: absolute;
	z-index: 1;
	white-space:nowrap;
}

.spill-list:hover .tooltiptext {
	visibility: visible;
}


/* Legend text, eg as used in statistics pages */
.info-legend {
	padding: 1ex;
}

/* Standalone messages indicating something is unavailable */
.notice-unavailable {
	padding: 1ex;
}
