.center-item {
  border-top: 2px solid #bbb;
  border-left: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
  /*padding: 4px;*/
  margin-bottom: 8px;
  background-color: #eee;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.center-item .inner-item {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
}

.center-item h1 {
  /*color: #f70;*/
  color: #08c;
}

.center-item h2 {
  background-color: #bbb;
  font-size: 12px;
  font-weight: normal;
}

.center-item h1 img {
  vertical-align: middle;
  margin-bottom: 4px;
}

/* runlist */
.noshow {
  display: none;
}

td.bold {
  font-weight: bold;
}

span.date {
  color: #d00;
}

.line1 {
  background-color: white;
}

.line2 {
}

.line1:hover, .line2:hover {
  background-color: #f70;
}

#shoutcontents {
  font-size: 0.9em;
}

.p1, .p2 {
  background-color: #eee;
  margin-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #08c;
}

.shoutfrom {
  color: #00e;
}

.shoutauthenticatedfrom {
  color: #080;
}

.info-box {
  padding: 2px;
  border: 1px solid #aaa;
  background-color: #ddd;
  color: #444;
  float: right;
  margin-right: 4px;
}

.thread-image {
  padding: 2px;
  border: 1px solid #aaa;
  margin-right: 4px;
  float: right;
}

/*
.clear-both {
  clear: both;
}
*/
.forumline {
  padding: 0;
  margin: 0;
  height: 18px;
  overflow: hidden;
}

.forumline img {
  padding: 0;
  margin: 0 0 -4px 0;
  border: 0;
}

.forumline:hover {
  background-color: #f70;
}
