﻿body > header.nav-shadow > nav {
    padding-left: 10px;
}

body > header > nav,
body > div#MainContent,
body > footer > div,
body > #Toolbar,
body > #BreadCrumbs,
#LayoutH1 {
    max-width: 1350px !important;
    padding-left: 12px;
    padding-right: 12px;
}

#Canvas {
    padding: 1em;
    padding-top: 0;
    width: 61%;
}

#RightRail {
    padding-left: 0 !important;
}

    #RightRail > div:first-child {
        margin-top: 0 !important;
    }

.list-group {
    margin-bottom: -1px;
}

#ContentNav {
    display: none;
    width: 100%;
}

#ContentNavLeft {
    display: none;
    float: left;
}

#documentSearch {
    margin-top: .5em;
}

    #documentSearch > #k {
        width: 78%;
    }

.search-terms-wrap {
    margin-top: 10px;
}

.collapse.in {
    height: auto !important;
}

/*#region TOC indentation */
.list-group-item {
    padding: 10px 7px;
}

.list-group.list-group-root > .list-group > .list-group-item {
    border-left: 1px solid #737373;
    padding-left: 12px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
    border-left: 2px solid #737373;
    padding-left: 16px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group > .list-group-item {
    border-left: 3px solid #737373;
    padding-left: 20px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group > .list-group > .list-group-item {
    border-left: 4px solid #737373;
    padding-left: 24px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group > .list-group > .list-group > .list-group-item {
    border-left: 5px solid #737373;
    padding-left: 28px;
}
/*#endregion*/

.list-group-item .glyphicon {
    margin-right: 5px;
}

.results.pagination {
    float: right;
}

#LeftRail {
    position: relative;
}

    #LeftRail .row.well-sm {
        margin: 1em 0 1em !important;
        border-color: #bbb;
    }

    #LeftRail .pagination {
        padding: 0;
    }

/*added change to remove random non href anchors style*/
#bookContent a {
    text-decoration: none !important;
    color: inherit;
    cursor: text;
}

    /*added to have the hrref anchors with the real style*/
    #bookContent a:link, .rating-trigger, .generic-rating-trigger {
        color: #016a9c;
        cursor: pointer !important;
    }

    #bookContent a:visited {
        color: #016a9c;
    }

#Canvas.book-content-fixed {
    margin-left: 18%;
}

.results .pager .previous + li {
    margin-left: 1em;
    margin-right: 1em;
}

.no-scroll {
    overflow: hidden;
    padding-right: 15px;
}

.topic-is-v {
    font-weight: bold;
}

#leftRailTopics + .row {
    visibility: visible;
}

.fixed-contentnav + .row {
    visibility: hidden;
}

#leftRailTopics + .row.standalone {
    border: 0;
}

/*#region Document Normalization */
#Canvas img {
    max-width: 100% !important;
}

.table-regulator {
    overflow-y: hidden;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow-x: auto;
}

.fixed-contentnav {
    height: 100% !important;
    position: fixed;
    top: 1px !important;
    width: 16%;
    z-index: 1;
}

.absolute-contentnav {
    position: absolute;
}

.fixed-contentnav,
.absolute-contentnav {
    max-width: 14.9em;
    overflow-y: auto;
    width: 100%;
}

    .fixed-contentnav .prev,
    .fixed-contentnav .next,
    .absolute-contentnav .prev,
    .absolute-contentnav .next {
        display: none;
    }

.rating-notification {
    margin: 0 0 0 0;
}

blockquote {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}


.popover .popover-content {
    padding-top: 0px;
}
/*#endregion */

.rating-wrap {
    border-top: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
}

    .rating-wrap > p {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        padding: .5em;
    }

#Canvas.no-lr {
    padding: 0;
    width: 80%;
}

.td-ent-well {
    margin: 0;
    text-align: center;
}

#relatedDocumentsContainer table {
    margin-bottom: .5em;
}

#relatedDocumentsContainer thead th {
    padding-left: 0;
}

ul.pagination,
.pull-left.pagination {
    padding: 0;
}

#bookContent ul.pager {
    margin: 12px 0;
}


/*#region MQ */
@media(max-width: 1265px) {
    #documentSearch > #k {
        width: 75%;
    }
}

@media(max-width: 1240px) {
    #Canvas {
        width: 81%;
    }

    #RightRail,
    .search-terms-wrap {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }

        .search-terms-wrap + form {
            margin-top: 10px;
        }

        #RightRail > div:not(.search-terms-wrap) {
            display: none;
        }

    #LeftRail .pager li {
        display: block;
        width: 100%;
    }

    #LeftRail .pager .previous > a,
    #LeftRail .pager .previous > span,
    #LeftRail .pager .next > a,
    #LeftRail .pager .next > span {
        float: none;
    }

    #LeftRail .pager li > a {
        width: 100%;
    }

        #LeftRail .pager li > a:last-of-type {
            margin-top: .25em;
        }

    .fixed-contentnav {
        width: 17.015%;
    }

    #Canvas.no-lr {
        width: 99%;
    }
}

@media(max-width: 850px) {
    .absolute-contentnav {
        max-width: 102%;
        overflow-y: auto;
    }
}

@media(max-width: 768px) {

    #LeftRail {
        display: block;
        margin-left: -13px;
        width: 110%;
    }

    #leftRailTopics {
        height: 0;
        visibility: hidden;
    }


    .active-mob-content-nav #LeftRail {
        height: 100%;
        overflow-y: auto;
    }

    #LeftRail.fixed-mob-contentnav {
        min-height: 3em;
        position: fixed;
        top: 0;
        background-color: #fff;
        box-shadow: 2px 2px 2px #ccc;
        padding-bottom: .5em;
        width: 100%;
        z-index: 2;
    }

        #LeftRail.fixed-mob-contentnav > #ContentNav {
            padding-top: 1em;
            transition: padding 0.8s;
        }

    #bookContent {
        margin-top: 1em;
    }

    #Canvas {
        padding: 0;
        width: 75%;
    }


    #ContentNav {
        display: inline-block;
        width: 100%;
    }

    #ContentNavLeft {
        display: block;
    }

        #ContentNavLeft > i:before {
            font-family: DsgIcon;
            font-style: normal;
            content: "\e603";
        }

    #MainContent.active-mob-content-nav {
        padding-right: 0;
        position: relative;
    }

        #MainContent.active-mob-content-nav > #LeftRail > #leftRailTopics {
            height: auto;
            visibility: visible;
            margin-top: -6px;
        }

            #MainContent.active-mob-content-nav > #LeftRail > #leftRailTopics.fixed-contentnav,
            #MainContent.active-mob-content-nav > #LeftRail > #leftRailTopics.absolute-contentnav {
                height: auto !important;
                max-width: none;
                position: initial;
                width: 100%;
                overflow: visible;
            }

        #MainContent.active-mob-content-nav .list-group-item {
            border-right: none;
            border-left: none;
        }

        #MainContent.active-mob-content-nav #ContentNavLeft > i {
            font-style: normal;
        }

            #MainContent.active-mob-content-nav #ContentNavLeft > i:before {
                content: "\e604";
            }

    body > footer.footer,
    body > footer.footer > div {
        padding: 0;
    }

    #leftRailTopics + .row {
        display: none;
    }

    .active-mob-content-nav > #Canvas {
        height: 1% !important;
    }

    #bookContent > h4 {
        margin-top: -1em;
        padding-top: 4.25em;
    }
}

@media(max-width: 670px) {
    #bookContent > h4 {
        margin-top: -2em;
        padding-top: 7em;
    }
}

@media print {
    #LeftRail,
    #RightRail,
    #Canvas {
        display: block;
        float: none;
        vertical-align: auto;
        overflow-x: auto;
    }

    #Canvas {
        width: 100% !important;
    }

    .pagination,
    #ContentNav,
    [id^=RatingControl],
    #LeftRail,
    #leftRailTopics,
    #RightRail {
        display: none !important;
    }
}
/*#endregion*/




/*#region topic-body.min.css */
#bookContent div.QB_SmartBreadcrumbs {
    margin-bottom: 15px;
}

#bookContent div.QB_SmartBreadcrumb {
    margin: 0 5px 5px 0;
    padding: 1px 25px 1px 10px;
    position: relative;
    float: left;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff url("../../image/smartbreadcrumb_dropdown.png") no-repeat right center;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
}

#bookContent div.QB_SmartBreadcrumb_Popup {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 1px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    -moz-box-shadow: 3px 3px 4px #999;
    -webkit-box-shadow: 3px 3px 4px #999;
    box-shadow: 3px 3px 4px #999;
    z-index: 99;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

    #bookContent div.QB_SmartBreadcrumb_Popup a {
        display: block;
        padding: 2px 10px;
        text-decoration: none;
        white-space: nowrap;
    }

        #bookContent div.QB_SmartBreadcrumb_Popup a.QB_ActiveBreadcrumb {
            font-weight: bold;
            background-color: #eee;
        }
/*#endregion end topic-body.min.css */


/*#region QuestCommon.css */
#bookContent .breadcrumbs-holder {
    border-bottom: #c9c9c9 1px solid;
}

#bookContent .utility-bar-holder ul li a.download span {
    background: url(../../image/down.png) no-repeat 4px 1px;
}

#bookContent .utility-bar-holder ul li a.favorite span {
    background: url(../../image/fav.png) no-repeat 3px 1px;
}

#bookContent .utility-bar-holder ul li a.print span {
    background: url(../../image/print.png) no-repeat 2px 2px;
}

#bookContent div.QB_Navbar {
    margin-top: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid #b2c2d4;
    color: #404040;
}

#bookContent div.QB_Navbar_Left {
    padding-right: 25px;
    position: relative;
    float: left;
}

#bookContent div.QB_Navbar_Action {
    padding: 0 10px;
    border-left: 1px solid #dadada;
    position: relative;
    float: left;
    white-space: nowrap;
    color: #b6b6b6;
}

#bookContent div.QB_Navbar_Action_First {
    padding-left: 0;
    border-left: none;
}

#bookContent div.QB_Navbar_Action_Last {
    padding-right: 0;
}

#bookContent div.QB_Navbar_Right {
    position: relative;
    float: right;
}

#bookContent span.QB_Navbar_Label {
    font-weight: bold;
}
/*#endregion QuestCommon.css */


/*#region raty.css */
#bookContent .cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
    font-size: 2em;
}

#bookContent .cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "raty";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}

    #bookContent .cancel-on-png:before {
        content: "";
    }

#bookContent .cancel-off-png:before {
    content: "";
}

#bookContent .star-on-png:before {
    content: "";
}

#bookContent .star-off-png:before {
    content: "";
}

#bookContent .star-half-png:before {
    content: "";
}
/*#endregion end raty.css */


/*#region topic.css */
#bookContent p.QB_Approval_Warning {
    margin-top: 15px;
    font-size: 13px;
    color: #a00;
    font-style: oblique;
}

    #bookContent p.QB_Approval_Warning a[href] {
        color: #a00;
        text-decoration: underline;
    }

