body {
  background: #d7d7e7;
  color: #000000;
  font-family: "verdana";
  font-size: 8pt;
}

.author {
  color: #909090;
  font-size: 8pt;
  font-style: italic;
}

.banner {
  border-left: 1px solid #a7a7b7;
  height: 100px;
  vertical-align: top;
  width: 580px;
}

.salutation {
  font-weight: bold;
  border-bottom: 1px solid #a7a7b7;
}

a {
  color: #333399;
  font-weight: bold;
}

a.email {
  font-weight: normal;
}

a.footer {
  border: none;
  color: inherit;
  font-weight: normal;
}

img.tn {
  border: 1px solid black;
  margin-bottom: 4px;
  margin-left: 4px;
}

td.footer {
  border-bottom: 1px solid #a7a7b7;
  color: #8888cc;
  height: 40px;
  vertical-align: middle;
}

.header {
  background: #333399;
  border-bottom: thin solid black;
  color: #ffffff;
  font-size: 7pt;
  letter-spacing: 1pt;
  padding-left: 10px;
}

.main {
  background-color: #d9d9d9;
  background-image: url("images/jk_har.gif");
  background-position: bottom right;
  background-repeat: no-repeat;
  border-left: 1px solid #a7a7b7;
  height: 400px;
  padding: 10px;
  vertical-align: top;
  width: 400px;
}

td.mainSeparator {
  /* IE vaatii &nbsp;:n soluun jotta se näkyy, 1px fontti ei tee solusta liian korkeaa. */
  font-size: 1px;
  height: 6px;
}

td.practiceTime {
  font-weight: bold;
}

/***** MENU *****/

.menu {
  vertical-align: top;
  width: 150px;
}

a.menuItem {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

a.subMenuItem {
  color: inherit;
  font-size: inherit;
  /* IE:llä ei toimi inherit */
  font-weight: normal;
  text-decoration: none;
  padding-left: 10px;
}

td.menuItem {
  color: #333399;
  font-weight: bold;
  padding-top: 4px;
}

td.subMenuItem {
  border-bottom: none;
  color: #6666c0;
  font-size: 9px;
  font-weight: normal;
  padding-top: 4px;
}

td.menuSeparator {
  border-bottom: 1px solid #a7a7b7;
  /* IE vaatii &nbsp;:n soluun jotta se näkyy, 1px fontti ei tee solusta liian korkeaa. */
  font-size: 1px;
  height: 2px;
  padding-top: 6px;
}

/***** BB *****/

.bb {
  background-color: #d0d0f5;
  background-image: url('images/pystyteksti.gif');
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  width: 180px;
}

.bbHeading {
  font-weight: bold;
  text-decoration: underline;
}

.bbLink {
  height: 20px;
  vertical-align: top;
}

.bbSubtitle {
  background: #8080d6;
  font-weight: bold;
  padding-bottom: 2px;
  padding-left: 2px;
}

.bbTitle {
  background: #8080d6;
  font-weight: bold;
  padding-bottom: 2pt;
  padding-left: 10px;
}

/***** MAIN *****/

.right {
  vertical-align: top;
  width: 580px;
}

.subtitle {
  background: #b0b0b0;
  font-weight: bold;
  padding-bottom: 2px;
  padding-left: 2px;
}

.title {
  background: #b0b0b0;
  border-left: 1px solid #a7a7b7;
  font-weight: bold;
  padding-bottom: 2px;
  padding-left: 10px;
  width: 400px;
}

/***** COMPETITION *****/

.compHeading {
  font-weight: bold;
  height: 20px;
  text-decoration: underline;
  vertical-align: bottom;
}

.compLabel {
  color: #909090;
  font-weight: bold;
}

