body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

img {
  border: 0;
}

#app_center {
  margin-left: -650px;
  width: 1300px;
  position: absolute;
  top: 0px;
  left: 50%;
  background-color: #ffffff;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.textError {
  color: #a00000;
  font-weight: bold;
  text-align: center;
  font-size: 10pt;
  margin: 4px auto;
}

.textOk {
  color: #40c060;
  font-weight: bold;
  text-align: center;
  font-size: 10pt;
  margin: 4px auto;
}

input {
  font-size: 10pt;
}

select {
  font-size: 10pt;
}

input.mandatory {
  background-color: #ffb0b0;
}

textarea.mandatory {
  background-color: #ffb0b0;
}

table {
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  border-left-style: none;
  border-right-style: none;
}

table tr td {
  border-width: 0px;
  border-color: #dedede;
  border-style: solid;
}

table tr {
  border-width: 0px;
  border-color: #dedede;
}

table.rowcol tr td {
  text-align: center;
}

th {
  background-color: #000000;
  margin: 4px auto;
  font-weight: bold;
  border-style: solid;
  color: #e0e0a0;
}

td {
  margin: 2px auto;
  border-style: none;
}

div.app_box {
  position: absolute;
  left: 0;
  top: 125px;
  height: 25px;
  width: 1300px;
  background-color: #101010;
  color: #ffffff;
  font-weight: bold;
}

#app_hotlink {
  display: none;
  position: absolute;
  top: 40px;
  left: 400px;
  z-index: 2;
  width: 350px;
  background-color: #ffffff;
  border: 1px solid #eaf11e;
  text-align: center;
}
div.app_hotlink1 {
  margin: 1px;
  text-align: left;
}

div.app_top {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 130px;
}

div.app_top_info {
  position: absolute;
  left: 270px;
  top: 15px;
  width: 600px;
  font-size: 11pt;
}

#app_inner {
  position: absolute;
  top: 0px;
  left: 905px;
  height: 140px;
  width: 390px;
  color: #000000;
  background-color: #ffffff;
}

div.app_inner_tab {
  display: inline-block;
  margin: 5px;
}

div.app_inner_tab a {
  color: #000000;
  font-weight: bold;
}
div.app_inner_tab a:hover {
  color: #ffffff;
}

#app_main {
  position: absolute;
  top: 150px;
  padding: 5px 15px 5px 15px;
  background-color: #ffffff;
  width: 1270px;
  min-height: 500px;
}
div.app_mini {
  position: absolute;
  top: 120px;
  padding: 5px 15px 5px 15px;
  background-color: #ffffff;
  width: 800px;
  text-align: center;
}

div.hotlink {
  font-size: 9pt;
  overflow: hidden;
  width: 140px;
}

a {
  color: #40757a;
}

a:visited {
  color: #40757a;
}
a:hover {
  background-color: #40757a;
  color: #e0e0a0;
}
a.button {
  color: #40757a;
}
a.button:visited {
  color: #40757a;
}

a.white {
  color: #ffffff;
  padding: 2px 5px 2px 5px;
}

a.white:visited {
  color: #ffffff;
}
a.white:hover {
  color: #ffffff;
  background-color: #000000;
}

a.th {
  font-size: 8pt;
  color: #101010;
  background-color: #40757a;
  font-weight: normal;
  text-decoration: none;
}

span.th {
  font-size: 8pt;
  color: #c0c0c0;
  background-color: #205287;
  font-weight: normal;
}

span.must_fill {
  border-left: 3px solid #e00000;
  padding-left: 6px;
  width: 100%;
}

.hidden {
 visibility: hidden;
 font-size: 1pt;
}

tr {
  background-color: #cecece;
}
.initial {
  background-color: #cecece; color: #000000;
}
.normal {
  background-color: #cecece;
}
.highlight {
  background-color: #eaf11e;
}

table.minirota {
  font-size: 8pt;
  color: #ffffff;
  border-style: none;
}

td.underl {
  border-bottom: 1px solid black;
  font-weight: bold;
}

a.nondecor {
  color: #ffffff;
  text-decoration: none;
}

ul.app_box_fx, ul.app_box_fx ul {
  z-index: 1;
  width: 1040px;
  background-color: #202020;
  padding-left: 16px;
  cursor: default;
  margin: 0;
}
ul.app_box_fx ul {
  padding-left: 0;
}
ul.app_box_fx li {
  list-style-type: none;
  border: 1px solid #ffffff;
  padding: 3px 6px 3px 6px;
  position: relative;
  color: #ffffff;
  display: inline-block;
  width: 105px;
  height: 17px;
  background-color: #374142;
}
ul.app_box_fx li ul li {
  width: 180px;
}

ul.app_box_fx li > ul {
  display: none;
  position: absolute;
  top: 22px;
  left: 0;
  width: 180px;
}

ul.app_box_fx li:hover {
  color: #eaf11e;
}
ul.app_box_fx li:hover > ul {
  display: block;
  width: 180px;
}
ul.app_box_fx li a {
  color: #e0e0e0;
  width: 172px;
  padding: 3px 6px 3px 6px;
  text-decoration: none;
  background-color: #374142;
  display: block;
  height: 13px;
}
ul.app_box_fx li:hover > a {
  color: #000000;
  background-color: #eaf11e;
  width: 172px;
  height: 11px;
}

div.f_app {
  position: absolute;
  text-align: center;
  z-index: 1;
  left: 360px;
  top: 300px;
  border: 2px solid #4040e0;
  background-color: #ffffff;
  visibility: hidden;
}

div.f_app_row {
  padding: 2px 4px 2px 4px;
  width: 350px;
}

.spanText {
  white-space: pre-wrap;
}
