#forumhead {
  width: 100%;
  margin: 6px auto auto auto;
  background-color: #d8e0ef;
  border: 1px solid #ccc;
}

#forumhead td {
  padding: 4px;
  font-weight: bold;
  color: #666;
}

#forumhead .operation {
  width: 1%;
  white-space: nowrap;
  border-left: 1px solid #fff;
  padding-left: 8px;
}

#threadnav {
  width: 100%;
  margin: 5px auto 5px auto;
}

#threadhead {
  width: 100%;
  margin-top: 6px;
  background-color: #d8e0ef;
  border: 1px solid #ccc;
  margin: auto;
}

#threadhead td {
  padding: 4px;
  font-weight: bold;
  color: #666;
}

#threadhead .operation {
  width: 1%;
  white-space: nowrap;
  border-left: 1px solid #fff;
  padding-left: 8px;
}

#threads {
  width: 100%;
  border: 1px solid #a9b5c9;
  margin: 0px auto 5px auto;
}

#threads td {
  padding: 4px;
}

#threads thead td {
  background-color: #738fbf;
  font-weight: bold;
  color: #eee;
  border-bottom: 1px solid #a9b5c9;
}

#threads .aicon {
  background-color: #eee;
  border-right: 1px solid #a9b5c9;
}

#threads .announcement {
  background-color: #eee;
  color: #000;
}

#threads .announcement .subject {
  float: left;
}

#threads .announcement .dateline {
  float: right;
}

#threads .announcement .nickname {
  clear: both;
  color: #666;
  padding-top: 4px;
}

#threads .announcement .nickname a {
  color: #333;
}

#threads tbody td {
  border-top: 1px solid #a9b5c9;
}

#threads .nodata {
  text-align: center;
  font-weight: bold;
  padding: 50px;
  font-size: 150%;
}

#threads .thread .title {
  margin-bottom: 2px;
}

#threads .thread .title .sticky {
  font-weight: bold;
  margin-right: 6px;
}

#threads .thread .title .moved {
  font-weight: bold;
  margin-right: 6px;
}

#threads .thread .nickname a {
  color: #666;
}

#threads .rating {
  text-align: right;
}

#threads .rating .threadicon {
  height: 13px;
  margin-bottom: 2px;
}

#threads .rating .threadicon img {
  margin-left: 4px;
}

#threads .rating .ratingicon {
  height: 13px;
}

#threads .replies, #threads .views {
  text-align: center;
}

#threads .lastpost .dateline {
  text-align: left;
}

#threads .lastpost .nickname {
  text-align: right;
  vertical-align: bottom;
}

#threads .lastpost .nickname img {
  margin-left: 4px;
}

#threads .ticon, #threads .rating, 
#threads .lastpost, #threads .replies {
  border-right: 1px solid #a9b5c9;
}

#threads tbody .icon {
  border-right: 1px solid #a9b5c9;
}

#threads tbody .ticon {
  padding: 6px;
}

#threads tbody .icon, #threads tbody .thread,
#threads tbody .rating, #threads tbody .replies{
  background-color: #f8f8ff;
}

#threads tbody .ticon, #threads tbody .ticon,
#threads tbody .lastpost, #threads tbody .views{
  background-color: #e1e4f2;
}

#threads tbody .lastpost {
  text-align: center;
}

#threads .icon {
  width: 1%;
  white-space: nowrap;
}

#threads .ticon {
  width: 1%;
  white-space: nowrap;
}

#threads .thread {
  width: auto;
}

#threads .rating {
  width: 1%;
  white-space: nowrap;
}

#threads .lastpost {
  width: 4%;
  white-space: nowrap;
}

#threads .replies {
  width: 1%;
  white-space: nowrap;
}

#threads .views {
  width: 1%;
  white-space: nowrap;
}

#threads .showing {
  background-color: #738fbf;
  padding: 0px;
  text-align: center;
  height: 25px;
  border-top: 2px solid #a9b5c9;
  border-bottom: 1px solid #a9b5c9;
}

#threads .showing #showthread {
  margin: auto;
}

#threads .showing #showthread td {
  padding: 2px;
  border-top-width: 0px;
  color: #eee;
  font-weight: bold;
}