.forumlink		{ font-weight: bold; font-size: 12px; color : #000; }
a.forumlink 	{ text-decoration: none; color : #73a2bb; }
a.forumlink:hover{ text-decoration: underline; color : #8ac2e0; }

/* forum text */
.forum_text { font-size : 12px; }
.forum_text_med { font-size : 11px; }
.forum_text_small { font-size : 10px; }
.forum_text,.forum_text_small { color : #000000; }
.forum_text_med { color: #73a2bb; }
a.forum_text { color: #73a2bb; text-decoration: none; }
a.forum_text_med,a.forum_text_small { color: #000000; text-decoration: none; }

a.forum_text:hover,a.forum_text_med:hover,a.forum_text_small:hover	{ color: #8ac2e0; text-decoration: underline; }

div.pagination { margin-top:10px; margin-bottom:10px;color:black;}

div.pagination a, a.pagination{ color:#73a2bb;}
div.pagination a, a.pagination:hover {}

span.topic_pagination{color:black;}
a.topic_pagination{color:black;}
a.topic_pagination:hover {}

/*.postbody { font-size : 12px; word-break: break-all;}*/
.postbody { font-size : 12px; word-break: break-word;}

.forum_block {
    width:100%;
    text-align:center;
    border-style: solid;
    border-width: 1px;
    padding: 0px;
    border-color:#dbe0e4;
    background-color:#ffffff;
}

.forum_block .block_header {
    padding: 3px;
    text-align:center;
    font-size:8pt;
    font-weight:normal;
    color:black;
    background-color:#e7eef8;
}

hr{ height: 0px; border: solid #9db9c8 0px; border-top-width: 1px; }

td.forum_row1 {
  background-color:#dae4e6;
}
td.forum_row2 {
    background-color:#ffffff;
}
td.spacer_row { height: 10px; background-color:#9db9c8; border: #9db9c8; border-style: solid; }
td.spacer_row { border-width: 0px 1px 0px 1px; }

.go_button, .forum_submit {
    cursor:pointer;
    font-size:7pt;
    color: white;
    border-style: outset;
    border-width: 1px;
    border-color:#73a2bb;
    background-color:#9db9c8;
}

.forum_submit {
    width: 100px;
    font-size:9pt;
}

.forum_input {
   border:1px solid #73a2bb;
}

.forum_editor_container {
    height:300px;
    border-style: solid;
    border-width: 1px;
    border-color:#73a2bb;
}

.forum_editor {
    height:300px;
}