<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root form {
	--logo-height: 90px;
	--third-minus-nbsp: calc(33% - 0.4em);
}

html {
	height: 99%;
	z-index: 0;
}

body {
	height: 100%;
	margin: 0px;
	z-index: 0;
}

form {
	top: 5%;
	/* 	height: 60%; */
	position: relative;
	z-index: 0;
	margin-bottom: 5%;
}
form table {
	z-index: 0;
}
form table tbody {
	overflow: hidden !important;
	z-index: 0;
}
form table tbody tr {
	z-index: 1;
}
form table tbody tr td {
	z-index: 2;
}

form #divMain {
	background: white;
	background-image: linear-gradient(to bottom, #f2f2f2 0px, #f2f2f2 calc(2.1em + 98px + 2.1em),rgba(255,255,255,0) calc(2.1em + 98px + 2.1em));
	background-image: -moz-linear-gradient(top, #f2f2f2 0px, #f2f2f2 calc(2.1em + 98px + 2.1em),rgba(255,255,255,0) calc(2.1em + 98px + 2.1em));
	background-image: -webkit-linear-gradient(top, #f2f2f2 0px, #f2f2f2 calc(2.1em + 98px + 2.1em),rgba(255,255,255,0) calc(2.1em + 98px + 2.1em));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
	/* linear-gradient(to right, rgba(255,255,255,1) 0px,rgba(255,255,255,1) 140px,rgba(255,255,255,0) 50%),  */
}

form .logo-row img {
	width: auto;
	height: auto;
	border: none;
	user-select: none;
}

form .logo-row td:first-child {
	left: -1em;
	position: relative;
}

/* Help Text */
	/* Search criteria help text */
.search-criteria-row {
	position: relative;
	float: left;
	margin-top: -1.5em;
	margin-bottom: -0.5em !important;
	color: #333333;
}

.search-criteria-row td {
	position:relative;
	float: right !important;
	width: calc(68% - 0.7em) !important;
	margin-right: 0.7em;
	font-size: 1.1em;
}
	/* 	Additional Info row for MLU */
.additional-info-row {
	position: relative;
	float: left;
	margin-top: -1.5em;
	margin-bottom: -0.5em !important;
	padding-left: 0.5em;
	padding-right: 0.5em;
	width: calc(100% - 1em);
	color: #333333;
}

.additional-info-row td {
	position:relative;
	float: right !important;
	width: 100%;
	font-size: 1.1em;
}

/* Text input styling and transitions */
form td label, td input {
	font-size:1.2em;
}

form td input[type="text"], td select {
	border: 1px solid #969696;
	transition: all 0.2s linear;
	margin-right: 4px;
}

form td input[type="text"] {
	box-sizing: border-box;
	padding: 0.2em;
}

td input[type="text"]:hover, td select:hover {
	border-color: #888;
	transition: all 0.2s linear;
}

form td input[type="text"]:focus, td select:focus {
	-webkit-box-shadow: 0px 0px 5px 1px #69B100;
	-moz-box-shadow: 0px 0px 5px 1px #69B100;
	box-shadow: 0px 0px 5px 1px #69B100;
	outline: 0px;
	border-color: rgba(0,0,0,0);
	transition: all 0.2s linear;
}

form td input[type="text"], td select {
	padding-left: 0.3em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-right: 0.3em;
	border-radius: 2px;
}

form table td select:not(:disabled), form table td input[type="checkbox"]:not(:disabled), form table td input[type="radio"]:not(:disabled) {
	cursor: pointer;
}

	/* Disable focus for read only inputs */
form table td input[type="text"]:read-only, form table td select:disabled {
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	border-color: #969696;
}

/* Row hover and spacing for label-input-rows */
form table .label-input-row {
	border-bottom: 1px solid rgba(0,0,0,0);
	transition: all 0.3s cubic-bezier(0, 0, 0.17, 0.95);
}

form table .label-input-row:hover {
	border-bottom: 1px solid #888;
	transition: all 0.25s linear;
}

form table .label-input-row td label {
	color: black;
	transition: all 1s cubic-bezier(0, 0, 0.17, 0.95);
}

form table .label-input-row:hover td label:not(.help-text):not(#lblDateFormat) {
	color: #69B100;
	transition: all 0.25s linear;
}

form table .label-input-row.subtitle:hover td label:not(.help-text):not(#lblDateFormat) {
	color: #69B100;
	transition: all 0.25s linear;
}

form table .label-input-row label:hover:not(.help-text):not(#lblDateFormat) {
	color: #1d61bf !important;
	transition: all 0.15s linear;
}

	/* Spacing */
form table .label-input-row {
	margin-bottom: 0.4em;
	padding-bottom: 0.3em;
/* 	margin-bottom: 0.3em;
	padding-bottom: 0.2em; */
	}
form table tr:last-child td {
	display: none;
}

/* Button Row */
form table .button-row {
	/* 2.1em - 0.6em from page break */
	margin-top: 1.5em;
	margin-bottom: 2.1em;
}

form table .button-row .button-td {
	position: relative;
	float: left;
	width: 45%;
	left: calc(27.5% - 4px);
}

	/* Submit Button */
form table:nth-child(2) .button-row .button-td #btnSubmit {
	/* width: 100% !important; */
	width: 47%;
	min-width: 90px;
	margin: auto;
	background-color:#f3f3f3 !important;
	color:#737373 !important;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid grey;
	display:inline-block;
	cursor:pointer;
	padding:6px 12px;
	position:relative;
	float: right;
	/* margin-top: 0.5em; */
	/* margin-bottom: 0.5em; */
	transition: all 0.2s linear;
}
form table:nth-child(2) .button-row .button-td #btnSubmit:hover {
	background-color: #1d61bf !important;
	border:1px solid #002396;
	color:white !important;
	transition: all 0.2s linear;
}
form table:nth-child(2) .button-row .button-td #btnSubmit:active {
	top:1px;
	border:1px solid #002396;
	color:white !important;
}
form table:nth-child(2) .button-row .button-td #btnSubmit:focus {
	outline: 0px solid white;
	border:1px solid #002396;
	color:white !important;
	background-color: #1d61bf !important;
}

	/* Clear Form button */
