@media print 
{
    .noPrint
    {
        display:none;
    }
}
a
{
  color: blue;
  text-decoration: underline;
}
a:hover 
{
  text-decoration: none;
}

.FontFamily
{
  text-decoration: none;
  color: #000000;
  font-family: Segoe UI Historic, Arial;
}

.WarningText
{
  text-decoration: none;
  color: black;
  font-family: Segoe UI Semibold, Arial;
}

.MainHdr
{
  text-decoration: none;
  color: black;
  font-size: 42px;
  font-family: Segoe UI Semibold, Arial;
  font-weight: 900;
}

.MainHdrThin
{
  text-decoration: none;
  color: black;
  font-size: 42px;
  font-family: Segoe UI Historic, Arial;
  font-weight: 900;
}

.SectionHdr
{
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  font-family: Segoe UI Semibold, Arial;
  font-weight: 700;
}
.BadgeDeliveryWarning
{
  text-decoration: none;
  color: #FF0000;
  font-size: 14px;
  font-family: Segoe UI Semibold, Arial;
}
.NavigatorBackground
{
  background-color: #337099;
}
.TscPointer
{
  cursor: pointer;
}
.TscLink
{
  color:blue;
  text-decoration:underline;
  cursor: pointer;
}

.RoundedBoxLightBlue
{
  border-radius: 25px; 
  border: 1px solid #293352; 
  padding: 15px; 
  background-color: #D9F3FF;
  text-decoration: none; 
  text-align: left; 
  color: BLACK; 
  font: 14px; 
  font-family: Segoe UI Historic, Arial;
  width:500px;
}
.RoundedBoxYellow
{
  border-radius: 25px; 
  border: 1px solid #293352; 
  padding: 15px; 
  background-color: #FFFFD7;
  text-decoration: none; 
  text-align: left; 
  color: BLACK; 
  font: 14px; 
  font-family: Segoe UI Historic, Arial;
  width:500px;
}
.RoundedBoxWhiteTight
{
  border-radius: 12px; 
  border: 1px solid #293352; 
  padding: 7px; 
  background-color:#FFFFFF;
  text-decoration: none; 
  text-align: left; 
  color: BLACK; 
  font: 14px; 
  font-family: Segoe UI Historic, Arial;
}

.NavigatorLink
{
  text-decoration: underline;
  color: #FFFFFF;
  font-size: 13px;
  font-family: Segoe UI Historic, Arial;
}
.FldData
{
  text-decoration: none;
  color: #000000;
  font-size: 15px;
  font-family: Segoe UI Historic, Arial;
}
.FldTitle
{
  text-decoration: none;
  color: black;
  font-size: 15px;
  font-family: Segoe UI Semibold, Arial;
  font-weight: bold;
}
.TableTitleBar
{
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
  font-family: Segoe UI Semibold, Arial;
  font-weight: 700;
  background-color: #28436E;
}
.TableWhiteTitleBar
{
  text-decoration: none;
  color: #000000;
  font-size: 120%;
  font-family: Segoe UI Semibold, Arial;
  font-weight: 700;
  background-color: #FFFFFF;
  font-style: italic;
}
.WhiteBody
{
  background-color: #FFFFFF;
  font-family: Segoe UI Historic, Arial;
}
.TanBody
{
  background-color: #E7DFBB;
  font-family: Segoe UI Historic, Arial;
}
.TableTanRow
{
  background-color: #E7DFBB;
}
.TableOddRow
{
  background-color: #F0FAFE;
}
.TableEvenRow
{
  background-color: #D2E0F9;
}
.TableOverRow
{
  background-color: #FFFFFF;
}
.AquaHdr
{
  text-decoration: none;
  color: 06A199;
  font-size: 16px;
  font-family: Segoe UI Semibold, Arial;
  font-weight: 700;
}
.Alert
{
  text-decoration: none;
  color: RED;
  font-size: 20px;
  font-family: Segoe UI Semibold, Arial;
  font-weight: 700;
}
.AlertSmall
{
  text-decoration: none;
  color: RED;
  font-size: 17px;
  font-family: Segoe UI Semibold, Arial;
  font-weight: 700;
}
.MsgToUser
{
  text-decoration: none;
  color: BLACK;
  font-size: 18px;
  font-family: Segoe UI Historic, Arial;
}
.Footer
{
  text-decoration: none;
  color: #337099;
  font-size: 10px;
  font-family: Segoe UI Historic, Arial;
}
.B_White
{
  text-decoration: none;
  color: white;
  font-size: 10px;
  font-family: Segoe UI Semibold, Arial;
  font-weight: 900;
}
.Hide_div
{
  background-color: #99CCFF;
  display: none;
}
.Show_div
{
  display: block;
}
.Hide_row
{
  display: none;
}
.Show_row
{
  display:table-row;
}
.NormalField
{
  background-color: WHITE;
}
.ErrorField
{
  background-color: RED;
}
.TextAreaFont
{
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-family: Segoe UI Historic, Arial;
}
.AuthCode
{
  text-decoration: none;
  color: RED;
  font-size: 20px;
  font-family: Segoe UI Historic, Arial;
  font-weight: 700;
}

