




/* Message Boards */

.board_table {
    border:solid 1px #000;
    margin:0;
    padding:0;
    border-collapse: collapse;
    width:100%;
}

.board_table tr {
    margin:0;
    padding:0;
    vertical-align:top;
    border-top:solid 1px #000;
}

.board_table th {
    color:#eee;
    background-color:#656060;
    padding:5px;
    white-space:nowrap;
    text-align:left;
}

.board_table th a {
    color:#68d5ff;
}

.board_table th .prev {
    float:left;
    margin-right:20px;
}

.board_table th .next {
    float:right;
    margin-left:20px;
}

.board_table td {
    background-color:#eee;
    padding:5px;
    vertical-align:top;
    border-bottom: solid 1px #656060;
}

.board_table td .postDate {
    float:left;
    font-size:10px;
    font-style:italic;
}

.board_table td .replyDate {
    float:right;
    font-size:10px;
    font-style:italic;
}

.board_table td h2 {
    clear:both;
    margin-top: 30px;
}

.board_table .avatar_col {
    text-align:center;
    width:160px;
}

.board_table th h2 {
    color:#eee;
    text-align:center;
}