﻿
/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page, which
   there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}

.persistTag {
    background-color: #00c000;
    color: #FF0;
}

.websimple{
	border:1px solid black;
	width:100%;
	border-collapse:collapse;
}
.websimple > tr > th, .websimple > tr > td, .websimple > * >tr >th, .websimple > * >tr > td{
	border:1px solid black;
	padding:5px;
}
.websimple > tbody > tr, .websimple > tbody > tr > th{
	background-color:#b8d7f5;
}
.websimple > tbody > tr > th{
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-align:left;
}
.websimple > tbody >tr> td{
	background-color:#f5f5f5;
}
p.faqID{
color: #808080;
}
span.headerInParagraph{
color: #0000ff;
font-weight: bold
}
.DocContent h1 {
    text-indent: 1.8pt;
    font-family: Verdana, sans-serif;
    font-size: 13pt;
    font-weight: bold;
    background-color: Transparent;
    margin: .1in .125in .15in;
}

.DocContent h2 {
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #000;
    background-color: #EFF2DD;
    padding-top: .6em;
    padding-bottom: .2em;
    margin: .25in .125in .15in;
}

.DocContent h3 {
    font-size: 10pt;
    font-family: Verdana, sans-serif;
    background-color: Transparent;
    color: #000;
    font-weight: bold;
    margin: .2in .125in .125in;
}

.DocContent h4 {
    font-size: 8pt;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    text-decoration: underline;
    margin: .15in .125in .1in;
}

.DocContent p {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    line-height: 160%;
    margin: 3pt .125in 8pt;
}

.DocContent Code {
    font-family: monospace;
    font-size: 9pt;
    margin-left: 0;
    margin-right: 0;
    background-color: #f9f9f9;
    color: #000;
}

.DocContent pre {
    margin-left: .125in;
    margin-right: .125in;
    margin-top: 8pt;
    font-family: monospace;
    font-size: 9pt;
    line-height: 160%;
    background-color: #f9f9f9;
    border: 1px dashed #4575DD;
    padding: 10px;
}

.DocContent dd {
    font: normal 12px Arial;
}

span.book {
    font-style: italic;
    text-transform: capitalize;
}

span.cmd {
    font-weight: bold;
    text-transform: lowercase;
}

span.db, span.tb {
    font-weight: bold;
    text-transform: capitalize;
}

.DocContent table ul {
    margin-left: 40px;
    margin-top: 0;
    padding: 0;
}

    .DocContent table ul ul {
        margin-left: 20px;
    }

.DocContent table td p {
    margin: .1in 0 .1in 20px;
}

table.simple th {
    background-color: #C9C9C9;
    font-size: 9pt;
    font-family: Arial, sans-serif;
    text-align: center;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
    padding: 8px;
}

table.treetable th {
    background-color: #C9C9C9;
    font-size: 9pt;
    font-family: Arial, sans-serif;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
    padding: 8px;
}

table.TableGrid th {
    background-color: #C9C9C9;
    font-size: 8pt;
    font-family: Verdana, sans-serif;
    text-align: center;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
}

table.TableGrid td {
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    font-family: Verdana, sans-serif;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
    padding: 3px;
}

table.dialogcontroltable {
    border-collapse: collapse;
    margin-top: 6pt;
    margin-bottom: 6pt;
    margin-left: .125in;
    width: 95%;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
}

    table.dialogcontroltable th {
        background-color: #C9C9C9;
        width: 120px;
        font-size: 9pt;
        font-family: Arial, sans-serif;
        text-align: center;
        border-color: gray;
        border-style: solid;
        border-width: 1px;
        padding: 8px;
    }

    table.dialogcontroltable td {
        background-color: #efefef;
        font-size: 9pt;
        font-weight: normal;
        font-style: normal;
        font-family: Arial, sans-serif;
        border-color: gray;
        border-style: solid;
        border-width: 1px;
        padding: 8px;
    }
table.valuetable {
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
	border-collapse: collapse;
	width: 95%;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 0.125in;
	width: 95%;
}
table.valuetable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #808080;
	width: 120px;
	font-size: 9pt;
	font-family: Arial, sans-serif;
}
table.valuetable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #808080;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, sans-serif;
}
table.note {
    border-collapse: collapse;
    width: 95%;
    background-color: #ACC8E3;
    margin-left: .125in;
    margin-top: 3pt;
    margin-bottom: 3pt;
    line-height: 160%;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
}

    table.note td {
        font-weight: normal;
        font-style: normal;
        font-family: Arial, sans-serif;
        font-size: 9pt;
        padding: 8px;
    }
.mw-editsection, .mw-editsection a{
	display:none;
}

