<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------*/
/* Site CSS */
/*----------*/

body {
    font-size: .85em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: black;
    background-color: white;
}
.mceContent p{
    margin:0; padding: 0;
}  
a:link, a:hover, a:active, a:visited
{
    color: #55555;
    text-decoration: underline;
}
.input-validation-error {
    border: 1px solid;
    border-color: #ff0000;
    background-color: #ffeeee;
}
.field-validation-error {
    color: #ff0000;
}
.validation-summary-errors {
    font-weight: bold;
     color: #ff0000;
}
.page {
    width: 100%;
    /*margin-left: auto;  Auto Margins cause problems with Absolute positioning in IE8
    margin-right: auto;*/
}
.pagebyline {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: .8em;
	font-weight: bold;
}
.btn {
	font-size: 1em;
	color: black;
}
.clear {
    clear: both;
}
.copyright {
	font-size: .7em;
	color: #666666;
}
.error {
	font-size:.7em;
	font-weight:bold;
	color:Red;
}
.aefieldset {
	border:solid 1px;
	background-color: #B5D1D5;
    border-color: black;
}
.hdr {
	font-size: 1em;
	font-weight: bold;
	background-color: #527798;
    color: white;
}
.leftTable {
	float: left;
	width: 49%;
}
.aelegend {
	font-size: 1em;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	border: solid 1px;
	background-color: #BBBBBB;
	border-color: black;
}
.listtbl {
	font-size: .9em;
	border-color: #B5D1D5;
}
.listtbl th {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	background-color: #BBBBBB;
}
.listtbl tr.odd td {
	background-color:#ffffff;
}
.listtbl tr.even td {
	background-color:#f0f0f0;
}
.listtbl tr:hover td {
	background-color:#dedede;
}
.listtbl tr.selected td {
    background-color:#b5d1d5;
}
.listtbl td {
	padding: 2px 2px 2px 2px;
}
.displaytbl {
	border: solid 1px;
	border-color: #003399;
}
.displaytbl th {
	font-weight: bold;
	white-space: nowrap;
	background-color: #B5D1D5;
}
.rightDetails {
	margin-left: 50%;
	width: 50%;
}
.stdtbl {
	font-size: .9em;
	border-color: #000000;
}
.stdtbl th {
	font-weight: bold;
	white-space: nowrap;
	border-color: #000000;
	background-color: #BBBBBB;
}
.stdtbl td {
	font-weight: normal;
	border-color: #000000;
}
.stdtbl tr:hover td {
	background-color:#dedede;
}
.stdtbl tr.selected td {
    background-color:#b5d1d5;
}
.bigmsg {
	font-size:.9em;
	font-weight:bold;
	color:Gray;
}
.smallmsg {
	font-size:.7em;
	font-weight:bold;
	color:Gray;
}
.smalltxt {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
}
.tblinset {
	border: none;
	padding-left: 2px;
	padding-right: 2px;
}
.tblinset td {
	border: none;
	padding-left: 0px;
	padding-right: 0px;
}

tr.altRow td {
	background-color:#F0F0F0;
}
tr.over td {
	cursor:hand;
	background-color: #DEDEDE;
}
tr.selected td {
    background-color: #B5D1D5;
}
.txtin {
    font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 1em;
	border: solid 1px;
	color: black;
	border-color: #999999;
}
.txtin2 {
    font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 1em;
	border: solid 1px;
	color: black;
	border-color: #999999;
}
.txtin3 {
    font-family: Verdana, Helvetica, Sans-Serif;
	font-size: .9em;
	color: black;
}
.proper 
{
    text-transform:capitalize
}
.bold
{
    font-weight: bold;
}
.viewport {
    width: 80%;
    height: 200px;
    overflow: auto;
    position: relative;
    border: solid 1px black;
    background-color: #F0F0F0;
}
.appblank {
	font-size: 2.5em;
	font-weight: bold;
	color: #527798;
	filter: shadow;
}
.banner {
	font-size: 1.1em;
	font-weight:bold;
	text-align:center;
	background-color:#F0F0F0;
}

.errtbl {
	border:solid 1px;
	font-size: .9em;
}
.errtbl th
{
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	vertical-align: top;
	white-space: nowrap;
}
.errtbl td
{
	padding: 0px 2px 0px 2px;
	vertical-align: top;
}
h1{
  font-size:19.44px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2{
  font-size:15.912px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
:focus {
  outline: 1px #333333 solid ;
}
</pre></body></html>