.forum_header {
    border-style:groove;
    border-width:2px;
    border-color:#e8e8e8;
    border-color=transparent;
    background-color:#c7d6ca;
}

.forum_header_actions {
    text-align:right;
    padding-right:5px;
    background-color:#6baa78;
}
.forum_header_action {
    background-color:#a1c6a8;
    font-size:10px;
    border-width:1px;
    font-weight:bold;
}

.forum_header_title {
    font-size:10pt;
    background-color:#6baa78;
    padding:2px;
}
.forum_header_title_span {
    font-size:12pt;
    font-weight:bold;
    padding:20px;
}

.forum_header_desc {
    border-style:groove;
    border-width:0px;
    border-top-width:2px;
    border-color:#e8e8e8;
    border-color=transparent;
    padding:10px;
}

.forum_msg_out {
    padding-top:10px;
}
.forum_msg_box {
    border-style:groove;
    border-width:2px;
    border-color:#e8e8e8;
    border-color=transparent;
}
.forum_msg_author {
    background-color:#c7d6ca;
    font-size:9pt;
    font-weight:normal;
    margin-left:10px;
}
.forum_msg_body {
    padding:5px;
}
.forum_msg_actions {
    border-style:groove;
    border-width:0 0 2px 0px;
    border-color:#e8e8e8;
    border-color=transparent;

    font-size:9pt;
    background-color:#c7d6ca;
    text-align:left;
    padding:0 5px;
}
.forum_msg_subject {
    border-style:groove;
    border-width:0px 0px 2px 0;
    border-color:#e8e8e8;
    border-color=transparent;

    background-color:#c7d6ca;
    font-size:12pt;
    font-weight:bold;
    padding:0 0 0 30px;
}
.input_msg {
    background-color:#a1c6a8;
    font-size:10px;
    border-width:1px;
}

.forum_crth_body { 
    background-color:#c7d6ca;
}


.forum_crth_out {
    margin-top:10px;
    border-style:groove;
    border-width:2px;
    border-color:#e8e8e8;
    border-color=transparent;
    
}

.forum_ctrh_title_out {
    border-style:groove;
    border-width:0px 0px 2px 0;
    border-color:#e8e8e8;
    border-color=transparent;
    background-color:#6baa78;
    padding:2px;
}
.forum_crth_actions_out {
    border-style:groove;
    border-width:0px 0px 2px 0;
    border-color:#e8e8e8;
    border-color=transparent;
    background-color:#6baa78;
    padding:2px;
}

.forum_crth_action {
    background-color:#a1c6a8;
    font-size:10px;
    border-width:1px;
    font-weight:bold;
    margin-left:3px;
}

.forum_crth_label {
    font-size:9pt;
    font-weight:bold;
}

.forum_crthunr_header {
    
}
.forum_crthunr_description {
   font-size:10pt;
   color:darkred;
   font-weight:bold;
   padding:5px;
}

.forum_crth_input_d {
    background-color:#c7d6ca;
    border:black 1px solid;
    width:100px;
}
.forum_crth_input {
    border:black 1px solid;
    width:100px;
}

.forum_crth_subject {
    border:black 1px solid;
    width:400px;
}
.forum_crth_textarea {
    border:black 1px solid;
    width:400px;
    height:200px;
}


