/* ---------------------------------------------------- */
/* Global notices                                       */
.global_notice {
    width: 200px;
    overflow: hidden;
    font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
    font-size: 12px;
}
.global_notice_top, .global_green_notice_top, .global_red_notice_top {
    width: 200px;
    height: 16px;
    padding: 0px;
    margin: 0px;
    font-size: 1px;
}
.global_notice_top {
    background: transparent url(/static/img/notices/note_top.png) 0 0 no-repeat;
}
.global_green_notice_top {
    background: transparent url(/static/img/notices/note_green_top.png) 0 0 no-repeat;
}
.global_red_notice_top {
    background: transparent url(/static/img/notices/note_red_top.png) 0 0 no-repeat;
}
.global_notice_main, .global_green_notice_main, .global_red_notice_main {
    width: 168px;
    padding: 0px 16px 0px 16px;
    margin: 0px;
}
.global_notice_main {
    background: transparent url(/static/img/notices/note_main.png) 0 0 repeat-y;
}
.global_green_notice_main {
    background: transparent url(/static/img/notices/note_green_main.png) 0 0 repeat-y;
}
.global_red_notice_main {
    background: transparent url(/static/img/notices/note_red_main.png) 0 0 repeat-y;
}
.global_notice_coffee_stain, .global_green_notice_coffee_stain, .global_red_notice_coffee_stain {
    margin-right: -8px;
    padding-right: 8px;
    overflow: hidden;
    line-height: 120%;
}
.global_notice_coffee_stain {
    background: transparent url(/static/img/notices/note_coffee_stain.gif) 86px 0 no-repeat;
}
.global_green_notice_coffee_stain {
    background: transparent url(/static/img/notices/note_green_coffee_stain.gif) 86px 0 no-repeat;
}
.global_red_notice_coffee_stain {
    background: transparent url(/static/img/notices/note_red_coffee_stain.gif) 86px 0 no-repeat;
}
.global_notice_bottom_fader, .global_green_notice_bottom_fader, .global_red_notice_bottom_fader {
    position: relative;
    right: 0px;
    bottom: 0px;
    height: 8px;
    line-height: 8px;
}
.global_notice_bottom_fader {
    background: transparent url(/static/img/notices/note_bottom_fader.png) bottom right repeat-x;
}
.global_green_notice_bottom_fader {
    background: transparent url(/static/img/notices/note_green_bottom_fader.png) bottom right repeat-x;
}
.global_red_notice_bottom_fader {
    background: transparent url(/static/img/notices/note_red_bottom_fader.png) bottom right repeat-x;
}
.global_notice_main h1, .global_notice_main h2, .global_notice_main h3,
.global_green_notice_main h1, .global_green_notice_main h2, .global_green_notice_main h3,
.global_red_notice_main h1, .global_red_notice_main h2, .global_red_notice_main h3 {
    color: #000000;
    text-align: center;
    filter: alpha(opacity=80);
    -moz-opacity: .80;
    opacity: .80;
    line-height: 18px;
    padding: 0 0 4px 0;
    margin: 0;
}
.global_notice_main h1, .global_notice_main h2, .global_notice_main h3 {
    background: transparent url(/static/img/notices/note_heading.gif) 0 2px repeat-y;
}
.global_green_notice_main h1, .global_green_notice_main h2, .global_green_notice_main h3 {
    background: transparent url(/static/img/notices/note_green_heading.gif) 0 2px repeat-y;
}
.global_red_notice_main h1, .global_red_notice_main h2, .global_red_notice_main h3 {
    background: transparent url(/static/img/notices/note_red_heading.gif) 0 2px repeat-y;
}
.global_notice_main ul, .global_green_notice_main ul, .global_red_notice_main ul {
    margin: 0;
    padding: 0;
    list-style-type: disc;
    list-style-image: url(/static/img/notices/note_checkmark.gif);
}
.global_notice_main ul li, .global_green_notice_main ul li, .global_red_notice_main ul li {
    line-height: 120%;
    margin: 0 0 0 1.5em;
}
.global_notice_bottom, .global_green_notice_bottom, .global_red_notice_bottom {
    width: 200px;
    height: 32px;
    padding: 0px;
    margin: 0px;
    font-size: 1px;
}
.global_notice_bottom {
    background: transparent url(/static/img/notices/note_bottom.png) 0 0 no-repeat;
}
.global_green_notice_bottom {
    background: transparent url(/static/img/notices/note_green_bottom.png) 0 0 no-repeat;
}
.global_red_notice_bottom {
    background: transparent url(/static/img/notices/note_red_bottom.png) 0 0 no-repeat;
}
