html,body,div,table,th,td,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,button,select,textarea {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,p,ul,ol,pre,code,address,caption,cite,code,th,div,input,button,select,textarea {color:#333;font-size:100%;font-weight:normal;font-style:normal;font-family:Verdana,Helvetica,Arial,sans-serif;}
h1,h2,h3,p,ul,ol { margin-bottom:0.8em; }
fieldset,img { border:none; }
caption,th   { text-align:left; }
textarea     { resize:vertical; }
table        { border-collapse:collapse;border-spacing:0;font-size:1em; }
ul,ol        { padding-left:2.3em; }
kbd          { font-family:monospace, sans-serif;}
acronym      { border-bottom:1px dotted #000;text-decoration:none;cursor:default; }
a            { outline-style:none;cursor:pointer;color:#8805a8; }
a:hover      { text-decoration:underline; }

html { overflow-y:scroll;outline-style:none;font-size:87.5%; }
body {
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  color:#333;
  background-color:#fff;
  -webkit-text-size-adjust:100%;
}

h1,h2,h3 {
  line-height:100%;
  font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight:bold;
  color:#503064;
}
h1 { font-size:2em; }
h2 { margin-top:1em; font-size:1.5em; }
h3 { margin-top:1em; font-size:1.4em; }
h1 a,h2 a,h3 a { text-decoration:none; }
.txtAdd {
  font-size:0.8em;
  color:#000;
}
.txtHlp {
  font-size:85%;
  color:#888;
}
.floatClear {
  clear:both;
  font-size:0px;
  line-height:0;
  height:0px;
}
.vSpcMed {
  padding:0.45em 0;
}
.txtCntr {
  text-align:center;
}
.txtRght {
  text-align:right;
}
.txtSmll,.txtSmllNm,.txtSmllEm,.txtSmallBld {
  font-size:0.8em;
}
.txtSmllEm {
  font-style:italic;
}
.txtSmllNm {
  font-style:normal;
}
.txtSmllBld,.txtBld {
  font-weight:bold;
}
body {
  display:flex;
  flex-direction:column;
  min-height:100vh;
}
#header,#footer {
  background-color:#503064;
  background:linear-gradient(#503064,#5a3c6d,#503064);
}
#header {
  height:86px;
  border-bottom:4px solid #402650;
}
#header .contain {
  position:relative;
}
#header .hdrLft {
  white-space:nowrap;
}
#header .hdrLft img {
  width:55px;
  height:70px;
  padding:8px 14px 0 1.5em;
}
#header .hdrLft span {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  vertical-align:bottom;
  font-size:40px;
  color:#fff;
}
#header .hdrUsMn {
  position:absolute;
  bottom:0;
  right:0;
  margin-right:1em;
  color:#fff;
}
#header .hdrUsMn a {
  font-size:80%;
  color:#fff;
  text-decoration:none;
}
#header .hdrUsMn img {
  vertical-align:bottom;
}
  
