@charset "UTF-8";

body {
    font-size: 9pt;
    font-family: Verdana, Arial;
    color: #000000;
    background: #FFFFFF;
    margin: 10px;
}

td {
    font-size: 9pt;
    font-family: Verdana, Arial;
    background: #FFFFFF;
}

a {
    color: #004080;
    text-decoration: none;
}

a:visited {
    color: #800080;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    text-decoration: underline;
}

img {
    border: 0;
}

.programlisting, .screen {
    padding: 5px;
    background-color: #E0E0E0;
    font-size: 10pt;
    font-family: "Courier New", Courier, monospace;
}

h1, h2, h3, h4, h5, .formalhead {
    font-style: normal;
    font-weight: bold;
    margin-top: 14px;
}

h1 {
    margin-top: 20px;
    font-size: 15pt;
}

h2 {
    margin-top: 18px;
    font-size: 13.5pt;
}

h3 {
    margin-top: 16px;
    font-size: 12pt;
}

.examplecode {
    font-weight: normal;
    margin-right: 10px;
    padding: 5px 5px 5px 50px; /* HI (20px => 50px) */
    background-image: url(https://mimdbtools.sourceforge.net/manual/_code.gif); /* HI (new) */
    background-repeat: no-repeat; /* HI (new) */
    background-color: #dcdcdc;
    font-family: "Courier New", Courier, mono;
}



.masterheader { /* HI (borders deleted) */
    font-size: 24px; /* HI (18px => 24px) */
    font-weight: bold;
    background-color: #666699; /* HI (9999FF => 666699) */
    padding: 10px 5px 10px 20px;  /* HI (changed) */
    margin: 0px 0px 0px 0px;
    color: #FFFFFF; /* HI (new) */
    background-image: url(https://mimdbtools.sourceforge.net/manual/_masterheader.jpg); /* HI (new) */
    background-repeat: repeat-x; /* HI (new) */
}

.subheader {
    font-style: normal;
    font-weight: bold;
    background-color: #DDDDFF;
    margin: 0px 0px 15px 0px; /* HI (changed) */
    padding: 8px 5px 8px 20px; /* HI (changed) */
    line-height: 20px; /* HI (changed) */
    background-image: url(https://mimdbtools.sourceforge.net/manual/_subheader.gif); /* HI (new) */
    background-repeat: repeat-x; /* HI (new) */
    border-color: black black #666666; /* HI (new) */
    border-style: solid; /* HI (new) */
    border-width: 0px 0px 1px 0px; /* HI (new) */
}

.navigation {
    background-color: #DDDDDD;
    border-color: #666666 black black;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    margin-top: 20px;
}

.note, .warning, .caution {
    margin: 20px 20px 20px 20px;
    border: 1px #333333 solid;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 5px 5px 5px 50px; /* HI (10 => 50) */
}

.note {
    background-image: url(https://mimdbtools.sourceforge.net/manual/_note.gif); /* HI (new) */
    background-repeat: no-repeat; /* HI (new) */
}

.warning, .caution {
    background-color: #FFFF99;
    background-image: url(https://mimdbtools.sourceforge.net/manual/_warning.gif); /* HI (new) */
    background-repeat: no-repeat; /* HI (new) */
}

.note, .warning, .caution, .note p, .warning p, .caution p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
}

.seealso {
    font-style: normal;
    font-weight: normal;
    color: #000000;
    background-color: #DDDDFF;
    margin: 20px 20px 0px 20px; /* HI (changed) */
    padding: 5px 5px 5px 15px; /* HI (10px => 15px) */
}

.unheader {
    background-color: #CCCCCC;
    padding: 2px 10px 2px 15px; /* HI (changed) */
    margin-bottom: 1px;
    margin-top: 5px; /* HI (new) */
}
/* user note text */
.untext {
    background-color: #DDDDDD;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 2px 10px 5px 15px; /* HI (changed) */
}

/* colors for color code highliting */
.cs { color: #CC0000 } /* string */
.cc { color: #b8860b } /* comment  */
.ck { color: #006600 } /* keyword  */
.cd { color: #0000CC } /* default */

/* Style elements for the context menu */
.context {
    font-size: 12px;
    color: #000000;
    margin: 2px 2px 2px 3px;
    line-height: 16px;
}
#contextMenu {
    position: absolute;
    width: 150;
    border: 1px solid #000000;
    visibility: hidden;
    background-color: #f5f5f5;
}

/* Form elements (used in context menu) */
form.thin {
    margin-bottom: 0px;
    margin-top: 0px;
}

/* Author group on frontpage */
div.authorgroup {
    text-align: center;
}
