body {
  margin: 0px;
  padding: 0px;
  background-color: #222222;
  color: #CCCCCC;
}

body, td {
  font-size: 11px;
  font-family: Verdana, Tahoma, Arial, Helvetica;
  line-height: 17px;
}

img {
  border: none;
}

tr {
  vertical-align: top;
}

.pagecontainer {
  width: 100%;
  height: 100%;
}

.layoutcontainer {
  margin: auto;
  width: 740px;
}

.layout {
  width: 740px;
  height: 600px;
  margin-top: auto;
  border: 1px solid #CED0CF;
}

.topimg {
  height: 73px;
  background-color: #000000;
}

.menu {
  background-color: #000000;
  height: 40px;
  border-top: 1px solid #CED0CF;
  border-bottom: 1px solid #CED0CF;
  padding-left: 9px;
}

.menu td {
  font-size: 10px;
  text-align: center;
  padding-right: 15px;
  text-transform: uppercase;
}

.menu a:hover {
  text-decoration: none;
  color: #AAAAAA;
}

.menu .selected a:link,
.menu .selected a:visited {
  color: #FF0000;
}

td.content {
  background-color: #333333;
  padding: 12px 30px 12px 30px;
}

td.content_frontpage {
  background-color: #000000;
  padding: 0px;
}

div.content {
}

a:link, a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #AAAAAA;
  text-decoration: underline;
}

button, .button {
  width: 85px;
  font-family: "Microsoft Sans Serif", "MS Sans Serif", Tahoma, Arial;
  font-size: 8pt;
}

.check {
  border: none;
  width: 13px;
  height: 14px;
  margin: 0px;
}

h1, .over, .pageover {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0;
}

input, select {
  width: 150px;
  font-family: "Microsoft Sans Serif", "MS Sans Serif", Tahoma, Arial;
  font-size: 8pt;
}

.listclickimg {
  cursor: pointer;
  height: 15px;
  width: 15px;
}

.warnbox {
  color: #FFFF00;
  font-weight: bold;
}

.warn {
  color: red;
  font-weight: bold;
  font-family: Tahoma, Arial;
}

.smalltalk {
  font-size: 10px;
  line-height: normal;
}

.list {
  background-color: #000000;
}

.list td {
  color: #000000;
}

.list tbody tr:hover,
.list tbody tr.listitemshift:hover {
  background-color: #d8d7d0;
}

.list thead td,
.list tfoot td,
.listhead {
  background-color: #000000;
  font-weight: bold;
  text-align: left;
  font-size: 9pt;
  padding-bottom: 0px;
  padding-top: 0px;
  border: none;
  color: #FFFFFF;
}

.list thead a:link,
.list thead a:visited,
.list thead a:hover,
.list tfoot a:link,
.list tfoot a:visited,
.list tfoot a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.list tbody a:link,
.list tbody a:visited,
.list tbody a:hover {
  color: #000000;
  text-decoration: underline;
}

.list tbody tr,
.listitem {
  background-color: #EFEAE2;
}

.list tbody tr.listitemshift {
  background-color: #FFFDF5;
}

.thumbstrip {
  background-color: #222222;
  position: relative;
  height: 100px;
  border-top: 1px solid #CED0CF;
  border-bottom: 1px solid #CED0CF;
}

.scroller {
  position: relative;
  overflow: hidden;
}

.Scroller-Container {
  position: absolute;
  top: 0px;
  left: 0px;
  white-space: nowrap;
}

.sliderarrow_left,
.sliderarrow_right {
  position: absolute;
  width: 36px;
  height: 54px;
  bottom: 25px;
  cursor: pointer;
}

.sliderarrow_left {
  left: 12px;
}

.sliderarrow_right {
  right: 12px;
}

.thumb {
  margin-left: 2px;
  margin-right: 2px;
  cursor: pointer;
}

.helpbox {
  border: 1px solid #000000;
  padding: 4px;
  margin: 4px;
  background-color: #CED0CF;
  color: black;
}