.toc {
    border: 1px solid gray;
    background-color: transparent;
    margin: 3pt .125in 8pt;
	display:table;
}

    .toc td {
        font-family: Arial, sans-serif;
        font-size: 9pt;
        border-style: none;
        border-width: 1px;
    }

    .toc h2 {
        text-align: center;
        margin-top: .125in;
        background-color: transparent;
        color: #DA640A;
    }

    .toc LI.h2 {
        text-align: left;
        color: #DA640A;
    }
	
.toc a:visited {
    color: #5D8AEE;
    font-weight: bold;
    text-decoration: none;
}

    .toc a:visited:hover {
        color: red;
        font-weight: bold;
        text-decoration: underline;
    }

.toc ul {
    line-height: 140%;
    margin-left: 5px !important;
    list-style-type: none;
}

table.xfvar {
    border-collapse: collapse;
    width: 95%;
    margin-left: .125in;
    margin-top: 3pt;
    margin-bottom: 3pt;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
}

    table.xfvar th {
        font-weight: bold;
        font-family: Arial, sans-serif;
        background-color: #c9c9c9;
        font-size: 9pt;
        border-color: gray;
        border-style: solid;
        border-width: 1px;
        padding: 8px;
    }

    table.xfvar td {
        font-weight: normal;
        font-style: normal;
        font-family: Arial, sans-serif;
        background-color: #efefef;
        font-size: 9pt;
        border-color: gray;
        border-style: solid;
        border-width: 1px;
        padding: 8px;
    }

table.noborder {
    background-color: transparent;
    border-collapse: collapse;
    border-style: none;
}

    table.noborder th {
        background-color: transparent;
        border-style: none;
        padding: 8px;
    }

    table.noborder > tbody > tr > td {
        background-color: transparent;
        font-weight: normal;
        font-style: normal;
        border-style: none;
        padding: 8px;
    }

table.optiontable {
    border: 1px solid gray;
    border-collapse: collapse;
    width: 95%;
    margin-top: 3pt;
    margin-bottom: 3pt;
    margin-left: .125in;
    font-size: 9pt;
    font-family: Arial, sans-serif;
}

    table.optiontable th {
        border: 1px solid gray;
        background-color: #C9C9C9;
        padding: 8px;
    }

    table.optiontable td {
        border: 1px solid gray;
        padding: 8px;
    }

