body.main {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 30px;
  background-color: #ffffff;
}

body.grey {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0px;
  background-color: #a9a9a9;
}

.news {
  font-family: Arial;
  font-size: 10px;
  color: #000000;
  background-color: #ffffff;
}

.list {
  line-height: 18px;
}

td {
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
}

.box_empty {
  background-color: #ffffff;
}

.box_grey {
  background-color: #c6c3c6;
  text-align: center;
  vertical-align: middle;
}

.box_white {
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

.box_orange {
  background-color: #ff6500;
  text-align: center;
  vertical-align: middle;
}

.box_black {
  background-color: #000000;
  text-align: center;
  vertical-align: middle;
}

.box_blue {
  background-color: #000080;
  text-align: center;
  vertical-align: middle;
}

.box_yellow {
  background-color: #ffcb00;
  text-align: center;
  vertical-align: middle;
}

.box_orangelist {
  background-color: #ff6500;
  text-align: left;
  vertical-align: bottom;
}

.box_greylist {
  background-color: #c6c3c6;
  text-align: left;
  vertical-align: bottom;
}

.box_whitelist {
  background-color: #ffffff;
  text-align: left;
  vertical-align: bottom;
}

a.dark {
  color: #000080;
  text-decoration: none;
}

a.dark:visited {
  color: #000080;
  text-decoration: none;
}

a.dark:active {
  color: #000080;
  text-decoration: none;
}

a.dark:hover {
  color: #000080;
  text-decoration: underline;
}

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

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

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

a.light:hover {
  color: #ffffff;
  text-decoration: underline;
}

a.gg1 {
  color: #000080;
  text-decoration: none;
}

a.gg1:visited {
  color: #000080;
  text-decoration: none;
}

a.gg1:active {
  color: #000080;
  text-decoration: none;
}

a.gg1:hover {
  color: #000080;
  text-decoration: underline;
}

a.gg2 {
  color: #0000dd;
  text-decoration: none;
}

a.gg2:visited {
  color: #0000dd;
  text-decoration: none;
}

a.gg2:active {
  color: #0000dd;
  text-decoration: none;
}

a.gg2:hover {
  color: #0000dd;
  text-decoration: underline;
}

input {
  font-family: Tahoma, Arial;
  font-size: 11px;
  margin: 0px;
}

.input1 {
  font-weight: normal;
  color: #000000;
  background-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  border-color: #777777;
  width: 220px;
  height: 18px;
  padding-left: 4px;
  padding-right: 4px;
}

.input2 {
  font-family: Tahoma, Arial;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  background-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  border-color: #777777;
  width: 74px;
  height: 32px;
  padding-left: 4px;
  padding-right: 4px;
}

.input3 {
  font-weight: normal;
  color: #000000;
  background-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  border-color: #777777;
  width: 94px;
  height: 18px;
  padding-left: 4px;
  padding-right: 4px;
}

textarea {
  font-family: Tahoma, Arial;
  font-size: 11px;
  color: #000000;
  background-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  border-color: #777777;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin: 0px;
}

.textarea1 {
  font-weight: normal;
  width: 420px;
  height: 161px;
}

