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: hover;
}
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%;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    overflow: hidden;
    width: 100%;
}
#leftbar {
    position: absolute;
    width: 295px;
    top: 40px;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
footer {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
}
#center {
    position: absolute;
    top: 40px;
    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 20px;
}
.toc > nav ul {
    margin: 0;
    padding-left: 20px;
}
.toc > nav li.leaf {
    list-style-image: url(toc-leaf.png);
    margin: 5px 0;
}
.toc > nav li.open {
    list-style-image: url(toc-open.png);
}
.toc > nav li.closed {
    list-style-image: url(toc-closed.png);
}
.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-print {
    background-image: url(print.png);
}
article {
    position: absolute;
    top: 60px;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
@media (max-width: 2px)  {
    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;
}
#leftbar nav.index .pop-term {
    cursor: pointer;
}
#leftbar {
    -webkit-transition: width 0.25s ease-in-out;
    -moz-transition: width 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out;
    -ms-transition: width 0.25s ease-in-out;
}
article {
    -webkit-transition: left 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out;
    -o-transition: left 0.25s ease-in-out;
    -ms-transition: left 0.25s ease-in-out;
}
.hide-nav #leftbar {
    width: 0;
    overflow: hidden;
}
.hide-nav article {
    left: 5px;
}
article,#leftbar {
    font-size: 66%;
}
.userinput {
    font-family: "Courier New", Courier, monospace;
}
.context {
    font-weight: bold;
}
.sli {
    list-style: none;
    vertical-align: top;
    margin-left: -14px;
}
article ul li {
    list-style-image: url(bullet-square-white.png);
    vertical-align: top;
}
article ol li,article ul li {
    margin-top: 5pt;
    margin-bottom: 5pt;
}
article ul li ol {
    padding-left: 14px;
}
article ol li ol {
    padding-left: 20px;
}
article ol li ul,article ul li ul {
    padding-left: 14px;
}
.relinfo,.parentlink {
    margin-bottom: 4pt;
    margin-top: 4pt;
}
h1,h3 {
    color: rgb(0,84,159);
    font-weight: bold;
}
h2,h4 {
    color: black;
    font-weight: bold;
}
h1 {
    padding-top: 10pt;
    border-bottom: 1px rgb(0,84,159) solid;
    font-size: 147%;
}
h2 {
    font-size: 127%;
}
table {
    border-collapse : collapse;
}
tr th:first-child {
    border-left: 1px solid black;
}
tr th:last-child {
    border-right: 1px solid black;
}
.dlterm {
    font-weight: bold;
}
article span.cmd {
    display: block;
    margin-bottom: 5pt;
}
tr th {
    border-right: 1px solid white;
    border-left: 1px solid white;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color : rgb(8, 84, 159);
    color: white;
}
td {
    border : 1px solid black;
}
kbd,samp {
    font-family: Verdana, Calibri, Helvetica, "Droid Sans", "DejaVu Sans", Verdana, sans-serif;
}
span.note,span.tip,span.attention {
    background-color: rgb(197,227,255) ;
}
span.note p,span.tip p,span.attention p {
    background-color: rgb(197,227,255) ;
}
span.warning {
    color: red;
}
.uicontrol {
    font-weight: bold;
}
.comment {
    font-weight: bold;
}
html,body {
    font-family: Verdana, Calibri, Helvetica, "Droid Sans", "DejaVu Sans", Verdana, sans-serif;
}
#leftbar {
    background-color: #fff;
    top: 40px;
    margin-top: 30px;
    border-right: 2px solid #333;
    width: 320px;
}
article {
    color: black;
    position: absolute;
    top: 40px;
    left: 330px;
    right: 0;
    bottom: 0;
    width: auto;
}
#breadcrumbs {
    color: white;
    right: 0;
    width: auto;
    margin-right: 0;
    background: #005390;
    background: -moz-linear-gradient(left, #005390, #0069a8);
    background: -webkit-gradient(linear, left top, right top, from(#005390), to(#0069a8));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#005390', EndColorStr='#0069a8', GradientType=1);
}
#breadcrumbs a,#breadcrumbs a:visited {
    text-decoration: none;
    color: white;
}
#breadcrumbs a:hover {
    text-decoration: underline;
}
nav.toc a.current,nav.toc a.current:visited,nav.index a.current,nav.index a.current:visited,nav.glossary a.current,nav.glossary a.current:visited {
    color: #600;
}
#breadcrumbs {
    position: absolute;
    top: 102px;
    height: 33px;
    width: 100%;
    left: 0;
    padding-top: 5px;
}
#breadcrumbs a:first-child {
    margin-left: 26px;
}
footer {
    font-weight: bold;
    text-align: center;
    border-top: 3px solid #ccc;
}
#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 {
    display: none;
}
#topbuttons {
    top: 70px;
    z-index: 1;
}
#leftbar > nav {
    top: 0;
    bottom: 0;
}
.tabs {
    bottom: 0;
}
#leftbar .tabs {
    height: 0;
}
#leftbar .tabs li {
    display: block;
    width: auto;
    text-align: left;
    padding-top: 1px;
    font-size: 0.9em;
}
#leftbar .tabs li span {
    margin-left: 26px;
}
#leftbar .tabs li a,#leftbar .tabs li a:visited {
    color: white;
    font-weight: bold;
    display: block;
    background: #005390;
    background: -moz-linear-gradient(left, #005390, #0069a8);
    background: -webkit-gradient(linear, left top, right top, from(#005390), to(#0069a8));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#005390', EndColorStr='#0069a8', GradientType=1);
}
#leftbar .tabs li a:hover {
    background: #006dbd;
    background: -moz-linear-gradient(left, #006dbd, #0069a8);
    background: -webkit-gradient(linear, left top, right top, from(#006dbd), to(#0069a8));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#006dbd', EndColorStr='#0069a8', GradientType=1);
}
#leftbar .tabs li a.odd,#leftbar .tabs li a.odd:visited,#leftbar .tabs li a.odd:hover {
    background: #0069a8;
    background: -moz-linear-gradient(right, #005390, #0069a8);
    background: -webkit-gradient(linear, right top, left top, from(#005390), to(#0069a8));
    filter: progid:DXImageTransform.Microsoft.Gradient(EndColorStr='#005390', StartColorStr='#0069a8', GradientType=1);
}
#leftbar .tabs li a.odd:hover {
    background: #006dbd;
    background: -moz-linear-gradient(right, #006dbd, #0069a8);
    background: -webkit-gradient(linear, right top, left top, from(#006dbd), to(#0069a8));
    filter: progid:DXImageTransform.Microsoft.Gradient(EndColorStr='#006dbd', StartColorStr='#0069a8', GradientType=1);
}
#leftbar .tabs li a.current,#leftbar .tabs li a.current:visited {
    background: #003c77;
    background: -moz-linear-gradient(left, #003c77, #006dbd);
    background: -webkit-gradient(linear, left top, right top, from(#003c77), to(#006dbd));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#003c77', EndColorStr='#006dbd', GradientType=1);
}
#leftbar .tabs li a.current.odd,#leftbar .tabs li a.current.odd:visited {
    background: #003c77;
    background: -moz-linear-gradient(right, #003c77, #006dbd);
    background: -webkit-gradient(linear, right top, left top, from(#003c77), to(#006dbd));
    filter: progid:DXImageTransform.Microsoft.Gradient(EndColorStr='#003c77', StartColorStr='#006dbd', GradientType=1);
}
@media (max-width: 2px)  {
    #breadcrumbs,#topbuttons {
        display: none;
    }
    article {
        position: static;
    }
    #leftbar {
        width: auto;
    }
    header {
        height: 68px;
    }
}
.search-term {
    background-color: yellow;
}
.no-highlight .search-term {
    background-color: transparent;
}
.highlight-toggle {
    margin: 0.5em 0;
}
h1 {
    margin-top: 0;
}
#topnav {
    height: 40px;
    background: #65CAE7;
    background: -moz-linear-gradient(top, #65CAE7, #047DB4);
    background: -webkit-gradient(linear, right top, right bottom, from(#65CAE7), to(#047DB4));
    filter: progid:DXImageTransform.Microsoft.Gradient(EndColorStr='#047DB4', StartColorStr='#65CAE7', GradientType=0);
}
#topnav ul {
    margin: 0 0 0 20px;
    padding: 0;
}
#topnav li {
    display: inline-block;
}
#topnav a {
    display: block;
    cursor: pointer;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    margin: 5px 1em 5px 0;
    font-size: 0.6em;
    padding: 0 3px 0 30px;
    border: 1px outset transparent;
    background-repeat: no-repeat;
}
#topnav a:hover {
    border-color: #fff;
}
#topnav .currentli a {
    background-color: #fff;
    color: #65CAE7;
}
#topnav .toc {
    background-image: url(contents.gif);
}
#topnav .index {
    background-image: url(index.gif);
}
#topnav .glossary {
    background-image: url(glossary.gif);
}
#topnav a.search {
    background-image: url(search.gif);
}
#topnav #button-print {
    background-image: url(print.gif);
}
#topnav #button-show-navigation,#topnav #button-hide-navigation {
    background-image: url(showhide.gif);
}
#topnav #button-browser-back {
    background-image: url(previous.gif);
}
#topnav form#searchform {
    position: static;
}
#topnav form#searchform input.search {
    background-color: #fff;
    width: 100px;
    font-size: 0.6em;
}
.hide-nav #leftbar {
    border-right: 0;
}
.hide-nav #topnav a#button-hide-navigation {
    display: none;
}
.hide-nav #topnav a#button-show-navigation {
    display: block;
}
#topnav a#button-show-navigation {
    display: none;
}
#backforwardbar {
    position: absolute;
    top: 40px;
    height: 30px;
    width: 320px;
    background-color: #65CAE7;
    border-right: 2px solid #333;
    -webkit-transition: width 0.25s ease-in-out;
    -moz-transition: width 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out;
    -ms-transition: width 0.25s ease-in-out;
}
#backforwardbar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#backforwardbar li {
    display: inline-block;
}
#backforwardbar span {
    display: none;
}
#backforwardbar a {
    display: block;
    width: 9px;
    height: 16px;
    margin: 8px 0 0 6px;
    background-repeat: no-repeat;
}
#backforwardbar #button-back {
    background-image: url(wht_prev.gif);
}
#backforwardbar #button-forward {
    background-image: url(wht_next.gif);
}
#backforwardbar li.closenav {
    position: absolute;
    right: 10px;
}
#backforwardbar #button-closenav {
    background-image: url(wht_hide.gif);
    width: 12px;
    height: 12px;
}
.hide-nav #backforwardbar {
    width: 0;
    overflow: hidden;
    border-right: 0;
}
form#searchform {
    position: static;
    margin: 5px;
}
.results {
    margin-left: 0.5em;
}
#leftbar a,#leftbar a:visited,article a,article a:visited {
    color: #00549F;
}
#leftbar a:hover,article a:hover {
    color: #333;
}
