@charset "utf-8";
/* OBE Template 2013: Version 3.3.4 Last updated 10/10/2013
   Author: Glenn Stokol, Marcie Young, Matthieu Heimer */

/*
.syntax-highlight {
    white-space: pre;
    display: block;
    margin: 10px 10px;
}
*/

.collapsible-outline .collapsible {
    margin: 10px;
}

.collapsible-outline.collapsible {
    padding: 10px;
}

img.collapsible-outline.collapsible {
    padding: 0px;
}

.collapsible-outline pre.collapsible {
    margin: 0px;
}

code.syntax-highlight {
    display: inline-block;
    padding: 10px;
}

div.view-button {
    margin-left: 0;
}

.view-button {
    /* display: block; */
    height: 33px;
    border: 0;
    margin: 10px;
    padding: 0;
}

.view-button:hover * {
    color: black;
}

.view-button * {
    height: 33px;
    line-height: 33px;
    display: inline-block;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: lightgray;
    /* color: #313131; */
    color: #324556;
    text-align: center;
    font-weight: bold;
}

.view-button .left {
    background-image: url(images/bul.png);
    width: 35px;
}

.view-button .center {
    background-image: url(images/buc.png);
    /* min-width: 80px; */
}

.view-button .right {
    background-image: url(images/bur.png);
    width: 10px;
}

.view-button.active .left {
    background-image: url(images/bdl.png);
}

.view-button.active .center {
    background-image: url(images/bdc.png);
}

.view-button.active .right {
    background-image: url(images/bdr.png);
}

body {
    
    /* font-size:12px; */
    font-size: 0.8em;
    margin: 0;
    min-width:300px;
    padding: 0;
    border: 0;
    /*background-color:#CFC;*/
}

.ora-letter {
    
    font-style: italic;
}

/* Font sizes relative to BODY font size where 1em=12px */
H1 {
    font-size:1.5em;
    margin:2px 0px 2px 2px;
}  /* 18px */
H2 {font-size:1.3em;}  /* 16px */
H3 {font-size:1.17em;} /* 14px */
H4 {font-size:1.17em;} /* 14px */
H5 {font-size:1em;}    /* 12px */
H6 {font-size:1em;}    /* 12px */
article, header, nav, section, footer, figure {
    display:block;
}
figure {
    margin-left: 0px;
    margin-bottom: 10px;
}
header {
    background-color:white;
    border-bottom:medium solid red;	
    left:0px;
    margin:0px 0px 0px 0px;
    padding:0px 0px 4px 0px;
    position:fixed;
    top:0px;
    width:100%;
    z-index:2;
    /*background-color:#FC9;*/
}
header nav {
    margin:0px 0px 0px 2px;
    white-space:nowrap;
}
header h1:hover {
    cursor:pointer;
}
#container {
    display:block;
    padding-left: 5px;
    padding-top:0em;
    padding-bottom:2em;
    position:relative;
}
section > h2 {
    cursor: pointer;
    background-color: #CCC;
    border-bottom: 1px solid rgba(0,0,0,0.25);	
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    margin-bottom:1px;
    padding: 2px 4px 2px 10px;
    text-decoration: none;
    text-shadow: 0px -1px 1px rgba(255,255,255,0.3);
    width:99%;
}

section div {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

section > div > ol > li > span { 
    font-weight: normal;
    display: block;
}

section h3  {
    color: #666;
    cursor: pointer;
}
section h4 {
    color:#606;
    cursor: pointer;
}

figcaption, span.step p {
    font-weight:normal;
}
footer {
    background-color:#000;
    /*bottom:0px;
      left:0px;*/
    margin-top:3.5em; /* updated from 0px */	
    padding:0px 0px 2px 0px;
    position:relative;
    text-align:center;
    width:100%;
    /*z-index:2;*/
}
footer a {
    border-right: 1px solid #fff;
    color: #fff;
    display: inline;
    font-size:0.9em;
    margin:0px;
    padding:0px 4px 0px 4px; 
}
footer a:last-child {
    border-right:none;
} 
footer a:hover {
    background-color: blue;
}

.collapsible-outline {
    border: 1px solid black;
}

img.collapsible-outline {
    cursor: pointer;
}

.collapsible-icon {
    position: absolute; top: -9px; left: -9px;
    cursor: pointer;
}



div.collapsible-wrapper {
    padding-left: 0;
}

/* special formating */
/*div.overlay{
    position:relative;
    padding:0px;
    margin:0px;
    top:9px; 
    left:-9px;
    z-index:1;
}

img.ScreenShot, .collapsible {
    border: 1px solid black;
}
.wrapped-collapsible span .collapsible {
    border: 0;
}
.wrapped-collapsible span {
    border: 1px solid black;
}

img.view_icon {
    border:none;
    width:auto;
    height:auto;
}*/
a {
    text-decoration:none;
}
a[id] {
    display:block;
    font-size:0px;
    height:0px;
    margin:0px;
    padding:0px;
    position:relative; 
    top:-65px;
    width:0px;
}
#dialog {display:none; }
#dialog-help {display:none; }
#dialog ul, #navToc ul {
    padding: 0;
    list-style:none;
    margin-left: 0;
}
#dialog ul ul, #navToc ul ul {
    padding: 0;
    list-style:none;
    margin-left: 1em;
}
/* The next one is For IE browsers */
#dialog ul li a img, #navToc ul li a img {
    border:none;
}
#dialog a:focus, #navToc a:focus { 
    outline:none;
}
#dialog li, #navToc li {
    padding-top: 2px;
}
#dialog li:hover, #navToc li:hover {
    background-color: #e6e6e6;
}
#dialog li.selected, #navToc li.selected {
    background-color: #c1d5ee;
}
#navToc a {
    display: block;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

