.bread-crumb, .bread-crumb a {
    color: #9F0002;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
}

.error-msg {
    border: 1px solid silver;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 5px 10px 5px;
}


.board-list-table {
    font-family: Arial, sans-serif;
    width: 100%;
    margin-bottom: 15px;
}

.board-list-table th, .topic-list-table th {
    background-color: #aaaaaa;
    border: 1px solid silver;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}

.board-list-table td, .topic-list-table td {
    background-color: #eeeeee;
    border: 1px solid silver;
    padding: 5px 5px 5px 5px;
}

.board-list-table td .board-title a{
    color: #9F0002;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 5px;
}

.topic-list-table td .topic-title a {
    color: #9F0002;
    font-size: 11px;
    border-bottom: 5px;
}
.topic-list-table {
    font-family: Arial, sans-serif;
    width: 100%;
}

.topic-post-item {
    width: 100%;
    margin: 5px 0px 5px 0px;
}

.topic-post-item .topic-post-header {
    background-color: #aaaaaa;
    border: 1px solid silver;
    text-align: center;
    font-size: 10px;
    padding: 5px 5px 5px 5px;
    text-align: left;
}
.topic-post-item .topic-post-body {
    background-color: #eeeeee;
    border: 1px solid silver;
    padding: 5px 5px 5px 5px;
}

.topic-post-item .topic-post-username {
    color: #9F0002;
    font-weight: bold;
    font-size: 11px;
    padding:5px 5px 5px 5px;
}

.topic-post-item .topic-post-message {
    padding:5px 5px 5px 5px;
}

.post-form .form-caption-1 {
    color: #9F0002;
    font-size: 11px;
}

.post-form .display-off {
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.new-topic-btn, .new-reply-btn  {
    margin-top: 10px;
    border: 0;
}

