/* 
 * body 
 */

body {
    margin: 0px;
}

/* 
 * header 
 */

.header {
    padding: 15px 0px 0px 30px;
    height: 65px;
    text-align: left;
}

.header h1 {
    color: #05f0b4;
    margin: 0px;
}

.header h4 {
    color: #6A6A6A; 
    margin: 0px;
}

/* 
 * navigator
 */

.navigator {
    height: 25px;
    padding: 5px 0px 0px 30px;
    width: 100%;
    background-image: url("./img/navigator.png")    
}

.navigator ul li {
    display: inline;
}

.navigator ul {
    margin: 0px;
    padding: 0px;
}

.navigator li {
    color: #6A6A6A;
    margin: 0pt;
    padding: 0px 25px 0px 0px;
}

.navigator strong a {
    margin: 0px;
    padding: 0px 15px 0px 0px;
}

.navigator a:link {
    text-decoration: underline;
}

.navigator a:visited {
    text-decoration: underline; 
}

.navigator a:hover { 
    text-decoration: underline;
}

.navigator a:active { 
    text-decoration: underline;
}

.navigator a.strong {
    color: #14b9eb;
    font-weight: bold;
}

.navigator a.strong:hover { 
    color: #f58241;
    text-decoration: none;
}

.navigator a.strong:link { 
    text-decoration: none;
}

.navigator a.strong:visited { 
    text-decoration: none;
}

/*
 * main body
 */
.main_body {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    width:800px;   
}

/*
 * footer
 */
 
.footer {
    padding: 0px 0px 0px 30px;
    height: 20px;
    text-align: left;
    margin: 50px 0px 20px 0px;
    width: 100%;
    background-image: url("./img/footer.png")
}
 
.footer p {
    font-size: x-small;
}

/*
 * general
 */

.toc_lvl1 {
    list-style-type: none;
}

.toc_lvl2 {
    list-style-type: none;
    padding-left: 30px;
}

.toc_lvl3 {
    list-style-type: none;
    padding-left: 60px;
}

table {
    background-color: #fafafa;
    border-color: #c0c0c0;
    border-collapse: collapse;
}

table th {
    color: #5A5A5A;
    background-color: #eaeaea;
}

/*
 * SWTChart specific
 */

.example_code {
    border: 1px solid #d8d8d8;
    padding: 5px;
    width: 90%;
    background-color: #fafafa;
    color: #000000;
    font-family: "Courier New", Courier, monospace;
}

.example_code strong {
    color: #7e0055;
}

.example_code i {
    color: #0000c0;
}

.toc_lvl1 {
    list-style-type: none;
}

.toc_lvl2 {
    list-style-type: none;
    padding-left: 30px;
}

.toc_lvl3 {
    list-style-type: none;
    padding-left: 60px;
}

.comment {
    color: #3e7e5e;
}

.string {
    color: #2a00fe;
}

/*
 * eclipse doc
 */

body, html { border: 0px }

body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, Helvetica, sans-serif; color: #000000}
pre, code       { font-family: "Courier New", Courier, monospace;}

body         { font-size: 83%; background: #FFFFFF; margin-bottom: 1em }
h1           { font-size: 180%; margin-top: 5px; margin-bottom: 1px }   
h2           { font-size: 140%; margin-top: 25px; margin-bottom: 3px }
h3           { font-size: 110%; margin-top: 20px; margin-bottom: 3px }
h4           { font-size: 100%; margin-top: 20px; margin-bottom: 3px; font-style: italic }
p            { margin-top: 10px; margin-bottom: 10px }
pre          { font-size: 93%; margin-left: 6; color: #4444CC }
code         { font-size: 93%; } 
table        { font-size: 100% } /* needed for quirks mode */
a:link       { color: #0000FF }
a:hover      { color: #000080 }
a:visited    { text-decoration: underline }
ul       { margin-top: 10px; margin-bottom: 10px; }
li       { margin-top: 5px; margin-bottom: 5px; } 
li p         { margin-top: 5px; margin-bottom: 5px; }
ol       { margin-top: 10px; margin-bottom: 10px; }
dl       { margin-top: 10px; margin-bottom: 10px; }
dt       { margin-top: 5px; margin-bottom: 5px; font-weight: bold; }
dd       { margin-top: 5px; margin-bottom: 5px; }
strong       { font-weight: bold}
em       { font-style: italic}
var      { font-style: italic}
div.revision { border-left-style: solid; border-left-width: thin; 
                   border-left-color: #7B68EE; padding-left:5 }
th       { font-weight: bold }


