/*Used for the large text*/
.large_text  { color: #0000ff; font-size: 20px; font-family: Arial; font-weight: bold }

/*System text is used for links.*/
.system_text { color: #0000FF; font-size: 10px; font-family: Arial; font-weight: bold; }
   
/*Header text is used for large font text.*/
.header_text  { color: #140f5a; font-size: 12px; font-family: Arial; font-weight: bold }
   
/*Title text is used in the title bar.*/
.title_text { color: #000099; font-size: 12px; font-family: Arial; font-weight: bold; }
   
/*Standard font size and color.*/
.text  { color: #0033cc; font-size: 11px; font-family: Arial; font-weight: bold }
   
/*Same as above, only smaller.*/
.detail_text  { color: #0033cc; font-size: 10px; font-family: Arial }
   
/* Only used for warning messages. */
.warning_text { color: #0000FF; font-size: 10px; font-family: Arial; font-weight: bold; }
   

.center_div { margin: auto; }
.outer_table { width: 100%; }
.outer_cell { width: 100%; }
/* Location bar cell sizes */
.location_left { width: 75px; }
.location_right { min-width: 150px; }
.location_spacer { width: 25px; }
/* location button properties */
.local_button { border: 0px; }
   
/* forum table cell sizes */
.forum_left { width: 50px; }
.forum_middle { width: 275px; background-color: #BABEE3; }
.forum_topics { width: 50px; background-color: #BABEE3; }
.forum_update { width: 125px; background-color: #BABEE3; }
   
/* Topic table cell sizes */
.topic_left { width: 50px; }
.topic_author { width: 75px; background-color: #BABEE3; }
.topic_middle { width: 200px; background-color: #BABEE3; }
.topic_replies { width: 50px; background-color: #BABEE3; }
.topic_update { width: 125px; background-color: #BABEE3; }
   
/* Post table cell sizes */
.post_author { width: 100px; background-color: #BABEE3; }
.post_message { width: 360px; background-color: #BABEE3; }
.post_button { width: 40px; }
.post_top { width: 150px; }
.post_spacer { min-width: 125px; }
.post_bottom { width: 100%; height: 18px; }

/*memberlist page styles */
.ml_login { width: 125px; }
.ml_name { width: 150px; }
.ml_email { width: 175px; }
.ml_status { width: 50px; }

/* search page styles */
.search_id { width: 150px; }
.search_input { width: 350px; }

/* profile page styles */
.profile_id { width: 150px; }
.profile_value { width: 350px; }