BODY {
  vertical-align: middle;

  background-image: url(tapetti.gif);

  font-size: 11px;
}

TD {
  font-family: Trebuchet MS, Lucida Sans, Arial,  Tahoma, Sans-Serif;

  font-size: 11px;
}

H1 {
  font-size: 1.7em;
  line-height: 1.2em;

  margin: 0px;
  padding: 0px;
  padding-left: 10px;

  font-weight: normal;
}

A, A:visited {
  color: #000000;
  text-decoration: none;

  font-size: 1.1em;
  line-height: 1.5em;
}

A:hover {
  text-decoration: underline;
}

INPUT {
  font-size: 11px;
  margin-bottom: 4px;
}

P {
  font-size: 1.1em;
  line-height: 1.5em;
}

#main {
  width: 752px;
  height: 515px;
  background-color: #ebe1e9;
  vertical-align: top;
  padding-top: 5px;
}

#cell {
  margin: 15px;
  margin-left: 25px;
  height: 300px;
  width: 700px;
}

#bottomlinks {
  width: 752px;
}

#flash, #cell {
  margin-left: 25px;
}

#buttons {
  margin-top: 10px;
  margin-left: 26px;
}

#register {
  text-align: right;
}

#celltopright, #celltopleft, #cellbottomright, #cellbottomleft {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
}

#celltopright {
  background-image: url(celltopright.gif);
}
#celltopleft {
  background-image: url(celltopleft.gif);
}
#cellbottomright {
  background-image: url(cellbottomright.gif);
}
#cellbottomleft {
  background-image: url(cellbottomleft.gif);
}

#celltop {
  background-image: url(celltop.gif);
  background-repeat: repeat-x;
}
#cellleft {
  background-image: url(cellleft.gif);
  background-repeat: repeat-y;
}
#cellright {
  background-image: url(cellright.gif);
  background-repeat: repeat-y;
}
#cellbottom {
  background-image: url(cellbottom.gif);
  background-repeat: repeat-x;
}

#cellmiddleleft {
  width: 415px;
  height: 276px;

  background-color: #f6f6f6;
}

#cellinnards {
  height: 210px;
  overflow: auto;

  padding: 0px 5px 5px 10px;

  scrollbar-base-color: #d9c7d6;
}

.piclist {
  height: 250px;

  overflow: auto;
}

.infocell {
  vertical-align: top;
  font-size: 10px;
}

.infocell P {
  margin-bottom: 0px;
}

#cellmiddleright {
  height: 276px;
  width: 271px;

  background-color: #f6f6f6;
  text-align: center;
  padding-left: 5px;
}

#outercelltopright, #outercelltopleft, #outercellbottomright, #outercellbottomleft {
  background-repeat: no-repeat;
}

#outercelltopright {
  background-image: url(outercelltopright.gif);
  background-position: bottom left;
}
#outercelltopleft {
  background-image: url(outercelltopleft.gif);
  background-position: bottom right;
}
#outercellbottomright {
  background-image: url(outercellbottomright.gif);
  background-position: top left;
}
#outercellbottomleft {
  background-image: url(outercellbottomleft.gif);
  background-position: top right;
}

#outercelltop {
  background-image: url(outercelltop.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}
#outercellleft {
  background-image: url(outercellleft.gif);
  background-repeat: repeat-y;
  background-position: right;
}
#outercellright {
  background-image: url(outercellright.gif);
  background-repeat: repeat-y;
  background-position: left;
}
#outercellbottom {
  background-image: url(outercellbottom.gif);
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 8px;
}

.submitbutton {
  color: #83334A;
  background-color: #F6F6F6;
}

