
div.floating_menu_container
{
    display: none;
    position: absolute;
    left: 0px;
    width:100%;
    height: 25px;
    z-index:100;
    bottom:0px;
    _position:absolute;
    bottom:0;
    _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
    
}

div.floating_menu
{
    position:fixed;
    background-color: #ebebeb;
    border:1px solid #cccbcb;
    width:100%; 
    height: 25px;
    z-index:100;
    bottom: 0px;
}

div.notification_channel:first-child
{
    margin-left: 30px;
    border-left: 1px solid #cccbcb;
}

div.notification_channel
{
    font-family: verdana;
    width: 150px;
    height: 25px;
    float: left;
    border-right: 1px solid #cccbcb;
    font-size: 12px;
    padding: 5px;
    padding-left: 30px;
    color: #444;
    text-transform: uppercase;
    cursor: pointer;
}

div.notification_channel:hover
{
   background-color: #cccbcb;
}

div.notification_channel div.notes
{
    display: none;
    border: 1px solid #cccbcb;
    background-color: #fff;
    width: 185px;
    position: absolute;
    left: 30px;
    bottom: 25px;
    background-color: #ebebeb;
    text-transform: none;
}

div.notification_channel span.counter
{
    font-weight: bold;
}

div.notification_channel div.notes#channel1
{
    left: 30px;
}

div.notification_channel div.notes#channel2
{
    left: 216px;
}

div.notification_channel div.notes#channel3
{
    left: 402px;
}

div.notification_channel div.notes#channel4
{
    left: 588px;
}

div.notification_channel div.notes#channel5
{
    left: 774px;
}

div.notification_channel div.notes#channel6
{
    left: 960px;
}

div.notification_channel div.note:first-child
{
    border-top: none;
}

div.notification_channel div.note
{
    border-top: 1px solid #cccbcb;
    color: black;
    text-align: left;
    padding: 3px;
    font-size: 8pt;
    cursor: pointer;
}

div.notification_channel div.note:hover
{
   background-color: #cccbcb;
   border: 1px solid #ebebeb;
}

div.notification_channel div.note div.title
{
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 8pt;
}

div.notification_channel div.note div.body
{
}

div.notification_channel div.note div.close
{
    float: right;
    font-size: 8px;
    width: 10px;
    height: 12px;
    padding-left: 4px;
    padding-top: 3px;
}

div.notification_channel div.note div.close:hover
{
    background-color: #05486f;
    color: white;
}

div.notification_channel div.note a
{
    color: inherit;
    text-decoration: none;
}

div.notification_channel div.note.dying
{
    color: red;
}
