/* ================================================================ *
     Page header
 * ================================================================ */
/* ---------------------------------- *
     Logo
 * ---------------------------------- */
#logo {
    padding-left: 14px;
    min-height: 75px;
}

#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;
}

/* ---------------------------------- *
     Main navigation
 * ---------------------------------- */
#main_nav {
    padding: 2px 15px 0 8px;
    margin: 3px 0 0;
    height: 18px;
    border: solid #CFD4D8;
    border-width: 1px 0;
    background: #EFEFEF;
    font: bold 11px Verdana, sans-serif;
    white-space: nowrap;
}

#main_nav_1st_group {
    float: left;
}

#main_nav_2nd_group {
    float: left;
}

#main_nav ul {
    margin: 0;
    list-style: none;
}

#main_nav li {
    display: inline;
    margin: 0;
}

#main_nav a {
    float: left;
    margin-right: 1px; /* space between tabs */
    color: #535F62;
    cursor: pointer;
    text-decoration: none;
}

#main_nav a:hover,
#main_nav a:active {
    text-decoration: none !important;
    color: #000000;
}

#main_nav a span {
    float: left;
    display: block;
    padding: 1px 5px 4px;
}

/* ---------------------------------- *
     Quick Login, PM Info, Loguot..
 * ---------------------------------- */
#logon {
    /* IE proprietary */
    filter: Alpha(Opacity=80, style=0);
    /* Mozilla proprietary */
    -moz-opacity: 0.80;
    /* Opera proprietary */
    opacity: .80;

    position: absolute;
    top: 30px;
    right: 5px;
    font-size: 11px;
    line-height: 160%;
    border: 1px solid #5d83ad;
    background: #fff;
}

#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 #979eaf;
}

#register_link {
    font-weight: bold;
}

.new_pm {
    background-color: #FFD9B2 !important;
    border: 1px double #CC6600 !important;
    /* IE proprietary */
    filter: Alpha(Opacity=90, style=0) !important;
    /* Mozilla proprietary */
    -moz-opacity: 0.90 !important;
    /* Opera proprietary */
    opacity: .90 !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;
}

table.user_contacts th { text-align: right; width: 100%; }
.user_contacts td { padding: 2px 6px; }

table.user_details th { padding: 2px 6px; text-align: right; vertical-align: top; }
.user_details td { width: 70%; }

table.ratio_details th { padding: 2px 6px; text-align: right; }
.ratio_details td { white-space: nowrap; }

table.usercp_register h6 {
    margin: 0.3em 0.4em; color: #444444; line-height: 100%;
}

#torhelp ul { padding: 6px 4px 4px; }
#torhelp li { padding-bottom: 5px; color: #CC2200; }
#torhelp a { text-decoration: none; color: #CC2200; }
#torhelp { background-color: #FFE0E0; }