.FldHdrBlue
{
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-family: Segoe UI Semibold, Arial;
  font-weight: bold;
}

.FldHdr
{
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-family: Segoe UI Semibold, Arial;
  font-weight: 700;
}

.FldItem
{
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-family: Segoe UI Historic, Arial;
}

.FldItemItalics
{
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-style: italic;
  font-family: Segoe UI Historic, Arial;
}

.FldInput
{
  text-decoration: none;
  color: #000000;
  background-color: #85FF66;
  font-size: 14px;
  font-family: Segoe UI Historic, Arial;
}

.FldInputReq
{
  text-decoration: none;
  color: #000000;
  background-color: #00FFFF;
  font-size: 14px;
  font-family: Segoe UI Historic, Arial;
}

.FldFooter
{
  text-decoration: none;
  color: #000000;
  font-size: 10px;
  font-family: Segoe UI Historic, Arial;
}

td.titlebar
{
	background-color:#FF9F40;
	color:#0000D2;
	font-weight:bold;
	font-family: Segoe UI Semibold, Arial;
	font-size:12;
}

.Border_2
{
  text-align: left;
  border:2px outset #003366;
  padding: 5px;
  zoom: 1;
}
.ApprovalCode
{
  text-decoration: none;
  color: BLACK;
  font-size: 14px;
  font-family: Segoe UI Semibold, Arial;
  font-weight: 900;
  font-style: bold;
}
.DenialCode
{
  text-decoration: none;
  color: BLACK;
  font-size: 14px;
  font-family: Segoe UI Semibold, Arial;
  font-weight: 900;
  font-style: bold;
}
.UnresolvedCode
{
  text-decoration: none;
  color: BLACK;
  font-size: 14px;
  font-family: Segoe UI Semibold, Arial;
  font-weight: 900;
  font-style: bold;
}
.mainBox
{
  border-radius: 25px;
  border: 2px solid;
  padding: 20px;
	background-color:#eeeeee; /* monochromatic off-white */
}
.FldHdrYellow
{
  text-decoration: underline;
  color: #FFD700;
  font-size: 14px;
  font-family: Segoe UI Semibold, Arial;
  font-weight: 700;
}
.FixedWidth
{
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-family: Fixed, monospace;
}
.fs_borderless {
  display: inline;
  margin-left: 2px;
  margin-right: 0px;
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 0em;
  padding-right: 0em;
  border: none;
}
.LookupInput {
  text-decoration: none;
  color: #000000;
  background-color: #85FF66;
  font-size: 12px
  font-family: Segoe UI Historic, Arial;
  padding: 1px; 
  border: 1px solid #CCC; 
  margin: 1px 0; 
}
.autocomplete-suggestions { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
    border: 1px solid #999; 
    background: #FFF; 
    cursor: default; 
    overflow: auto; 
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
    /* -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); */
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
}
.autocomplete-suggestion { 
    padding: 2px 5px; 
    white-space: nowrap; 
    overflow: hidden; 
}
.autocomplete-no-suggestion { 
    padding: 2px 5px;
}
.autocomplete-selected { 
    background: #F0F0F0; 
}
.autocomplete-suggestions strong { 
    font-weight: bold; 
    color: #000; 
}
.autocomplete-group { 
    padding: 2px 5px; 
    font-weight: bold; 
    font-size: 12px; 
    color: #000; 
    display: block; 
    border-bottom: 1px solid #000; 
}

.menu_min_spacer {
  padding: 20px;
}