* {
  font-family: Georgia,Times New Roman; 
  color: #663311;
}
body {
  background: #ffffff;
  background-repeat: repeat-x;
}
body, td {
  font-size: 10pt;
  margin: 0px;
  padding: 0px;
}
#container {
  background: url('background-simple.jpg');
  padding-left: 10px;
  height: 600px;
  width: 790px;
}
#resultarea {
  z-index: 1;
  padding-top: 10px;
}
#resultarea div {
  border: 1px solid #b0b0b0;
  background: #ffffe0;
  padding: 4px;
  margin-bottom: 8px;
}
#topmenu {
  padding: 6px;  
}
#topmenu a {
  padding: 6px;
  color: #663311;
  text-decoration: none;
}
#topmenu a:hover {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 7px;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  text-decoration: underline;
  background: #907050;
}
h1 {
  padding-left: 10px;
  padding-top: 4px;
}
#content {
  font-size: 9pt;
  padding: 8px;
  margin-top: 0px;
  margin-left: 4px;
  width: 764px;
  height: 474px;
  overflow: auto;
}
#contentsub {
  padding: 12px;
  padding-top: 106px;
}
.message {
  padding: 8px;
  border: 1px solid #9090c0;
  background: #fffff0;
  margin-bottom: 12px;
}
.tabhead {
  position: absolute;
  top: 102px;
  left: 8px;
}
.tabhead a {
  padding: 4px;
  color: #004090;
  text-decoration: none;
}
.tabhead a:hover {
  padding-left: 3px;
  padding-right: 3px;
  border-left: 1px solid #a0a0e0;
  border-right: 1px solid #a0a0e0;
  text-decoration: underline;
  background: #a0c0ff;
  color: black;
}
.tab_active {
  border-left: 1px solid #a0a0e0;
  border-right: 1px solid #a0a0e0;
  background: #d0e0ff;
  color: black;
  font-weight: bold;
}
.tabhead .tab_active:hover {
  padding: 4px;
  border-left: 1px solid #a0a0e0;
  border-right: 1px solid #a0a0e0;
}

.tab_inactive {
}
.dc_operator {
  color: #990000;
}
.dc_number {
  color: green;
}
.dc_dice_a {
  color: #404040;
}
.dc_dice_d {
  color: #5050b0;
}
.helptext {
  color: gray;
}
.resulttext {
  color: black;
  font-weight: bold;
}
.resultlink {
  text-decoration: none;
}
.resultlink:hover {
  text-decoration: underline;
}
.shortcut {
  z-index: 1000;
  float: right;
  width: 48px;
  height: 45px;
  text-align: center;
  background: url('d8.png');
  cursor: pointer;
}
.shortcut a {
  text-decoration: none;
}
.shortcut a:hover {
  text-decoration: underline;
}
li {
  padding-bottom: 6px;
}
.update {
  padding-top: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #e0d0c0;
  color: black;
}
.update i {
  color: #990000;
}
.banner {
  color: green;
}
#shortcuts {
  float: right;
  padding: 16px;
}
pre {
  font-family: consolas, courier;
  color: green;
  padding-left: 32px;
}