
.collapseMenuBase
{
    border-radius: 4px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #333;
    width: 256px;
    margin: 16px;
    padding: 8px;
    float: left;

    /* This property does not seem to inherit correctly: */
    -moz-user-select: none;
}

.collapseMenuHeader
{
    border-radius: 4px 4px 0px 0px;
    border-bottom: 1px solid #222;

    background-image: url('../../data/web/menuIconClosed.png');
    background-position: left;
    background-repeat: no-repeat;
    background-color: #333;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
    border-right: 1px solid #222;
    color: #ddd;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: bold;
    border-top: 1px solid #a0a0a0;
    margin: 0px;
    padding: 10px;
    padding-left: 18px;
}

.collapseMenuList
{
    border-radius: 0px 0px 4px 4px;
    font-size: 0.6em;
    font-weight: normal;
    display: none;
    margin: 0px;
    padding: 1px;
    background-color: #444;
    /*border-top: 1px solid #555;*/
    border-left: 1px solid #555;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
}

.collapseMenuItem
{
    cursor: pointer;
    background-color: #444;
    color: #aaa;
    margin: 0px;
    padding: 10px;
    display: block;
}

.collapseMenuInfoItem
{
    background-color: #444;
    color: #aaa;
    margin: 0px;
    padding: 10px;
    display: block;
}

.topMenuBar
{
    /* http://www.css3.info/preview/rounded-border/ */
    border-radius: 4px;

    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #444444;
    width: 75%;
    height: 38px;
    margin: 16px;
    padding: 0px;

    /* This property does not seem to inherit correctly: */
    -moz-user-select: none;
}

.topMenuButton
{
    border-radius: 4px;
    position: absolute;
    color: #ddd;
    cursor: pointer;

    outline: 0px;

    font-size: 0.8em;
    font-weight: bold;

    margin: 6px;
    padding: 4px;
}

.topMenu
{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;

    position: absolute;
    opacity: 0.95; 

    top: 36px;
    background-color: #333;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;

    display: none;

    color: #ddd;
    cursor: pointer;

    font-size: 0.8em;
    font-weight: bold;

    margin: 16px;
    padding: 0px;
}

.topMenuItem
{
    border-radius: 4px;

    font-size: 0.9em;
    font-weight: normal;
    color: #aaa;
    margin: 0px;
    padding: 6px;
    padding-right: 20px;
    display: block;
}

.menuItemShortCut
{
    padding-left: 20px;
    float: right;
}

.tabs
{
    position: absolute;
    top: 59px;
    left: 0px;
    margin: 0px;
    padding: 16px;

    /* This property does not seem to inherit correctly: */
    -moz-user-select: none;
}

.tab
{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

    width: 64px;
    background-color: #abb0a5;
    color: #675;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0px;
    padding: 6px 6px 4px 6px;
}
