/* ================================================================ *
     Page header
 * ================================================================ */
/* ---------------------------------- * 
     TopMenu, Quick Login, PM Info, Loguot.. 
 * ---------------------------------- */ 
.topmenu { 
  background: #EFEFEF; border: solid #CFD4D8; border-width: 1px 0px; 
  margin: 3px 4px 0; padding: 0 8px; 
} 
.topmenu a:link, .topmenu a:visited { text-decoration: none; } 
.topmenu td { padding: 4px; font-size: 11px; white-space: nowrap; } 
.new-pm { background: #FFD9B2; border-color: #CC6600; } 
.new-pm-link { color: #993300 !important; font-weight: bold; } 
/* ---------------------------------- *
     Logo
 * ---------------------------------- */
#logo { padding-left: 4px; min-height: 75px; padding-top: 24px; margin: 0 0 -10px 0;} 
  #logo h1 {
    margin: 0 300px 0 0; padding-top: 6px;
    font-size: 42px; font-variant: small-caps;
  }
  #logo h6 {
    margin: 0 300px 0 0; padding-top: 1px; padding-bottom: 3px;
    font-size: 14px; font-variant: small-caps;
  }
#logo-fix { min-height: 75px; /*padding-left: 4px; margin: 0 0 -10px 0;*/ } 
  #logo-fix h1 {
    margin: 0 300px 0 0; padding-top: 6px;
    font-size: 42px; font-variant: small-caps;
  }
  #logo-fix h6 {
    margin: 0 300px 0 0; padding-top: 1px; padding-bottom: 3px;
    font-size: 14px; font-variant: small-caps;
  }

/* ---------------------------------- *
     Main navigation
 * ---------------------------------- */
#main_nav {
  border-style: solid;
  border-color: #CFD4D8;
  padding: 2px 10px;
/*  margin: 0 4px;*/
  border-width: 1px 0;
  background: #006699 url(../images/cellpic3.gif) repeat-x;
  position: fixed;
  right: 25px;
  left: 1px;
  top: 0px;
  width: 99%;
  z-index: 10000;
}
  #main_nav b { padding: 0 4px 0 1px; }
  #main_nav a { color: #535F62; text-decoration: none; }
  #main_nav a:hover, #main_nav a:active {
    text-decoration: none !important; color: #000000;
  }

#main_nav_fix {
  border-style: solid;
  border-color: #CFD4D8;
  padding: 2px 10px;
  margin: 0 4px;
  border-width: 1px 0;
  background: #006699 url(../images/cellpic3.gif) repeat-x;
}
  #main_nav_fix b { padding: 0 4px 0 1px; }
  #main_nav_fix a { color: #535F62; text-decoration: none; }
  #main_nav_fix a:hover, #main_nav a:active {
    text-decoration: none !important; color: #000000;
  }

/* ---------------------------------- *
     Quick Login, PM Info, Loguot..
 * ---------------------------------- */
#logon {
  position: absolute; top: 6px; right: 20px;
  font-size: 11px; line-height: 160%;
  border: 1px solid #B4B4B4; background: #EFEFEF;
  }
  #logon a:link, #logon a:visited { text-decoration: none; }
  #logon span {
    display: block; padding: 0 1px;
  }
  #name_pwd {                /* Username/Password group */
    float: left; text-align: right; margin: 5px 0 5px 6px;
  }
  #login_button {            /* Submit button and Autologin checkbox group */
    float: left; margin: 4px 6px 0 0;
  }
  #hello_username { font-size: 12px; line-height: 160%; margin: 4px; }
  #name_pwd input { font-size: 11px; width: 80px; }
  #login_button input { font-size: 12px; margin-top: 1px; }
  #logged_in_links, #logged_out_links {
    clear: both; text-align: center;
    margin: 0 6px 2px; padding-top: 1px !important;
    border-top: 1px solid #B4B4B4;
  }
  #register_link { font-weight: bold; color: red; }
  .new_pm {
    top: 5px !important;
    background-color: #FFD9B2 !important;
    border: 3px double #CC6600 !important;
  }
  .new_pm #pm_info a:link,
  .new_pm #pm_info a:visited {
    font-size: 11px; font-weight: bold; color: #993300;
  }
  .unread_pm a:link,
  .unread_pm a:visited {
    font-size: 11px; font-weight: bold; color: #993300;
  }
  .new_pm big,
  .unread_pm big { font-size: 14px; }
/* ---------------------------------- *
     Latest News
 * ---------------------------------- */
#latest_news { margin-bottom: 8px; }
  #latest_news table {
    border-collapse: collapse;
  }
  #latest_news h3 { padding: 0 0 3px 0; color: #333333; }
  #latest_news td { vertical-align: top; }
  .news_date {
    float: right; padding: 1px 8px 1px;
    white-space: nowrap; font-family: "Courier New",Courier,monospace;
    color: #333333; background: #F2F2F2; border: 1px solid #B4B4B4;
  }
  .news_title {
    padding: 3px 8px 2px; margin-bottom: 2px;
    background: transparent url(../images/hr400_ltr_gradient.jpg) no-repeat left top;
  }
  #latest_news a { text-decoration: none; color: #000000; }
  #latest_news .new a { color: #FF0000; font-weight: bold; }
  .ann_date {
    padding: 5px 8px 1px; font-size: 11px; width: 55px;
    /*font-family: "Courier New",Courier,monospace;*/
    color: #999999; /*background: #F2F2F2;*/ /*border: 1px solid #B4B4B4;*/
    text-shadow:0 1px 1px white;
  }
  .ann_title {
    padding: 6px 8px 0; margin-bottom: 2px; font-size: 12px; text-decoration: none;
    font-weight: bold; color: red;
    /*font-family: "Courier New",Courier,monospace;*/
    text-shadow:0 1px 1px white;
  }

