<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This StyleSheet contains custom styles for this project */



/* This div layer hides the webframe while it's loading*/
#cover{
    position:absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index:101;
    visibility: visible;
}

body{
	overflow-x:auto;
	overflow-y:auto;
}

.i-navigation-inpage{
padding:0px;

}
/* At medium width */
@media only screen and (min-width: 769px) {
    /* Show toc as sidebar */
    #i-toc-container {
        position: absolute;
        display: block;
    }

    .i-toc-content-scroll-container {
        overflow-x: auto;
        overflow-y: auto;
        width: 100%;
        height: 100%;
    }

    #i-toc-content {
        position: fixed;
        margin-top: 0;
        width: 230px;
        bottom: 20px;
        z-index: 2;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-right: 6px;
    }

    #i-body-content {
        margin-left: 250px;
        margin-right: 8px;
		z-index: 3;
        overflow-x: hidden;
    }

    .i-compiled #i-body-content {
        overflow-x: auto;
    }
}

/* At full width */
@media only screen and (min-width: 1024px) {
    /* Actions as a sidebar */
    #i-actions-container {
        position: absolute;
        right: 0;
    }

    #i-actions-content {
        position: fixed;
        width: 230px;
        margin-top: 0;
        margin-left: -240px;
        z-index: 2;
        overflow-x: auto;
        overflow-y: auto;
        bottom: 20px;
        padding-top: 12px;
    }

    #i-actions-container span, #i-actions-container a {
        display: block;
    }

    #i-body-content {
        margin-right: 250px;
    }

    #i-search {
        width: 250px;
        padding: 0 38px 0 6px;
    }

    #i-body-content .i-in-this-topic-container {
        display: none;
    }

    #i-actions-container .i-in-this-topic-container {
        display: block;
    }

    #i-actions-container .i-theme-selection-container {
        margin-top: 12px;
    }

    #i-actions-container .i-function-link, #i-actions-container .i-page-link {
        margin-bottom: 8px;
    }
}

.i-toc-content-scroll-container {
    overflow-x: auto;
}

.i-page-title, h1, h2, h3, h4, h5, h6 .i-section-heading, .i-see-also-sub-heading {
    font-weight: 400;
    line-height: 1.3;
    text-rendering: optimizeLegibility;
    margin-top: -8px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active{
overflow-x: auto
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected{
overflow-x: auto
}

.i-tab-container .ui-tabs-panel, .i-tab-container &gt; div{
overflow-x: auto
}

.i-filtered-content-VB{
overflow-x: auto;
}

.i-filtered-content-VB6{
overflow-x: auto;
}

.i-filtered-content-Visual{
overflow-x: auto;
}

.i-tab-container {
    background: transparent;
    border: solid 1px #dcdcdc;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 1em;
}

.SectionHeading
{
    font-size: 25px;
	line-height: 1.2em;
	margin-left: -16px !important;

}
#PageTitle
{
    font-size: 35px;
    line-height: 36px;
	margin-top: 15px;
	font-weight: 30px;
    color: #202020;
	margin-left: 8px !important;
}

#PageTitleContainer
{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}
#PageTitle2
{
    font-size: 35px;
    line-height: 36px;
	margin-top: 15px;
	font-weight: 30px;
    color: #202020;
    margin-left: 0px !important;

}

#ProjectTitle
{
    color: #949494;
	margin-left: 8px !important;
}
#graphicLayer {
    position:absolute;
    width:794px;
    height:60px;
    z-index:1;
    left: 0px;
    top: 0px;
    border:hidden;
    visibility: visible;
}

.bannerholder{
   padding:0em;
   margin: 0em;

}

/*From docs*/

.howto
p {
    clear: none;
    line-height: 1.5em;
    margin: 10px
    0 !important;
    padding: 0px
}

#documentation {
    color: #808080
}

#documentation .howto
ul {
    margin: 0;
    padding: 0
}

#documentation .howto ul li ul
li {
    clear: none;
    list-style: none;
    margin-top: 20px
}

#documentation .howto ul
li {
    clear: both;
    list-style: none;
    margin: 0
}

#documentation #howto-frontpage&gt;ul&gt;li:nth-child(odd) {
    margin: 20px
    40px 40px 0
}

#documentation #howto-frontpage&gt;ul&gt;li:nth-child(even) {
    margin: 20px
    40px 40px 0
}

#documentation #howto-frontpage a.link-texts {
    color: #0089C7
}

.howto ul
h2 {
    color: red;
    float: left;
    padding: 10px
}

#documentation .howto ul li
h4 {
    padding: 5px;
    margin: 0
    10px 10px 0;
    float: left
}

#documentation
img {
    margin: 15px
    0px
}


#docs
p {
    margin-bottom: 10px;
    padding: 0
}

#md {
    padding: 0
    0 0px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.inner-content
h2 {
    margin-left: 45px
}

#documentation #md
h1 {
    margin-top: -5px;
    margin-bottom: 20px
}

#documentation #md
h2 {
    margin: 0
    0 30px
}

#documentation #md h2
a {
    color: #202020
}

#documentation #md h2 a:hover {
    color: #F00;
    text-decoration: underline
}

#documentation #md h4
a {
    text-decoration: none;
    color: #202020
}

#documentation #md h4 a:hover {
    text-decoration: underline;
    color: #F00
}

#documentation .docs
h3 {
    margin: 30px
    0 15px
}

#documentation .docs h3
a {
    color: #202020
}

#documentation .docs h3 a:hover {
    color: #f00
}

#documentation .docs
h4 {
    color: #202020;
    margin: 15px
    0
}

#documentation .docs
h5 {
    margin: 20px
    0 12px;
    font-size: 16px;
    color: #202020
}

