body {
  font-family: Tahoma;
  font-size: 12px;
  color: #666666;
}

table {
  font-size: 12px;
}

input.text {
  border: 1px solid black;
  width: 100px;
  font-family: Courier;
  font-size: 7px;
  height: 18px;
}

.button {
  border: 1px outset blue;
  background: #f0f0f0;
  font-size: 11px;
  height: 18px;
}

a {
  text-decoration: none;
  color: #0181e3;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #3a9eeb;
}

a.diff {
  color: #e36161;
}

.navigation {
  background-color: #e5f7fd;
  border-bottom: 1px solid #7fd7f7;
  height: 28px;
}

.panel {
  border: 1px inset black;
  padding: 10px;
}

.header {
  background-image: url(header.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
.header2 {
  background-image: url(header2.jpg);
  background-repeat: repeat-x;
  background-position: top left;
}

.opaque {
  -moz-opacity: 0.10;
  opacity: 0.10;
  filter: alpha(opacity=10);
}

.opaque2 {
  -moz-opacity: 0.20;
  opacity: 0.20;
  filter: alpha(opacity=20);
}

td.emot {
  width: 19px;
  height: 19px;
}

td.emotwhite {
  width: 19px;
  height: 19px;
  background-color: #ffffff;
}

table.emot td {
  width: 19px;
  height: 19px;
}

td.scmover {
  background-color: #d0d0d0;
}

.cscore {
  position: absolute;
  visibility: hidden;
  border: 1px solid black;
  padding: 4px;
  background-color: #e0ff00;
  font-weight: bold;
}
