table.topic_table td.width_40 a:visited
   {
   color: #6B6EBF;
   text-decoration: none;
   }
table.topic_table td.width_40 a:hover
   {
   text-decoration: underline;
   }

/* Table Styles */
table.board_table, table.topic_table
   {
   border-collapse: collapse;
   border-spacing: 0;
   width: 100%;
   }
table.board_table th, table.topic_table th
   {
   border-bottom: 1px solid #CDCDCD;
   padding-top: 10px;
   }
table.board_table td, table.topic_table td
   {
   border-bottom: 1px solid #CDCDCD;
   padding: 3px 0 3px 5px;
   }
table.board_table td.width_40 a
   {
   font: bold 1.2em Georgia, sans-serif;
   letter-spacing: 2px;
   }
table.board_table td.font_favorites
   {
   font: normal .8em Verdana, sans-serif;
   letter-spacing: 1px;
   }
table.topic_table td.width_40
   {
   font: bold 1em Arial, serif;
   }
 table.board_table td.width_30, table.topic_table td.width_30
   {
   font: normal .9em Verdana, sans-serif;
   }
table.topic_table td.width_30
   {
   line-height: .9em;
   }
table.board_table span
   {
   color: #555;
   font: normal .9em Verdana, serif;
   padding-left: 5px;
   }
.width_50
   {
   width: 50%;
   }
.width_30
   {
   width: 30%;
   }
.width_10
   {
   width: 10%;
   }

/* Message Styles */
div.message_box
   {
   background-color: #F7F7F7;
   border: 1px solid #CDCDCD;
   margin-bottom: 15px;
   }
div.message_small
   {
   font-size: .9em;
   }
div.message_info
   {
   background-color: #F0F0F0;
   border-bottom: 2px solid #CDCDCD;
   padding: 1px 5px;
   }

/* Message Post Styles */
div.message
   {
   margin: 5px 15px;
   overflow: auto;
   }
div.message blockquote
   {
   border: 1px dashed #CDCDCD;
   font-style: italic;
   margin: 5px;
   padding: 5px;
   }
div.message code, pre
   {
   font: normal .95em Courier New, serif;
   }
div.message pre
   {
   display: inline;
   }
div.message code
   {
   color: #29287B;
   display: inline;
   }

/* Form Styles */
fieldset
   {
   border: none;
   }
legend
   {
   display: none;
   }

#topic_title
   {
   background-color: #FFF;
   border: 1px solid #999ADF;
   font: bold 1.1em Arial, sans-serif;
   padding: 2px;
   width: 50%;
   }
textarea.message
   {
   border: 1px solid #999ADF;
   height: 300px;
   font: normal 1em Verdana, sans-serif;
   padding: 2px;
   width: 99%;
   }
textarea.quick_post
   {
   border: 1px solid #999ADF;
   height: 120px;
   font: normal 1em Verdana, sans-serif;
   padding: 2px;
   width: 70%;
   }