<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
table {
	font-size: small;
}

body,
table,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: arial;
}

body {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	background: WhiteSmoke;
}

a {
	text-decoration: none;
}

img {
	margin: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	max-width: 100%;
}

tr.heading,
th {
	font-weight: bold;
	background: #D3DCE3;
}

tr.odd {
	background: #F8F8FF;
}

tr.even {
	background: #DFDFFF;
}

tr.disabledodd {
	background: MistyRose;
}

tr.disabledeven {
	background: LightPink;
}

tr.odd:hover,
tr.even:hover {
	background: LightSteelBlue;
}

tr.disabledodd:hover,
tr.disabledeven:hover {
	background: Orchid;
}

th,
td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-color: WhiteSmoke;
	border-style: solid;
	border-width: 1.1px;
}

span.label,
td.label {
	font-weight: bold;
}

.quoted,
.filename,
.username {
	color: navy;
	font-style: oblique;
}

.password {
	color: DarkSlateBlue;
	font-weight: bold;
	font-size: larger;
	font-style: normal;
}

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

.warning {
	font-style: oblique;
	color: Chocolate;
}

.update {
	font-weight: bold;
	color: DarkGreen;
}

.aside {
	font-style: oblique;
	color: Navy;
	font-size: smaller;
}

table,
div {
	margin-left: 0.7em;
	margin-right: 0.7em;
	margin-top: 1em;
	margin-bottom: 1em;
}

tr.submitRow td {
	text-align: right;
}

tr.submitRow input {
	position: relative;
	top: 0.5em;
}

.datetime {
	font-weight: bold;
	color: MidnightBlue;
}

.ui-autocomplete { position: absolute; cursor: default; }	

.ui-menu
{
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu
{
	margin-top: -3px;
}
.ui-menu .ui-menu-item
{
	margin:0;
	padding: 0;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}</pre></body></html>