
@font-face {
	font-family: 'Open Sans Condensed';
	src: url('fonts/OpenSansCondBold.eot');
	src: url('fonts/OpenSansCondBold.eot?#iefix') format('embedded-opentype'),
	 url('fonts/OpenSansCondBold.woff') format('woff'),
	 url('fonts/OpenSansCondBold.ttf') format('truetype');
	font-style: normal;
	font-weight: 700;
}
@media print {
	.noprint {
	display: none !important;
	}
}
@media not print {
	.onlyprint {
	display: none !important;
	}
}
body {
	background-color: #fff;
	margin: 0 0 0.5em 0;
	padding: 0px;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	}
h1, h2, h3, h4, h5 {
	margin-bottom: 0em;
	font-weight: 600;
	}
h1 { font-size: 1.5em; }
h3 {
	margin-top: 2em;
	line-height: 1.4em;
	}
h4 {
	margin-top: 1.5em;
	line-height: 1.4em;
	}
table {
	line-height: 1.5em;
	}
input, textarea, select {
	font-size: 14px;
}
input[type=radio] {
	font-size: 16px;
}
input[type=text],
	input[type=password],
	input[type=date],
	input[type=email],
	input[type=number],
	input[type=search],
	input[type=tel],
	input[type=url],
	textarea,
	select
{
	border: 1px solid #ccc;
	padding: 3px;
	border-radius: 3px;
}
a {
	color: #05e;
	}
a:visited {
	color: #729;
	}
a:hover {
	color: #f40;
	text-decoration: underline;
	}
a:active {
	color: #661b00;
	}
img {
	border: 0;
	padding: 0;
	}
.inner {
	width: 94%;
	max-width: 1120px;
	margin: 0 auto;
	}
#header {
	text-align: left;	
	padding: 10px 0 5px 0;
	margin: 0 0 1em 0;
	}
#header .inner {
	position: relative;
	height: 72px;
	}
#header .inner img {
	margin-left: -4px;
	padding-top: 18px;
	}
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	text-align: right;
	line-height: 2em;
	}
@media print {
	#header ul {
	display: none;
	}
}
#header li {
	display: inline;
	margin: 0 0.5em 0 0;
	padding: 0 0.5em 0 0;
	border-right: 1px solid #ddd;
	}
#header li.last {
	margin: 0;
	padding: 0;
	border-right: none;
	}
#header li a {
	color: #f40;
	text-decoration: none;
	}
#header li a:hover {
	color: black;
	text-decoration: underline;
	}
#header li a:active {
	color: #661b00;
	}
#header #navsearch {
	position: absolute;
	right: 0px;
	bottom: 0;
	}
#header .navbar-maybe-wrap {
	display: inline;
	}
@media screen and (max-width: 600px) {
	#header .navbar-maybe-wrap #navbar-item-support {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
	}
	#header .inner {
	height: 120px;
	}
	#header #navsearch #navbar-searchbox {
	width: 250px;
	}
	#header .navbar-maybe-wrap {
	display: block;
	}
	#header ul {
	top: 13px;
	}
}
@media print {
	#header #navsearch {
	display: none;
	}
}
#header #navsearch form {
	margin-bottom: 4px;
	}
#content {
	text-align: left;	
	clear: both;
	}
#content p, #content li {
	line-height: 1.5em;
	}
#mainbar {
	float: left;
	width: 75%;
	}
#sidebar {
	float: right;
	width: 22%;
	}
@media screen and (max-width: 780px) {
#mainbar {
	float: none;
	clear: both;
	width: 100%;
	}
#sidebar {
	float: none;
	clear: both;
	width: 100%;
	margin-top: 2em;
	}
}
#flip #mainbar {
	float: right;
	}
#flip #sidebar {
	float: left;
	}
#sidebar ul {
	margin-top: 0.5em;
	padding-left: 0;
	margin-left: 1.2em;
	list-style-type: none;
	}
#sidebar li {
	position: relative;
	}
#sidebar li .bullet {
	position: absolute;
	left: -1.2em;
	}
#sidebar a {
	text-decoration: none;
	}
#sidebar a:hover {
	text-decoration: underline;
	}