#bookContent {
    margin-top: 15px;
    font-size: 13px;
    color: #222;
    overflow: auto;
}

    #bookContent div.QB_Topic_Actions {
        margin-top: 30px;
        padding-top: 7px;
        border-top: 1px solid #b2c2d4;
    }

    #bookContent div.QB_Topic_Action {
        margin-right: 15px;
        padding-left: 20px;
        height: 18px;
        position: relative;
        float: left;
        white-space: nowrap;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: left center;
    }

    #bookContent div.QB_Topic_Action_Printout {
        background-image: url("../../image/topic_action_printout.png");
    }

    #bookContent div.QB_Topic_Action_Print {
        background-image: url("../../image/topic_action_print.png");
    }

    #bookContent div.QB_Topic_Action_Bookmark {
        background-image: url("../../image/topic_action_bookmark.png");
    }

    #bookContent div.QB_Topic_Action_Email {
        background-image: url("../../image/topic_action_email.png");
    }

    #bookContent div.QB_Topic_Action_Facebook {
        background-image: url("../../image/topic_action_facebook.png");
    }

    #bookContent div.QB_Topic_Action_Tweet {
        background-image: url("../../image/topic_action_tweet.png");
    }

    #bookContent div.QB_Topic_Action_Share {
        background-image: url("../../image/topic_action_share.png");
    }

    #bookContent div.QB_Topic_Reference {
        margin-bottom: 15px;
        text-align: center;
    }

    #bookContent div.QB_CalloutItem {
        margin-bottom: 10px;
    }

        #bookContent div.QB_CalloutItem P {
            margin-bottom: 2px;
        }

    #bookContent p.QB_CalloutItem_Title {
        font-weight: bold;
    }

    #bookContent p.QB_CalloutItem_Modified {
        color: #333;
        font-size: 11px;
        line-height: 125%;
    }

    #bookContent p.QB_CalloutItem_Description {
        margin-top: 3px;
        color: #666;
        font-size: 11px;
    }

    #bookContent p.QB_CalloutBody_Origin {
        margin-top: 5px;
        text-align: right;
    }

    #bookContent div.QB_Notice {
        margin-top: 10px;
        padding: 7px 10px;
        border: 1px solid #d3d7dd;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background: #fff8df;
        color: #333;
        font-size: 13px;
    }

        #bookContent div.QB_Notice a {
            color: #2c87c0;
        }

    #bookContent H1.TopicProductName {
        border: 0;
        color: #222;
        font: 700 13px/16px Arial,sans-serif;
        font-size: 16px;
        font-weight: normal;
        margin: 0;
        padding: 5 0 10 0;
    }

    #bookContent .SmartBreadCrumbs_Wrap {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    /*#endregion topic.css */


    /*#region topic-body.css */
    #bookContent td table {
        border-collapse: collapse;
    }

    #bookContent iframe {
        display: none;
    }

    #bookContent ol > li {
        list-style: decimal outside;
    }

    #bookContent ol ol > li {
        list-style: lower-alpha outside;
    }

    #bookContent ol ol ol > li {
        list-style: lower-roman outside;
    }

    #bookContent ul > li {
        list-style-type: disc;
    }

    #bookContent ul ul > li {
        list-style-type: circle;
    }

    #bookContent #footer {
        width: auto;
    }

    #bookContent a[href] {
        text-decoration: underline;
    }

        #bookContent a[href]:link {
            color: #39c;
        }

        #bookContent a[href]:visited {
            color: #39c;
        }

        #bookContent a[href]:hover {
            text-decoration: underline !important;
        }

        #bookContent a[href]:active {
            color: #f00;
        }

    #bookContent a {
        text-decoration: none !important;
        color: inherit;
    }

    #bookContent p {
        margin: 5px 0 7px 0;
    }

    #bookContent div td {
        border: none;
    }

    #bookContent .Notes td {
        border: none;
    }

    #bookContent .Choose {
        font-weight: bold;
    }

    #bookContent table.Definition_Step {
        margin: 8px 0 8px 45px;
    }

    #bookContent td {
        color: #222;
        font-size: 13px;
        border: solid 1px #999;
        padding: 2px;
        vertical-align: top;
        text-align: left;
    }

    #bookContent th {
        color: #222;
        border: solid 1px #999;
        background-color: #dbdfe4;
        padding: 3px;
        vertical-align: middle;
        font-weight: bold;
        text-align: left;
    }

    #bookContent div.Body {
        margin: 4px 0 4px 0;
    }

    #bookContent ul {
        margin: 12px 0 12px 30px;
    }

    #bookContent ol {
        margin: 12px 0 12px 30px;
    }

    #bookContent div.Procedure {
        font-style: oblique;
        font-weight: bold;
        margin: 12px 0 5px 20px;
    }

    #bookContent div.Or {
        margin: 6px 0 6px 72px;
    }

    #bookContent div.Step_paragraph {
        margin: 6px 0 6px 72px;
    }

    #bookContent div.Commentary {
        font-size: 13px;
        font-style: oblique;
        margin: 2px 0 2px 72px;
    }

    #bookContent div.TableHeading {
        font-weight: bold;
    }

    #bookContent div.Heading3NoTopic {
        font-size: 14px;
        font-weight: bold;
    }

    #bookContent div.Step_next_inner img.Default {
        margin: 0;
    }

    #bookContent div.list_bullet_inner img.Default {
        margin: 0;
    }

    #bookContent div.Step_first_inner img.Default {
        margin: 0;
    }

    #bookContent span.code {
        font-family: "Courier New",Courier;
        background-color: #fffff6;
    }

    #bookContent span.Code {
        font-family: "Courier New",Courier;
        background-color: #fffff6;
    }

    #bookContent div.N1Section {
        font-size: 17px;
        font-weight: bold;
        margin: 12px 0 10px 0;
    }

    #bookContent div.N2Section {
        font-size: 17px;
        font-weight: bold;
        margin: 12px 0 10px 0;
    }

    #bookContent div.N2SectionTop {
        font-size: 17px;
        font-weight: bold;
        margin: 12px 0 10px 0;
    }

    #bookContent div.N3Section {
        font-size: 14px;
        font-weight: bold;
        margin: 10px 0 8px 0;
    }

    #bookContent div.N3SectionTop {
        font-size: 14px;
        font-weight: bold;
        margin: 10px 0 8px 0;
    }

    #bookContent div.N4Section {
        font-size: 13px;
        font-weight: bold;
        margin: 8px 0 8px 0;
    }

    #bookContent div.N4SectionRefPages {
        font-size: 13px;
        font-weight: bold;
        margin: 8px 0 8px 0;
    }

    #bookContent div.N5Section {
        font-size: 13px;
        font-weight: bold;
        margin: 8px 0 8px 0;
    }

    #bookContent div.N6Section {
        font-size: 12px;
        font-weight: bold;
        margin: 6px 0 6px 0;
    }

    #bookContent div.ContentsHeading {
        font-size: 13px;
        font-weight: bold;
        margin: 6px 0 6px 0;
    }

    #bookContent div.Heading_3 {
        font-size: 14px;
        font-weight: bold;
        margin: 8px 0 8px 0;
    }

    #bookContent div.StepFigure {
        padding: 12px 2px 12px 40px;
    }

    #bookContent div.StepOr {
        padding: 4px 2px 4px 40px;
    }

    #bookContent div.StepParagraph {
        padding: 4px 2px 4px 40px;
    }

    #bookContent span.RunInSubhead {
        font-weight: bold;
    }

    #bookContent span.StepSubhead {
        font-weight: bold;
    }

    #bookContent span.Bold {
        font-weight: bold;
    }

    #bookContent div.TableSidehead {
        font-weight: bold;
    }

    #bookContent div.List_Bullet_inner {
        font-size: 13px;
    }

        #bookContent div.List_Bullet_inner span.List_Bullet_Font {
            font-family: Wingdings;
        }

    #bookContent div.List_Bullet_1_inner span.List_Bullet_Font {
        font-family: Wingdings;
    }

    #bookContent div.List_Bullet__0028Sub_0029_outer div.List_Bullet__0028Sub_0029_inner span.List_Bullet_Font {
        font-family: Wingdings;
    }

    #bookContent div.List_Bullet_1__0028Sub_0029_outer div.List_Bullet_1__0028Sub_0029_inner span.List_Bullet_Font {
        font-family: Wingdings;
    }

    #bookContent div.Cell_Body__0028Bullet_0029_outer span.List_Bullet_Font {
        font-family: Wingdings;
    }

    #bookContent div.Cell_Heading__0028White_0029 {
        color: #eee;
        font-weight: bold;
    }

        #bookContent div.Cell_Heading__0028White_0029 a {
            color: #eee;
            font-weight: bold;
        }

    #bookContent div.Heading_2_noTopic {
        font-size: 17px;
        font-weight: bold;
        margin: 10px 0 10px 0;
    }

    #bookContent table.BKB_Table {
        margin: 16px 0 16px 0;
    }

    #bookContent img.Default {
        margin: 12px 0 5px 0;
    }

    #bookContent div.Note_Note {
        margin: 16px 0 16px 0;
    }

    #bookContent div.Example {
        border: solid 2px #04aada;
        border-radius: 5px;
        padding: 4px 12px;
        margin: 8px 0;
    }

    #bookContent div.Note {
        border-left: solid 2px #04aada;
        padding-left: 8px;
        margin: 6px 0;
    }


    #bookContent div.Heading_5 {
        font-size: 13px;
        font-weight: bold;
        margin: 12px 0 6px 0;
    }

    #bookContent div.List_Bullet__0028Indent_0029 {
        margin: 6px 0 6px 35px;
    }

    #bookContent div.Heading_6 {
        font-size: 13px;
        font-weight: bold;
        margin: 12px 0 6px 0;
    }

    #bookContent div.Heading_2 {
        font-size: 17px;
        font-weight: bold;
        margin: 10px 0 10px 0;
    }

    #bookContent div.TableFootnote a {
        font-family: Arial,Helvetica,Sans-Serif;
    }

    #bookContent div.Heading_3_noTopic {
        font-size: 14px;
        font-weight: bold;
        margin: 8px 0 8px 0;
    }

    #bookContent div.Numbered_List__0028Indent_0029 {
        margin: 6px 0 6px 35px;
    }

    #bookContent div.Note_Warning {
        margin: 16px 0 16px 0;
    }

    #bookContent div.Body {
        line-height: 18px;
    }

    #bookContent div.List_Bullet_inner img.Default {
        margin: 0;
    }

    #bookContent div.Body img.Default {
        margin: 6px;
    }

    #bookContent div.Numbered_List__00281_0029_inner img.Default {
        margin: 0;
    }

    #bookContent div.List_Bullet__0028Indent_0029 img.Default {
        margin: 0;
    }

    #bookContent div.Numbered_List__00282_002b_0029_inner img.Default {
        margin: 0;
    }

    #bookContent div.Code_Indent {
        font-family: "Courier New",Courier;
        font-size: 13px;
        padding: 4px 2px 4px 2px;
        margin: 2px 0 2px 35px;
        background-color: #fffff6;
    }

    #bookContent div.Heading_4_noTopic {
        font-size: 14px;
        font-weight: bold;
        margin: 14px 0 6px 0;
    }

    #bookContent table.Code_Table td {
        padding: 2px;
        border: 0;
    }

    #bookContent div.List_Bullet_inner span.Emphasis {
        font-style: oblique;
    }

    #bookContent div.Normal a[href] {
        text-decoration: underline;
    }

    #bookContent div.Normal a {
        text-decoration: none;
    }

    #bookContent div.Normal {
        line-height: 18px;
        margin: 3px 0 3px 0;
    }

    #bookContent div.Normal_Indent {
        line-height: 18px;
        margin: 3px 0 3px 52px;
    }

    #bookContent div.List_Intro {
        line-height: 18px;
    }

    #bookContent div.Heading_4 {
        font-size: 14px;
        font-weight: bold;
        margin: 14px 0 6px 0;
    }

    #bookContent div.SubHeading {
        font-size: 14px;
        font-weight: bold;
        font-style: oblique;
        margin: 14px 0 6px 0;
    }

    #bookContent div.Figure {
        margin: 0 0 0 20px;
    }

    #bookContent div.Figure_caption {
        margin: 4px 0 20px 10px;
        font-size: 14px;
    }

    #bookContent div.List_Intro {
        margin: 6px 0 6px 12px;
    }

    #bookContent div.Dummy {
        font-size: 2px;
        margin: 0;
        padding: 0;
        line-height: normal;
    }

    #bookContent div.Code {
        font-family: "Courier New",Courier;
        font-size: 13px;
        padding: 4px 2px 4px 2px;
        margin: 0;
        background-color: #fffff6;
    }

    #bookContent div.Table_Heading {
        font-weight: bold;
    }

    #bookContent table.Table_Normal {
        margin: 10px 0 6px 0;
    }

        #bookContent table.Table_Normal td {
            border: none;
            font-size: 13px;
            padding: 4px;
        }

    #bookContent span.Bold {
        font-weight: bold;
    }

    #bookContent span.Italic {
        font-style: oblique;
    }

    #bookContent table.Default td {
        border: none;
    }

    #bookContent table td div.BT3_Bullet3_inner img.Default, div.I1_Indent1 img.Default, table td div.S1N_StepNumNext_inner #bookContent img.Default {
        margin: 0;
    }

    #bookContent p.Syntax {
        font-family: "Courier New",Courier;
        font-size: 13px;
        padding: 4px 2px 4px 2px;
        margin: 0;
        background-color: #fffff6;
    }

    #bookContent td p.Syntax {
        font-family: "Courier New",Courier;
        font-size: 13px;
        padding: 4px 2px 4px 2px;
        margin: 0;
        background-color: #e1ecec;
    }

    #bookContent span.QuestBlue {
        font-weight: bold;
    }

    #bookContent h2 {
        margin: 16px 0 8px 0;
    }

    #bookContent h3 {
        margin: 12px 0 6px 0;
    }

    #bookContent div.Chapter_Title {
        font-size: 20px;
        font-weight: bold;
    }

        #bookContent div.Chapter_Title a {
            color: #06417c;
        }

    #bookContent div.Heading1 {
        font-size: 20px;
        font-weight: bold;
    }

        #bookContent div.Heading1 a {
            color: #06417c;
        }

    #bookContent div.Heading2 {
        font-size: 17px;
        font-weight: bold;
    }

        #bookContent div.Heading2 a {
            color: #06417c;
        }

    #bookContent div.Heading3 {
        font-size: 15px;
        font-weight: bold;
        margin: 8px 0 8px 0;
    }

    #bookContent table.AutoNumber_p_SingleStep td {
        border: 0;
    }

    #bookContent div.Heading1Top {
        font-size: 14px;
        font-weight: bold;
        margin: 14px 0 6px 0;
    }

    #bookContent p.Note {
        margin: 16px 0 8px 0;
    }

    #bookContent p.Caution {
        padding: 8px;
        background-color: #e1ecec;
        border: 1px solid #999;
    }

    #bookContent p.RelatedTopics {
        font-size: 13px;
        font-weight: bold;
        margin: 16px 0 8px 0;
    }

    #bookContent p.RelatedTopicsLinks {
        font-size: 13px;
    }

    #bookContent div.ContentsHeading {
        font-size: 16px;
        font-weight: bold;
        margin: 16px 0 8px 0;
    }

    #bookContent div.BodyIndented {
        padding-left: 20px;
    }

    #bookContent p.Procedure {
        font-style: oblique;
        font-weight: bold;
        margin: 20px 0 5px 20px;
    }

    #bookContent span.SyntaxChar {
        font-family: "Courier New",Courier;
        font-size: 13px;
        padding: 4px 2px 4px 2px;
        margin: 0;
        background-color: #fffff6;
    }

    #bookContent td span.SyntaxChar {
        font-family: "Courier New",Courier;
        font-size: 13px;
        padding: 4px 2px 4px 2px;
        margin: 0;
        background-color: #e1ecec;
    }

    #bookContent span.Primaryproduct_name {
        font-weight: bold;
    }

    #bookContent p.ScenarioHeading {
        font-size: 15px;
        font-weight: bold;
    }

    #bookContent span.mcFormatColor {
        color: #39c !important;
    }

    #bookContent a > span.mcFormatColor > u {
        text-decoration: none;
    }

    #bookContent td.BodyA-Column1-Body1 {
        background-color: #fff;
    }

    #bookContent td.BodyB-Column1-Body1 {
        background-color: #fff;
    }

    #bookContent td.BodyC-Column1-Body1 {
        background-color: #fff;
    }

    #bookContent td.BodyD-Column1-Body1 {
        background-color: #fff;
    }

    #bookContent td.BodyE-Column1-Body1 {
        background-color: #fff;
    }

    #bookContent td.BodyF-Column1-Body1 {
        background-color: #fff;
    }

    #bookContent td.BodyD-Column1-KeepWithNext {
        background-color: #fff;
    }

    #bookContent td.BodyE-Column1-KeepWithNext {
        background-color: #fff;
    }

    #bookContent td.BodyA-Column2-Body1 {
        background-color: #eaf2f2;
    }

    #bookContent td.BodyC-Column2-Body1 {
        background-color: #eaf2f2;
    }

    #bookContent td.BodyD-Column2-Body1 {
        background-color: #eaf2f2;
    }

    #bookContent td.BodyF-Column2-Body1 {
        background-color: #eaf2f2;
    }

    #bookContent th.HeadD-Column1-Header1 {
        background-color: #eee;
        font-weight: bold;
    }

    #bookContent td.HeadD-Column1-Header1 {
        background-color: #e1ecec;
        font-weight: bold;
    }

    #bookContent td.HeadE-Column1-Header1 {
        background-color: #e1ecec;
        font-weight: bold;
    }

    #bookContent th.HeadE-Column1-Header1 {
        background-color: #eee;
        font-weight: bold;
    }

    #bookContent td.HeadF-Column2-Header1 {
        background-color: #e1ecec;
        border: 0;
        font-weight: bold;
    }

    #bookContent th.HeadD-Column2-Header1 {
        background-color: #eee;
        border: 0;
        font-weight: bold;
    }

    #bookContent th.HeadF-Column2-Header1 {
        background-color: #eee;
        border: 0;
        font-weight: bold;
    }

    #bookContent th.TableStyle_QuestTable_Head_0_0_RowSep_ColSep {
        background-color: #eee;
        border: 1px solid #999;
        font-weight: bold;
    }

    #bookContent th.TableStyle_QuestTable_Head_0_0_RowSep_ColEnd {
        background-color: #eee;
        border: 1px solid #999;
        font-weight: bold;
    }

    #bookContent td.TableStyle_QuestTable_Body_0_0_RowSep_ColSep {
        background-color: #fff;
    }

    #bookContent td.TableStyle_QuestTable_Body_0_0_RowSep_ColEnd {
        background-color: #fff;
    }

    #bookContent td.TableStyle_QuestTable_Body_0_0_RowEnd_ColSep {
        background-color: #fff;
    }

    #bookContent td.TableStyle_QuestTable_Body_0_0_RowEnd_ColEnd {
        background-color: #fff;
    }

    #bookContent td.BodyD-Column1-AvoidBreakWithin {
        background-color: #fff;
    }

    #bookContent td.BodyE-Column1-AvoidBreakWithin {
        background-color: #fff;
    }

    #bookContent td.TableStyle_ColumnAndRowHeaderTable_Body_0_1_RowSep {
        background-color: #fff;
    }

    #bookContent th.TableStyle_ColumnAndRowHeaderTable_Head_0_0_RowSep_ColSep {
        background-color: #eee;
    }

    #bookContent th.TableStyle_ColumnAndRowHeaderTable_Head_0_1_RowSep {
        background-color: #eee;
    }

    #bookContent th.TableStyle_ColumnAndRowHeaderTable_Head_0_1_RowSep_ColEnd {
        background-color: #eee;
    }

    #bookContent td.TableStyle_ColumnAndRowHeaderTable_Body_0_0_RowSep_ColSep {
        font-weight: bold;
        background-color: #eee;
    }

    #bookContent table.TableStyle-ScenarioTable {
        margin: 12px 0 12px 0;
    }

    #bookContent table.TableStyle_QuestTable {
        margin: 12px 0 12px 0;
    }

    #bookContent table.TableStyle-QuestTable {
        margin: 12px 0 12px 0;
    }

    #bookContent table.TableStyle_QuestTable td {
        padding: 4px 6px 4px 6px;
    }

    #bookContent table.TableStyle-QuestTable td {
        padding: 4px 6px 4px 6px;
    }

    #bookContent table.TableStyle-QuestTable th {
        font-size: 13px;
        padding: 4px 6px 4px 6px;
    }

    #bookContent table.TableStyle_QuestTable td ul {
        padding: 2px 0 12px 16px;
    }

    #bookContent td.BodyA-Column1-Body1 {
        border: 1px solid #999;
    }

    #bookContent td.BodyB-Column1-Body1 {
        border: 1px solid #999;
    }

    #bookContent td.BodyC-Column1-Body1 {
        border: 1px solid #999;
    }

    #bookContent td.BodyD-Column1-Body1 {
        border: 1px solid #999;
    }

    #bookContent th.BodyD-Column1-Body1 {
        background-color: #e1ecec;
    }

    #bookContent td.BodyE-Column1-Body1 {
        border: 1px solid #999;
    }

    #bookContent table.Tabelle_Liste {
        margin: 20px 0 16px 0;
    }

        #bookContent table.Tabelle_Liste caption {
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            margin: 2px 0 6px 2px;
        }

        #bookContent table.Tabelle_Liste td {
            border: 1px solid #909090;
            padding: 6px;
        }

        #bookContent table.Tabelle_Liste thead {
            font-weight: bold;
            background-color: #e0e0e0;
        }

    #bookContent table.Tabelle_01 {
        margin: 20px 0 16px 0;
    }

        #bookContent table.Tabelle_01 caption {
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            margin: 2px 0 6px 2px;
        }

        #bookContent table.Tabelle_01 td {
            border: 1px solid #909090;
            padding: 6px;
        }

        #bookContent table.Tabelle_01 thead {
            font-weight: bold;
            background-color: #e0e0e0;
        }

    #bookContent table.hinweis {
        margin-top: 12px;
        margin-bottom: 12px;
    }

        #bookContent table.hinweis td {
            padding: 8px;
            vertical-align: top;
        }

            #bookContent table.hinweis td.hinweis {
                vertical-align: middle;
            }

    #bookContent table.warning {
        margin-top: 12px;
        margin-bottom: 12px;
    }

        #bookContent table.warning td {
            padding: 8px;
            vertical-align: top;
        }

            #bookContent table.warning td.warning {
                vertical-align: middle;
            }

    #bookContent table.tipp {
        margin-top: 12px;
        margin-bottom: 12px;
    }

        #bookContent table.tipp td {
            padding: 8px;
            vertical-align: top;
        }

            #bookContent table.tipp td.tipp {
                vertical-align: middle;
            }

    #bookContent table.Abbildung {
        margin: 20px 0 16px 0;
    }

        #bookContent table.Abbildung caption {
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            margin: 2px 0 6px 2px;
        }

        #bookContent table.Abbildung td {
            padding: 6px;
        }

    #bookContent #MainSection ul {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    #bookContent #MainSection h1 {
        margin-top: 16px;
        margin-bottom: 8px;
    }

    #bookContent div.ContentsTopic {
        margin: 4px 0 4px 0;
    }

    #bookContent table {
        border-collapse: collapse;
    }

    #bookContent div.Normal span.Hyperlink a {
        font-size: 13px !important;
    }

    #bookContent div.Table_Normal_ span.Hyperlink a {
        font-size: 13px !important;
    }

    #bookContent div.Disclaim span.Hyperlink a {
        font-size: 13px !important;
    }

    #bookContent div.List_Bullet_inner span.Hyperlink a {
        font-size: 13px !important;
    }

    #bookContent div.List_Number_inner span.Hyperlink a {
        font-size: 13px !important;
    }

    #bookContent div.Table_List_Bullet_inner span.Hyperlink a {
        font-size: 13px !important;
    }

    #bookContent div.List_alpha_inner span.Hyperlink a {
        font-size: 13px !important;
    }

    #bookContent div.Normal_Indent span.Hyperlink a {
        font-size: 13px !important;
    }

    #bookContent div.Normal span.Italic {
        font-size: 13px !important;
    }

    #bookContent div.List_Bullet_inner span.Italic {
        font-size: 13px !important;
    }

    #bookContent div.List_Number_inner span.Italic {
        font-size: 13px !important;
    }

    #bookContent div.Table_Normal_ span.Italic {
        font-size: 13px !important;
    }

    #bookContent div.Table_List_Bullet_inner span.Italic {
        font-size: 13px !important;
    }

    #bookContent div.List_Intro span.Italic {
        font-size: 13px !important;
    }

    #bookContent div.Comment span.Italic {
        font-size: 13px !important;
    }

    #bookContent div.Normal_Indent span.Italic {
        font-size: 13px !important;
    }

    #bookContent div.Normal span.Bold {
        font-size: 13px !important;
    }

    #bookContent div.List_Bullet_2_inner span.Bold {
        font-size: 13px !important;
    }

    #bookContent div.List_alpha_inner span.Bold {
        font-size: 13px !important;
    }

    #bookContent div.List_Intro span.Bold {
        font-size: 13px !important;
    }

    #bookContent div.Disclaim span.Bold {
        font-size: 13px !important;
    }

    #bookContent div.Table_Normal_ span.Bold {
        font-size: 13px !important;
    }

    #bookContent div.Table_List_Number_inner span.Bold {
        font-size: 13px !important;
    }

    #bookContent div.List_Number_inner span.Bold {
        font-size: 13px !important;
    }

    #bookContent div.Normal_Indent span.Bold {
        font-size: 13px !important;
    }

    #bookContent div.Table_List_Bullet_inner span.Bold {
        font-size: 13px !important;
    }

    #bookContent div.List_Bullet_inner span.Bold {
        font-size: 13px !important;
    }

    #bookContent td.spacer {
        display: none;
    }

    #bookContent td.header {
        font-weight: bold;
        background-color: #ddd;
        text-align: left;
        vertical-align: middle;
    }

    #bookContent td.container {
        border: none;
        padding: 0;
        margin: 0;
    }

    #bookContent table.details {
        margin: 0;
        border: none;
    }

        #bookContent table.details td {
            border-left: none;
            border-top: none;
        }

    #bookContent table.Basic_Table__0028No_Borders_0029 td {
        border: 0;
    }

    #bookContent div.List_Bullet_1__0028Indent_0029 {
        margin-left: 30px;
    }

    #bookContent div.List_Bullet_3__0028Indent_0029 {
        margin-left: 52px;
    }

    #bookContent span.Bold_Italic {
        font-weight: bold;
        font-style: italic;
    }

    #bookContent div.List_Bullet__0028Sub_Indent_0029 {
        margin-left: 32px;
    }

    #bookContent div.Numbered_List__0028Sub_Indent_0029 {
        margin-left: 54px;
    }

    #bookContent div.List_Bullet_2__0028Indent_0029 {
        margin-left: 54px;
    }

    #bookContent div.Hypertext_Link {
        margin: 8px 0 8px 0;
    }

    #bookContent div.Figure_Text__00281_0029, div.Figure_Text__00282_002b_0029 {
        margin-top: 8px;
    }

    #bookContent div.note span.notetitle {
        font-weight: bold;
    }

    #bookContent div.p div.note {
        margin: 8px 0 8px 0;
    }

    #bookContent li div.note {
        margin: 8px 0 8px 0;
    }

    #bookContent pre.codeblock {
        font-family: "Courier New",Courier;
        font-size: 13px;
        padding: 4px 2px 4px 2px;
        margin: 0;
        background-color: #fffff6;
    }

    #bookContent div.example {
        margin: 12px 12px 12px 32px;
        padding: 8px 8px 8px 32px;
        border: 2px solid #bbb;
    }

        #bookContent div.example em {
            color: #222;
            font-size: 13px;
            font-weight: bold;
        }

    #bookContent div em {
        color: #222;
        font-weight: bold;
    }

    #bookContent caption {
        margin: 8px 0 8px 0;
    }

    #bookContent table td.cellrowborder {
        border-bottom: 1px solid #666;
    }

    #bookContent kbd.userinput {
        font-weight: bold;
    }

    #bookContent div.parentlink {
        margin: 16px 0 8px 0;
    }

    #bookContent div.ScreenShot {
        margin-left: 20px;
    }

    #bookContent div.CodeEnd {
        font-family: "Courier New",Courier;
        font-size: 13px;
        padding: 4px 2px 8px 2px;
        margin: 0;
        background-color: #fffff6;
    }

    #bookContent sup {
        font-weight: bold;
        vertical-align: super;
    }

    #bookContent div.Important {
        margin: 8px 2px 8px 0;
    }

    #bookContent div.FigureCallout {
        margin: 8px 2px 8px 0;
    }

    #bookContent div.FigureCallout {
        margin: 8px 2px 8px 0;
    }

    #bookContent div.StepFirst_inner {
        line-height: normal;
        margin: 2px 2px 2px 0;
    }

    #bookContent div.StepImportant {
        margin: 8px 2px 8px 20px;
    }

    #bookContent div.StepNote_outer {
        margin: 2px 2px 2px 20px;
    }

    #bookContent div.Note_outer {
        margin: 2px 2px 2px 2px;
    }

    #bookContent span.Superscript {
        vertical-align: super;
        font-size: 70%;
    }

    #bookContent div.TableBody {
        margin: 2px 2px 2px 6px;
    }

    #bookContent div.TableSidehead {
        margin: 2px 2px 2px 6px;
    }

    #bookContent div.TableNote {
        margin: 6px 6px 6px 6px;
    }

    #bookContent div.TableCaution {
        margin: 6px 6px 6px 6px;
    }

    #bookContent div.TableTip {
        margin: 6px 6px 6px 6px;
    }

    #bookContent div.TableHeadingLeft {
        margin: 4px;
        font-weight: bold;
        text-align: left;
    }

    #bookContent div.TableHeadingCentered {
        margin: 4px;
        font-weight: bold;
        text-align: center;
    }

    #bookContent div.TableBullet_outer {
        margin: 2px 2px 2px 6px;
    }

    #bookContent div.AlphaStep1_outer {
        margin: 2px 2px 2px 20px;
    }

    #bookContent div.AlphaStepImportant {
        margin: 2px 2px 2px 20px;
    }

    #bookContent div.AlphaStepNext_outer {
        margin: 2px 2px 2px 20px;
    }

    #bookContent div.AlphaStepParagraph {
        margin: 2px 2px 2px 40px;
    }

    #bookContent div.AlphaStepCaution_outer {
        margin: 2px 2px 2px 20px;
    }

    #bookContent div.BulletIndented_outer {
        margin: 2px 2px 2px 20px;
    }

    #bookContent span.Emphasis {
        font-style: oblique;
    }

    #bookContent div.Tip_inner {
        font-style: italic;
    }

    #bookContent div.TipFirst_inner {
        font-style: italic;
    }

    #bookContent div.TableFigure {
        text-align: center;
    }

    #bookContent span.Link {
        color: #39c;
    }

    #bookContent span.URL {
        color: #39c;
    }

    #bookContent span.Variable {
        font-family: "Courier New",Courier;
        font-style: italic;
    }

    #bookContent div.CopyrightTitle {
        font-weight: bold;
        margin: 8px 2px 8px 2px;
    }

    #bookContent div.StepParagraph img.Default {
        margin: 0;
    }

    #bookContent div.AlphaStepParagraph img.Default {
        margin: 0;
    }

    #bookContent div.AlphaStep1_inner img.Default {
        margin: 0;
    }

    #bookContent div.AlphaStepNext_inner img.Default {
        margin: 0;
    }

    #bookContent div.StepFirst_inner img.Default {
        margin: 0;
    }

    #bookContent div.StepNext_inner img.Default {
        margin: 0;
    }

    #bookContent div.Bullet_inner img.Default {
        margin: 0;
    }

    #bookContent div.StepNote_inner img.Default {
        margin: 0;
    }

    #bookContent div.Note_inner img.Default {
        margin: 0;
    }

    #bookContent div.zImportant img, div.zTip img, div.zMobile img, div.zNote img {
        vertical-align: bottom;
        margin-right: 6px;
    }

    #bookContent div.H4NT_Heading4NoTopic span.zBlue {
        color: #0078b6;
    }

    #bookContent span.zBlueBold {
        color: #0078b6;
        font-weight: bold;
    }

    #bookContent span.zRedBold {
        color: #ce1126;
        font-weight: bold;
    }

    #bookContent span.zYellowBold {
        color: #f2af00;
        font-weight: bold;
    }

    #bookContent span.DellRed {
        color: #ce1126;
    }

    #bookContent span.DellYellow {
        color: #f2af00;
    }

    #bookContent div.zCaution {
        font-weight: bold;
    }

    #bookContent div.zWarning {
        font-weight: bold;
    }

    #bookContent table.NoteIndent1, table.ImportantIndent1, table.TipIndent1 {
        margin-left: 44px;
    }

    #bookContent table.NoteIndent2, table.ImportantIndent2, table.TipIndent2 {
        margin-left: 88px;
    }

        #bookContent table.Note td, table.Important td, table.Tip td, table.ImportantIndent1 td, #bookContent table.NoteIndent1 td, table.TipIndent1 td, table.NoteIndent2 td, table.ImportantIndent2 td, #bookContent table.TipIndent2 td {
            border: 0;
        }

    #bookContent div.BO_Body {
        line-height: 18px;
        margin: 3px 0 3px 0;
    }

    #bookContent span.Blue {
        color: #0078b6;
    }

    #bookContent span.BlueBold {
        font-weight: bold;
        color: #0078b6;
    }

    #bookContent span.BoldItalic {
        font-weight: bold;
        font-style: oblique;
    }

    #bookContent span.Code {
        font-family: "Courier New",Courier;
    }

    #bookContent span.CodeItalic {
        font-family: "Courier New",Courier;
        font-style: oblique;
    }

    #bookContent span.Hyperlink {
        color: #0078b6;
    }

    #bookContent div.H2_Heading2, div.H2NT_Heading2NoTopic {
        font-size: 15px;
        font-weight: bold;
        margin: 16px 0 8px 0;
    }

    #bookContent div.H3_Heading3, div.H3NT_Heading3NoTopic {
        font-size: 14px;
        font-weight: bold;
        margin: 12px 0 6px 0;
    }

    #bookContent div.H4_Heading4, div.H4NT_Heading4NoTopic {
        font-size: 13px;
        font-weight: bold;
        margin: 12px 0 4px 0;
        padding-left: 0;
    }

    #bookContent div.H5_Heading5, div.H5NT_Heading5NoTopic {
        font-size: 12px;
        font-weight: bold;
        margin: 12px 0 4px 0;
        padding-left: 0;
    }

    #bookContent div.H6_Heading6, div.H6NT_Heading6NoTopic {
        font-size: 12px;
        font-weight: bold;
        margin: 12px 0 4px 0;
        padding-left: 0;
    }

    #bookContent div.P_Procedure {
        font-style: oblique;
        font-weight: bold;
        margin: 12px 0 5px 20px;
    }

    #bookContent div.I1_Indent1 {
        line-height: 18px;
        margin: 4px 0 4px 44px;
    }

    #bookContent div.I2_Indent2 {
        line-height: 18px;
        margin: 4px 0 4px 82px;
    }

    #bookContent div.I3_Indent3 {
        line-height: 18px;
        margin: 4px 0 4px 121px;
    }

    #bookContent div.I4_Indent4 {
        line-height: 18px;
        margin: 4px 0 4px 159px;
    }

    #bookContent div.FC_FigureCap {
        font-weight: bold;
        margin: 12px 0 5px 0;
    }

    #bookContent div.TC_TableCap, table.RuledIndented div.TCI_TableCapIndent, table.NotRuledIndented div.TCI_TableCapIndent {
        font-weight: bold;
        margin: 12px 0 0 0;
        text-align: left;
    }

    #bookContent table.Tip td div.zTip, table.TipIndent1 td div.zTip, table.TipIndent2 td div.zTip {
        margin-left: 8px;
    }

    #bookContent .infotext > ul, #bookContent .infotext > ol, #bookContent .cautiontext > ul, #bookContent .cautiontext > ol {
        margin: 0;
    }

    #bookContent table.Note td div.zNote, table.NoteIndent1 td div.zNote, table.Note td div.zImportant, #bookContent table.NoteIndent1 td div.zImportant, table.NoteIndent2 td div.zNote {
        margin-left: 8px;
    }

    #bookContent table.Note td div.zInfoIcon, table.NoteIndent1 td div.zInfoIcon, table.NoteTable td div.Normal {
        text-align: right;
        padding-right: 4px;
    }

    #bookContent div.FCI_FigureCapIndent {
        font-weight: bold;
        margin: 5px 0 5px 44px;
    }

    #bookContent div.COF_CodeFirst {
        font-family: "Courier New",Courier;
        font-size: 13px;
        margin: 8px 0 0 0;
    }

    #bookContent div.CON_CodeNext {
        font-family: "Courier New",Courier;
        font-size: 13px;
        margin: 0 0 0 0;
        background-color: #fffff6;
    }

    #bookContent div.N0_Note0, div.NI0_Important0, div.NT0_Tip0 {
        margin: 8px 0 8px 0;
    }

    #bookContent div.N1_NoteIndent1, div.NI1_ImportantIndent1, div.NT1_TipIndent1 {
        margin: 8px 0 8px 44px;
    }

    #bookContent div.N2_NoteIndent2, div.NI2_ImportantIndent2, div.NT2_TipIndent2 {
        margin: 8px 0 8px 82px;
    }

    #bookContent div.TA_TableAnchor {
        border: 0;
        margin: 0;
        font-size: 4px;
        line-height: 50%;
    }

    #bookContent table.Caution td, table.Warning td, table.MobileApp td, table.Video td {
        border: 0;
    }

    #bookContent div.CH_CellHeading {
        font-weight: bold;
        margin: 4px 0 4px 0;
    }

    #bookContent div.CBO_CellBody {
        margin: 4px;
    }

    #bookContent div.CP_CellProcedure {
        font-weight: bold;
        font-style: oblique;
        margin: 8px 0 4px 0;
    }

    #bookContent div.CI1_CellIndent1 {
        margin: 4px 0 4px 44px;
    }

    #bookContent div.CT_CellNote {
        margin: 6px 0 6px 44px;
    }

    #bookContent div.GI_GroupTitle, div.GroupTitlesIX {
        font-size: 16px;
        font-weight: bold;
        margin: 8px 0 8px 0;
    }

    #bookContent div.GR_GlossTerm, div.GR_GlossaryTerm {
        font-size: 12px;
        font-weight: bold;
        margin: 10px 0 4px 0;
    }

    #bookContent div.GT_GlossText {
        margin: 2px 0 2px 44px;
    }

    #bookContent div.Level1IX {
        margin: 2px;
    }

    #bookContent div.Level2IX {
        margin: 2px 0 2px 22px;
    }

    #bookContent div.Level3IX {
        margin: 2px 0 2px 44px;
    }

    #bookContent table.RuledIndented {
        margin-left: 44px;
    }

    #bookContent table.NotRuledIndented {
        margin-left: 44px;
    }

    #bookContent table.Ruled td, table.RuledIndented td, table.ProcedureRuled td {
        border-left: 0;
        border-right: 0;
        vertical-align: top;
    }

    #bookContent table.NotRuled td, table.NotRuledIndented td, table.ProcedureNotRuled td {
        border: 0;
        vertical-align: top;
    }

    #bookContent table.N0_Note0 td {
        border: 0;
        vertical-align: top;
    }

        #bookContent table.N0_Note0 td div.CBO_CellBody {
            margin-top: 6px;
        }

    #bookContent div.S1N_StepNumNext_outer {
        margin: 4px 0 4px 0;
    }

    #bookContent table.Table_Normal td {
        vertical-align: top;
    }

    #bookContent table.Table_Normal div.Note img.Default {
        margin: 2px 0 0 0;
    }

    #bookContent div.TCI_TableCapIndent {
        font-weight: bold;
        margin: 12px 0 4px 44px;
    }

    #bookContent p {
        line-height: 18px;
        margin: 6px 0 6px 0;
    }

    #bookContent h1 {
        font-family: Arial,​sans-serif;
        font-size: 15px;
        font-weight: bold;
        margin: 16px 0 8px 0;
    }

    #bookContent h2 {
        font-family: Arial,​sans-serif;
        font-size: 15px;
        font-weight: bold;
        margin: 16px 0 8px 0;
    }

    #bookContent h3 {
        font-family: Arial,​sans-serif;
        font-size: 14px;
        font-weight: bold;
        margin: 12px 0 6px 0;
    }

    #bookContent h4 {
        font-family: Arial,​sans-serif;
        font-size: 13px;
        font-weight: bold;
        margin: 4px 0 4px 0;
        padding-left: 0;
    }

    #bookContent h5 {
        font-family: Arial,​sans-serif;
        font-size: 12px;
        font-weight: bold;
        margin: 4px 0 4px 0;
        padding-left: 0;
    }

    #bookContent h6 {
        font-family: Arial,​sans-serif;
        font-size: 12px;
        font-weight: bold;
        margin: 4px 0 4px 0;
        padding-left: 0;
    }

    #bookContent p.IndentedPara {
        margin: 0 0 0 33px;
    }

    #bookContent li {
        margin: 3px;
    }

    #bookContent img.img_2 {
        vertical-align: bottom;
    }

    #bookContent p img {
        margin: 0;
        vertical-align: baseline;
    }

    #bookContent span.DellDarkBlue {
        color: #0078b6;
    }

    #bookContent table.TableStyle-NoteTable_Blue_DoNotEdit, table.TableStyle-NoteTable_Yellow_DoNotEdit {
        margin-top: 12px;
        margin-bottom: 12px;
    }

        #bookContent table.TableStyle-NoteTable_Blue_DoNotEdit td, table.TableStyle-NoteTable_Yellow_DoNotEdit td {
            border: 0;
        }

            #bookContent table.TableStyle-NoteTable_Blue_DoNotEdit td.TableStyle-NoteTable_Blue_DoNotEdit-BodyB-Column1-Body1 {
                padding-left: 6px;
                padding-right: 3px;
                padding-top: 0;
                padding-bottom: 0;
                text-align: left;
                vertical-align: top;
                border-right-width: 1.5pt;
                border-right-color: #0078b6;
                border-right-style: solid;
            }

    #bookContent table.TableStyle-NoteTable_Yellow_DoNotEdit td.TableStyle-NoteTable_Yellow_DoNotEdit-BodyB-Column1-Body1 {
        padding-left: 6px;
        padding-right: 3px;
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
        vertical-align: top;
        border-right-width: 1.5pt;
        border-right-color: #f2af00;
        border-right-style: solid;
    }

    #bookContent table.TableStyle-NoteTable_Blue_DoNotEdit td.TableStyle-NoteTable_Blue_DoNotEdit-BodyA-Column1-Body1 {
        padding-left: 6px;
        padding-right: 3px;
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
        vertical-align: top;
    }

        #bookContent table.TableStyle-NoteTable_Blue_DoNotEdit td.TableStyle-NoteTable_Blue_DoNotEdit-BodyA-Column1-Body1 p span.DellDarkBlue {
            font-weight: bold;
            text-transform: uppercase;
        }

    #bookContent table.TableStyle-NoteTable_Yellow_DoNotEdit td.TableStyle-NoteTable_Yellow_DoNotEdit-BodyA-Column1-Body1 {
        font-weight: bold;
        padding-left: 6px;
        padding-right: 3px;
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
        vertical-align: top;
    }

        #bookContent table.TableStyle-NoteTable_Yellow_DoNotEdit td.TableStyle-NoteTable_Yellow_DoNotEdit-BodyA-Column1-Body1 p span.DellYellow {
            font-weight: bold;
            text-transform: uppercase;
        }

    #bookContent table.NoteTable, table.CautionTable {
        margin: 8px 0 8px 0;
    }

        #bookContent table.NoteTable td, table.CautionTable td {
            border: 0;
        }

        #bookContent table.NoteTable div.InsideCoverText, table.CautionTable div.InsideCoverText {
            text-align: right;
        }

        #bookContent table.NoteTable div.InsideCoverText, table.CautionTable div.InsideCoverText {
            vertical-align: top;
        }

            #bookContent table.NoteTable div.InsideCoverText span.zBlueBold img, table.CautionTable div.InsideCoverText span.zYellowBold img {
                margin: 0 0 20px 0;
            }

    #bookContent table.CautionTable td div.zWarning {
        border-left: 1px solid #f2af00;
        padding-left: 8px;
    }

    #bookContent div.Indent1, p.Indent1 {
        padding-left: 44px;
    }

    #bookContent div.Indent2, p.Indent2 {
        padding-left: 88px;
    }

    #bookContent div.Indent3, p.Indent3 {
        padding-left: 132px;
    }

    #bookContent span.AllNoteStyles {
        font-weight: bold;
        color: #0078b6;
    }

    #bookContent p.CaptionTable {
        font-weight: bold;
        margin-top: 12px;
        margin-bottom: 6px;
    }

    #bookContent p.CaptionFigure {
        font-weight: bold;
        margin-top: 12px;
        margin-bottom: 6px;
    }

    #bookContent table[class^="TableStyle-"] {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    #bookContent th[class^="TableStyle-"] {
        background-color: #fff;
        border: none;
        border-bottom: 2px solid #0078b6;
        margin: 0;
        padding: 6px;
    }

    #bookContent td[class^="TableStyle-"] {
        border: none;
        border-bottom: 1px solid #848484;
        margin: 0;
        padding: 6px;
    }

    #bookContent td[class^="TableStyle-RuledTableWithoutHeading_"] {
        border: none;
        border-top: 1px solid #848484;
        border-bottom: 1px solid #848484;
        margin: 0;
        padding: 6px;
    }

    #bookContent td[class^="TableStyle-"] p {
        margin: 0 0 8px 0;
    }

    #bookContent p.Code {
        font-family: "Courier New",Courier;
        font-size: 13px;
        padding: 4px 2px 4px 2px;
        margin: 0;
        background-color: #fffff6;
    }

    #bookContent p.MiniTOC2_0 {
        margin-left: 22px;
    }

    #bookContent h1.Head2 {
        font-size: 17px;
        font-weight: bold;
    }

    #bookContent p.Body1 img.Default {
        margin: 0;
    }

    #bookContent div.Bullet1_inner img.Default {
        margin: 0;
    }

    #bookContent div.Bullet2_inner img.Default {
        margin: 0;
    }

    #bookContent div.Step1First_inner img.Default {
        margin: 0;
    }

    #bookContent div.Step1Next_inner img.Default {
        margin: 0;
    }

    #bookContent div.Bullet1_inner span.z_UnivBold {
        font-size: 15px;
        font-weight: bold;
    }

    #bookContent div.Step1First_inner span.z_UnivBold {
        font-weight: bold;
    }

    #bookContent div.Step1Next_inner span.z_UnivBold {
        font-weight: bold;
    }

    #bookContent div.Bullet1_outer td {
        vertical-align: baseline;
    }

    #bookContent div.Bullet2_outer {
        margin: 0 0 0 25px;
    }

    #bookContent div.Step1Next_outer {
        margin: 8px 0 8px 0;
    }

    #bookContent div.Step2Next_outer {
        margin: 0 0 0 50px;
    }

    #bookContent div.Body2 {
        margin: 4px 0 4px 30px;
    }

    #bookContent span.Blue_XRef {
        color: #39c;
    }

    #bookContent div.AnchoredFrame {
        display: none;
    }

    #bookContent div.TableHead1 {
        font-weight: bold;
    }

    #bookContent table.N4Col_Wide {
        margin: 8px 0 8px 40px;
    }

    #bookContent div.Number2First_outer {
        margin: 0 0 0 25px;
    }

    #bookContent div.Number2Next_outer {
        margin: 0 0 0 25px;
    }

    #bookContent div.PrefaceTitle {
        display: none;
    }

    #bookContent span.B_Bold {
        font-weight: bold;
    }

    #bookContent p.procedure {
        font-style: oblique;
        font-weight: bold;
        margin: 12px 0 5px 20px;
    }

    #bookContent span.choose {
        font-weight: bold;
    }

    #bookContent p.kursiv {
        font-style: oblique;
    }

    #bookContent table.Referenztab td {
        border: 1px solid;
        padding: 4px 10px 4px 10px;
    }

    #bookContent table.Referenztab caption {
        font-weight: bold;
    }

    #bookContent p.nav {
        font-size: 12px;
        text-align: right;
    }

    #bookContent .QB_Topic_Body a.MCTextPopupSpot_Popup_0 {
        white-space: nowrap;
    }

    #bookContent .QB_Topic_Body span.MCTextPopupBody_Popup_0 {
        position: absolute;
        width: 270px;
        padding: 7px 12px;
        background: #fff;
        z-index: 100;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 3px 6px #ccc;
        font-size: 12px;
    }

    #bookContent table.Ruled tr:first-child > td {
        border-top: none;
    }

    #bookContent .I0_Indent0 {
        line-height: 18px;
        margin: 4px 0 4px 24px;
    }

    #bookContent table.Important td div.zImportant, table.ImportantIndent1 td div.zImportant, table.ImportantIndent2 td #bookContent div.zImportant {
        margin-left: 8px;
    }

    #bookContent table.Video td div.zVideo {
        margin-left: 8px;
    }

    #bookContent table.Caution td div.zCaution, table.Warning td div.zWarning {
        margin-left: 8px;
    }

    #bookContent .FCI_FigureCapIndent_ {
        font-weight: bold;
        margin: 12px 0 5px 44px;
    }

    #bookContent .TableStyle-z_Indent1_RuledTableWithoutHeading_DoNotEdit {
        margin-left: 44px;
    }

    #bookContent .TableStyle-z_Indent2_RuledTableWithoutHeading_DoNotEdit {
        margin-left: 82px;
    }

    #bookContent .cautiontitle {
        font-weight: bold;
    }

    #bookContent .warningtitle {
        font-weight: bold;
    }

    #bookContent .note .caution {
        font-weight: bold;
    }

    #bookContent .NoteTableIndented1 {
        margin-left: 65px;
    }

        #bookContent .NoteTableIndented1 td {
            border: none;
        }

    #bookContent .NoteTableIndented2 {
        margin-left: 80px;
    }

        #bookContent .NoteTableIndented2 td {
            border: none;
        }

    #bookContent li > table {
        list-style: outside none none;
    }

    #bookContent .Indent {
        margin-left: 33px;
    }

    #bookContent .IndentList {
        margin-left: 33px;
    }

    #bookContent .DoubleIndentList {
        margin-left: 55px;
    }

    #bookContent .BulletNoBullet {
        font-weight: bold;
    }

        #bookContent .BulletNoBullet > li {
            list-style: outside none none;
        }

    #bookContent .DoubleIndentNoBold {
        margin-left: 43px;
    }

    #bookContent .TripleIndentBold {
        margin-left: 63px;
    }

    #bookContent .TripleIndentList {
        margin-left: 66px;
    }

    #bookContent .DoubleIndentBullet {
        margin-left: 43px;
    }

    #bookContent .QuadIndentList {
        margin-left: 90px;
    }

    #bookContent .InformationNoteTable td {
        border: none;
    }

    #bookContent span.DarkBlue {
        color: #016475;
    }

    #bookContent span.Yellow {
        font-weight: bold;
        text-transform: uppercase;
        color: #ff9d00;
    }

    #bookContent span.Red {
        font-weight: bold;
        text-transform: uppercase;
        color: #c21b05;
    }
    /*#endregion topic-body.css */


    /*#region ??? */
    #bookContent .QB_Clearfix:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0;
    }

    #bookContent a {
        color: inherit;
        text-decoration: none;
    }

        #bookContent a[href] {
            color: #39c;
        }

            #bookContent a[href]:link {
                text-decoration: none;
            }

            #bookContent a[href]:visited {
                text-decoration: none;
            }

            #bookContent a[href]:hover {
                text-decoration: underline;
            }

            #bookContent a[href]:active {
                text-decoration: underline;
            }

    #bookContent form.QB_WebForm {
        width: 100%;
        height: 100%;
    }

    #bookContent div.QB_Layout {
        width: 100%;
        min-height: 100%;
        display: block;
        position: relative;
        background: #e7eef7;
    }

    #bookContent div.QB_Header {
        height: 75px;
        border-bottom: 1px solid #8ba5ca;
        background: #fff;
    }

    #bookContent div.QB_Company_Logo {
        margin: 14px 25px 0 20px;
        position: relative;
        float: left;
    }

    #bookContent div.QB_Header_Links {
        margin: 27px 25px 0 0;
        position: relative;
        float: right;
    }

    #bookContent div.QB_Header_Link {
        padding: 2px 10px;
        position: relative;
        float: left;
        border-left: 1px solid #dadada;
        font-size: 13px;
        font-weight: bold;
    }

    #bookContent div.QB_Header_Link_First {
        padding-left: 0;
        border-left: none;
    }

    #bookContent div.QB_Header_Link_Last {
        padding-right: 0;
    }

    #bookContent div.QB_Content {
        padding-top: 5px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 101px;
    }

    #bookContent div.QB_Footer {
        height: 70px;
        margin-top: -71px;
        position: relative;
        clear: both;
        overflow: hidden;
        border-top: 1px solid #8ba5ca;
        background: #fff;
    }

    #bookContent div.QB_Footer_Links {
        margin: 15px 0 0 25px;
        position: relative;
        float: left;
    }

    #bookContent div.QB_Footer_Links_Row {
        min-width: 650px;
        padding-bottom: 6px;
        position: relative;
        float: left;
        clear: both;
    }

    #bookContent div.QB_Footer_Link {
        padding: 0 6px;
        border-left: 1px solid #dadada;
        position: relative;
        float: left;
        white-space: nowrap;
        color: #333;
    }

    #bookContent div.QB_Footer_Link_First {
        padding-left: 0;
        border-left: none;
    }

    #bookContent div.QB_Footer_Link_Last {
        padding-right: 0;
    }

    #bookContent div.QB_Footer_Link_Copyright {
        padding-right: 25px;
    }

    #bookContent div.QB_Footer_Trust {
        margin: 15px 25px 0 0;
        position: relative;
        float: right;
    }

    #bookContent div.QB_Breadcrumbs {
        height: 34px;
        margin-bottom: 20px;
        padding-left: 25px;
        background: transparent url("../../image/breadcrumbs_background.png") left repeat-x;
    }

        #bookContent div.QB_Breadcrumbs a {
            color: #fff;
        }

    #bookContent div.QB_Breadcrumb {
        margin-top: 6px;
        padding: 0 12px 0 8px;
        position: relative;
        float: left;
        background: transparent url("../../image/breadcrumb_delimiter.png") no-repeat right center;
    }

    #bookContent div.QB_Breadcrumb_First {
        padding-left: 0;
    }
    /*#endregion ??? */


    /*#region Dell_Common.min.css */
    #bookContent body {
        font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
        font-size: 13px;
        line-height: 16px;
        color: #262626;
        min-width: 967px;
    }

    #bookContent h1 {
        font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
        font-size: 24px;
        line-height: 24px;
        padding: 17px 0;
        font-weight: normal;
    }

    #bookContent h2 {
        font-size: 20px;
        line-height: 20px;
        font-weight: 700;
        margin-bottom: 16px;
    }

    #bookContent input[type="text"], input[type="password"], input[type="file"], textarea {
        font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
        border: 1px solid #ccc;
        padding: 5px;
        color: #262626;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

        #bookContent textarea:focus, input[type="text"]:focus, input[type="password"]:focus, span.k-widget:focus {
            border-color: rgba(82,168,236,.8);
            box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(82,168,236,.6);
            outline: 0 none;
        }

    #bookContent dd {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }

    #bookContent ol, ul {
        list-style: none;
    }

    #bookContent #Dell_common_top_header {
        padding: 9px 0;
        color: #262626;
        font-family: 'Trebuchet MS',Arial,Sans-Serif;
        font-size: 11px;
        font-weight: 400;
        overflow: hidden;
    }

        #bookContent #Dell_common_top_header .Dell_Common_message {
            display: inline-block;
            margin-left: 16px;
            vertical-align: top;
            float: left;
        }

        #bookContent #Dell_common_top_header .Dell_common_header_right {
            float: right;
        }

        #bookContent #Dell_common_top_header ul {
            list-style: none;
            display: block;
        }

        #bookContent #Dell_common_top_header li {
            float: left;
            border-left: 1px solid #848484;
            padding: 0 5px;
            line-height: 12px;
            display: list-item;
        }

            #bookContent #Dell_common_top_header li:first-child {
                border-left: 0;
            }

    #bookContent #Dell_common_bottom_header {
        background-color: #737373;
        padding-top: 15px;
        height: 66px;
        border-bottom: 1px solid #ccc;
    }

        #bookContent #Dell_common_bottom_header .Dell_common_search_container {
            float: right;
            width: 967px;
            position: relative;
            background-color: #fff;
            border: 1px solid #737373;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            display: block;
        }

            #bookContent #Dell_common_bottom_header .Dell_common_search_container .Dell_common_search_input {
                border: 0 none transparent;
                width: 870px;
                height: 40px;
                padding-right: 5px;
                font-size: 14px;
                font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
                padding: 2px;
                color: #262626;
                position: relative;
                float: left;
            }

            #bookContent #Dell_common_bottom_header .Dell_common_search_container#Dell_common_search_container_IE {
                float: right;
            }

                #bookContent #Dell_common_bottom_header .Dell_common_search_container#Dell_common_search_container_IE.IE8 .Dell_common_search_input {
                    padding-top: 13px;
                    height: 29px;
                }

                #bookContent #Dell_common_bottom_header .Dell_common_search_container#Dell_common_search_container_IE .Dell_common_search_button {
                    background: url(../Dell_Common_Images/search-button.png) no-repeat 0 0;
                }

                    #bookContent #Dell_common_bottom_header .Dell_common_search_container#Dell_common_search_container_IE .Dell_common_search_button:hover {
                        background-position: 0 -40px;
                    }

                #bookContent #Dell_common_bottom_header .Dell_common_search_container#Dell_common_search_container_IE .Dell_common_search_input {
                    height: 40px;
                }

            #bookContent #Dell_common_bottom_header .Dell_common_search_container .Dell_common_search_button {
                font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
                background-color: #fff;
                background-image: -webkit-gradient(linear,left top,left bottom,from(#848484),to(#737373));
                background-image: -moz-linear-gradient(top,#848484,#737373);
                background-image: -o-linear-gradient(top,#848484,#737373);
                background-image: -ms-linear-gradient(top,#848484,#737373);
                background-image: linear-gradient(top,#848484,#737373);
                border: 0;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
                color: #fff;
                font-size: 14px;
                font-weight: 700;
                padding: 10px 5px 10px 5px;
                cursor: pointer;
                position: relative;
                float: right;
                top: 2px;
                right: 2px;
                height: 40px;
                width: 85px;
            }

                #bookContent #Dell_common_bottom_header .Dell_common_search_container .Dell_common_search_button:hover {
                    background-image: -webkit-gradient(linear,left top,left bottom,from(#e0e0e0),to(#b8b8b8));
                    background-image: -moz-linear-gradient(top,#e0e0e0,#b8b8b8);
                    background-image: -o-linear-gradient(top,#e0e0e0,#b8b8b8);
                    background-image: -ms-linear-gradient(top,#e0e0e0,#b8b8b8);
                    background-image: linear-gradient(top,#e0e0e0,#b8b8b8);
                }

    #bookContent #Dell_common_nav {
        display: inline-block;
        padding-top: 16px;
    }

        #bookContent #Dell_common_nav.Dell_Common_IE_NAV {
            float: left;
        }

            #bookContent #Dell_common_nav.Dell_Common_IE_NAV #tier1 > li {
                float: left;
            }

        #bookContent #Dell_common_nav ul {
            list-style: none;
            display: block;
        }

        #bookContent #Dell_common_nav #tier1 {
            width: 100%;
        }

            #bookContent #Dell_common_nav #tier1 > li {
                display: inline-block;
                margin: 0 0 0 50px;
                font-size: 16px;
                line-height: 16px;
                padding-bottom: 35px;
                width: 65px;
                vertical-align: top;
            }

                #bookContent #Dell_common_nav #tier1 > li > span, #Dell_common_nav #tier1 > li > a {
                    color: #fff !important;
                    font-weight: 700;
                    cursor: pointer;
                    -webkit-text-shadow: 1px 1px 1px rgba(0,55,88,.3);
                    text-shadow: 1px 1px 1px rgba(0,55,88,.3);
                    -moz-transition: all .2s ease-in 0;
                    -o-transition: all .2s ease-in 0;
                    -webkit-transition: all .2s ease-in 0;
                    transition: all .2s ease-in 0;
                    text-decoration: none !important;
                }

                    #bookContent #Dell_common_nav #tier1 > li > span:hover, #Dell_common_nav #tier1 > li > a:hover {
                        text-decoration: none;
                        opacity: .5;
                        filter: alpha(opacity=50);
                    }

    #bookContent .Dell_common_left {
        float: left;
    }

    #bookContent .Dell_common_wrapper {
        width: 967px;
        margin: 0 auto;
    }

    #bookContent .Dell_common_footercontainer {
        padding-bottom: 30px;
        background: #737373;
        text-align: center;
        border-bottom: 1px solid #fff;
        border-top: none;
        color: #fff;
        font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    }

        #bookContent .Dell_common_footercontainer .Dell_common_footercontainer_inside {
            overflow: visible;
            display: inline-block;
            text-align: left;
            width: 967px;
            margin: 0 auto;
            clear: both;
        }

        #bookContent .Dell_common_footercontainer .Dell_common_footerlinkscontainer {
            border: none;
            padding: 30px 0 0 0;
            margin-bottom: 0;
            float: left;
            width: 799px;
            overflow: hidden;
        }

    #bookContent .ctry {
        position: relative;
        display: inline-block;
    }

    #bookContent .LanguageSelector {
        position: relative;
        display: inline-block;
        margin-top: 30px;
        width: 160px;
        float: right;
        color: #fff;
        white-space: nowrap;
    }

        #bookContent .LanguageSelector a.CurrLang {
            color: #fff;
            cursor: pointer;
        }

            #bookContent .LanguageSelector a.CurrLang > span.LangImg {
                background: transparent url(../Dell_Common_Images/mh-icons-sprite.png) no-repeat;
                background-position: -93px -23px !important;
                display: inline-block;
                text-align: right;
                height: 6px;
                width: 13px;
                margin: 0 0 2px 10px;
                cursor: pointer;
            }

    #bookContent .LanguageSelector_IE.LanguageSelector a.CurrLang > span.LangImg {
        margin: 0 0 4px 10px;
    }

    #bookContent .LanguageSelector #LangBubble {
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        height: 320px;
        width: 240px;
        position: absolute;
        bottom: 100%;
        margin-bottom: 0;
        right: -60px;
        color: #0085c3;
        font-size: 12px;
        background: #fff;
        z-index: 9999;
        zoom: 1;
    }

    #bookContent .LanguageSelector_IE.LanguageSelector #LangBubble {
        border: #848484 1px solid;
        border-bottom: none;
        margin-bottom: -3px;
    }

    #bookContent .Dell_common_ToolTip {
        height: 320px;
        position: relative;
        margin: 0 auto;
    }

        #bookContent .Dell_common_ToolTip:before, .Dell_common_ToolTip:after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            content: '';
            width: 20px;
            height: 20px;
            background: #fff;
            position: absolute;
            bottom: -10px;
            right: 57px;
            margin-left: 0;
            z-index: 11;
        }

    #bookContent .LanguageSelector_IE .Dell_common_ToolTip:before, .LanguageSelector_IE .Dell_common_ToolTip:after {
        background: none;
    }

    #bookContent .Dell_common_ToolTip:after {
        -moz-box-shadow: 1px 1px 5px #000;
        -webkit-box-shadow: 1px 1px 5px #000;
        box-shadow: 1px 1px 5px #000;
        z-index: 9;
    }

    #bookContent .mhTTip-vp {
        -moz-box-shadow: 1px 1px 5px #000;
        -webkit-box-shadow: 1px 1px 5px #000;
        box-shadow: 1px 1px 5px #000;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        height: 320px;
        bottom: 0;
        background: #fff;
        position: relative;
        z-index: 10;
        width: 100%;
        font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
        font-size: 14px;
    }

        #bookContent .mhTTip-vp ul {
            padding: 0;
            padding-top: 10px;
            padding-left: 10px;
            padding-right: 10px;
        }

        #bookContent .mhTTip-vp li {
            text-align: left;
            padding-bottom: 3px;
            margin: 0;
            list-style: none outside none;
            line-height: 15px;
        }

    #bookContent .Dell_common_footer_links {
        width: 967px;
        margin: 0 auto;
        float: left;
    }

        #bookContent .Dell_common_footer_links#Dell_common_footer_links_IE dl {
            float: left;
        }

        #bookContent .Dell_common_footer_links dl:first-child {
            margin: 0;
        }

        #bookContent .Dell_common_footer_links dl, .Dell_common_footer_links > div {
            margin: 0 0 0 24px;
            display: inline-block;
            width: 165px;
            vertical-align: top;
        }

        #bookContent .Dell_common_footer_links dt {
            margin-bottom: 10px;
            font-size: 14px;
            line-height: 20px;
            font-weight: 700;
        }

        #bookContent .Dell_common_footer_links dd a {
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            line-height: 20px;
        }

    #bookContent .Dell_common_Legal {
        padding: 1px 0 10px 0;
        background: #737373;
    }

        #bookContent .Dell_common_Legal #Dell_common_copyright_container {
            font-size: 11px;
            line-height: 14px;
            border-bottom: 0;
            margin: 27px auto 29px;
            color: #fff;
            font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
            background-color: #737373;
            display: block;
            text-align: center;
        }

            #bookContent .Dell_common_Legal #Dell_common_copyright_container p {
                margin: 16px 0;
            }

            #bookContent .Dell_common_Legal #Dell_common_copyright_container a {
                color: #fff;
            }

    #bookContent .Dell_common_MainContent {
        background-color: #eee;
        padding-bottom: 22px;
        line-height: 20px;
    }

        #bookContent .Dell_common_MainContent .Dell_common_BreadCrumbs_Holder {
            float: left;
        }

        #bookContent .Dell_common_MainContent .Dell_common_Utility_Holder {
            float: right;
        }

            #bookContent .Dell_common_MainContent .Dell_common_Utility_Holder ul {
                list-style-type: none;
                font-size: 11px;
                line-height: 12px;
                padding: 8px 0;
                display: block;
            }

            #bookContent .Dell_common_MainContent .Dell_common_Utility_Holder li {
                list-style-type: none;
                float: left;
                margin-left: 10px;
            }

                #bookContent .Dell_common_MainContent .Dell_common_Utility_Holder li:first-child {
                    margin-left: 0;
                }

        #bookContent .Dell_common_MainContent .Dell_common_BreadCrumbs {
            width: 100%;
            padding: 8px 0;
            color: #737373;
            overflow: hidden;
            font-size: 12px;
            line-height: 12px;
            list-style-type: none;
        }

            #bookContent .Dell_common_MainContent .Dell_common_BreadCrumbs li {
                float: left;
                margin-bottom: 3px;
            }

            #bookContent .Dell_common_MainContent .Dell_common_BreadCrumbs a {
                color: #6b6b6b;
            }

    #bookContent .Dell_common_RoundCorners {
        border: 1px solid #d8d8d8;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 2px 2px 10px rgba(0,0,0,.2);
        -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.2);
        box-shadow: 2px 2px 10px rgba(0,0,0,.2);
        background-color: #fff;
        padding: 20px;
        overflow: hidden;
        position: relative;
    }

    #bookContent .Dell_common_RoundCorners_Right {
        float: right;
        border: 1px solid #d8d8d8;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 2px 2px 10px rgba(0,0,0,.2);
        -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.2);
        box-shadow: 2px 2px 10px rgba(0,0,0,.2);
        background-color: #fff;
        padding: 20px;
        overflow: hidden;
        position: relative;
    }

    #bookContent .Dell_Common_Icon {
        background: url("../Dell_Common_Images/EPIC_sprites.png") 0 0 no-repeat;
        width: 16px;
        height: 16px;
    }

    #bookContent span.Dell_Common_Icon {
        vertical-align: middle;
        display: inline-block;
    }

        #bookContent span.Dell_Common_Icon.home {
            background-position: 0 0;
            width: 14px;
            height: 14px;
            margin: -2px 0 1px;
        }

        #bookContent span.Dell_Common_Icon.breadcrumb-arrow {
            background-position: 0 -32px;
            width: 6px;
            height: 11px;
            margin: 0 10px 2px;
        }

        #bookContent span.Dell_Common_Icon.RSS {
            background-position: 0 -64px;
            width: 16px;
            height: 18px;
            margin: -4px 3px 0;
        }

        #bookContent span.Dell_Common_Icon.Print {
            background-position: 0 -96px;
            width: 17px;
            height: 14px;
            margin: -2px 3px 0;
        }

        #bookContent span.Dell_Common_Icon.Bookmark {
            background-position: 0 -128px;
            width: 18px;
            height: 16px;
            margin: -2px 3px 0;
        }

        #bookContent span.Dell_Common_Icon.DownLoad {
            background-position: 0 -160px;
            width: 16px;
            height: 16px;
            margin: -2px 3px 0;
        }

        #bookContent span.Dell_Common_Icon.TocArrowCollapsed {
            background-position: 0 -768px;
            width: 22px;
            height: 22px;
            margin: -2px 0 0;
            cursor: pointer;
        }

            #bookContent span.Dell_Common_Icon.TocArrowCollapsed:hover {
                background-position: 0 -800px;
            }

        #bookContent span.Dell_Common_Icon.TocArrowExpanded {
            background-position: 0 -704px;
            width: 22px;
            height: 22px;
            margin: -2px 0 0;
            cursor: pointer;
        }

            #bookContent span.Dell_Common_Icon.TocArrowExpanded:hover {
                background-position: 0 -736px;
            }

        #bookContent span.Dell_Common_Icon.TocArrowEmpty {
            background-position: -1000px -1000px;
            width: 22px;
            height: 22px;
            margin: 0 0 0;
        }

        #bookContent span.Dell_Common_Icon.SearchPrev {
            background-position: 0 -544px;
            width: 22px;
            height: 22px;
            margin: 1px 0 0;
            cursor: pointer;
        }

            #bookContent span.Dell_Common_Icon.SearchPrev:hover {
                background-position: 0 -512px;
            }

        #bookContent span.Dell_Common_Icon.SearchPrevInactive {
            background-position: 0 -576px;
            width: 22px;
            height: 22px;
            margin: 1px 0 0;
        }

        #bookContent span.Dell_Common_Icon.SearchNext {
            background-position: 0 -640px;
            width: 22px;
            height: 22px;
            margin: 1px 5px 0;
            cursor: pointer;
        }

            #bookContent span.Dell_Common_Icon.SearchNext:hover {
                background-position: 0 -672px;
            }

        #bookContent span.Dell_Common_Icon.SearchNextInactive {
            background-position: 0 -608px;
            width: 22px;
            height: 22px;
            margin: 1px 5px 0;
        }

        #bookContent span.Dell_Common_Icon.Add {
            background-position: 0 -832px;
            width: 16px;
            height: 16px;
            margin: -2px 3px 0;
        }

    #bookContent .Dell_Common_Sidebar {
        width: 232px;
        float: left;
        position: relative;
        left: 10px;
    }

        #bookContent .Dell_Common_Sidebar H3 {
            margin: 0;
            padding: 0;
            padding-top: 5px;
            font-size: 15px;
            line-height: 15px;
            font-weight: 700;
            padding-bottom: 15px;
            background: none;
        }

        #bookContent .Dell_Common_Sidebar UL LI {
            line-height: 16px;
            padding-left: 13px;
            padding-bottom: 3px;
            background: url(../Dell_Common_Images/bullets-sprites.png) no-repeat 0 -493px;
        }

        #bookContent .Dell_Common_Sidebar a {
            font-size: 11px;
        }

        #bookContent .Dell_Common_Sidebar > Div {
            margin-bottom: 21px;
        }

        #bookContent .Dell_Common_Sidebar .SideBarContainer {
            border: 1px solid #ccc;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            margin-bottom: 12px;
            padding: 5px 10px 10px 10px;
            overflow: hidden;
        }

    #bookContent .Dell_Common_LeftSidebar {
        width: 225px;
        float: left;
    }

        #bookContent .Dell_Common_LeftSidebar .SideBarTitle {
            border-top: 1px solid #cbcbcb;
            border-bottom: 1px solid #cbcbcb;
            padding: 7px 0 8px;
            margin: 0 13px 7px 1px;
            font-size: 15px;
        }

        #bookContent .Dell_Common_LeftSidebar h3 {
            padding-top: 9px;
            padding-bottom: 4px;
            font-size: 15px !important;
            font-weight: 400 !important;
        }

        #bookContent .Dell_Common_LeftSidebar ul {
            padding-left: 14px;
        }

            #bookContent .Dell_Common_LeftSidebar ul li {
                background-position: -1px -291px;
                line-height: 20px;
                list-style: none outside none;
                font-size: 13px;
                background: url("../Dell_Common_Images/bullets-sprites.png") -2px -291px no-repeat;
                padding-left: 8px;
            }

                #bookContent .Dell_Common_LeftSidebar ul li a {
                    color: #6b6b6b;
                }

    #bookContent .Dell_common_Toolbar {
        margin: 0 0 14px;
        padding: 5px 0 5px 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        font-size: 13px;
        line-height: 17px;
        display: block;
    }

        #bookContent .Dell_common_Toolbar .LastRevisionText {
            float: left;
            color: #5c5c5c;
            font-size: 12px;
        }

    #bookContent .EpicButton {
        height: 22px;
        color: #fff;
        padding: 0 10px;
        border-style: solid;
        border-width: 1px;
        border: 1px solid #0078b6;
        -moz-border-radius: 12px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background: -moz-linear-gradient(top,#2da1d0 0%,#2273a8 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2da1d0),color-stop(100%,#2273a8));
        background: -webkit-linear-gradient(top,#2da1d0 0%,#2273a8 100%);
        background: -o-linear-gradient(top,#2da1d0 0%,#2273a8 100%);
        background: -ms-linear-gradient(top,#2da1d0 0%,#2273a8 100%);
        background: linear-gradient(to bottom,#2da1d0 0%,#2273a8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2da1d0',endColorstr='#2273a8',GradientType=0);
        background-color: #2da1d0;
        cursor: pointer;
        font-family: "Trebuchet MS",Arial,Sans-Serif;
        font-size: 13px;
        font-weight: 700;
    }

        #bookContent .EpicButton:hover {
            text-decoration: none;
            border: 1px solid #29a8d3;
            border-color: #29a8d3 rgba(0,0,0,.15) rgba(0,0,0,.15);
            background: -moz-linear-gradient(top,#40cefe 0%,#29a8d3 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#40cefe),color-stop(100%,#29a8d3));
            background: -webkit-linear-gradient(top,#40cefe 0%,#29a8d3 100%);
            background: -o-linear-gradient(top,#40cefe 0%,#29a8d3 100%);
            background: -ms-linear-gradient(top,#40cefe 0%,#29a8d3 100%);
            background: linear-gradient(to bottom,#40cefe 0%,#29a8d3 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40cefe',endColorstr='#29a8d3',GradientType=0);
            background-color: #40cefe;
            cursor: pointer;
        }

        #bookContent .EpicButton[disabled] {
            background: -moz-linear-gradient(top,#f5f5f5 0%,#c0c0c0 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#c0c0c0));
            background: -webkit-linear-gradient(top,#f5f5f5 0%,#c0c0c0 100%);
            background: -o-linear-gradient(top,#f5f5f5 0%,#c0c0c0 100%);
            background: -ms-linear-gradient(top,#f5f5f5 0%,#c0c0c0 100%);
            background: linear-gradient(to bottom,#f5f5f5 0%,#c0c0c0 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#c0c0c0',GradientType=0);
            border: 1px solid #ccc;
            color: #999 !important;
            cursor: default;
        }

    #bookContent .DellTabButton {
        float: left;
        background: #737373;
        padding: 3px 10px;
        margin-left: 10px;
        color: #444;
        font-weight: bold;
        cursor: pointer;
    }

        #bookContent .DellTabButton:first-child {
            margin-left: 0;
        }

        #bookContent .DellTabButton.Selected {
            background-color: #0085c3;
            color: #fff;
            cursor: default;
        }

    #bookContent div.QB_Notice {
        margin-top: 10px;
        padding: 7px 10px;
        background: #f2af00;
        color: #333;
        font-size: 13px;
    }

        #bookContent div.QB_Notice p {
            margin-bottom: 0;
            padding-bottom: 0;
        }

    #bookContent .dlgoverlay {
        display: none;
        position: absolute;
        background: #fff;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
        -moz-opacity: .7;
        -khtml-opacity: .7;
        opacity: .7;
    }

    /*#endregion Dell_Common.min.css */

    #bookContent .btn-primary {
        color: #fff !important;
    }

    /*#region CodeSnippet*/
    #bookContent .codeSnippet {
        border: solid 1px #cccccc;
        padding: 7px 10px;
        background-color: #fffff6;
    }

    #bookContent .codeSnippetCaption {
        font-weight: 600;
    }

    #bookContent .codeSnippetBody table {
        font-family: "Courier New", Courier;
        background-color: #f5f5f5;
        border: solid 1px #cccccc;
    }

    #bookContent .codeSnippetBody td {
        padding: 0;
        line-height: 15px;
        margin: 0;
    }

    #bookContent .codeSnippetBody td pre {
        border: none;
    }
/*#endregion*/
