body {
  overflow-y: scroll;
  margin: 5px 0 20px 0;
  font-family: Verdana, sans-serif;
  line-height: 1.35;
  background-color: white;
}
.div-portrait {
  position: relative;
  width: 482px;
  height: 482px;
  text-align: left;
}
.header {
  padding: 1px 0 2px 0;
  font-family: Verdana, sans-serif;
  font-size: inherit;
  color: #773300;
  background-color: #ffffdd;
}
.help {
  font-size: 90%;
  color: #0000ff;
  cursor: pointer;
}
.img-portrait {
  position: absolute;
  width: 482px;
  height: 482px;
}
.help:hover {
  text-decoration: underline;
}
.table-event {
  font-family: Verdana, sans-serif;
  font-size: inherit;
  border-right: 1px outset #ffffff;
  border-bottom: 1px outset #ffffff;
}
.table-portrait {
  font-family: Verdana, sans-serif;
  font-size: inherit;
  color: #777777;
}
.td-event, .td-header, .td-line {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #aaaaaa;
}
.td-event {
  font-family: Arial, sans-serif;
  font-size: inherit;
  text-align: right;
}
.td-header {
  text-align: center;
  background-color: #eef7f7;
}
.td-line {
  padding: 2px 0 2px 0;
  line-height: 0;
  text-align: left;
  background-image: url(../images/scale.gif);
}