section > h3 {
    margin-bottom:5px;
    padding-left: 1.5em;
    background-image:url(images/right_arrow.png);
    background-position: left top;
    background-position: 0px 50%;
    background-repeat: no-repeat;
}

section > h3.d_arrow {
    background-image:url(images/down_arrow.png);
    background-position: left top;
    background-position: 0px 50%;
    background-repeat: no-repeat;
}
#dialog-help dl dt {
    font-weight:bold;
    margin-left: 1.5em;
}
#topicBtn, #tglTopicBtn, #tglImageBtn, #printBtn, #extraHelpBtn {
    font-weight:bold;
}
#extraHelpBtn {
    float:right;
    right:0.5%;
}
.help, .footerLinks {}

/* jQuery UI overrides */
/*
button.ui-icon { margin-left:0px;  }
h2.ui-button { margin-top:0.3em; margin-bottom:0.3em; }
*/
.ui-button-text { font-size:0.9em; }
button.ui-button { white-space:nowrap; }
/*h2 .ui-button-text { font-size:1.1em; }*/
.ui-icon-closethick {
    background-color:#CCCCCC;	
    border: 1px solid black;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index:1;
}
/* Styles available for use by developers to format text */
/*
._obe_enter_click_or_select {font-weight:bold;}
._obe_highlight_red {font-weight:bold;color:red;}
._obe_code_enter { font-weight:bold;}
._obe_code_element {}
._obe_file_or_directory {} 
._obe_emphasis {font-style: italic;}
*/
code {
    font-size: 12px;
}
kbd {
    font-size: 12px;
    font-weight: bold;
    color: blue;
}

code.CodeMirror {
    font-weight: normal;
    font-size: 12px;
}


nav#topics {
    margin-top: 10px;
    padding: 2px;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: white;
    width: 300px;
    overflow: auto;
}

#container.withSidebar {
    margin-left: 330px;
}

#container.withSidebar nav#topics {
    margin-top: 0;
    position: fixed;
    left: 10px;
    z-index: 1;
}

nav#topics .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

nav#topics .ui-dialog-title {
    float: left;
    margin: .1em 16px .1em 0;
}

nav#topics .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

nav#topics .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

nav#topics .ui-widget-header {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
    font-weight: bold;
}

@media only screen and (max-width: 504px) {
    header h1 {
        font-size:1.2em;
    }
    footer a {
        font-size:0.9em;
    }
    /*
    button.ui-button {
        height:2em;
        width:2em;
        overflow: hidden;
    }
    */
    h2 .ui-button-text {
        font-size:1em;
    }
    /*
    img.ScreenShot, img.collapsible {
        width:98%;
    }
    */
    img.view_icon {
        border:none;
        width:auto;
        height:auto;
    }
}

@media only screen and (min-width: 505px) and (max-width: 1024px) {
    header h1 {
        font-size:1.2em;
    }
    /*
    button.ui-button {
        height:2em;
        width:auto;
    }
    */
    h2 .ui-button-text {
        font-size:1em;
    }
    img.view_icon {
        border:none;
        width:auto;
        height:auto;
    }
}
@media print {
    * {
        background: transparent;
        color: black;
        text-wrap:normal !important;
    }
    header, #container {
        position: relative;
        top:1em;
        width:95%;
    }
    nav, div.overlay, footer, #dialog, #dialog-help, nav#topics {
        display:none;
    }
}