#footer {
	clear: both;
	margin: 0;
	padding-top: 2em;
	font-size: 90%;
	text-align: center;
	color: #777;
	line-height: 2em;
	}
#footer a {
	text-decoration: none;
	color: #777;
	}
#footer a:hover {
	color: #f40;
	text-decoration: underline;
	}
#footer a:active {
	color: #661b00;
	}
#sidebar #search-box-header {
	margin: 0;
	padding: 0.25em;
	text-align: center;
	color: white;
	background-color: #004080;
	}
#sidebar #search-box {
	background-color: #e6f2ff;
	margin: 0;
	margin-bottom: 2em;
	padding: 0.5em 1em;
	border: 1px solid #004080;
	text-align: center;
	font-size: smaller;
	}
#sidebar #search-box form {
	padding-top: 0.5em;
	margin: 0em;
	}
#sidebar #search-box input {
	margin-bottom: 0.5em;
	}
#sidebar #search-box #search-field {
	width: 95%;
	}
.box-center {
	margin: 0 auto;
	}
.box-width-95 {
	width: 95%;
	}
.box-width-90 {
	width: 90%;
	}
.box-width-80 {
	width: 80%;
	}
.box-width-70 {
	width: 70%;
	}
.left {
	text-align: left;
	}
.right {
	text-align: right;
	}
.center {
	text-align: center;
	}
img.center {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	}
.full-page-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	background-color: #777; 
	background-color: rgba(0, 0, 0, 0.7);
	}
.full-page-overlay-box {
	position: absolute;
	top: 30%; left: 20%; right: 20%;
	background-color: white;
	padding: 0.5em 1.5em 1em 1.5em;
	font-size: 120%;
	text-align: center;
	border-radius: 6px;
	}
.full-page-overlay-box button {
	background-color: inherit;
	position: absolute;
	right: 6px;
	top: 0px;
	height: 32px;
	width: 32px;
	border: none;
	font-size: 30px;
	}
.spinner-icon {
	width: 1.5em;
	height: 1.5em;
	margin: 2em auto 1em;
	border-radius: 50%;
	border-top: .5em solid #fb7;
	border-right: .5em solid #fb7;
	border-bottom: .5em solid #fb7;
	border-left: .5em solid #fff;
	-webkit-animation: spinner-icon 1.0s infinite linear;
	animation: spinner-icon 1.0s infinite linear;
}
@-webkit-keyframes spinner-icon {
	0% {
	-webkit-transform: rotate(45deg);
	}
	50% {
	-webkit-transform: rotate(135deg);
	}
	100% {
	-webkit-transform: rotate(405deg);
	}
}
@keyframes spinner-icon {
	0% {
	transform: rotate(45deg);
	}
	50% {
	transform: rotate(135deg);
	}
	100% {
	transform: rotate(405deg);
	}
}
.ok-box {
	padding: 20px 16px 20px 70px;
	margin: 1em 0;
	background-color: #e4f7e4;
	border-left: 7px solid #9c9;
	background-image: url('/images/green-check-3.png');
	background-repeat: no-repeat;
	background-position: 16px 20px;
	background-size: 40px 40px;
	min-height: 52px;
	line-height: 1.5em;
	}
.ok-box h4, .ok-box h3 {
	margin: 0 0 1em 0;
	}
.ok-box p {
	margin: 1em 0 0 0;
	}
.ok-box p:first-child {
	margin: 0;
	}
.ok-box li {
	margin-top: 0;
	margin-bottom: 0;
	}
.full-page-overlay-box.ok-box {
	padding: 30px 26px 40px 84px;
	background-position: 17px 25px;
	text-align: left;
	border-radius: 0 6px 6px 0;
	font-size: 16px;
	left: 15%;
	right: 15%;
	}
.tip-box {
	padding: 20px 16px 20px 74px;
	margin: 1em 0;
	background-color: #e7f7ff;
	border-left: 7px solid #b7ccdd;
	background-image: url('/images/light-bulb-48x48.png');
	background-repeat: no-repeat;
	background-position: 12px 20px;
	min-height: 52px;
	line-height: 1.5em;
	}
.tip-box h4, .tip-box h3 {
	margin: 0 0 1em 0;
	}
.tip-box p {
	margin: 1em 0 0 0;
	}