form table:nth-child(2) .button-row .button-td #btnReset {
	width: 47%;
	min-width: 90px;
	margin: auto;
	background-color:#f3f3f3 !important;
	color:#737373 !important;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid grey;
	display:inline-block;
	cursor:pointer;
	padding:6px 12px;
	position:relative;
	float: left;
	/* margin-top: 0.5em; */
	/* margin-bottom: 0.5em; */
	transition: all 0.2s linear;
}
form table:nth-child(2) .button-row .button-td #btnReset:hover {
	background-color: #EF9500 !important;
	border:1px solid #C17900;
	color: #ffffff !important;
	transition: all 0.2s linear;
}
form table:nth-child(2) .button-row .button-td #btnReset:active {
	top:1px;
	background-color: #EF9500 !important;
	color: #ffffff !important;
	border:1px solid #C17900;
}
form table:nth-child(2) .button-row .button-td #btnReset:focus {
	outline: 0px solid white;
}


/* Size of form */
form #divMainInside {
	width: 100% !important;
	margin: 0px auto !important;
}
form #divMain {
	min-width: 710px;
	max-width: 950px;
	width: 56% !important;
	border-radius: 2px !important;
	border-color: rgba(0,0,0,0) !important;
	border-width: 0px !important;
	padding: 2.1em;
	padding-bottom: 0em;
	padding-left: 3.1em;
	padding-right: 3.1em;
}
form #divMainInside div:first-child {
	padding: 0px !important;
}
form #divMainInside table {
	display: block;
}
/* Table labels/first td's */
form table .label-input-row td:first-child {
	padding-top: calc(0.25em + 1px);
	padding-bottom: calc(0.25em + 1px);
	}
form table .multi-inputs .three-checkboxes-td {
	padding-top: 0.25em;
}

/* Table rows */
form table .below-title td {
	position: relative;
	float: left;
	margin-top: 3em;
}
form table .title-row td {
	font-family: "Verdana Regular", "Helvetica", "Arial";
	margin-top: 1em;
}
form table .title-row {
	width: calc(100% - 90px);
	position: relative !important;
	float: right !important;
	height: var(--logo-height, 90px);
	min-height: 90px;
}
form table .title-row td {
	position: relative;
	float: right;
}
form table .title-row td h1 {
	width: 90% !important;
	padding-right: 90px;
}
form table .title-row td  h1 span {
	font-size: 16px !important;
	line-height: 2.2em;
}
form table .logo-row {
	width: 80px;
}
form table .logo-row a {
	display: block;
}
form table tr {/* position: relative; */float: left;width: 100%;}
form table .label-input-row td:first-child, form table .actions-ordered-info td:first-child {
	float: left;
	width: 30% !important;
	user-select: none;
	-ms-user-select: none;
}
form table .label-input-row td:nth-child(2), form table .actions-ordered-info td:nth-child(2) {
	float: left;
	width: calc(68% - 0.7em);
	margin-left: 0.7em;
}
form table .help-text, form table .actions-ordered-info td:nth-child(2) {
	font-style: italic;
}
form table .actions-ordered-info td:first-child {
	color: #585858;
}
form table .actions-ordered-info {
	margin-top: 0.3em;
	margin-bottom: 0.6em !important;
}

form table .label-input-row .text-td input, form table .label-input-row .select-td select {
	width: 50% !important;
}

form table .has-help-text .help-text {
	margin-left: 0.4em;
	display: inline-block;
}
	/* subtitle with help text row */
form table .subtitle.has-help-text:not(.actions-ordered-info) .help-text {
	width: calc(68% - 0.7em);
	font-style: normal;
	font-size: 1.1em;
	float: right;
	color: #333333;
}
form table .subtitle.has-help-text.actions-ordered-info .help-text, 
form table .subtitle.has-help-text.actions-ordered-info:hover .help-text {
	width: calc(68% - 0.8em);
	float: right;
}
form table .subtitle.subtitle-center td {
	width: 100% !important;
}
form table .subtitle.subtitle-center td:first-child {
	text-align: left !important;
	width: calc(68% - 0.7em) !important;
	float: right;
}

