body
{
    background-color: #f0f0f0;
    color: #000000;
    padding: 10px;
    margin: 0;
    overflow: auto;
    font-family: "Arial", "Verdana", sans-serif;
    font-size: 14px;
}
a
{
    color: #335588;
    text-decoration: none;
    white-space: nowrap;
}
a:hover, a:active
{
    color: steelblue; 
    text-decoration: underline;
}

table
{ 
    background-color: #eeeeee;
    font-family: "Arial", "Verdana", sans-serif;
    font-size: 14px;
}
caption
{
    color: #445577;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    font-style: italic;
}
p, li
{
    line-height: 140%
}
a img
{
    border: 0px;
}
dd
{
    margin-left: 0px;
    padding-left: 1em;
}

/* Page layout/boxes */

.info-box
{
}
.info-box-title
{
    margin: 1em 0em 0em 0em;
    padding: .25em;
    font-weight: normal;
    font-size: 14pt;
    border: 2px solid #999999;
    background-color: #ffffff;
}
.info-box-body 
{ 
    padding: 5px;
}
.nav-bar 
{ 
    font-size: 13px;
    white-space: nowrap;
    text-align: right;
    padding: .2em;
    margin: 0em 0em 1em 0em;
    float: right;
    margin: 10px;
    padding: 10px;
    background: #f0f0f0;
    color:      #333333;
    border: 1px solid #335577;
}
.nav-title
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}
.oddrow
{
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 1em;
}
.evenrow
{
    background: #f8faff;
    border: 1px solid #ccc;
    padding: 8px;
    margin-bottom: 1em;
}
.page-body
{
    max-width: 800px; 
    margin: auto;
    border: 1px solid #aaaaaa;
    background: #f8f8f8;
}
.tree dl { margin: 0px }

/* Index formatting classes */

.index-item-body { margin-top: .5em; margin-bottom: .5em}
.index-item-description { margin-top: .25em }
.index-item-details { font-weight: normal; font-style: italic; font-size: 8pt }
.index-letter-section { }
.index-letter-section a { font-size: 12px; }
.index-letter-title { }
.index-letter-menu { text-align: center; margin: 1em }
.index-letter { font-size: 12pt }

/* Docbook classes */