#howto-frontpage&gt;ul {
    padding: 0px;
    margin: 0px
}

#howto-frontpage&gt;ul&gt;li {
    display: inline-block;
    vertical-align: top;
    width: 275px;
    margin: 0
    25px 20px 20px
}

#howto-frontpage&gt;ul&gt;li&gt;p, #howto-frontpage&gt;ul&gt;li&gt;ul {
    padding-top: 6px
}

#howto-frontpage
a {
    font-size: 18px;
    color: #202020
}

select {
    background-color: #fff;
    border: 1px
    solid #8a7f71;
    display: block;
    font-size: 12px;
    margin: 12px
    0 20px 0;
    padding: 3px;
    width: 175px
}

#markdown .span9-padding {
    width: 670px
}

#documentation #md
h1 {
    font-size: 35px
}

#documentation
.container {
    padding: 1em
    0 !important
}

/*from foundation*/

.subheading {
    color: #808080
}

@font-face {
    font-family: 'source-code-pro-regular';
    src: url('../fonts/source-code-pro-bold.eot');
    src: local('source-code-pro Regular'), local('Rieslingsource-code-pro'), url('fonts/source-code-pro-regular.ttf.woff') format('truetype');
}

a.blacklinks:link {
    color: #202020
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted #333;
    outline: 5px
    auto -webkit-focus-ring-color;
    outline-offset: -2px
}

a:hover, a:active {
    outline: 0
}


img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

body {
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    color: #333;
    background-color: #fff
}

a {
    color: #08c;
    text-decoration: none
}

a:hover {
    color: #005580;
    text-decoration: underline
}

.row {
    margin-left: -20px;
    *zoom: 1
}

.row:before, .row:after {
    display: table;
    content: ""
}

.row:after {
    clear: both
}

[class*="span"] {
    float: left;
    margin-left: 20px
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}




.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom
.container {
    width: 95%
}

.span9 {
    width: 95%
}




p {
    margin: 0 0 12;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    color: #333;

}

p
small {
    font-size: 19px;
    color: #999
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6
small {
    font-weight: normal;
    color: #999
}

h1 {
    font-size: 30px;
    line-height: 36px
}

h1
small {
    font-size: 18px
}

h2 {
    font-size: 24px;
    line-height: 36px;
	margin-top: 18px
}

h2
small {
    font-size: 18px
}

h3 {
    font-size: 18px;
    line-height: 27px;
		margin-top: 14px
}

h3
small {
    font-size: 14px
}

h4, h5, h6 {
    line-height: 18px
}

h4 {
    font-size: 14px;
	margin-top: 12px
}

h4
small {
    font-size: 12px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 11px;
    color: #999;
    text-transform: uppercase
}

.page-header {
    padding-bottom: 17px;
    margin: 0px
    0;
    border-bottom: 1px solid #eee
}

.page-header
h1 {
    line-height: 1
}

ul, ol {
    padding: 0;
    margin: 0
    0 9px 25px
}

ul ul,
ul ol,
ol ol,
ol
ul {
    margin-bottom: 0
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li {
    line-height: 1.5em
}

ul.unstyled, ol.unstyled {
    margin-left: 0;
    list-style: none
}



hr {
    margin: 18px
    0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff
}

strong {
    font-weight: bold
}

em {
    font-style: italic
}


body {
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    color: #333;
    background-color: #fff
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    color: #202020
}

h1 {
    font-size: 38px;
    line-height: 50px;
    letter-spacing: -1px
}

h2 {
    font-size: 24px;
    line-height: 38px
}

h3 {
    font-size: 23px;
    line-height: 38px
}

h4 {
    font-size: 20px;
    line-height: 36px
}

a {
    color: #0089C7;
    text-decoration: none
}

a.disabled {
    color: #808080 !important
}

a:hover {
    color: #f00;
    text-decoration: underline
}

a:active {
    color: #444;
    text-decoration: none
}

a:visited {
    color: #0089C7;
    text-decoration: none
}

p {

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    color: #333;
    margin: 0 0 12px
}



.invisible {
    visibility: hidden
}

html {
    height: 100%
}

html, body {
    width: 100%;
    min-height: 100%
}

body {
    background:  none
}

ul.horizontal-list {
    list-style: none
}

ul.horizontal-list
li {
    display: inline-block
}




.hidden {
    display: none
}

.text-center {
    text-align: center
}



.header-text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 300 !important;
    text-transform: none !important
}











/*header*/


#sub-header {
    width: 95%;
    margin: 0
    auto;
    position: relative;
    border-bottom:3px solid #d8d4d4;
}

#sub-header #sub-navigation {
    list-style: none;
    margin: 0px
    0 0px;

}


#sub-header #sub-navigation
li {
    display: inline-block;
    margin-right: 30px;
    height: 30px;
    line-height: 30px
}

#sub-header #sub-navigation li
a {
    display: block;
    height: 10px;
    line-height: 10px;
    position: relative;
    color: #667;
    font-weight: 500;
}

#sub-header #sub-navigation li
a.selected {
    display: block;
    height: 10px;
    line-height: 10px;
    position: relative;
    color: #459e00 !important;
    font-weight: 900;
}

#sub-header #sub-navigation li a:hover {
    text-decoration: none;
    color: #f00
}


#sub-header #sub-navigation li a.selected:before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -16px;
    border-width: 16px;
    border-style: solid;
    border-color: transparent transparent #e2e2e2 transparent;
    color: #008000 !important;
}

#sub-header #sub-navigation li a.selected:after {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -14px;
    border-width: 14px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    color: #008000 !important;
}

</pre></body></html>