/** Page notes, warnings and errors **/
.pageHeaderNotes, .pageHeaderNotesWarning, .pageHeaderNotesError, .pageSectionBubble {
    border: none;
    position:relative;
    padding:5px;
    margin:1em 0 1em 0;
    /* css3 */
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.pageHeaderNotes a, .pageHeaderNotesWarning a, .pageHeaderNotesError a {
    color:blue; text-decoration: none; font-weight:bold;
}
.pageHeaderNotes a:visited, .pageHeaderNotesWarning a:visited, .pageHeaderNotesError a:visited {
    color:blue; text-decoration: none; font-weight:bold;
}
.pageHeaderNotes {
    color:#000;
    background:#b8db29; /* default background for browsers without gradient support */
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#b8db29), to(#5a8f00));
    background:-moz-linear-gradient(#b8db29, #5a8f00);
    background:-o-linear-gradient(#b8db29, #5a8f00);
    background:linear-gradient(#b8db29, #5a8f00);
}
.pageHeaderNotesWarning {
    color:#000;
    background:#f9d835; /* default background for browsers without gradient support */
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#f3961c), to(#f9d835));
    background:-moz-linear-gradient(#f3961c, #f9d835);
    background:-o-linear-gradient(#f3961c, #f9d835);
    background:linear-gradient(#f3961c, #f9d835);
}
.pageHeaderNotesError {
    color:#fff;
    background:#c81e2b;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#f04349), to(#c81e2b));
    background:-moz-linear-gradient(#f04349, #c81e2b);
    background:-o-linear-gradient(#f04349, #c81e2b);
    background:linear-gradient(#f04349, #c81e2b);
}
.pageSectionBubble {
    color: #ffffff;
    background:#075698;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#2e88c4), to(#075698));
    background:-moz-linear-gradient(#2e88c4, #075698);
    background:-o-linear-gradient(#2e88c4, #075698);
    background:linear-gradient(#2e88c4, #075698);
}
.pageSectionBubble a, .pageSectionBubble a:visited {
    color:yellow; text-decoration: none; font-weight:bold;
}
.pageHeaderNotes a:visited, .pageHeaderNotesWarning a:visited, .pageHeaderNotesError a:visited {
    color:blue; text-decoration: none; font-weight:bold;
}