article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block;
}
audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
body,button,input,select,textarea {
    font-family: sans-serif;
}
a:focus {
    outline: thin dotted;
}
a:hover,a:active {
    outline: 0;
}
h1 {
    font-size: 2em;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
pre,code,kbd,samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,q:after {
    content: '';
    content: none;
}
small {
    font-size: 75%;
}
sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul,ol {
    margin-left: 0;
    padding: 0 0 0 40px;
}
dd {
    margin: 0 0 0 40px;
}
nav ul,nav ol {
    list-style: none;
    list-style-image: none;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    *margin-left: -7px;
}
button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,input {
    line-height: normal;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
section h1 {
    font-size: 1.6em;
}
section section h1 {
    font-size: 1.4em;
}
html {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
}
noscript p {
    color: red;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    height: 133px;
    overflow: hidden;
    width: 100%;
}
#leftbar {
    position: absolute;
    width: 295px;
    top: 133px;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
footer {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
}
#center {
    position: absolute;
    top: 133px;
    bottom: 0;
    left: 310px;
    right: 0;
}
header #logo-link {
    float: left;
}
header h1 {
    font-size: 1em;
    margin-left: 150px;
    font-weight: normal;
    line-height: 2.5em;
}
#searchform {
    position: absolute;
    top: 10px;
    right: 20px;
}
#leftbar .tabs {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    height: 30px;
}
#leftbar .tabs li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 24%;
    text-align: center;
    padding-top: 5px;
}
#leftbar > nav {
    position: absolute;
    top: 30px;
    bottom: 0;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}
