body
{
    font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: x-small;
    background: white;
    margin: 1px 1px;
}

img
{
    border: 0;
    vertical-align: text-bottom;
}

span.red
{
    color: red;
    font-weight: bold;
}

#logo
{
    border: 1px solid #002d96;
    height: 20px;
    width: 185px;
    padding: 0;
    /*
        gradient-start: #5987d6;
        gradient-end: #033893;
    */
}

#userCtxMenu
{
    margin-top: 10px;
    border: 1px groove #807AD6;
    width: 179px;
    z-index: 0;
}

#linkCtxMenu, #nodeCtxMenu
{
    display: none;
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#toolbar
{
    height: 21px;
    width: 185px;
    background: #B2CCF7;
    border: 1px solid #002d96;
    margin-bottom: 5px;
}

#toolbar input
{
    vertical-align: top;
}

#toolbar div
{
    margin-top: 1px;
}

#toolbar img
{
    height: 16px;
    width: 16px;
    border: 1px solid #B2CCF7;
}

#toolbar img.raised
{
    border: 1px outset black;
}

#toolbar img.pressed
{
    border: 1px inset gray;
}

#toolbar #tlbSearch
{
    margin: 1px 1px;
    float: left;
    width: 120px;
}

#toolbar #tlbOther
{
    margin-top: 1px;
    margin-left: 122px;
    text-align: right;
}

#toolbar #fldSearch
{
    font-size: 7pt;
    background: white;
    width: 7em;
}

#powered
{
    text-align: center;
    width: 179px;
    padding: 1px 3px;
    margin-top: 5px;
    height: 20px;
}

#powered #by
{
    margin-bottom: 3px;
    font-size: 0.81em;
}

#powered #design
{
    font-size: 0.81em;
}

#stat
{
    text-align: center;
    border: 1px dotted black;
    font-size: 6pt;
    color: gray;
    margin-top: 10px;
    width: 185px;
}

div.sponsor a
{
    text-decoration: none;
}

div.sponsor img
{
    width: 125px;
    height: 37px;
    border: 0;
}

table.sponsor
{
    width: 100%;
}

table.sponsor td
{
    text-align: right;
}

div.menu
{
    cursor: default;
    overflow: hidden;

    border: 2px outset #807AD6;
    background: #F6F6F6;
    padding: 3px;
}

div.menu .off
{
    padding-left: 10px;
    padding-right: 10px;
    border: 1px #F6F6F6 solid;
}

div.menu .on
{
    padding-left: 10px;
    padding-right: 10px;
    border: 1px #000080 solid;
    background: #FFEEC2;
}

div.menu .disabled
{
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    color: #8D8D8D;
}

div.menu .separator
{
    margin-top: 1px;
    border-top: #6A8CCB solid 1px;
    margin-bottom: 1px;
}

div.tree
{
    margin: 0;
    color: #444;
}

div.root
{
    margin-bottom: 2px;
}

div.tree div
{
    white-space: nowrap;
}

div.tree div.node
{
    display: block;
}

div.tree div.node div.childrenCollapsed
{
    display: none;
}

div.tree div.node div.childrenExpanded
{
    display: block;
}

div.tree div.link
{
    height: 16px;
}

div.root div.node img.root
{
    margin-right: 1px;
    height: 18px;
    width: 18px;
}

div.tree div.node img
{
    height: 16px;
}

div.tree div.node img.favicon
{
    width: 16px;
    margin-right: 1px;
}

div.tree span.menu img
{
    height: 16px;
}

div.tree a
{
    text-decoration: none;
    color: #444;
}

div.tree a.private
{
    font-style: italic;
}

div.tree a.dead
{
    text-decoration: line-through;
}

div.tree a.acl
{
    text-decoration: underline;
}

div.tree a:hover
{
    color: black;
    background: #ECE9D8;
}

div.tree a:hover .selected
{
    color: white;
    background: #316ac5;
}

div.tree a.highlight
{
    background-color: yellow;
}

div.hidden
{
    display: none;
}

/*** Config ***/

body.config
{
    margin: 5px;
    width: 179px;
}

body.config table
{
    text-align: left;
    font-size: 10pt;
    background: #295bb1;
    color: white;
    width: 100%;
}

body.config div.error
{
    background: red;
    color: yellow;
    font-size: larger;
    text-align: center;
    font-weight: bold;
}

body.config div.message
{
    background: #B2CCF7;
    color: black;
    font-size: larger;
    text-align: center;
    font-weight: bold;
}

body.config input
{
    width: 97%;
}

/*** Config ***/

body.locale
{
    margin: 5px;
}

body.locale table
{
    text-align: left;
    font-size: 10pt;
    border-collapse: collapse;
}

body.locale table th
{
    text-align: left;
    font-size: 10pt;
    background: #295bb1;
    color: white;
}

body.locale table.stat td
{
    background: #B2CCF7;
}

body.locale table.stat td.stat
{
    text-align: right;
    vertical-align: middle;
}

body.locale table.stat td.statCmd
{
    text-align: left;
    vertical-align: middle;
    font-size: 6pt;
}

body.locale table.stat td.stat a
{
    font-size: 7pt;
}

body.locale table.edit,
body.locale table.edit input,
body.locale table.edit textarea
{
    width: 100%;
}

body.locale table.edit td.label
{
    background: #295bb1;
    color: white;
    white-space: pre;
}

body.locale table.edit td.comment
{
    background: lightgray;
    color: gray;
    white-space: pre;
}

body.locale table.edit td.value
{
    background: #B2CCF7;
}

body.locale table.edit td.missing input,
body.locale table.edit td.missing textarea
{
    background: yellow;
}

body.locale table.edit td.update input,
body.locale table.edit td.update textarea
{
    background: lightgreen;
}

/*** Command Window ***/

.cmdWin
{
    margin: 0;
    background: white;
}

#commandHead
{
    background: #295bb1;
    color: white;
    font-size: 14pt;
    text-align: center;
    font-weight: bold;
}

#errorHead
{
    background: red;
    color: yellow;
    font-size: 14pt;
    text-align: center;
    font-weight: bold;
}

#warnHead
{
    background: #033893;
    color: yellow;
    font-size: 14pt;
    text-align: center;
    font-weight: bold;
}

#commandBody, #errorBody, #warnBody
{
    margin: 5px;
    width: 179px;
}

body.cmdWin .label
{
    font-weight: bold;
}

body.cmdWin .data
{
    font-size: x-small;
    text-align: left;
}

body.cmdWin .data input,
body.cmdWin .data textarea
{
    width: 97%;
}

body.cmdWin .buttons
{
    margin-top: 5px;
    text-align: right;
}

body.cmdWin input.button
{
    font-size: x-small;
    margin-top: 2px;
}

body.cmdWin input.customButton,
body.cmdWin select.language,
body.cmdWin select.help
{
    font-size: x-small;
    width: 100%;
}

body.cmdWin img.favicon
{
    width: 16px;
    height: 16px;
    border: 0;
}

body.cmdWin table
{
    margin-top: 5px;
    width: 100%;
    border-collapse: collapse;
    font-size: x-small;
}

body.cmdWin table tr.group td
{
    border-top: gray solid 1px;
}

body.cmdWin table th
{
    background: #B2CCF7;
    color: black;
    font-size: x-small;
}

body.cmdWin table .group
{
    width: 100%;
    text-align: left;
}

body.cmdWin table .right
{
    text-align: center;
}

body.cmdWin table input.order
{
    font-size: 7pt;
    width: 3em;
    margin-bottom: 1px;
}

body.cmdWin div.legend
{
    text-align: center;
    color: gray;
}

body.cmdWin select.fldList
{
    font-size: 10px;
}

body.cmdWin select.fldList option.fldList
{
    background: #295bb1;
    color: white;
}

body.cmdWin select.fldList option.fldList1
{
    background: #699BF1;
}

body.cmdWin select.fldList option.fldList2,
body.cmdWin select.fldList option.fldList3,
body.cmdWin select.fldList option.fldList4,
body.cmdWin select.fldList option.fldList5,
body.cmdWin select.fldList option.fldList6,
body.cmdWin select.fldList option.fldList7,
body.cmdWin select.fldList option.fldList8,
body.cmdWin select.fldList option.fldList9,
body.cmdWin select.fldList option.fldList10
{
    background: #79ABF1;
}

.fixed
{
    font-family: courier;
    font-size: small;
}

body.cmdWin select option.noinsert
{
    background: gray;
}

#foot
{
    text-align: right;
    width: 179px;
}

/*** Launcher window ***/

#home
{
    margin-bottom: 10px;
    width: 190px;
    text-align: center;
    
}

#tip
{
    height: 7em;
    
}

#launcher
{
    border: 1px groove #807AD6;
    padding: 2px;
    width: 570px;
    margin-top: 1px;
}

#launcher h2
{
    font-size: larger;
    color: #295bb1;
    margin-bottom: 1px;
    margin-top: 2px;
    margin-left: 2px;
}

#launcher p
{
    margin-left: 3px;
}

#launcher table
{
    text-align: left;
}

#launcher table th
{
    border: 1px solid #002d96;
    background: #B2CCF7;
    color: black;
    vertical-align: top;
    font-size: x-small;
}

#launcher table td
{
    font-size: x-small;
    vertical-align: top;
}

#launcher td p.comment
{
    margin-top: 1px;
    margin-bottom: 0;
    margin-left: 1px;
    font-style: italic;
}

#trailer
{
    margin-left: 4px;
    font-style: italic;
    font-size: 8pt;
}

span.compatibleNo
{
    color: gray;
}

span.compatibleYes
{
    color: black;
}
