/* BOARD */

#board-top-nav {
  width: 587px;
  font-size: 11px;
}

#board-top-nav #search {
  float: left;
  width: 256px;
  height: 100%;
  border: 1px solid #d9de8b;
  /*background-color: #eff3b8;*/
  background-color: #f1efce;
  color: #938c2a;
  padding: 6px 8px 6px 8px;
}

#board-top-nav #search input.search {
  width: 177px;
  margin: 3px 0 0 0;
}

#board-top-nav #search .button {
  vertical-align: top;
  margin: 3px 0 0 0;
}

#board-top-nav #add {
  float: right;
  width: 277px;
  height: 31px;
  text-align: center;
  /*background-color: #fff8a9;*/
  background-color: #f1efce;  
  padding: 10px 10px 10px 10px;
  border: 1px solid #d9de8b;
}

#board-top-nav #add .notice {
  float: left;
  display: block;
  width: 150px;
  margin: 3px 0 0 0;
}

#board-top-nav #add img {
  vertical-align: middle;
  margin: 9px 0 0 0;
}

#board-settings {
  clear: both;
  line-height: 22px;
  font-size: 85%;
  margin-bottom:5px;
}

#board-settings #ordering {
  float: left;
}

#board-settings #mark-new {
  float: right;
}

.message {
  clear: both;
  font-size: 12px;
}

.message .head {
  padding: 0 5px 0 5px;
  line-height: 20px;
  border: 1px solid #d9de8b;
  background-color: #f1efce;
  color: #777777;
}

#text .message .head a {
  color: #444444;
  text-decoration: none;
}

#text .message .head a:hover {
  color: #444444;
  text-decoration: underline;
}

.message .head .date {
  display: inline-block;
  width: 120px;
}

.message .head .title {
  display: inline-block;
  width: 350px;
}

.message .text {
  padding: 6px 10px 8px 10px;
  border: 1px solid #d9de8b;
  border-top: 0;
  margin: 0 0 5px 0;
  background-color: #fdfdfd;
}

.message .text .reply {
  text-align: center;
}

#text .message .head, #text .message .text{
   margin-left:70px;
}
#text .message .text .reply {
   font-size:90%;
}

#search input.button {
   width: 69px;
   height: 18px;   
}

#add a img {
   border: none;   
}

.boardadd {
  background-color: #f1efce;
  padding-left:10px;
  border: 1px solid #d9de8b;
}
.boardadd .tbl_title td{
  padding-bottom:10px;
  color: #444444;
}

.message .text .reply {
  text-align:right;
}

#text .message .text .reply a {
  text-decoration: none;
}

#text .message .text .reply a:hover {
  text-decoration: underline;
}
