.forum_search_form_table
 {
  width:100%;
  background-color:#5087af;
  color: #ffffff;
  font-size:10px;
  font-weight:bold;
 }
a.forum_search_form_links:link
 {
  color: #ffffff;
  font-weight: bold;
  font-size: 11 px;
  text-decoration : none;
 }
a.forum_search_form_links:active
 {
  color: #ffffff;
  font-weight: bold;
  font-size: 11 px;
  text-decoration : none;
 }
a.forum_search_form_links:visited
 {
  color: #ffffff;
  font-weight: bold;
  font-size: 11 px;
  text-decoration : none;  
 }
a.forum_search_form_links:hover
 {
  color: #ffffff;
  font-weight: bold;
  font-size: 11 px;
  text-decoration : underline;
 }
.forum_search_form_input
 {
  background-color: #cccccc;
  font-size: 10;
  color: #000000;
  font-weight: bold;
  WIDTH: 110px;
  border: #808080 1px solid;
 }
.forum_search_form_button
 {
  background-color: #cccccc;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  border: #808080 1px solid;
 }
 
.forum_main_msg_tpcname
 {
  background-color:#5087af;
  width:30px;
 }
.forum_main_msg_tpc
 {
   background-color: #DEE8EF;
 }
.forum_main_msg_date
 { 
  background-color: #DEE8EF;
  width: 200px;
 }

.forum_main_answer
 { 
  background-color: #EEEEEE;
 }


.forum_view_messagebox
 {
  background-color: #DEE8EF;
 }
.forum_view_message_text
 {
  color: #FF0000;
 }
.forum_hrs
 {
  height: 1px;
  color: #0000DD;
 }