div.bannerAlertDiv {
    width: 100%;
}

#bannerAlertContainer {
    color: rgb(204, 204, 204); 
    font-size: 17px; 
    line-height: 14px; 
    display: inline; 
    float:left;
    padding: 10px 10px 10px 0px; 
    margin-bottom: 5px; 
    margin-top: 5px;
    width: 600px;
}

#bannerAlert {
    padding: 10px 10px 10px 10px; 
    /* border: 1px solid #cececf; */
    font-size: 10.5pt;
    position: relative;
    margin-top: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-top-right-radius:10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#bannerAlert .scopeDiv {
    font-size: 10.5pt;
    top: -12px; 
    position: absolute;
    left: 14px;
    padding: 3px 7px 3px 7px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#bannerAlert .scopeDiv.emergency {
    background-color: rgb(250,0,0);
}

#bannerAlert .scopeDiv.warning {
    background-color: rgb(247,196,69);
}

#bannerAlert .scopeDiv.notification {
    background-color: rgb(120,176,235);
}

#bannerAlert .linkDiv {
    padding-top:5px;
}

#bannerAlert a {
    color: rgb(17, 73, 124);
    font-weight: bold;
    word-wrap: break-word; 
}

#bannerAlert.emergency {
    background-color: rgb(250,0,0);
    opacity: .9;
    color: white;
}

#bannerAlert.emergency a {
    color: rgb(87, 175, 255);
}

#bannerAlert.warning{
    background-color: rgb(247,196,69);
}

#bannerAlert.notification{
    background-color: rgb(120,176,235);
}

.bannerAlertDiv .bannerSpacer {
    height: 20px;
}