#header .bannerDemo {
  position:absolute;
  z-index:100;
  width:100%;
  height:70px;
  background-image:url(images/banner_demo.png);
  background-position:center top;
  background-repeat:repeat-x;
}
#footer ul {
  list-style-type:none;
  float:left;
  font-size:0.8em;
  margin:0.5em 1em;
  padding:0.5em 1em;
  border-left:solid 1px #fff;
  line-height:1.5em;
}
#footer li {
  color:#fff;
  white-space:nowrap;
}
#main {
  flex:1 1 auto;
  background:#fff url(images/cont_bg.png) repeat-x scroll center top;
}
.contain {
  max-width:70em;
  min-width:32em;
  margin:0 auto;
  padding:0 0.5em;
}
.leftCorner {
  background:transparent url(images/cont_lc.gif) left top no-repeat;
}
.rightCorner {
  background:#fff url(images/cont_rc.gif) right top no-repeat;
}
.innerCont {
  display:inline-block;
  margin:1.5em;
}
.trail {
  list-style: none;
  padding:0.5em 0 1.5em 0.5em;
  margin:0;
  font-size:90%;
}
.trail li {
  float:left;
  margin-right:0.8em;
  line-height:1.25em;
}
.trail li:before {
  content:"\25b8\202f";
}
.trail li a {
  text-decoration:none;
}
#main .innerCont {
  min-height:20em;
}
.blkLine {
  position:relative;
  margin-bottom:0.8em;
}
.blkLine.msgErr,.blkLine.msgWrn {
  margin-bottom:0.4em;
  background-image:none;
  padding:0;
}
.blkLbl {
  position:absolute;
  left:0;
  width:11.7em;
  font-weight:bold;
}
.blkLine.lblShrt .blkLbl {
  width:6.8em;
}
.blkVal {
  margin-left:12em;
}
.blkLine.lblShrt .blkVal {
  margin-left:7em;
}
.blkLine.msgErr .blkVal,p.msgErr {
  background-image:url(images/error.png);
  background-position:0 0;
  background-repeat:no-repeat;
  min-height:16px;
  padding:0 0 0 20px;
  color:#c00;
}
.blkLine.msgWrn .blkVal,p.msgWrn {
  background-image:url(images/warn.png);
  background-position:0 0;
  background-repeat:no-repeat;
  min-height:16px;
  padding:0 0 0 20px;
}
.blkLine.msgWrn .blkVal b,p.msgWrn b,.txtWrn {
  color:#e08000;
}
.blkLine.msgInf .blkVal,p.msgInf {
  background-image:url(images/info.png);
  background-position:0 0;
  background-repeat:no-repeat;
  min-height:16px;
  padding:0 0 0 20px;
}
.blkLine.msgInf .blkVal b,p.msgInf b,.txtInf {
  color:#26b;
}
.txtGod {
  color:#0a0;
}
.blkVal input[type="text"],.blkVal input[type="password"] {
  margin-top:-2px;
  padding:1px 1px 1px 3px;
  width:20em;
}
.blkVal input[type="submit"],.jtLstCmDlg input[type="submit"] {
  margin:1em 1.5em 0 0;
  padding:0.2em 0.7em 0.2em 0.7em;
  border-style:solid;
  color:#ddd;
  border-color:#b5a8be #341f40 #341f40 #b5a8be;
  background-color:#503064;
  font-weight:bold;
  cursor:pointer;
  border-radius:6px;
}
.blkVal input[type="submit"]:enabled:hover {
  color:#fff;
}
.blkVal input[type="submit"]:active {
  border-color:#341f40 #b5a8be #b5a8be #341f40;
}
.blkVal input[type="submit"]:disabled {
  border-color:#dfe1cc #6c6f4e #6c6f4e #dfe1cc;
  background-color:#acb17c;
  cursor:default;
}
.blkVal a {
  text-decoration:none;
  font-size:85%;
  white-space:nowrap;
}
.hSpcWide th,.hSpcWide td, th.hSpcWide, td.hSpcWide {
  padding-left:3em;
  padding-right:3em;
}
.hSpcEven th,.hSpcEven td, th.hSpcEven, td.hSpcEven {
  padding-left:1em;
  padding-right:1em;
}
.hSpcNrrw th,.hSpcNrrw td, th.hSpcNrrw, td.hSpcNrrw {
  padding:0.4em 0.5em 0.4em 0.5em;
}

