#nav_backup a,
body.manual.backup #nav_backup a:hover {
    background: url('/static/v0.1/main/images/manual/nav/backup.gif') no-repeat right;
}

#nav_backup a:hover,
body.manual.backup #nav_backup a {
    background: url('/static/v0.1/main/images/manual/nav/backupgry.gif') no-repeat right;
}


#nav_view a,
body.manual.view #nav_view a:hover {
    background: url('/static/v0.1/main/images/manual/nav/view.gif') no-repeat right;
}

#nav_view a:hover,
body.manual.view #nav_view a {
    background: url('/static/v0.1/main/images/manual/nav/viewgry.gif') no-repeat right;
}


#nav_status a,
body.manual.status #nav_status a:hover {
    background: url('/static/v0.1/main/images/manual/nav/status.gif') no-repeat right;
}

#nav_status a:hover,
body.manual.status #nav_status a {
    background: url('/static/v0.1/main/images/manual/nav/statusgry.gif') no-repeat right;
}


#nav_share a,
body.manual.share #nav_share a:hover {
    background: url('/static/v0.1/main/images/manual/nav/share.gif') no-repeat right;
}

#nav_share a:hover,
body.manual.share #nav_share a {
    background: url('/static/v0.1/main/images/manual/nav/sharegry.gif') no-repeat right;
}


#nav_sync a,
body.manual.sync #nav_sync a:hover {
    background: url('/static/v0.1/main/images/manual/nav/sync.gif') no-repeat right;
}

#nav_sync a:hover,
body.manual.sync #nav_sync a {
    background: url('/static/v0.1/main/images/manual/nav/syncgry.gif') no-repeat right;
}


#nav_controlcenter a,
body.manual.controlcenter #nav_controlcenter a:hover {
    margin-top: 50px;
    background: url('/static/v0.1/main/images/manual/nav/controlcentergry.gif') no-repeat right;
}

#nav_controlcenter a:hover,
body.manual.controlcenter #nav_controlcenter a {
    background: url('/static/v0.1/main/images/manual/nav/controlcenter.gif') no-repeat right;
}


#nav_storagebar a,
body.manual.storagebar #nav_storagebar a:hover {
    background: url('/static/v0.1/main/images/manual/nav/storagebargry.gif') no-repeat right;
}

#nav_storagebar a:hover,
body.manual.storagebar #nav_storagebar a {
    background: url('/static/v0.1/main/images/manual/nav/storagebar.gif') no-repeat right;
}


#nav_infobar a,
body.manual.infobar #nav_infobar a:hover {
    background: url('/static/v0.1/main/images/manual/nav/infobargry.gif') no-repeat right;
}

#nav_infobar a:hover,
body.manual.infobar #nav_infobar a {
    background: url('/static/v0.1/main/images/manual/nav/infobar.gif') no-repeat right;
}


#nav_preferences a,
body.manual.preferences #nav_preferences a:hover {
    margin-top: 50px;
    background: url('/static/v0.1/main/images/manual/nav/preferencesgry.gif') no-repeat right;
}

#nav_preferences a:hover,
body.manual.preferences #nav_preferences a {
    background: url('/static/v0.1/main/images/manual/nav/preferences.gif') no-repeat right;
}


#nav_account a,
body.manual.account #nav_account a:hover {
    background: url('/static/v0.1/main/images/manual/nav/accountgry.gif') no-repeat right;
}

#nav_account a:hover,
body.manual.account #nav_account a {
    background: url('/static/v0.1/main/images/manual/nav/account.gif') no-repeat right;
}


#nav_faq a {
    margin-top: 50px;
    background-position: right;
}

#nav_faq a:hover {
    background-position: left;
}


/* index */

body.manual.manual_index #content table {
    width: 100%;
    margin-top: 4em;
}


b a {
    color: #787878;
    font-weight: bold;
}

table.img {
    margin-top: 1em;
    border-spacing: 0;
}

table.img.first {
    margin-top: 3em;
}

table.img td {
    vertical-align: top;
    padding: 0;
}

table.img td.img {
    width: 90px;
    text-align: right;
    padding: 0 1.5em;
}

#index table.img td.img {
    padding: 0 1em 0 0;
}

#content p {
    margin-top: 1em;
}

#content table.img p {
    margin-top: -4px;
}

#content table.img td.img p {
    margin-top: 0px;
}
