  /* 
    Document   : 04.information.bar
    Created on : Jan 17, 2013, 10:09:35 AM
    Author     : nms
    Description:
        Purpose of the stylesheet follows.
*/
#informationBar {
    height: 85px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: -100px;
    width: 770px;
    z-index: 5000;
    background: none repeat scroll 0 0 #e1f0fa;
    border: 1px solid rgba(147, 184, 189, 0.8);
    box-shadow: 0 0 7px 7px rgba(105, 108, 109, 0.698), 0 0 20px 20px rgba(208, 223, 226, 0.6) inset;
}
#informationBarMessageContainer{
    padding: 15px;
    text-align: left;
}
.infoBarIcon{
    font-size: 50px;
    color: #259ADD;
    text-shadow: 0 0 13px #FFFFFF;
    margin-right:20px;
    margin-left:30px;
    float:left;
    padding-top:10px;
}
.infoBarMessage{
    font-size: 16px;
    color: #259ADD;
    text-shadow: 0 0 13px #FFFFFF;
    padding-top:20px;
    font-family: 'Lato', "Trebuchet MS", Arial, sans-serif; 
    float:left;
    width:600px;
}