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;
    max-width: 6in;
}
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: 119px;
    overflow: hidden;
    width: 100%;
}
header #logo-link {
    float: left;
}
header h1 {
    font-size: 1em;
    margin-left: 150px;
    font-weight: normal;
    line-height: 2.5em;
}
#leftbar {
    position: absolute;
    width: 295px;
    top: 119px;
    bottom: 35px;;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
footer {
    position: absolute;
    bottom: 0;
    height: 35px;;
    width: 100%;
    overflow: hidden;
}
#center {
    position: absolute;
    top: 119px;
    bottom: 35px;;
    left: 310px;
    right: 0;
}
#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;
    margin-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;
}
a#button-pdflink {
    background-image: url(pdflink.jpg);
    background-repeat: no-repeat;
    display: none;
}
a#button-email {
    background-image: url(email.jpg);
    background-repeat: no-repeat;
    margin-right: 4px;
    width: 39px;
    display: none;
}
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: 120px;
    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;
}
.searchedfor {
    display: none;
}
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;
    max-width: 6in;
}
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;
}
.simple {
    padding: 0pt;
    margin: 0pt;
}
.entry {
    min-width: 96pt;
}
.sectionThreeCol {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0px;
    -moz-column-gap: 2px;
    column-gap: 0px;
}
.section .p .xref {
    font-weight: bold;
}
.sectionStandard {
    margin-bottom: 24pt;
}
.sectionStandard .p .xref {
    font-size: 12pt;
    font-color: black;
    font-weight: bold;
}
.sectionStandard .p a:link {
    color: red;
}
.sectionStandard .p a:visited {
    color: red;
}
.sectionStandard .p a:hover {
    color: red;
}
.sectionStandard .p a:active {
    color: red;
}
a:link {
    color: blue;
    font-weight: normal;
}
a:visited {
    color: purple;
    font-weight: normal;
}
a:hover {
    color: blue;
    font-weight: normal;
}
a:active {
    color: blue;
    font-weight: normal;
}
pre {
    background-color: ghostwhite;
    border: 1px solid silver;
    padding: 10px 20px;
    margin: 20px;
}
.json-key {
    color: brown;
}
.json-value {
    color: navy;
}
.json-string {
    color: olive;
}
html,body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}
h1,h2,h3,h4,h5,h6 {
    font-family: Arial, sans-serif;
}
h1 {
    font-size: 23px;
    line-height: 25px;
    font-family: Arial, sans-serif;
}
h2 {
    font-size: 19px;
    line-height: 21px;
    font-family: Arial, sans-serif;
    color: red;
}
.body {
    padding-right: 10px;
}
.simple {
    padding: 0pt;
    margin: 0pt;
}
.entry {
    min-width: 96pt;
}
.maptitle {
    font-size: 24px;
    font-weight: bold;
    padding-top: 10px;
}
.bookpartno {
    font-size: 18px;
    padding-top: 40px;
}
.edition {
    font-size: 12px;
    padding-top: 40px;
}
.sectiontitle {
    font-size: 14px;
    font-weight: bold;
    margin-after: 0px;
}
.notetitle,.importanttitle {
    font-family: Arial, sans-serif;
    font-weight: bold;
}
.note {
    margin-bottom: 5px;
}
.fig {
    margin-top: 10px;
    margin-bottom: 8px;
}
keyword,.keyword {
    font-family: Arial, sans-serif;
    font-weight: bold;
}
caption {
    text-align: left;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}