.tip-box p:first-child {
	margin: 0;
	}
.tip-box li {
	margin-top: 0;
	margin-bottom: 0;
	}
.full-page-overlay-box.tip-box {
	padding: 30px 26px 40px 84px;
	background-position: 17px 25px;
	text-align: left;
	border-radius: 0 6px 6px 0;
	font-size: 16px;
	left: 15%;
	right: 15%;
	}
.warning-box {
	padding: 20px 16px 20px 74px;
	margin: 1em 0;
	background-color: #ffc;
	border-left: 7px solid #dda;
	background-image: url('/images/warning-96x96.png');
	background-size: 48px;
	background-repeat: no-repeat;
	background-position: 12px 20px;
	min-height: 52px;
	line-height: 1.5em;
	}
.warning-box h4, .warning-box h3 {
	margin: 0 0 1em 0;
	}
.warning-box p {
	margin: 1em 0 0 0;
	}
.warning-box p:first-child {
	margin: 0;
	}
.warning-box li {
	margin-top: 0;
	margin-bottom: 0;
	}
.full-page-overlay-box.warning-box {
	padding: 30px 26px 40px 84px;
	background-position: 17px 25px;
	text-align: left;
	border-radius: 0 6px 6px 0;
	font-size: 16px;
	left: 15%;
	right: 15%;
	}
.error-box {
	padding: 20px 16px 20px 74px;
	margin: 1em 0;
	background-color: #fee;
	border-left: 7px solid #c44;
	background-image: url('/images/error-96x96.png');
	background-size: 48px;
	background-repeat: no-repeat;
	background-position: 12px 20px;
	min-height: 52px;
	line-height: 1.5em;
	}
.error-box h4, .error-box h3 {
	margin: 0 0 1em 0;
	}
.error-box p {
	margin: 1em 0 0 0;
	}
.error-box p:first-child {
	margin: 0;
	}
.error-box li {
	margin-top: 0;
	margin-bottom: 0;
	}
.full-page-overlay-box.error-box {
	padding: 30px 26px 40px 84px;
	background-position: 17px 25px;
	text-align: left;
	border-radius: 0 6px 6px 0;
	font-size: 16px;
	left: 15%;
	right: 15%;
	}
.quoted-box {
	padding: 1em;
	margin: 1em 0;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 3px;
	line-height: 1.5em;
	}
.quoted-box p {
	margin: 1em 0 0 0;
	}
.quoted-box p:first-child {
	margin: 0;
	}
.quoted-box blockquote {
	margin: 0;
	}
.quoted-box pre {
	margin: 0;
	}
.data-entry-box-header {
	background-color: #fd9;
	padding: 0.35em;
	margin-top: 2em;
	margin-bottom: 0;
	border: 1px solid #fd9;
	font-weight: bold;
	border-radius: 3px 3px 0 0;
	}
.data-entry-box {
	background-color: #eee;
	padding: 1em;
	margin-bottom: 2em;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-radius: 0 0 3px 3px;
	}
.data-entry-box-no-header {
	background-color: #eee;
	padding: 1em;
	margin-bottom: 2em;
	border: 1px solid #eee;
	border-radius: 3px;
	}
.data-entry-subhead {
	font-weight: bold;
	font-size: 105%;
	}
.data-entry-button {
	padding: 1em 0;
	text-align: center;
	}
.radio-row {
	margin-bottom: 1em;
	}
.radio-first-row {
	margin-top: 2em;
	margin-bottom: 1em;
	}
.radio-button {
	float: left;
	}
.radio-caption {
	margin-left: 28px;
	margin-bottom: 0.25em;
	font-weight: bold;
	}
.radio-text {
	margin-left: 28px;
	margin-bottom: 1em;
	}
.text-box-label {
	vertical-align: top;
	text-align: right;
	}
.text-box-box {
	vertical-align: top;
	text-align: left;
	}
table.standard-table {
	border-collapse: collapse;
	}
table.standard-table th {
	padding: 0.25em 0.75em;
	background-color: #fd9;
	border-bottom: 1px solid #fd9;
	}
table.standard-table td {
	padding: 0.25em 0.75em;
	background-color: #eee;
	border-top: 1px solid #fff;
	}
