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

body {
  min-width: 1028px;
}

.main_div {
  margin: 0 auto;
  width: 1000px;
  text-align: left;
  font-size: 14px;
}

.main_div p,.main_div ul,.main_div ol,.main_div form,select {
  color: #282828;
}

.main_div a {
  color: #660033 !important;
  font-size: 14px;
}

.support {
  font-size: 12px;
  margin-top: 6px;
  margin-left: 260px;
}

.support_welc {
  font-size: 12px;
  margin-left: 390px;
}

.support a, .support_welc a {
  color: #000082 !important;
  font-size: 12px;
}

.main_div h5 a {
  font-size: 16px;
}

div.grid_div label {
  margin-left: 30px;
}

div.grid_div label.no_margin {
  margin-left: 0;
}

div.grid_div label.small_margin {
  margin-left: 5px;
}

div.grid_div label.label_radio {
  margin-left: 10px;
}

div.grid_div .small_margin_radio {
  margin-right: 5px;
}

div.grid_div input, div.grid_div select, li.grid_li input {
  margin: 4px 0 6px;
}

div.label_padd_top, div.label_padd_top4 {
  padding-top: 20px;
}

div.label_padd_top2 {
  padding-top: 10px;
}

div.label_padd_top3 {
  padding-top: 11px;
}

.warn, .no_warn, .required { /*text-align: center;*/
  vertical-align: top;
  font-size: 14px;
  font-weight: normal;
}

.warn, .warn ul li {
  color: #C90202;
}

.required, .required ul li {
  /*color: #660033;*/
  color: #282828;
}

.no_warn {
  visibility: hidden;
  line-height: 19px;
}

div.div_warn {
  margin: 0 auto;
  padding: 0;
  position: relative;
  /*width: 700px;*/
  margin-left: 145px;
}
div.div_warn2 {
  margin: 0 auto;
  padding: 0;
  position: relative;
  /*width: 700px;*/
  margin-left: 40px;
}

.text_right {
  text-align: right !important;
}

.text_center {
  text-align: center !important;
}

.text_center,h3,h4 {
  text-align: center;
}

.span_small {
  font-size: 12px;
}

.word_wrap {
  word-wrap: break-word; /* IE 5+ */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* css-3 */
  white-space: pre; /* CSS 2.0 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3.0 */
}

.vertop {
  vertical-align: top;
}

.marg-bott, .marg-bott4 {
  margin-bottom: 20px;
}

.marg-bott2 {
  margin-bottom: 10px;
}

.marg-bott3 {
  margin-bottom: 30px;
}

.marg-bott5 {
  margin-bottom: 4px;
}

.marg-top {
  margin-top: 20px;
}

.marg-top2 {
  margin-top: 10px;
}

.marg_left {
  margin-left: 101px;
}

.marg_left2 {
  margin-left: 20px;
}

.marg_left3 {
  margin-left: 30px;
}

.marg_left5 {
  margin-left: 50px;
}

.big_margin_left {
  margin-left: 240px;
}

.width50 {
  width: 50px;
}

.width70 {
  width: 70px;
}

.width90 {
  width: 90px;
}

.width100 {
  width: 100px;
}

.width350 {
  width: 350px;
}

.width400 {
  width: 400px;
}

.width450 {
  width: 450px;
}

.width500 {
  width: 500px;
}

.width650 {
  width: 650px;
}

.width730 {
  width: 730px;
}

.float_right {
  float: right;
  display: inline;
}

.float_left {
  float: left;
  display: inline;
}

.clear_float {
  clear: both;
}

table.table_legend td {
  padding: 0 5px;
}

#results {
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
}

.results_tab {
  width: 100%;
  text-align: left;
}

th.white_th {
  background-color: white;
  font-size: 12px !important;
  line-height: 19px;
}

.no_wrap {
  white-space: nowrap;
}

.padd_th {
  padding-left: 10px;
}

.small_th {
  font-size: 11px !important;
}

.dark_th {
  font-size: 12px !important;
  background-color: #800000;
  color: #FFFFFF;
  line-height: 19px;
}

.dark {
  background-color: #800000;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  line-height: 19px;
}

.alt {
  background-color: #EEF0F7;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  line-height: 15px;
}

.alt2 {
  background-color: #EEF0F7;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
}

.altSum {
  background-color: #DEDEDE;
}

.altSum2 {
  background-color: #C4C4C4;
}


/*ol.lower_alpha {
    list-style-type: lower-alpha;
}
*/
ol.lower_alpha, ol.bold_list {
  counter-reset: list;
}

ol.lower_alpha li, ol.bold_list li {
  list-style: none;
}

ol.lower_alpha li:before {
  display: inline-block;
  width: 0;
  position: relative;
  left: -2em;
  content: "(" counter(list, lower-alpha) ")";
  counter-increment: list;
}

ol.bold_list li:before {
  content: counter(list, decimal) ".";
  counter-increment: list;
  display: inline-block;
  font-weight: bold;
  left: -1.8em;
  margin-right: -20px;
  position: relative;
}

ul.non_style {
  list-style-type: none;
}

ul.ul_main li {
  margin: 5px 0;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
  margin-bottom: 8px;
}

select {
  height: 22px;
}

.price {
  text-align: right;
}

.price2 {
  text-align: right;
  width: 48px;
}

.price3 {
  text-align: right;
  width: 40px;
}

.errorStatus {
  color: #C90202 !important;
}

.searchId {
  font-size: 15px;
  font-weight: bold;
}

.arkTotal{
  font-size: 15px;
  font-weight: bold;
  color: #660033;
  text-decoration: underline;
}

.word_wrap {
  word-wrap: break-word; /* IE 5+ */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* css-3 */
  white-space: pre; /* CSS 2.0 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3.0 */
}

.hidden {
  display: none;
}

/* dialog */
.ui-widget-header {
  background: #800000 !important;
  color: #FFFFFF !important;
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif;
}

.ui-widget-header a {
  color: #FFFFFF !important;
}

.ui-state-hover {
  background: #E5E5E5 !important;
}

/*
.ui-datepicker{
 z-index: 9999 !important;
}
*/</pre></body></html>