﻿#divStatusBar
{
    background-image:url(ImgStatusBar/personBarBackgnd.png);
    background-color: #cccccc;
    background-repeat: repeat-x;


    width:100%;        
    bottom:0px;
    left:0px;
    position:fixed;
    margin-left: auto;
    margin-right: auto;
    overflow:hidden;
    height:22px;
    z-index: 5;  
    
    padding-left:5px;
    padding-top:5px;
}

#divStatusBarMsg
{
    position:fixed;
    bottom: 27px;
    left: 0px;
    width:450px;
    min-height:200px;
    max-height:350px; 
    overflow: auto;
    overflow-x: hidden;   
    border: 1px solid black;
    background-color: #ffffff;
}

#divStatusBarMessagesCount
{
    min-width:30px;
    max-width:60px;
}


.divMsgStatusBarHover
{
    cursor: pointer;
    font-weight: bold;
}

