
#data {
  float: left;
  height: 250px;
  margin: 5px 0 0 5px;
  width: 576px;
  border: 2px solid #000000;
}

#entry {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  height: 264px;
  width: 1000px;
}

#entry table {
  margin: 4px 0 0 4px;
  float: left;
  vertical-align: top;
  width: 568px;
}

#entry td {
  background-color: #eeeeee;
  border-bottom: 1px solid #bbbbbb;
  font-family: arial,helvetica,geneva;
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

#entry img {
  float: right;
  margin: 5px 5px 0 0;
  border: 2px solid #000000;
}

#entry img.new {
  border: 1px solid #000000;
  float: left;
  margin: 5px 0 0 5px;
}

#list {
  background-color: #eeeeee;
  border: 3px solid #000000;
  width: 1000px;
}

#list_wrapper {
  background-color: #aaaaaa;
  border: 3px solid #000000;
  border-top: 0px;
  width: 1034px;
}

#title {
  background-color: #000000;
  color: #eeeeee;
  font-family: arial,helvetica,geneva;
  font-size: 16pt;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  text-align: center;
  text-decoration: none;
  width: 1000px;
}

#title img {
  border-color: #000000;
  border-width: 2px;
  display: block;
  color: #000000;
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  background: #000000;
}

#title a img:hover {
  border-color: #eeeeee;
}

#title .arrow-left-bottom {
  float: left;
  margin: 6px 0 0 5px;
}

#title .arrow-right-bottom {
  float: right;
  margin: 6px 5px 0 0;
}

#title .arrow-left-top {
  float: left;
  margin: 4px 0 0 5px;
}

#title .arrow-right-top {
  float: right;
  margin: 4px 5px 0 0;
}