.short-description
{
    font-weight: bold; color: #666666;
}
.tags {
    padding-left: 0em;
    margin-left: 3em;
    color: #666666;
    list-style-type: square;
}
.p-description,
.description
{
    margin: 10px;
    border: 1px solid #888888;
    width: 80%;
}
.p-description
{
    border-width: 0;
}
.p-description div
{
    line-height: 1.5em;
    margin: 1em 0;
}
.src-line
{
    line-height: 100%;
    margin: 0 0;
}
table.description
{
    margin: 10px 0 10px 0;
    width: 100%;
}
.description th
{ 
    border-bottom: 1px dotted #666666;
    text-align: left; 
    background: #fff url('th.gif');
    color: #000000; 
    font-family: 'Arial', 'Helvetica', sans-serif;
}
.description td 
{ 
    background-color: #ffffff; 
    color: #000000; 
    font-family: 'Times New Roman', serif; 
}
.redefinitions { font-size: 8pt; padding-left: 0em; margin-left: 2em; }
.package {  }
.package-title { font-weight: bold; font-size: 14pt; border-bottom: 1px solid black }
.package-details { font-size: 85%; }
.sub-package { font-weight: bold; font-size: 120% }
.tutorial { border-width: thin; border-color: #0066ff }
.tutorial-nav-box { width: 100%; border: 1px solid #AAAAAA; background-color: #DDDDFF; }
.nav-button-disabled { color: #AAAAAA; }
.nav-button:active, 
.nav-button:focus, 
.nav-button:hover { background-color: #CCCCCC; outline: 1px solid #999999; text-decoration: none }
.folder-title { font-style: italic }

/* Generic formatting */

.field 
{ 
    font-weight: bold; 
}
.detail 
{ 
    font-size: 8pt; 
}
.notes 
{ 
    font-style: italic; 
    font-size: 8pt; 
}
hr
{
    background-color: #aaaaaa;
    color: #aaaaaa;
    height: 2px;
    width: 100%;
}
.warning 
{  
    color: #FF6600; 
}
.disabled 
{ 
    font-style: italic;
    color: #999999; 
}

/* Code elements */

.line-number {  }

.class-name { color: #000000; font-weight: bold; }

.method-summary { padding-left: 1em; font-size: 8pt }
.method-header
{ 
    background-color: #e0e5f0;
    font-family: 'Arial', 'Helvetica', sans-serif; 
    font-size: 18px;
    color: #000000;
    padding: 5px; 
    text-indent: 30px;
}
.method-definition { margin-bottom: .3em }
.method-name { font-weight: bold; }
.method-signature 
{
    border: 1px solid #000000;
    font-size: 13px;
    color: #000000;
    background: #ffffff;
    padding: 5px;
    font-family: 'Courier New', 'Courier', monospace;
    margin-top: 10px;
    margin-bottom: 10px;
}
.method-params 
{
    display: inline;
    font-weight: normal;
}
/* h5.method-signature
{
    background-color: #eef0ff;
    border-width: 0;
    color: #333333;
    font-size: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    text-indent: 0;
} */
.evenrow,.oddrow
{
    margin-bottom: 50px;
}
.method-result { font-style: italic; }

.var-summary { padding-left: 1em; font-size: 8pt; }
.var-header { background-color: #DDDDFF; padding: 1px; }
.var-title { margin-bottom: .3em }
.var-type { font-style: italic; }
.var-name { font-weight: bold; }
.var-default {}
.var-description { font-weight: normal; color: #000000; }

.include-title {  }
.include-type { font-style: italic; }
.include-name { font-weight: bold; }

.const-title {  }
.const-name { font-weight: bold; }

/* Syntax highlighting */

.src-code {  border: 1px solid #999999; padding: 1em; }
*[class="src-code"], *[class="listing"], *[class="example"] { line-height : 0.5em }

.src-comm { color: green; }
.src-id {  }
.src-inc { color: #0000FF; }
.src-key { color: #0000FF; }
.src-num { color: #CC0000; }
.src-str { color: #66cccc; }
.src-sym { font-weight: bold; }
.src-var { }

.src-php { font-weight: bold; }

.src-doc { color: #009999 }
.src-doc-close-template { color: #0000FF }
.src-doc-coretag { color: #0099FF; font-weight: bold }
.src-doc-inlinetag { color: #0099FF }
.src-doc-internal { color: #6699cc }
.src-doc-tag { color: #0080CC }
.src-doc-template { color: #0000FF }
.src-doc-type { font-style: italic }
.src-doc-var { font-style: italic }

.tute-tag { color: #009999 }
.tute-attribute-name { color: #0000FF }
.tute-attribute-value { color: #0099FF }
.tute-entity { font-weight: bold; }
.tute-comment { font-style: italic }
.tute-inline-tag { color: #636311; font-weight: bold }

/* tutorial */

.authors {  }
.author { font-style: italic; font-weight: bold }
.author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal }
.example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; }
.listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap; }
.release-info { font-size: 85%; font-style: italic; margin: 1em 0em }
.ref-title-box {  }
.ref-title {  }
.ref-purpose { font-style: italic; color: #666666 }
.ref-synopsis {  }
.title { font-weight: bold; border: 2px solid #999999; background-color: #FFFFFF; padding: 2px }
.cmd-synopsis { margin: 1em 0em }
.cmd-title { font-weight: bold }
.toc { margin-left: 2em; padding-left: 0em }

h1, h2, h3, h4, h5, h6
{
    border-top: 1px solid #b7ab9d;
    border-bottom: 1px solid #817a72;
}
h1
{
    background: #618497 url('h1.gif') repeat-x;
    padding: 5px;
    text-indent: 5px;
    text-align: left;
}
h1, h1 a
{
    font-family: 'Arial', 'Helvetica', sans-serif; 
    color: #fff;
    font-weight: bold;
    font-size: 30px; 
}
h2
{
    background: #fff url('h2.gif') repeat-x;
    text-align: left;
    padding: 5px;
    text-indent: 10px;
}
h2, h2 a
{
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #001030;
}
h3
{
    background: #fff url('h3.gif') repeat-x;
    padding: 5px;
    text-indent: 15px;
}
h3, h3 a
{
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-weight: bold; 
    font-size: 22px;
    color: #001030;
}
h4
{
    background: #fff url('h4.gif') repeat-x;
    padding: 5px;
    text-indent: 30px;
}
h4, h4 a
{
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-weight: bold; 
    font-size: 18px;
    color: #000000;
}
h5
{
    background: #fff url('h5.gif') repeat-x;
    padding: 5px;
    text-indent: 40px;
}
h5, h5 a
{
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-weight: bold; 
    font-size: 16px;
    color: #333333;
}
h6
{
    background: #fff url('h6.gif') repeat-x;
    padding: 5px;
    text-indent: 10px;
}
h6, h6 a
{
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-weight: bold; 
    font-size: 14px;
    color: #555555;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
    color: #eef0ff;
}
.footline, .headline
{
    font-size: 18px;
    font-family: 'Arial', 'Helvetica', sans-serif;
    color: #ffffff;
    background: #fff url('index_title_bgd.gif');
    line-height: 65px;
    height: 65px;
    overflow: hidden;
    padding: 5px; 
    text-indent: 5px;
    margin-left: 0; 
    margin-right: 0;
}
.headline
{
    margin-bottom: 20px;
    margin-top: 5px;
}
.footline
{
    margin-top: 20px; 
    margin-bottom: 5px;
}
.footline A, .headline a
{
    font-weight: bold; 
    color: #f0ffff;
}
.footline img, .headline img
{
    margin-left: 15px; 
    margin-right: 5px;  
    border: 0;
}

.document_nav
{
    display: block;
    float: left ! important;
    width: 250px ! important;
    overflow: auto;
}

.document_body
{
    display: block;
    margin-left: 255px ! important;
}