body.wait, body.wait *{
    cursor: wait !important;   
}

#header_frame
{
    height: 85px;
}


/****************************************
Notifications
*****************************************/

.notifications_mainDiv
{
    display:none;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    

    border: 1px solid #808080;
    border-top: 0px solid transparent;

    background-color: #FAFAFB;

    color: black;
    z-index: 1002;
}

.notifications_closeDiv
{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 18px;
    width: 18px;
    background-image: url(../graphics/close.png);
    margin: 2px;
}

.notifications_textDiv
{
    margin: 5px;
    margin-top: 16px;
    font-weight: bold;
    text-align: center;
}

.notifications_textDiv UL
{
    padding: 0px;
}

.notifications_loader SPAN
{
    position: relative;
    left: 4px;
    top: -3px;
}

#mySidebar
{
    display:none;
    padding-top: 36px;
    right:0;
    z-index:2;
    width: 300px;
}