/* InsidePixel Closing Graphics */

#boardlist .border {
  margin-bottom: -1px;
}

.boardListTop {
}

.boardListCenter {
  margin-bottom: 10px;
}

.boardListBottom {
}

.indexTop {
}

.indexBottom {
  margin-top: -7px;
}

.threadTop {
}

.threadBottom {
  margin-top: -7px;
}

.topLeft {
  background: url("../images/topLeft.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-left: 25px;
  height: 22px;
}

.topCenter {
  background: url("../images/topCenter.png");
  background-repeat: repeat-x;
  background-position: bottom;
  height: 22px;
}

.topRight {
  background: url("../images/topRight.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-right: 25px;
  height: 22px;
}

.bottomLeft {
  background: url("../images/bottomLeft.png");
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 25px;
  height: 11px;
  margin: 1px auto 15px auto;
}

.bottomCenter {
  background:url("../images/bottomCenter.png");
  background-repeat: repeat-x;
  background-position: top;
  height: 11px;
}

.bottomRight {
  background: url("../images/bottomRight.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding-right: 25px;
  height: 11px;
}

/* InsidePixel Closing Graphics */