/* ================================================================ * 
Page content 
* ================================================================ */ 
/* ---------------------------------- * 
Sidebar 1 
* ---------------------------------- */ 
#sidebar1 { 
margin-top: -8px; 
} 
#sidebar1 h3 { 
padding: 0 0 4px 0; margin: 8px 0 2px 0; 
color: #333333; text-indent: 0.5em;
background: transparent url(../images/hr200_ltr_gradient.jpg) no-repeat left bottom;
} 
#sidebar1 h3 a { color: #333333; } 
#sidebar1 h5 { padding: 2px 4px 5px; } 
#sidebar1 ul { margin: 6px 0 0 10px; } 
#sidebar1 li { margin-bottom: 2px; margin-left: 14px; } 
#sidebar1 a { text-decoration: none; color: #005A88; }
#user_ratio { padding: 0;} /* User ratio */ 
#user_ratio td { 
padding: 1px 6px 1px 8px ; font-size: 11px; 
} 
#tr_main_cats {} /* Main tracker categories list */ 
#tr_main_cats ul { } 
#tr_main_cats li { 
margin-bottom: 3px; margin-left: 11px; font-size: 11px; font-weight: bold; line-height: 110%; 
} 
#net_news {} /* Новости в сети */ 
#net_news a {} 
/* ================================================================ */
/* ================================================================ *
     Main content
 * ================================================================ */
/* ---------------------------------- *
     Forums on home page
 * ---------------------------------- */
#forums_list_wrap { margin-top: 0px; padding-right: 0px; }

#forums_top_links { clear: both; }

#forums_wrap { clear: both; padding-top: 0px; }
.cat_title {                    /* Category header */
  font-style: blod; 
  padding: 3px 8px 5px; letter-spacing: 1px; text-indent: 2.0em;
  background: #DEE3E7 url(../images/cellpic1.gif) repeat-x;
  }
  .cat_title a { text-decoration: none; color: #333333 !important; }
table.forums { width: 100%; }
  .forums th {
    padding: 0 !important; font-size: 10px; font-weight: normal; color: #3C3C3C;
  }
  .forums td {
    padding: 3px 4px; font-size: 10px;
  }
.forums em {                 /* titles like: "Subforums:", "Moderators:" */
  color: #5E5E5E; font-style: italic;
}
.forumlink {                 /* forum links */
  font-size: 13px; font-weight: bold;
  }
  .forumlink a { text-decoration: none; }
.forums .forumlink {         /* forum title */
  margin-top: 1px;
}
.forum_desc {                /* forum description */
  margin-top: 2px; color: #333333; font-size: 11px; line-height: 110%;
}
.subforums {                 /* subforums */
  margin-top: 2px; padding-left: 0.5em;
  }
  .subforums + .moderators { margin-top: 0; }
  .sf_title { white-space: normal; }
  .sf_icon { margin-right: 1px; }
  .sf_separator {}
  .sf_title a { text-decoration: none; }
  .subforums em { display: none; }
.moderators {                /* moderators */
  margin-top: 2px; font-size: 11px; line-height: 110%;
  }
  .moderators a, .moderators a:visited {
    color: #333333; font-size: 10px; text-decoration: none;
  }
.f_last_post {               /* last topic/post */
  text-align: center;
  }
  .last_topic { margin-top: 1px; white-space: nowrap; }
    .last_topic a { text-decoration: none; }
  .last_post_time { margin-top: 2px; font-size: 10px; white-space: nowrap; }
    .last_time {}
    .last_author { padding-left: 3px; }
  .f_stat_inline {           /* Posts: xx Topics: xx */
    margin-top: 1px; white-space: nowrap; }
    .f_stat_topics {}
    .f_stat_posts { padding-left: 3px; }

.forums thead {              /* Forum TH-Headers */
 display: none;
}
.f_icon {                    /* Forum Icon cell */
  width: 46px;
  padding: 4px 0 !important;
}
.f_titles {                  /* Forum Title cell */
  width: auto;
}
.f_topics {                  /* Topics Count cell */
  display: none;
  width: 40px; text-align: center;
}
.f_posts {                   /* Posts Count cell */
  display: none;
  width: 50px; text-align: center;
}
.f_last_post {               /* Forum Last Topic/Post cell */
  width: 230px;
}

table.forums    { border-collapse: collapse; }
.cat_title      { border: 0 none;
                  border-top:    1px solid #B7C0C5;
                  border-bottom: 1px solid #C3CBD1; }
.f_tbl_wrap, #board_stats_wrap {
                  border: 0 none; }
.forums td.row1 { border: solid #FDFDFD; border-width: 0 1px 1px 0; }
.forums td.row2 { border: solid #F5F5F5; border-width: 0 1px 1px 0; }
td.f_titles     { border-right-color: #FAFCFD !important; }
td.last_td      { border-right-width: 0 !important; }

.cat_footer {
  height: 0px; margin-top: -1px; border-top: 1px solid #C3CBD1;
  font-size: 0px; line-height: 0px;
}
.cat_separator { height: 10px; font-size: 0px; line-height: 0px; }
#mark_all_forums_read { margin: -10px 0 3px 0; }

#online_time    { float: left; font-style: italic; color: #444444; }
#online_explain { float: right; }
#online_userlist a { white-space: nowrap; }
#forums_top_nav { display: none; }
