@charset "utf-8";
@import url("../sitebar.css");
@import url("common.css");

body.siteBar
{
    margin: 0px 1px;
}

.siteBar #logo
{
    width: 179px;
    margin-left:3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.siteBar #userCtxMenu
{
    border: 1px solid #84aa00;
    color: #333;
}

.siteBar #linkCtxMenu, #nodeCtxMenu
{
    background: #9cba00;
    border: 0;
    color: white;
}

.siteBar #toolbar
{
    border: 1px solid #002d96;
}

.siteBar #toolbar img
{
    border: 1px solid white;
}

.siteBar #tail
{
    border: 1px solid #84aa00;
    background: #fffff5;
}

.siteBar #tail a
{
    color: #000000;
    font-weight: bold;
    text-decoration:underline;
}

.siteBar #tail a:hover
{
    text-decoration:none;
}

.siteBar #tail div.designedBy
{
    font-size: 0.80em;
}

.siteBar #stat
{
    width: 184px;
}

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

    background: #fffff5;
    padding: 3px;
    color: #000000;
}

.siteBar #userCtxMenu div
{
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #fffff5;
}

.siteBar #linkCtxMenu div
{
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #9cba00;
}

.siteBar #nodeCtxMenu div
{
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #9cba00;
}

#userCtxMenu div.active,
#linkCtxMenu div.active,
.siteBar #nodeCtxMenu div.active
{
    padding-left: 15px;
    padding-right: 15px;
    color: #000000;
    background: #ffff9c;
    border: 1px inset #84aa00;
}

#userCtxMenu div.disabled,
#linkCtxMenu div.disabled,
.siteBar #nodeCtxMenu div.disabled
{
    padding-left: 15px;
    padding-right: 15px;
    color: #84aa00;
}

#userCtxMenu div.separator,
#linkCtxMenu div.separator,
.siteBar #nodeCtxMenu div.separator
{
    margin-top: 3px;
    border-top: 1px solid #649a00;
    border-bottom: 1px solid #acea44;
}

#userCtxMenu div.more,
#linkCtxMenu div.more,
.siteBar #nodeCtxMenu div.more
{
    padding: 0;
}

.siteBar div.tree
{
    color: #000000;
}

.siteBar div.root
{
    left: 0;
}

.siteBar div.tree div.node img
{
    height: 16px;
    vertical-align: text-bottom;
    padding-top: 3px;
    margin-right: 2px;
}

.siteBar div.tree div.link img
{
    height: 16px;
    vertical-align: text-bottom;
    padding-top: 3px;
}

.siteBar div.tree div.link
{
    height: 17px;
}

.siteBar div.tree div.link img.favicon
{
    height: 16px;
    width: 16px;
    vertical-align: text-bottom;
    border: 0;
    margin-right: 1px;
}

.siteBar div.tree a
{
    text-decoration: none;
    color: #000000;
    padding-left:2px;
    padding-right:10px;
    padding-top: 2px;
}

.siteBar div.tree a.private img
{
    padding-right:3px;
}

.siteBar div.tree a.highlight
{
    background-color: #c0d2ec;
}

/*** Command Window ***/

.siteBar #commandHead
{
    color: #ffffff;
    font-size: 13px;
}

.siteBar #errorHead
{
    font-size: 13px;
}

.siteBar #warnHead
{
    background: #84aa00;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

body.siteBarCmdWin table th
{
    color: #333;
}

/*** Launcher window ***/

.siteBar #tip
{
    height: 7em;
}

.siteBar #launcher
{
    border: 1px solid #84aa00;
    padding: 2px;
    background: #fffff5;
}

.siteBar #launcher h2
{
    margin-bottom: 5px;
    color: #333;
    border: 1px solid #84aa00;
    background: #fffff5;
}

.siteBar #launcher p
{
    margin-top: 1px;
    margin-bottom: 0;
    font-size: x-small;
}

.siteBar #launcher table
{
    text-align: left;
    background: #fffff5;
}

.siteBar #launcher table th
{
    background: #84aa00;
    color: white;
}

.siteBar #launcher table td
{
    background: #fffff5;
}

.siteBar #launcher a
{
    color: #000000;
    font-weight: bold;
}

.siteBar #launcher a:hover
{
    text-decoration:none;
}

.siteBar #trailer a
{
    color: #000000;
    font-weight: bold;
}

.siteBar #trailer a:hover
{
    text-decoration:none;
}

.siteBar span.compatibleNo
{
    color: #bbbbbb;
}

.siteBar span.compatibleYes
{
    color: #000000;
}