.jtLst {
  line-height:140%;
  margin-top:1em;
  font-size:85%;
}
.jtLst tr.rowHi1 td.cllHOn {
  background-color:#cef;
}
.jtLst tr.rowHi2 td.cllHOn {
  background-color:#ecf;
}
.jtLst tr.rowDiv td {
  background-color:#ffe8c6;
  line-height:20%;
}
.jtLst tr td.cllOff {
  background-color:#ddd;
}
.jtLst tr td.colOff.cllErr {
  background-color:#f88;
}
.jtLst tr td.cllOff.cllErr {
  background-color:#fbb;
}
.jtLst tr td.cllErr {
  background-color:#fdd;
}
.jtLst tr td.cllWrn {
  background-color:#ffe8c6;
}
.jtLst th {
  background-color:#503064;
  background:linear-gradient(#f1f1f1,#f1f1f1,#c4c4c4,#c4c4c4);
  text-align:center;
  font-weight:bold;
  padding:0.4em 0.5em 0.4em 0.5em;
  border:solid 1px #fff;
}
.jtLst th.spltTop {
  background:linear-gradient(#f1f1f1,#f1f1f1,#f1f1f1,#dcdcdc);
}
.jtLst th.spltBot {
  background:linear-gradient(#dcdcdc,#c4c4c4,#c4c4c4,#c4c4c4);
}
.jtLst td {
  vertical-align:middle;
  border:solid 1px #333;
}
.jtLst td.jtLstDy {
  padding:0.4em 0.1em 0.4em 1em;
  border-right:none;
  text-align:right;
}
.jtLst td.jtLstDt {
  padding:0.4em 1em 0.4em 0.1em;
  border-left:none;
  white-space:nowrap;
}
.jtLst tr td.jtLstAc {
  padding:0.4em 1em;
}
.jtLst td.jtLstLv,.jtLst td.jtLstSt,.jtLst td.jtLstCn,.jtLst td.jtLstSc,.jtLst td.jtLstTm,.jtLst td.jtLstSf {
  text-align:center;
  font-size:130%;
  padding:1px;
  line-height:1em;
  height:1.8em;
}
.jtLst td.jtLstLv select,.jtLst td.jtLstSt input,.jtLst td.jtLstCn input,.jtLst td.jtLstSc input,.jtLst td.jtLstTm input,.jtLst td.jtLstSf input {
  background-color:transparent;
  border:none;
  width:4em;
  height:100%;
}
.jtLst td.jtLstLv select {
  padding:0.15em 0.5em;
  text-align-last: right;
} 
.jtLst td.jtLstLv select option {
  direction: rtl;
} 
.jtLst td.jtLstSt {
  min-width:2.7em;
}
.jtLst td.jtLstSt input {
  text-align:right;
  padding:0.2em 1em 0.2em 0;
  width:3em;
}
.jtLst td.jtLstCn {
  border-right:solid 2px #333;
  min-width:2em;
}
.jtLst td.jtLstCn input {
  text-align:right;
  padding:0.2em 1em 0.2em 0;
  width:2em;
}
.jtLst td.jtLstSc {
  min-width:2em;
}
.jtLst td.jtLstSc input {
  text-align:center;
  padding:0.2em 0;
  width:2.2em;
}
.jtLst td.jtLstTm {
  width:3.1em;
}
.jtLst td.jtLstTm input {
  width:3.1em;
  text-align:center;
  padding:0.2em 0;
}
.jtLst td.jtLstTm input::placeholder {
  font-size:77%;
}
.jtLst td.jtLstSf {
  font-size:100%;
  border-right:none;
}
.jtLst td.jtLstSf input,.jtLst td.jtLstSf div {
  text-align:center;
  padding:0.2em 0;
  width:6.2em;
}
.jtLst td.jtLstSf input::placeholder {
  color:#f66;
  opacity:1;
}
.jtLst td.jtLstSf input::-ms-input-placeholder {
  color:#f66;
}
.jtLst td.jtLstSf input::-ms-input-placeholder {
  color:#f66;
}
.jtLst td.jtLstCm {
  border-left:none;
}
.jtLst td.jtLstEd {
  border:none;
}
.jtLst td.jtLstCm a,.jtLst td.jtLstEd a {
  display:block;
  padding:0.2em;
  line-height:0;
}
.jtLst td.jtLstCm a:hover,.jtLst td.jtLstCm a:focus {
  background-image:url(images/commenth_s.png);
  background-size:100% 100%;
}
.jtLst td.jtLstCm img,.jtLst td.jtLstEd img {
  width:1.6em;
  height:1.6em;
}
.jtLst td.jtLstCm div {
  position:relative;
}
.jtLst td.jtLstCm div.jtLstCmDlg {
  position:absolute;
  display:none;
  background:#eee;
  width:36em;
  border:solid 2px #503064;
  text-align:center;
  padding:1em 1em 0.7em 1em;
  top:-9em;
  right:2em;
}
.jtLst td.jtLstCm div.jtLstCmDlg textarea {
  padding:2px;
  width:100%;
  height:5em;
}
.jtLst a {
  text-decoration:none;
}
.jtLst tr td.jtLstAc .jtLstAcMv {
  padding-left:0.8em;
  font-size:125%;
  float:right;
  font-weight:bold;
  color:#333;
}
.jtLst tr td.jtLstAc .jtLstAcMv:hover {
  text-decoration:none;
  color:#8805a8;
}
.tblHlp {
  margin-left:6em;
}
.tblHlp td {
  vertical-align:top;
  padding:0.5em 1em;
}

.toastWrapper {
  z-index:380;
  width:auto;
  height:auto;
  
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -220%);
}
.toastInner {
  width:auto;
  height:auto;
  margin:0 2em;
  border:ridge 5px #f40;
  padding:14px 23px 14px 23px;
  background-color:#333;
  color:#fff;
  font-size:1em;
  text-align:center;
  display:inline-block;
}
.toastInner p {
  margin-bottom:0;
  color:#FFFFFF !important;
}
@media screen and (max-width:33em) {
  .contain {
    padding:0 0em !important;
  }
}
@media screen and (max-width:32em) {
  html {
    font-size:2.75vw !important;
  }
}