#leftbar > nav.current {
    display: block;
}
.toc div.loader {
    margin-top: 2em;
    text-align: center;
}
.toc > nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 10px 0 0px;
}
.toc > nav ul {
    margin: 0;
    padding-left: 10px;
}
.toc > nav li.leaf {
    background-image: url(toc-leaf.png);
    background-repeat: no-repeat;
    background-position: .4em .1em;
    padding-left: 27px;
    margin: 5px 0;
}
.toc > nav li.open {
    background-image: url(toc-open.png);
    background-repeat: no-repeat;
    background-position: .4em .1em;
    padding-left: 27px;
    argin-left: 0px;
}
.toc > nav li.open > ul {
    margin-left: -20px;
}
.toc > nav li.closed {
    background-image: url(toc-closed.png);
    background-repeat: no-repeat;
    background-position: .4em .1em;
    padding-left: 27px;
    margin-left: 0px;
}
.toc > nav li.closed > ul {
    display: none;
}
#topnav {
    position: absolute;
    height: 60px;
    overflow: hidden;
    width: 100%;
}
#breadcrumbs {
    margin-top: 10px;
    margin-right: 100px;
    font-size: 0.9em;
    color: #ccc;
}
#breadcrumbs a,#breadcrumbs a:visited {
    color: #ccc;
    text-decoration: none;
}
#topbuttons {
    position: absolute;
    top: 10px;
    right: 30px;
}
#topbuttons span {
    display: none;
}
#topbuttons a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 32px;
    height: 32px;
}
#button-hide-navigation {
    background-image: url(hidenav.png);
}
#button-back {
    background-image: url(back.png);
}
#button-forward {
    background-image: url(forward.png);
}
#button-highlighting {
    background-image: url(highlighting.png);
}
#button-print {
    background-image: url(print.png);
}
a#button-print-all {
    background-image: url(printall.png);
    cursor: pointer;
    display: none;
}
body.ajax a#button-print-all {
    display: inline-block;
}
article {
    position: absolute;
    top: 60px;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
@media (max-width: 600px)  {
    header,#leftbar,footer,#center,#searchform,#leftbar .tabs,#leftbar > nav,.toc > nav,#topnav,#topbuttons,article {
        position: static;
    }
}
#leftbar nav.index .popup {
    display: none;
}
#leftbar nav.index .active > .popup {
    display: block;
    border: 2px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-right: 5px;
    padding-left: 5px;
}
#leftbar nav.index .pop-term {
    cursor: pointer;
}
.hide-nav #leftbar,.hide-nav #dragger {
    display: none;
}
.hide-nav article {
    left: 5px !important;
}
#dragger {
    width: 2px;
    position: absolute;
    left: 295px;
    top: 150px;
    bottom: 0;
    background: black;
    cursor: w-resize;
}
#printall {
    display: none;
}
p.snippet {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 10px;
    font-style: italic;
    color: black;
    font-size: 70%;
}
.searchtotal {
    display: none;
}
.score {
    display: none;
}
html,body {
    font-family: Verdana, Calibri, Helvetica, "Droid Sans", "DejaVu Sans", Verdana, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    color: #0073ac;
}
#leftbar {
    background-color: #ffffff;
    top: 150px;
}
#breadcrumbs {
    color: white;
    right: 0;
    width: auto;
    margin-right: 0;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    background: #6987A3;
}
#breadcrumbs .arrow {
    padding-right: 4px;
    display: inline-block;
    width: 15.5px;
    height: 15.5px;
    background: url(GreaterThan.png) no-repeat;
}
#breadcrumbs a,#breadcrumbs a:visited {
    text-decoration: none;
    color: white;
}
#breadcrumbs a:hover {
    text-decoration: underline;
}
#tocpane a.current,#tocpane a.current:visited,#indexpane a.current,#indexpane a.current:visited,#glossarypane a.current,#glossarypane a.current:visited {
    color: #600;
}
.toc > nav li.leaf {
    background-image: url(square.png);
    background-repeat: no-repeat;
    background-position: 0.8em .4em;
    padding-left: 27px;
    padding-bottom: 2px;
    margin: 5px 0;
}
.toc > nav li.open {
    background-image: url(toc-open.png);
    background-repeat: no-repeat;
    background-position: .4em .1em;
    background-size: 12px;
    padding-left: 27px;
    argin-left: 0px;
}
.toc > nav li.closed {
    background-image: url(toc-closed.png);
    background-repeat: no-repeat;
    background-position: .4em .1em;
    background-size: 12px;
    padding-left: 27px;
    margin-left: 0px;
}
nav.index span.index-see {
    font-size: 0.8em;
    color: #333;
}
#leftbuttons a {
    font-weight: bold;
}
header #logo-link {
    display: block;
    float: none;
    margin-top: 0.3em;
    margin-left: 26px;
}
#searchform {
    top: 85px;
    left: 26px;
    font-size: 0.9em;
}
#searchform input.search {
    width: 250px;
}
#searchform input.submit {
    background: #666;
    border: 1px solid #e5e5e5;
    margin: 0;
    border-left: 0;
    color: #fff;
}
#center,#topnav {
    position: static;
}
#breadcrumbs {
    position: absolute;
    top: 102px;
    height: 33px;
    width: 100%;
    left: 0;
    padding-top: 5px;
}
#breadcrumbs a:first-child {
    margin-left: 26px;
}
article {
    left: 305px;
    top: 150px;
    bottom: 0;
    right: 0;
    width: auto;
    color: black;
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 38px;
}
footer {
    font-weight: bold;
    text-align: center;
    border-top: 3px solid #ccc;
}
#searchbox input.submit {
    background: #666;
    color: #fff;
    border: 1px solid #e5e5e5;
    margin: 0;
    border-left: 0;
}
#collapse-toc {
    font-family: "Arial Narrow";
}
#tocpane > nav > ul > li > a {
    color: #003472;
    font-size: 1.2em;
    font-family: "Arial Narrow", Cambria, Georgia, "Droid Serif", "DejaVu Serif", serif;
    font-weight: bold;
}
#tocpane > nav > ul > li > ul > li > a {
    color: #003472;
    font-family: "Arial Narrow", Cambria, Georgia, "Droid Serif", "DejaVu Serif", serif;
    font-weight: bold;
    font-size: 1em;
}
#tocpane a {
    color: #231f20;
    font-size: 0.9em;
}
nav.toc li.odd {
    background-color: #e5e5e5;
}
#breadcrumbs a {
    font-size: 0.9em;
}
header h1 {
    position: absolute;
    top: 25px;
    left: -120px;
}
header h1 p {
    line-height: 2px;
    color: black;
}
#topbuttons {
    top: 70px;
    z-index: 1;
}
#leftbar > nav {
    top: 0;
    bottom: 72px;
}
.tabs {
    bottom: 0;
}
#leftbar .tabs {
    height: 72px;
}
.searchtitle {
    margin-left: 10px;
}
#leftbar .tabs li {
    display: block;
    width: auto;
    text-align: left;
    padding-top: 1px;
    font-size: 11px;
    font-family: Arial, sans-serif;
}
#leftbar .tabs li span {
    margin-left: 26px;
}
#leftbar .tabs li a,#leftbar .tabs li a:visited {
    padding: 2px;
    color: #666666;
    font-weight: bold;
    display: block;
    background-color: #A2ACBA;
    background-image: url(toc-closed.png);
    background-repeat: no-repeat;
    background-position: 1em .3em;
    background-size: 12px;
}
#leftbar .tabs li a:hover {
    background-color: #A2ACBA;
}
#leftbar .tabs li a.odd,#leftbar .tabs li a.odd:visited,#leftbar .tabs li a.odd:hover {
    background-color: #A2ACBA;
}
#leftbar .tabs li a.odd:hover {
    background-color: #A2ACBA;
}
#leftbar .tabs li a.current,#leftbar .tabs li a.current:visited {
    background-color: #A2ACBA;
    background-image: url(toc-closed.png);
    background-repeat: no-repeat;
    background-position: 1em .3em;
    background-size: 12px;
}
#leftbar .tabs li a.current.odd,#leftbar .tabs li a.current.odd:visited {
    background-color: #A2ACBA;
}
@media (max-width: 600px)  {
    #breadcrumbs,#topbuttons,#dragger {
        display: none;
    }
    article {
        position: static;
    }
    #leftbar {
        width: auto;
    }
    header {
        height: 68px;
    }
}
#leftbar ul {
    padding-left: 20px;
    line-height: normal;
}
.search-term {
    background-color: yellow;
}
.no-highlighting .search-term {
    background-color: transparent;
}
.searchtotal {
    display: inline;
}
.titles {
    font-family: "Arial", serif;
    border-top: 2pt solid black;
    border-bottom: 2pt solid black;
    padding-bottom: 60pt;
    padding-top: 30pt;
}
.titles .map_title {
    font-size: 36pt;
    margin-bottom: 20pt;
}
.titles .content_type {
    font-size: 24pt;
    margin-bottom: 20pt;
}
.titles .support_statement {
    font-size: 14pt;
    margin-bottom: 20pt;
}
#button-download-pdf {
    background-image: url(pdficon_large.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.callout_left_column {
    float: left;
    display: inline;
    width: 50%;
    margin-right: 20px;
}
.callout_right_column {
    display: inline;
    float: left;
    width: 45%;
}
.clear {
    clear: both;
}
.dlterm {
    margin-top: 7px;
}
a#button-print-all {
    background-image: url(printall.png);
    cursor: pointer;
    display: inline-block;
}
a#button-email {
    background-image: url(email.png);
    background-repeat: no-repeat;
    display: inline-block;
}
img {
    height: auto;
    max-width: 100%;
}
#leftbar .toc a {
    color: #666666;
}
#leftbar .toc a:hover {
    color: #FF0000;
}
/*
 | This file is part of the DITA Open Toolkit project hosted on 
 | Sourceforge.net. See the accompanying license.txt file for 
 | applicable licenses.
*/