table.colorinterlaced {
    border-collapse: collapse;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
}

    table.colorinterlaced th {
        background-color: #205EB6;
        color: #fff;
        border-color: gray;
        border-style: inset;
        border-width: 1px;
        padding: 8px;
    }

    table.colorinterlaced tr {
        background-color: expression(,"?",#DDE6F3,":",#9FBDE7);
        border-color: gray;
        border-style: inset;
        border-width: 1px;
        padding: 8px;
    }

    table.colorinterlaced td {
        border-color: gray;
        border-style: inset;
        border-width: 1px;
        padding: 3px;
    }

table.formula {
    border-collapse: collapse;
    margin-top: 6pt;
    margin-bottom: 6pt;
    margin-left: .125in;
    font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, sans-serif;
    width: 95%;
    border-style: none;
}

    table.formula th {
        text-align: left;
        border-style: none;
        padding: 8px;
    }

    table.formula td {
        width: 50px;
        border-style: none;
        padding: 8px;
    }

table.tbl {
    width: 90%;
    border-collapse: collapse;
    margin-top: 6pt;
    margin-bottom: 6pt;
    margin-left: .125in;
    border-style: none;
    padding: 3px;
}

    table.tbl td {
        width: 15%;
        font-size: 9pt;
        font-weight: normal;
        font-style: normal;
        font-family: Arial, sans-serif;
        border-style: none;
    }

LI.p {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    line-height: 160%;
}

LI.h1 {
    text-indent: 1.8pt;
    font-family: Verdana, sans-serif;
    font-size: 13pt;
    font-weight: bold;
}

LI.h2 {
    font-family: Verdana, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #000;
}

LI.h3 {
    font-size: 11pt;
    font-family: Verdana, sans-serif;
    color: #000;
    font-weight: bold;
}

LI.h4 {
    font-size: 10pt;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

.DocContent OL, .DocContent UL {
    margin-left: .375in;
    margin-right: .125in;
    list-style-position: outside;
    font-size: 9pt;
    font-family: Arial, sans-serif;
    line-height: 200%;
}

.DocContent dl {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    line-height: 160%;
    margin: 10pt .125in 3pt;
}

.DocContent dd {
    margin: 3pt .125in 10pt;
}

.DocContent dt {
    margin-bottom: 3pt;
    margin-top: 10pt;
    font-weight: bold;
}

p.version {
    color: red;
    font-weight: bold;
}

p.tip {
    color: #000;
    font-weight: bold;
    background-color: #C0FFC0;
    padding: 10px;
}

p.alert {
    color: #000;
    font-weight: normal;
    background-color: #FFC0C0;
    padding: 10px;
}

LI.p-alert {
    color: #000;
    font-weight: normal;
}

p.tutorial {
    color: #000;
    font-weight: bold;
    background-color: #C0C0FF;
    padding: 10px;
}

SPAN.Code {
    margin-right: 0;
    margin-left: 0;
    font-size: 9pt;
    font-family: monospace;
}

P.Preformatted {
    x-text-tab-stops: repeat 1in;
    white-space: nowrap;
    border: 1px dashed #4575DD;
    background-color: #f9f9f9;
    line-height: 160%;
    font-size: 9pt;
    font-family: monospace;
    margin: 8pt .125in 14pt;
    padding: 10px;
}

LI.P-Preformatted {
    x-text-tab-stops: repeat 1in;
    white-space: nowrap;
    line-height: 160%;
    font-size: 9pt;
    font-family: monospace;
}

.CategoryTreeTag li {
    margin-left: 40px;
    white-space: nowrap;
}

﻿.ticket, .ardate, .delOnline, .keywords, .keywordsInput  {
    display: none;
}

.DocContent th, LI.p-tip, LI.p-tutorial {
    color: #000;
    font-weight: bold;
}

span.program, span.errmsg, span.fld, span.win {
    text-transform: capitalize;
}

span.acronym, span.dev, span.key {
    text-transform: uppercase;
}

span.menu, span.operator {
    font-weight: bold;
}

span.fileext, span.url, span.unnamedwin {
    text-transform: lowercase;
}

table.simple, table.treetable, table.TableGrid {
    border-collapse: collapse;
    margin-top: 6pt;
    margin-bottom: 6pt;
    margin-left: .125in;
    border-color: gray;
    border-style: solid;
    border-width: 1px;
}

    table.simple td, table.treetable td {
        font-size: 9pt;
        font-weight: normal;
        font-style: normal;
        font-family: Arial, sans-serif;
        margin-left: .125in;
        border-color: gray;
        border-style: solid;
        border-width: 1px;
        padding: 8px;
    }
.simple-LTFunc, .simple-FitFunc{
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
	border-collapse: collapse;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 0.125in;
	width: 95%;
}
.simple-LTFunc th, .simple-FitFunc  th{
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #808080;
	background-color: #C9C9C9;
	font-size: 9pt;
	font-family: Arial, sans-serif;
}
.simple-LTFunc td,.simple-FitFunc td{
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #808080;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, sans-serif;
	margin-left: 0.125in;
}
table.topiclist, table.catlist {
    width: 95%;
    background-color: #D8E2AD;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    line-height: 160%;
    border-style: Groove;
    border-width: 3px;
    margin: .25in;
    padding: 8px;
}

table.table {
    border: 1px solid gray;
    border-collapse: collapse;
    margin-top: 6pt;
    margin-bottom: 6pt;
    margin-left: 0.125in;
    width: auto;
}

    table.table th {
        border: 1px solid gray;
        padding: 3px;
        background-color: #C9C9C9;
        font-size: 9pt;
        font-family: Arial, sans-serif;
    }

    table.table td {
        border: 1px solid gray;
        padding: 3px;
        font-size: 9pt;
        font-weight: normal;
        font-style: normal;
        font-family: Arial, sans-serif;
    }

table.categorytbl {
    border-collapse: collapse;
    border: 1px solid gray;
    margin: 6pt 0 6pt 0.125in;
}

table.categorytbl td {
    border: 1px solid gray;
    padding: 8px;
    min-width: 150px;
}

.DocContent h5 {
    color:blue;
    margin-left: 0.125in;
    margin-right: 0.125in;
    font-size:9pt; /*same with tag <to>*/
    font-weight:bold;
    font-family:Arial,sans-serif;
}

.DocContent h6 {
    margin-left: 0.125in;
    font-size:9pt; /*same with tag <to>*/
    font-style: italic;
    text-decoration: underline;
}

table.formula {
	border-style: none;
	border-collapse: collapse;
	margin-top: 6pt;
	margin-bottom: 6pt;
	margin-left: 0.125in;
	font-size:9pt;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, sans-serif;
	width: 95%;
    background-color: white;
}

table.formula th {
	padding: 8px;
	border-style: none;
	text-align: left;
    background-color: white;
}

table.formula td {
	padding: 8px;
	border-style: none;
	width: 50px;
    background-color: white;
}

/* Object Property and Method Tables */
table.objmeth th,
table.objprop th{
  padding:.5em;
}
table.objmeth td,
table.objprop td{
  padding:.5em;
}
table.objmeth td:nth-child(1),
table.objprop td:nth-child(1){
  font-family:monospace;
}
table.objprop td:nth-child(2){
  white-space:nowrap;
}