table.mimic-data-entry-box {
	border-collapse: collapse;
	}
table.mimic-data-entry-box tr {
	background-color: #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #fff;
	}
table.mimic-data-entry-box tr.header-row {
	background-color: #fd9;
	border: 1px solid #fd9;
	border-radius: 3px 3px 0 0;
	}
table.mimic-data-entry-box tr.last-row {
	border-bottom: 1px solid #eee;
	border-radius: 0 0 3px 3px;
	}
table.mimic-data-entry-box th, table.mimic-data-entry-box td {
	padding: 0.35em;
	}
.bold {
	font-weight: bold;
	}
.error {
	font-weight: bold;
	color: #f00;
	}
.all-pages-notice {
	margin: 2em;
	border: 1px solid #aaa;
	padding: 1em;
	background-color: #ffa;
	line-height: 1.5em;
	}
.monospace {
	font-family: Consolas, Menlo, monospace;
	}
kbd, code {
	background-color: #f7f7f7;
	padding: 4px 8px;
	white-space: nowrap;
	font-family: Consolas, Menlo, monospace;
	font-size: 15px;
	}
pre {
	font-family: Consolas, Menlo, monospace;
	line-height: 1.5em;
	font-size: 15px;
	}
.tt-button {
	border-radius: 4px;
	font-weight: 600;
	text-align: center;
	padding: 0.6em 1em;
	color: black;
	background-color: #fff7e6;
	border: 2px solid #fb3;
	font-size: 13px;
	}
.tt-button:hover:enabled {
	background-color: #fec;
	}
.tt-button:active:enabled {
	background-color: #fd9;
	}
.tt-button:disabled {
	color: #aaa;
	background-color: #fffaf0;
	border: 2px solid #fd9;const
	}
.tt-button.cancel {
	font-weight: normal;
	}
.clear {
	clear: both;
	}
.flexbox-with-header-parent {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 1em -1em;
	}
.flexbox-with-header-child {
	flex: 1;
	padding: 1em;
	margin: 1em;
	border-radius: 6px;
	min-width: 300px;
	max-width: 600px;
	}
.flexbox-with-header-header {
	background-color: #fd9;
	margin: -1em -1em 0 -1em;
	padding: 0.5em 1em;
	border-radius: 6px 6px 0 0;
	font-weight: bold;
	text-align: left;
	}
#status_top {
	display: none;
	margin: -1em 0 1em 0;
	width: 100%;
	}
#status_bottom {
	display: none;
	margin: 1em auto 0 auto;
	font-size: 85%;
	}
a#status {
	display: inline-block;
	box-sizing: border-box;
	padding: 16px 12px;
	background-color: #f7f7f7;
	border-radius: 7px;
	text-decoration: none;
	color: #333;
	text-align: center;
	}
a#status:visited {
	color: #333;
	}
a#status:hover {
	text-decoration: none;
	background-color: #eee;
	}
#status_inner {
	text-align: center;
	font-weight: 600;
	padding: 0 10px;
	}
#status_word {
	}
#status_dot {
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	margin: -2px 5px;
	background-color: #f7f7f7;
	border-radius: 9999px;
	}
#status_text {
	}
#status_details {
	display: none;
	margin: 0.75em 0 -0.25em 0;
	padding: 0 1em;
	font-size: 90%;
	text-align: center;
	}
#status.has_details #status_details { display: block; }
#status.ok { background-color: #eefaee; }
#status.ok #status_word { display: inline-block; }
#status.ok #status_dot { background-color: #3b7; }
#status.issues { background-color: #fee; border: 2px solid #f99; }
a#status.issues:hover { background-color: #edd; }
#status.issues #status_word { display: inline-block; }
#status.issues #status_dot { background-color: #900; }
#status.issues_minor { background-color: #ffc; border: 2px solid #cc7; }
a#status.issues_minor:hover { background-color: #eed; }
#status.issues_minor #status_word { display: inline-block; }
#status.issues_minor #status_dot { background-color: #cc7; }
#status.maintenance { background-color: #eee; }
a#status.maintenance:hover { background-color: #ddd; }
#status.maintenance #status_word { display: inline-block; }
#status.maintenance #status_dot { background-color: #f90; }