/*
 | (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved.
 */
 
.unresolved { background-color: skyblue; }
.noTemplate { background-color: yellow; }

.base { background-color: #ffffff; }

/* Add space for top level topics */
.nested0 { margin-top : 1em;}

/* div with class=p is used for paragraphs that contain blocks, to keep the XHTML valid */
.p {margin-top: 1em}

/* Default of italics to set apart figure captions */
.figcap { font-style: italic }
.figdesc { font-style: normal }

/* Use @frame to create frames on figures */
.figborder { border-style: solid; padding-left : 3px; border-width : 2px; padding-right : 3px; margin-top: 1em; border-color : Silver;}
.figsides { border-left : 2px solid; padding-left : 3px; border-right : 2px solid; padding-right : 3px; margin-top: 1em; border-color : Silver;}
.figtop { border-top : 2px solid; margin-top: 1em; border-color : Silver;}
.figbottom { border-bottom : 2px solid; border-color : Silver;}
.figtopbot { border-top : 2px solid; border-bottom : 2px solid; margin-top: 1em; border-color : Silver;}

/* Most link groups are created with <div>. Ensure they have space before and after. */
.ullinks { list-style-type: none }
.ulchildlink { margin-top: 1em; margin-bottom: 1em }
.olchildlink { margin-top: 1em; margin-bottom: 1em }
.linklist { margin-bottom: 1em }
.linklistwithchild { margin-left: 1.5em; margin-bottom: 1em  }
.sublinklist { margin-left: 1.5em; margin-bottom: 1em  }
.relconcepts { margin-top: 1em; margin-bottom: 1em }
.reltasks { margin-top: 1em; margin-bottom: 1em }
.relref { margin-top: 1em; margin-bottom: 1em }
.relinfo { margin-top: 1em; margin-bottom: 1em }
.breadcrumb { font-size : smaller; margin-bottom: 1em }
dt.prereq { margin-left : 20px;}

/* Set heading sizes, getting smaller for deeper nesting */
.topictitle1 { margin-top: 0pc; margin-bottom: .1em; font-size: 1.34em; }
.topictitle2 { margin-top: 1pc; margin-bottom: .45em; font-size: 1.17em; }
.topictitle3 { margin-top: 1pc; margin-bottom: .17em; font-size: 1.17em; font-weight: bold; }
.topictitle4 { margin-top: .83em; font-size: 1.17em; font-weight: bold; }
.topictitle5 { font-size: 1.17em; font-weight: bold; }
.topictitle6 { font-size: 1.17em; font-style: italic; }
.sectiontitle { margin-top: 1em; margin-bottom: 0em; color: black; font-size: 1.17em; font-weight: bold;}
.section { margin-top: 1em; margin-bottom: 1em }
.example { margin-top: 1em; margin-bottom: 1em }
div.tasklabel { margin-top: 1em; margin-bottom: 1em; }
h2.tasklabel, h3.tasklabel, h4.tasklabel, h5.tasklabel, h6.tasklabel { font-size: 100%; }

/* All note formats have the same default presentation */
.note { margin-top: 1em; margin-bottom : 1em;}
.notetitle { font-weight: bold }
.notelisttitle { font-weight: bold }
.tip { margin-top: 1em; margin-bottom : 1em;}
.tiptitle { font-weight: bold }
.fastpath { margin-top: 1em; margin-bottom : 1em;}
.fastpathtitle { font-weight: bold }
.important { margin-top: 1em; margin-bottom : 1em;}
.importanttitle { font-weight: bold }
.remember { margin-top: 1em; margin-bottom : 1em;}
.remembertitle { font-weight: bold }
.restriction { margin-top: 1em; margin-bottom : 1em;}
.restrictiontitle { font-weight: bold }
.attention { margin-top: 1em; margin-bottom : 1em;}
.attentiontitle { font-weight: bold }
.dangertitle { font-weight: bold }
.danger { margin-top: 1em; margin-bottom : 1em;}
.cautiontitle { font-weight: bold }
.caution { font-weight: bold; margin-bottom : 1em; }
.warning { margin-top: 1em; margin-bottom : 1em;}
.warningtitle { font-weight: bold }

/* Simple lists do not get a bullet */
ul.simple { list-style-type: none }

/* Used on the first column of a table, when rowheader="firstcol" is used */
.firstcol { font-weight : bold;}

/* Various basic phrase styles */
.bold { font-weight: bold; }
.boldItalic { font-weight: bold; font-style: italic; }
.italic { font-style: italic; }
.underlined { text-decoration: underline; }
.uicontrol { font-weight: bold; }
.parmname { font-weight: bold; }
.kwd { font-weight: bold; }
.defkwd { font-weight: bold; text-decoration: underline; }
.var { font-style : italic;}
.shortcut { text-decoration: underline; }

/* Default of bold for definition list terms */
.dlterm { font-weight: bold; }

/* Use CSS to expand lists with @compact="no" */
.dltermexpand { font-weight: bold; margin-top: 1em; }
*[compact="yes"]>li { margin-top: 0em;}
*[compact="no"]>li { margin-top: .53em;}
.liexpand { margin-top: 1em; margin-bottom: 1em }
.sliexpand { margin-top: 1em; margin-bottom: 1em }
.dlexpand { margin-top: 1em; margin-bottom: 1em }
.ddexpand { margin-top: 1em; margin-bottom: 1em }
.stepexpand { margin-top: 1em; margin-bottom: 1em }
.substepexpand { margin-top: 1em; margin-bottom: 1em }

/* Align images based on @align on topic/image */
div.imageleft { text-align: left }
div.imagecenter { text-align: center }
div.imageright { text-align: right }
div.imagejustify { text-align: justify }

/* The cell border can be turned on with
   {border-right:solid}
   This value creates a very thick border in Firefox (does not match other tables)

   Firefox works with 
   {border-right:solid 1pt}
   but this causes a barely visible line in IE */
.cellrowborder { border-left:none; border-top:none; border-right:solid 1px; border-bottom:solid 1px }
.row-nocellborder { border-left:none; border-right:none; border-top:none; border-right: hidden; border-bottom:solid 1px}
.cell-norowborder { border-top:none; border-bottom:none; border-left:none; border-bottom: hidden; border-right:solid 1px}
.nocellnorowborder { border:none; border-right: hidden;border-bottom: hidden }

pre.screen { padding: 5px 5px 5px 5px; border: outset; background-color: #CCCCCC; margin-top: 2px; margin-bottom : 2px; white-space: pre}

span.filepath, samp.codeph, pre.codeblock { font-family:monospace }span.tablecap{
    font-weight: bold;
}

div.figcap {
    font-weight: bold;
    margin-bottom: 1em;
    clear: left;
}

/* Notes formatting*/
.note {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding: 3px 0;
}

.caution, .danger {
    border: none;
}
.cautiontext, .dangertext {
    padding: 2px 0 5px 0;
}
.cautiontitle, .dangertitle {
    padding-bottom: 3px;
}
div.caution, div.danger {
    font-weight: bold;
}
.leader {
     border-bottom:1px solid black;
     width: 150px;
}
/* end of notes formatting */

/* Default font family should be arial.  Default font size should be 9pt.*/
html,body {
    font-family: Arial, Calibri, Helvetica, "Droid Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 9pt;
}

/* Inline Elements Formatting */
span.cmdname, span.menucascade, span.wintitle, span.shortcut, span.msgnum, span.keyword {
    font-weight: bold;
    text-decoration: none;
}

samp.codeph, pre.codeblock, samp.msgph {
    font-family: Courier, monospace;
}

span.filepath {
    font-family: Arial, Calibri, Helvetica, "Droid Sans", "DejaVu Sans", Verdana, sans-serif;
}

dfn.term {
    font-style: normal;
}

a.xref {
    color: blue;
}

/* block elements */
.topictitle1 {
    font-size: 27px;
    color: black;
    font-weight: normal;
    margin-left: -.15in;
}

ul, ol {
    padding-left: 19px;
}

ul {
    list-style-type: disc;
    line-height: 25px;
}

li div.caution, li div.danger {
    margin-left: -19px;
}

caption {
    text-align: left;
}

table {
    border-color: black;
}

.sectiontitle {
    margin-left: -.15in
}

/* refbodydivtitle should look like sectiontitles */
.refbodydivtitle {
    margin-left: -.15in;
    margin-top: 1em;
    margin-bottom: 0em;
    color: black;
    font-size: 1.17em;
    font-weight: bold;
}

.stepexpand {
    margin-top: 7px;
    margin-bottom: 7px;
}

table {
    margin-bottom: 7px;
}

.childlinks {
    margin-bottom: 1em;
    margin-top: 1em;
}