/************************************************************************/
/* Generic style-sheet for the documentation                            */
/* in Windows CHM Help File format                                      */
/*                                                                      */
/* If you prefer sans-serif fonts, just replace all the instances of    */
/* 'times new roman,times,serif' with 'arial,helvetica,sans-serif'.     */
/************************************************************************/


/* Generic tag-level style definitions */
body {
    background-color: white;
    color: black;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    margin: auto;
    padding: 0;
    padding: center;

}

pre {
    font-size: 10pt;
}

tt {
    font-size: 12pt;
}

tt.filename,
tt.literal {
    font-weight: bold;
}

a {
    color: blue;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

em {
    font-style: italic;
}

.itemizedlist,
.variablelist {
    /* margin settings are top - right - bottom - left (think clockwise) */
    margin: 15px 30px 15px 15px;
}

variablelist {
    display: block;
    margin-left: 2ex;
    margin-top: 1.33ex;
    margin-bottom: 1.33ex;
}

varlistentry {
    display: block;
}

term {
    display: block;
    font-weight: bold;
}

varlistentry > listitem {
    margin-left: 4ex;
}

div.figure {
    clear: both;
    margin: 0 0 5px 10px;
    padding: 4px;
    text-align: center;
}

div.figure p {
    font-size: 80%;
    margin-bottom: 0;
    margin-top: 2px;
    text-align: center;
}

.author {
    color: black;
    font-size: 12pt;
    font-style: italic;
    font-weight: normal;
}

div.navheader,
div.navfooter {
    border: 1px solid black;
    border-left: 0;
    border-right: 0;
    clear: both;
    color: white;
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#809BC8', endColorstr='#FFFFFF', gradientType='0');
    width: 100%;
}

div.navheader table th {
    font-size: medium;
}

/* normal text in the footer */
div.navfooter table td {
    color: black;
}

div.navheader table td a,
div.navfooter table td a {
    color: #black;
    text-decoration: none;
}

/* links in header and footer */
div.navheader table td a:hover,
div.navfooter table td a:hover {
    background-color: transparent;
    text-decoration: underline;
}

div.navheader table td a:visited,
div.navfooter table td a:visited {
    color: black;
}

div.navheader hr,
div.navfooter hr {
    display: none;
}

div.book,
div.chapter,
div.sect1,
div.sect2,
div.sect3,
div.preface,
div.appendix,
div.section,
div.glossary {
    margin: 20px;
}

/* table of contents */
div.toc {
    background-color: #FFF9CD;
    border: 1px solid black;
    color: black;
    margin-bottom: 1cm;
    padding: 0 10px;
    width: 80%;
}

div.toc b {
    font-size: 140%;
}

div.toc a {
    margin-bottom: 5px;
    margin-left: 5px;
}

/* toc definitions for different sections and chapters */
div.book div.toc {
    background-color: transparent;
    border: 0;
    font-size: medium;
    padding: 0;
}

div.table title {
    background-color: white;
    border: 0;
    width: 100%;
}

div.table p {
    text-align: center;
}

div.table tr td p {
    text-align: left;
}

div.table table {
    background-color: #7099C5;
    border-width: 0;
    font-size: 90%;
}

div.table th {
    background-color: #7099C5;
    border: none;
    color: white;
    padding: 1px 4px;
    text-align: center;
    vertical-align: top;
}

div.table tr {
    background-color: #F0F0FF;
}

div.table td {
    border: none;
    padding: 2px 4px 1px 4px;
    vertical-align: top;
}

.caution,
.important,
.note,
.tip,
.warning {
    border-left: 1px solid;
    border-top: 5px solid;
    clear: both;
    margin: 1em 0 0 1em;
    padding: 5px 0 10px 0;
    width: 90%;
}

.action,
.guibutton,
.guimenu,
.guimenuitem {
    font-weight: bold;
}

.guibutton,
.guimenu,
.guimenuitem {
    padding: 0 .5em;
}

.guimenu,
.guimenuitem,
.guilabel {
    /*font-size: 10pt;*/
    background-color: #EEE;
}

.guibutton {
    background: #EEE;
    border-color: #DDD #BBB #BBB #DDD;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    font-size: 10pt;
}

.sidebar {
    background-color: #DCDCDC;
    padding: .5em;
}

.tip {
    border-color: #090;
}

.tip h3 {
    color: #090;
    font-size: 1.05em;
    font-style: italic;
    font-weight: bold;
    padding-top: 4px;
}

.note {
    border-color: #069;
}

.note h3 {
    color: #069;
    font-size: 1.05em;
    font-style: italic;
    font-weight: bold;
    padding-top: 4px;
}

.important {
    border-color: #069;
}

.important h3 {
    color: #069;
    font-size: 1.05em;
    font-style: italic;
    font-weight: bold;
    padding-top: 4px;
}

.caution {
    border-color: #C60;
}

.caution h3 {
    color: #C60;
    font-size: 1.05em;
    font-style: italic;
    font-weight: bold;
    padding-top: 4px;
}

.warning {
    border-color: #900;
}

.warning h3 {
    color: #900;
    font-size: 1.05em;
    font-style: italic;
    font-weight: bold;
    padding-top: 4px;
}

.term {
    border-bottom: 1px dotted black;
}

.screen,
.programlisting {
    -webkit-border-radius: 2.5px;
       -moz-border-radius: 2.5px;
            border-radius: 2.5px;
}

.screen {
    background-color: #EEE;
    border: 1px solid #BBB;
    color: black;
    display: block;
    font-family: monospace;
    font-size: 1em;
    margin: .5em 2em;
    overflow: auto;
    padding: 10px;
}

.programlisting {
    background-color: #DDD;
    border: 1px solid #BBB;
    color: black;
    display: block;
    font-family: monospace;
    font-size: 1em;
    margin: .5em 2em;
    overflow: auto;
    padding: 10px;
}

.FILENAME {
    color: #007A00;
    font-family: monospace;
}

h1, h2, h3, h4, h5, h6,
div.example p b,
.question,
div.table p b,
div.procedure p b {
    color: #900;
}

#bodycol {
    padding-left: 0;
    padding-right: 0;
}

address {
    line-height: 1.3;
    margin: .6em 0;
}

blockquote {
    line-height: 1.5;
    margin-bottom: .75em;
    margin-top: .75em;
}

.legalnotice {
    font-size: small;
    font-variant: small-caps;
}

div {
    margin: 0;
}

dl {
    line-height: 1.2;
    margin: .8em 0;
}

form {
    margin: .6em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    margin-left: 0;
}

h1,
h2 {
    margin: .8em 0 0;
}

h3,
h4 {
    margin: .8em 0 0;
}

h5 {
    margin: .8em 0 0;
}

h6 {
    margin: .8em 0 0;
}

hr {
    border-color: #CECECE;
    border-style: solid;
    border-width: 0 0 1px 0;
    margin: .6em;
}

IMG.NAVHEADER {
    margin: 0 0 0 -4%;
}

OL {
    line-height: 1.2;
    margin: 0 0 0 5%;
}

PRE {
    font-family: monospace;
    line-height: 1.0;
    margin: .75em 0;
}

TD,
TH {
    line-height: 1.2;
}

UL,
DIR,
MENU {
    line-height: 1.2;
    margin: 0 0 0 5%;
}

HTML {
    margin: 0;
    padding: 0;
}

P B.APPLICATION {
    color: black;
}