/* Table Date Range boxes */
form table #endDate, form table #startDate {
	width: calc(33% - 0.4em) !important;
	margin-right: 0px;
	position: relative;
	float: left;
}

form table .multi-inputs .two-inputs-td label#lblDateFormat {
	position: relative;
	float: right;
	display:inline-block;
	width: calc(16% - 0.2em);
	text-align: center;
	margin-right: 0.7em;
	white-space: nowrap;
}
form table .multi-inputs .two-inputs-td label#lblEndDate {
	position: relative;
	float: left;
	display:inline-block;
	width: calc(16% - 0.2em);
	text-align: center;
}

form table label[for="endDate"] {
	text-align: center;
	margin: auto;
	left: 0.6em;
}

/* Year Select */
form table .label-input-row .select-td select#selSearchYear {
	width: calc(33% - 0.4em) !important;
}

/* Search Text for Full Text Search */
form table #txtSearch {
	width: 100% !important;
}

form .subtitle {
	position: relative;
	float: left;
	margin-bottom: 0.6em;
}

form .subtitle td:first-child {
    width: 30% !important;
    float: left;
    text-align: right !important;
   /* text-decoration:underline; */
    color: #585858;
}
form table tr.subtitle td:first-child label {
	color: #585858;
}

/* Subtitle hovering and transitions */
form table .subtitle td:first-child label {
	transition: all 0.1s linear;
}
form table .subtitle td:first-child {
	border-left: 0px solid transparent;
	transition: all 0.1s linear;
}
form table .subtitle:hover td:first-child label {
	color: black;
	transition: all 0.15s linear;
}
form table .subtitle:hover td:first-child {
	border-left: 6px solid rgba(0, 0, 0, .38);
	width: calc(30% - 7px) !important;
	transition: all 0.15s linear;
}

/* Format Overrides */
.no-margin-top {
	margin-top: 0px !important;
}

.no-margin-bottom {
	margin-bottom: 0px !important;
}
.bold {
	font-weight: bold !important;
}
.underline {
	text-decoration: underline !important;
}
.color-black {
	color: black !important;
}

form .subtitle td .no-underline {
	text-decoration: none;
}
form table tbody .full-width {
	width: 100% !important;
}
form table .subtitle.no-fx:hover td:first-child {
	border-left: 0px solid rgba(0, 0, 0, 0);
	width: 30% !important;
}

/* Custom fixes - Must be at end of css file */
/* Custom fix for title position */
form table:nth-child(1) tr:nth-child(2) td h1 {
	width: 60%;
	margin: auto;
	/* margin-top: calc(var(--logo-height, 90px)/2 - 0.5em); */
	/* margin-top: calc(90px/2 - 0.5em); */
}
form table:nth-child(1) tr:nth-child(2) td {
	width: 100%;
	text-align: center !important;
}
/* Custom fix for page break*/
form table .page-break {
	width: 100%;
	border-bottom: 1px solid grey;
	height: 0px;
}
form table .page-break:not(:last-child) {
	margin-bottom: 0.6em;
}
form table:nth-child(2) tr.label-input-row:first-child {
	margin-top: 0.6em;
}
form table .page-break hr {
	display: none;
}
/* Custom fix for button row  */
form table .button-row .button-td {
	display: block;
	padding: 0px;
}
/* Custom fix for search criteria help text */
form table .search-criteria-row td {
	width: 100%;
	font-size: 1.1em;
}

/* From html */
body
{
	background-color: #CFD0D1;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 20px;
}

input[type=submit]:hover, input[type=button]:hover {
	background: #1d61bf;
	text-decoration: underline;
}

.dpTable
{
	border: 1px solid #1519a5;
	font-size: 12px;
	font-family: Helvetica,Tahoma,Arial,sans-serif;
	background-color: #d3e4fa;
	text-align: center;
}

.dpTD
{
	cursor: pointer;
	background-color: #edf0f7;
}

.dpDayHighlightTD
{
	border-right: 1px solid #aaa;
	cursor: pointer;
	background-color: #c7f9c3;
}

.dpDayTD
{
	color: #1519a5;
	font-weight: bold;
	font-family: Monospace,Helvetica,Verdana,Arial,sans-serif;
	font-size: 14px;
}

.dpTitleText
{
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

.dpDayHighlight
{
	font-weight: bold;
	color: #1f5cf3;
}

.dpButton
{
	padding-right: 0;
	padding-left: 0;
	font-weight: bold;
	font-size: 14px;
	background: #d8e8ff;
	padding-bottom: 0;
	color: #1519a5;
	padding-top: 0;
	font-family: Helvetica,Verdana,Arial,sans-serif;
}
td {
	padding:3px;
}</pre></body></html>