/* $Id: panel.css 47668 2008-06-27 05:55:05Z seano $ */

div.bulletin-panel {
    margin-bottom: 5px;    
}

div.bulletin-panel-content-border {
    border: 1px solid #5F89D8;
    background-color: white;
    text-align: left;
}

div.bulletin-panel-content {
    padding: 5px;
}

div.bulletin-panel-info {
    border-bottom: 1px solid #5F89D8;
    padding: 5px;
    background-color: lightyellow;
}

div.bulletin-panel-error {
    border-bottom: 1px solid #5F89D8;
    padding: 5px;
    background-color: white;
    color: #CC0000;
    font-weight: bold;
}

ul.bulletin-panel-error-list {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 15px;
}

div.bulletin-panel-heading {
    background-image: url( /images/common/box_blu_top_right.gif );
    background-position: top right;
    background-repeat: no-repeat;
    border-color: #5F89D8;
    color: #ffffff;
    background-color: #1365AC;
    font-size: 14px;
    font-style: normal;
    vertical-align: middle;
    text-align: left;
    padding-left: 5px;
    padding-top: 5px;
    height: 15pt;
}
