/*
 *  The default font of the help text.
 */

* { font-family: Verdana, Arial, sans-serif; font-size: 1.0em; font-weight: normal; font-style: normal; }

i { font-style: italic; }

b { font-weight: bold; }

u { text-decoration: underline; }

/*
 *  Program code.
 */
.code {
    font-family: monospace; font-size: 1.0em; font-weight: normal; font-style: normal;
}

/*
 *  Headline of a topic.
 */

h1 {
    font-size: 1.8em; color: #f26721; line-height: 1.4em;
}

/*
 *  Headline within a topic.
 */

h2 {
    color: #000000; line-height: 1.6em; font-weight: bold;
}

/*
 *  Sub headline within a topic.
 */

h3 {
    color: #000000; line-height: 1.6em; font-weight: bold; font-style: italic;
}

/*
 *  Table header.
 */

th {
    color: #000000; line-height: 1.6em; font-weight: bold; font-style: italic;
}

/*
 *  Table as grid.
 */

.grid {
    border-collapse: collapse; border: 1px solid lightgrey; padding: 4px;
}

/*
 *  Beta Version Highlighter.
 */

.beta    { padding:2px; padding-left: 25px; background: #FF0000; color: #000000; line-height: 1.6em; font-weight: bold; font-style: italic; }

/*
 *  Release Version Highlighter.
 */

.release { padding:2px; padding-left: 25px; background: #7BCDFF; color: #000000; line-height: 1.6em; font-weight: bold; font-style: italic; }

/*
 *  Default body style.
 */

body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    color: #000000;
    font-style: normal;
    font-size: 0.8em;
    margin-left: 16px;
}

iframe {
    margin-left: -16px;
}

/*
 *  Indention of images that appear between paragraphs.
 */
img {
    margin-left: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*
 *  Indention of tables that appear between paragraphs.
 */

table {
    margin-left: 10px;
    border-spacing: 15px 5px;
}

/*
 *  Indention of code that appear between paragraphs.
 */

.codeIndent {
    margin-left:25px;
    font-family: monospace;
}

/*
 *  Indention of a host command
 */

.codeCommand {
    margin-left: 40px;
    text-indent: -15px;
    font-family: monospace;
}

/*
 *  Font of code examples.
 */

.code {
    font-family: monospace;
}

/*
 *  "Messages Boxes":
 *
 *  <table>
 *  <tr><td class="notice" >Notice: Example message text.</td></tr>
 *  </table>
 *
 */

.info {
    border: thin;
    border-style: solid;
    padding:10px;
    color: #000000;
    background-color: #9FF781;
}

.notice {
    border: thin;
    border-style: solid;
    padding:10px;
    color: #000000;
    background-color: #F3F781;
}

.important {
    border: thin;
    border-style: solid;
    padding:10px;
    color: #000000;
    background-color: #FA5858;
}

/*
 *  Copyright notice.
 */

.copyright {
    font-style:italic;
}