link {
    color: #00338d;
}
article {
    color: #000;
    left: 310px;
    top: 117px;
    bottom: 35px;;
    right: 25px;
    width: auto;
    padding-left: 20px;
    padding-right: 10px;
    border-bottom: 2px solid #e4e4e4;
    border-right: 2px solid #e4e4e4;
    border-top: 2px solid #e4e4e4;
}
.hide-nav article {
    margin-left: 3px;
}
div#logo-banner {
    padding-top: 25px;
    padding-bottom: 17px;
    border-bottom: 3px solid #576270;
    margin-bottom: 10px;
    height: auto;
}
div#logo-banner #logo-link {
    display: block;
    float: none;
    margin-top: 0;
    margin-left: 0;
}
div#logo-banner h1 {
    display: none;
}
div#logo-banner #logo-link {
    padding: 25px 25px 25px 25px;
    display: inline;
}
#leftbar > ul > li.notcurrentli,#leftbar > ul > li[class=""] {
    display: inline-block;
    -webkit-background-size: 100%;
    -webkit-box-shadow: rgb(255, 255, 255)0px 1.5px 1.5px 0px inset, rgb(255, 255, 255) 1.5px 0px 1.5px 0px inset, rgb(255, 255, 255) -1.5px 0px 1.5px 0px inset;
    background-image: -webkit-linear-gradient(top, rgb(212, 212, 212) 0%, rgb(214, 214, 214) 19%, rgb(232, 232, 232) 57%, rgb(235, 235, 235) 71%, rgb(235, 235, 235) 100%);
    background-size: 100%;
    border-collapse: separate;
    border-left: 1.5px solid #e4e4e4;
    border-right: 1.5px solid #e4e4e4;
    border-top: 1.5px solid #e4e4e4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: rgb(255, 255, 255) 0px 1.5px 1.5px 0px inset, rgb(255, 255, 255) 1px 0px 1px 0px inset, rgb(255, 255, 255)-1px 0px 1px 0px inset;
    padding: 5px 5px 2px 5px;
    text-align: -webkit-center;
    vertical-align: middle;
    white-space: nowrap;
    width: 64px;
    border-bottom: 2px solid #e4e4e4;
    background-color: #e4e4e4;
}
#leftbar > ul > li.currentli {
    background-color: rgb(245,245,245);
    background-image: -webkit-linear-gradient(top, rgb(242, 242, 242) 0%, rgb(244, 244, 244) 19%, rgb(242, 242, 242) 57%, rgb(245, 245, 245) 71%, rgb(245, 245, 245) 100%);
    background-size: 100%;
    border-left: 2px solid #e4e4e4;
    border-right: 1.5px solid #e4e4e4;
    border-top: 1.5px solid #e4e4e4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: rgb(255, 255, 255) 0px 1.5px 1.5px 0px inset, rgb(255, 255, 255) 1px 0px 1px 0px inset, rgb(255, 255, 255)-1px 0px 1px 0px inset;
    padding: 5px 5px 2px 5px;
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    border-bottom: none;
}
#leftbar .tabs li {
    width: 64px;
    padding-top: 5px;
    margin-left: -10px;
    margin-right: 10px;
}
#searchform {
    position: absolute;
    padding-top: 15px;
    padding-right: 25px;
    width: 160px;
    font-size: 0.9em;
}
#searchform input.search {
    background-color: #f8f8f8;
    width: 160px;
    padding-left: 5px;
    height: 25px;
    border-radius: 1px;
    border: 1.5px solid #bfbfbf;
    font-size: 12px;
    -webkit-transition: box-shadow;
    -webkit-transition-duration: 200ms;
    outline: none;
}
#searchform input.search.searchselected {
    border: 1.5px solid #bfbfbf;
}
#searchform input.submit {
    border: 0;
    position: relative;
    top: -23px;
    *top: -25px;
    left: 132px;
    width: 32px;
    background: url(magnify_glass.png) no-repeat 5px;
}
#center,#topnav {
    position: static;
}
#center div.body,#topnav div.body {
    padding-left: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: black;
}
#center div.body span,#topnav div.body span {
    display: inline;
    color: black;
}
#center div.body span a.current,#topnav div.body span a.current {
    font-weight: normal;
    color: rgb(226,35,26);
}
#center div.body span a:hover,#topnav div.body span a:hover {
    text-decoration: none;
    color: black;
}
#center div.body .divider,#topnav div.body .divider {
    border-right: 1pt solid black;
    padding: 0px 15px 0px 0px;
    margin-right: 15px;
}
#collapse-toc {
    font-family: Arial, sans-serif;
}
div#breadcrumbs {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 10px;
    line-height: 16px;
    vertical-align: middle;
    padding-left: 0px;
    font-size: 12px;
    color: #005495;
}
div#breadcrumbs a,div#breadcrumbs a:visited {
    color: #005495;
    text-decoration: underline;
}
div#breadcrumbs a.current-breadcrumb {
    text-decoration: inherit;
    pointer-events: none;
    color: #4d4d4d;
}
div#breadcrumbs a.current-breadcrumb:only-child {
    display: none;
}
div#breadcrumbs .arrow {
    display: inline;
    text-decoration: none;
}
div#topbuttons {
    margin-right: 0px;
    right: 10px;
}
#leftbar {
    overflow: hidden;
    background-color: #ffffff;
    background-image: none;
    color: black;
    font-size: 12px;
    padding-left: 15px;
    top: 95px;
    bottom: 35px;;
    border-top: none;
}
#leftbar a,#leftbar a:visited {
    color: black;
}
#leftbar > nav.current {
    margin-top: 5px;
    border-top: none;
}
#leftbar > nav.current a.current {
    font-weight: normal;
    color: rgb(226,35,26);
}
#leftbar .tabs {
    padding-left: 10px;
    padding-bottom: 10px;
    width: inherit;
}
#leftbar .tabs span {
    display: inline;
    color: black;
}
#leftbar .tabs span a.current {
    font-weight: bold;
    color: black;
}
#leftbar .tabs span a:hover {
    text-decoration: none;
    color: black;
}
#leftbar .tabs .divider {
    border-right: 1pt solid black;
    padding: 0px 15px 0px 0px;
    margin-right: 15px;
}
#leftbar > nav {
    top: 20px;
    font-size: 12px;
    border: 2px solid #e4e4e4;
    width: inherit;
    font-family: Arial, sans-serif;
}
.results ul {
    list-style: none;
    list-style-image: none;
    padding: 0 0 0 20px;
}
.results ul li {
    padding-bottom: 5px;
}
div.results {
    padding-top: 10px;
}
div.results > span {
    padding-left: 20px;
}
.searchmsg {
    margin-left: 20px;
}
.search-term {
    background-color: yellow;
}
.no-highlighting .search-term {
    background-color: transparent;
}
.searchtotal {
    display: inline;
}
a#button-back {
    background-image: url(back.png);
    background-repeat: no-repeat;
    margin-right: 0px;
    width: 21px;
}
#button-forward {
    background-image: url(forward.png);
    background-repeat: no-repeat;
    margin-right: 2px;
}
a#button-email {
    background-image: url(share.png);
    background-repeat: no-repeat;
    display: inline-block;
}
#button-print {
    background-image: url(print.png);
    background-repeat: no-repeat;
}
a#button-pdflink {
    background-image: url(pdficon_small.png);
    display: inline-block;
}
a#button-hide-navigation {
    background-image: url(show_hide_sidebar.png);
    background-repeat: no-repeat;
    margin-right: 2px;
}
#dragger {
    background-color: #e4e4e4;
    bottom: 35px;
}
.hide-nav #dragger {
    width: 0px;
}
#footer {
    height: 15px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-align: left;
    bottom: 15px;
    padding-top: 10px;
    padding-left: 15px;
    position: absolute;
    color: #4d4d4d;
}
.parentlink {
    display: none;
}
div.nextlink,div.previouslink {
    display: none;
}
.ullinks {
    padding: 0 0 0 0px;
}
dt.dlterm,.uicontrol {
    font-weight: bold;
}
dd.dd p.p {
    margin-top: 2px;
}
.related-links ul li {
    list-style: none;
    line-height: 1.5em;
}
.related-links {
    margin-top: -12pt;
}
.body ul li {
    line-height: 1.5em;
    width: 99%;
}
.body ul li p,.body ul li span,.body ul li div,.related-links ul li a {
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 1px;
    margin-bottom: 4px;
}
.body ol ul li p {
    line-height: 1.5em;
}
.shortdesc {
    display: none;
}
.body ol {
    line-height: 20px;
}
li.step {
    margin-top: 4px;
}
li.step p {
    line-height: 15px;
    margin-top: 2px;
}
li.choice p {
    margin-top: 1px;
    margin-bottom: 3px;
}
li.li.choice {
    font-size: 14px;
    line-height: 15px;
    margin-top: 1px;
    margin-bottom: 4px;
}
li.step span.cmd {
    margin-bottom: 2px;
}
ul.ul.choices,ol ul ul {
    padding: 0 0 0 16px;
}
.toc > nav {
    border-right: 2px solid #e4e4e4;
}
.toc > nav ul {
    overflow: visible;
}
.toc > nav li.leaf {
    font-weight: normal;
    background-image: none;
}
.toc > nav li.open {
    font-weight: normal;
    margin-top: 5px;
}
.toc > nav li.open ul {
    margin-left: -10px;
}
.toc > nav li.closed {
    margin-top: 5px;
}
nav ul {
    padding: 0 0 0 20px;
}
#center div.body div.fig span.figcap {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.helpversion {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    left: 250px;
    color: #4d4d4d;
}
.searchtitle {
    margin-left: 20px;
    font-weight: bold;
}
.searchlabel {
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top: 32px;
    right: 210px;
    color: black;
}
button,input,select,textarea {
    font-size: 15px;
}
nav.glossary.current nav ul {
    padding: 0 0 0 17px;
}
#leftbar > ul > li.currentli {
    background-color: white;
    background-image: none;
}
#leftbar .tabs .notcurrentli a span {
    color: #999999;
}
#leftbar .tabs .notcurrentli.currentli a span {
    color: black;
}
#leftbar .tabs li[class=""] a span {
    color: #999999;
}
#leftbar .tabs li.borderli {
    background-color: white;
    background-image: none;
    display: inline-block;
    border-top: 2px solid #e4e4e4;
    height: 1px;
    margin-top: -2px;
    width: 100%;
    margin-left: -10px;
}
@media (max-width: 600px)  {
    #breadcrumbs,#topbuttons,#dragger,.searchlabel,.helpversion {
        display: none;
    }
    article {
        position: static;
    }
    #leftbar {
        width: auto;
    }
    header {
        height: auto;
    }
    #searchform {
        position: static;
        margin-left: 15px;
    }
    #leftbar ul {
        position: static;
    }
    #footer {
        position: static;
    }
    #dragger {
        width: 0px;
    }
}
