/**
 *  Stylesheet for Grip MultiMedia
 *  ===============================================================
 *  $Revision: 1.58.2.28 $
 *  ===============================================================
 *
 *  global styleguide:
 *
 *  colors {
 *    white       : #fff;
 *    black       : #000;
 *    dark blue   : #003384;
 *    medium blue : #009cda;
 *    light blue  : #98d0f4;
 *  }
 *
 *  fonts {
 *    logo    : Unit - Medium;
 *    headers : Unit medium, sans-serif;
 *    text    : Tahoma, Trebuchet MS, sans-serif;
 *  }
 */


/**
 * GLOBAL HTML ELEMENTS
 *
 * default html elements, such as html, body, img, p, a.
 */

/* links */
a, a:link { padding: 0 0 1px 0; border-bottom: 1px solid #009cda; color: #009cda; text-decoration: none; font-weight: bold; }
a:visited { border-color: #98d0f4; color: #98d0f4; }
a:hover { border-color: white; }
a:active {  }
h1 a:visited, h2 a:visited, h3 a:visited { border-color: #009cda; color: #009cda; }

/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0 0 1em 0; font-family: Tahoma, 'Trebuchet MS', sans-serif; color: #003384; }
h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1em; }


/* images */
img, a img { border: 0; }


/* paragraphs */
p { }


/* lists and definition lists */
ul { margin: 1em; padding: .5em 1em; list-style: square outside; }
    ul li {}

dl {}
    dl dt {}
    dl dd {}


/* tables */
table { font-size: 1em; vertical-align: top; border-collapse: collapse; }
    table thead { }
        table thead th, table thead td { background-color: #efefef; color: #003384; }
    table tbody { }
        table tbody tr { border-bottom: 1px solid #999; }
        table tbody tr:last-child { border-bottom: 0px; }
    table td, table th { text-align: left; vertical-align: top; }


/* form elements, labels & fieldsets */
form { margin: 0; }

input, select, textarea { border: 1px solid #009cda; font: normal 1em/1.2em Tahoma, 'Trebuchet MS', sans-serif; color: #003384; }
    input:hover, textarea:hover { border-color: #003384; }
    input:focus, textarea:focus { border: 1px inset #003384; }
    input.disabled { cursor: pointer; }
    html>body input, html>body textarea { padding: .2em 0; }

fieldset { border: 1px solid #003384; padding: 0 1em 1em 1em; }
    fieldset legend { margin: 0 0 .5em .4em; padding: .1em .7em; color: white; font-weight: bold; background-color: #009cda; }

label { cursor: default; }
    label:hover {}


/**
 * BASIC PAGE LAYOUT
 *
 * describes the default page layout
 */

html, body { height: 100%; margin: 0; padding: 0; border: 0; background-color: white; }
body { min-height: 768px; font: normal .7em/1.6em Tahoma, 'Trebuchet MS', sans-serif; color: #003384; letter-spacing: .1em; }

#body { position: relative; width: 1003px; height: 768px; margin: 0 auto; text-align: center; }
    #container { position: relative; width: 780px; min-height: 100%; border-top: 1px solid white; margin: 0 auto; text-align: left; }
        #content { width: 418px; margin: 224px auto 0 auto; padding: 30px 22px 36px 16px; text-align: left; background: url(/images/b_content.gif) left top repeat-y transparent; }
            #content h1 { background-position: left center; background-repeat: no-repeat; }
                #content h1 span { visibility: hidden; }

        #header { position: absolute; top: 0; left: 0; height: 224px; width: 780px; background-color: white; background-repeat: no-repeat; background-position: top center; }
            #header h2 { position: relative; top: 14px; left: 18px; width: 279px; height: 49px; margin: 0; padding: 0; background: url(/images/l_grip_nologo.gif) left top no-repeat transparent; }
                #header h2 a { display: block; height: 100%; border: 0; background-color: transparent; }
                    #header h2 a span { visibility: hidden; }
            #header h3 { position: absolute; top: 120px; right: 54px; left: 0; font: italic 2.2em Tahoma, 'Trebuchet MS', sans-serif; color: white; text-align: right; }

        #mainnav { position: absolute; top: 90px; left: 166px; width: 448px; margin: 0; padding: 0; list-style-type: none; }
            #mainnav li { float: left; height: 18px; margin-left: .7em; padding-left: .7em; border-left: 1px solid #009cda; }
                #mainnav li a { display: block; width: 100%; height: 100%; padding-right: .5em; border: 0; background-color: transparent; background-position: 0 0; background-repeat: no-repeat; }
                    #mainnav li a span { font-size: .5em; visibility: hidden; }

        #secondnav { position: absolute; top: 224px; left: 0; width: 166px; height: 336px; background-color: #003384; }
            #secondnav ul { margin: 0; padding: 20px 0 0 0; border: 1px; min-height: 336px; }
                #secondnav li { margin: .6em 12px; text-align: right; }
                    #secondnav li a { display: block; width: 100%; height: 20px; border: 0; background-position: right center; background-repeat: no-repeat; background-color: transparent; }
                        #secondnav li a span { display: none; }

        #bannercolumn { position: absolute; top: 560px; left: 0; width: 166px; padding-top: 20px; background-color: white; }
            #bannercolumn a { border: 0; background-color: transparent; }

        #breadcrumbs { position: absolute; top: 224px; left: 166px; right: 166px; overflow: hidden; height: 20px; background-color: white; }
            #breadcrumbs ul { margin: 0; padding: 0 18px 0 12px; }
                #breadcrumbs ul li { display: inline; margin-right: .1em; font-size: 1em; color: #009cda; letter-spacing: .03em; padding-left: .7em; background: url(/images/a_hoekje.gif) 0 5px no-repeat transparent; }
                #breadcrumbs #firstcrumb { padding-left: 0; background: none; }
                    #breadcrumbs li a { border: 0; font-weight: normal; color: #003384; text-decoration: underline; padding-left: 0; background: none; }
                        #breadcrumbs li a:hover { text-decoration: none; }
        #breadcrumbs h2 { display: none; }

        #rightcol { position: absolute; top: 224px; right: 0; width: 166px; min-height: 336px; }
            #inline-sections { clear: both; min-height: 336px; }
                #inline-sections h2 { float: left; margin-top: 30px; }
                #inline-sections .feed { margin-top: 25px; }
                    #inline-sections h2 a { display: block; border: 0; }
                        #inline-sections h2 a span { visibility: hidden; }
                #inline-sections ul { list-style: square outside; margin: .5em; padding-left: 1em; }
                    #inline-sections ul li { margin: 0; padding: .5em; color: #009cda; }
                        #inline-sections ul li a { display: block; font-size: 1em; font-weight: bold; color: #009cda; text-decoration: none; border: 0; }
                            #inline-sections ul li a:hover { color: #003384; }

            #address { position: relative; width: 100%; height: 166px; background-color: #003384; }
                #address div { position: absolute; bottom: 1em; left: 0; margin: 0 12px; color: #fff; line-height: 1.4em; }
                    #address div a { padding: 0 2px; border-color: #98d0f4; color: #98d0f4; }
                        #address div a:hover { border-color: white; color: white; }

    #footer { position: relative; top: -20px; width: 780px; margin: 0 auto; }
        #footer h2 { float: left; margin: 0 6px; color: #009cda; font-size: 1em; font-weight: normal; }
        #footer ul { position: absolute; left: 166px; width: 448px; margin-left: 12px; list-style-type: none; }
            #footer ul li { float: left; margin-right: 1em; }
                #footer ul li a { height: 100%; border-color: #003384; color: #003384; }
                    #footer ul li a:hover { border-color: white; }

    #box1, #box2 { position: absolute; width: 112px; height: 112px; background-color: #009cda; }
    #box1 { top: 0; left: 0; }
    #box2 { top: 726px; right: 0; }

/**
 * SPECIFIC STYLE FOR BANNER-TEMPLATES
 * this is a more neckid style :)
 */
.banners #content { width: 780px; margin: 224px auto 0 auto; padding: 30px 0 36px 0; text-align: left; background: none;  }

/**
 * PAGE-SPECIFIC ELEMENTS
 *
 * Style specially for pages
 */

/* contenttext: for all basic content text, such as page body's */
.contenttext { margin-bottom: 1em; }

/* block: (news)blocks on the homepage */
.block { clear: both; margin-bottom: 2em; }
    .block h2 { margin: 0; padding: .2em 1em .1em .3em; font-size: 1.2em; }
        .block h2 a { display: block; border-color: #009cda; color: #009cda; text-decoration: none; }
            .block h2 a:hover { border-color: #003384; color: #003384; }
    .block img { float: left; margin: 0 1em 1em .3em; }
    .block p { margin: 0 .5em .5em .3em; }

/* default and rich menu */
.menu_default, .menu_rich { list-style-type: none; }

.menu_default { padding: .5em 1em; }
    .menu_default li { margin-bottom: .5em; }
        .menu_default li a { padding-left: 15px; background: url(/images/a_bullet.gif) left center no-repeat; }

.menu_banner { margin: 0 30px 0 0; padding: .5em 0; border-top: 1px solid #009cda; list-style-type: none; }
    .menu_banner li { margin-bottom: .5em; border-bottom: 1px solid #009cda; }
        .menu_banner li h2 { padding-left: 15px; background: url(/images/a_bullet.gif) left center no-repeat; }

.menu_rich { margin: 1em 0 2em 0; }
    .menu_rich li { float: left; position: relative; width: 130px; height: 130px; margin: 1em .4em 1em 0; border: 1px solid #009cda; text-align: right; background-color: #ddeefb; }
        .menu_rich li:hover { background-color: transparent; }
        .menu_rich li img { margin: 0; position: absolute; left: 5px; top: 5px; }
        .menu_rich li a { border: 0; }
        .menu_rich span { position: absolute; bottom: 3px; left: 5px; right: 5px; width: 94%; margin: 0; color: #003384; background-color: white; }
            .menu_rich>li span { width: auto; }

/* Default and rich lists */
ul.default, ul.rich { margin: 0; padding: 0; list-style-type: none; }
ul.default { clear: both; }
    ul.default li { margin: .5em 0; padding-left: 15px; background: url(/images/a_bullet.gif) 0 .5em no-repeat; }
    ul.default li p { margin: 0; padding: 0; }
    ul.default li a { padding: 5px 0 1px 0; }

ul.rich { clear: both; }
    ul.rich li { height: 120px; margin-bottom: 1em; padding: 0 .3em .3em 106px; background-position: 0 .4em; background-repeat: no-repeat; }

        /* Problem: rich lists should at least be high enough to display the entire thumbnail, for IE, setting the height is adequate. !IE doesn't auto-stretch the element. */
        /* Solution: set the height back to auto, and provide a min-height value. */
        ul.rich>li { height: auto; min-height: 120px; }
        ul.rich li h2 { margin: 0; padding: 0 0 .1em 0; }

/* default and rich group */
dl.group { clear: both; }
    dl.group dt { margin: 1em 0 .5em 0; }
        dl.group dt a { font-weight: bold; background-color: transparent; }
            dl.group dt a:hover { background-color: transparent; }
    dl.group dd { margin: .5em 0; padding-left: 15px; background: url(/images/a_bullet.gif) 0 .5em no-repeat; }

.group_rich { clear: both; }
    .group_rich a { background-color: transparent; }
        .group_rich a:hover { border-color: #003384; color: #003384; }
    .group_rich dt { margin-top: 1em; padding: 0; }
        .group_rich dt a { display: block; border-bottom: 1px solid #003384; font-weight: bold; color: #003384; }
            .group_rich dt a:hover { background-color: #ddeefb; }
    .group_rich h3 { margin: 0; padding: 0 0 .1em 0; }
        .group_rich h3 a { font-weight: bold; color: #009cda; }
    .group_rich dd { height: 120px; margin: 1em 0; padding: 0 .3em .3em 106px; background-position: 0 .4em; background-repeat: no-repeat; }

        /* Problem: rich groups should at least be high enough to display the entire thumbnail, for IE, setting the height is adequate. !IE doesn't auto-stretch the element. */
        /* Solution: set the height back to auto, and provide a min-height value. */
        .group_rich>dd { height: auto; min-height: 120px; }

/* default and rich linkbox */
.linkbox_default, .linkbox_rich, .linkbox_video { margin: 1em 0; list-style-type: none; }
    .linkbox_default li { margin: .5em 0; padding-left: 15px; background: url(/images/a_bullet.gif) 0 .5em no-repeat; }
        .linkbox_default li a { padding: 5px 0 1px 0; }
    .linkbox_rich li { float: left; width: 100px; height: 120px; border-bottom: 1px solid white; margin: .5em .4em .5em 0; padding: 0; }

        /* Problem: linkboxes should at least be high enough to display the entire thumbnail, for IE, setting the height is adequate. !IE doesn't auto-stretch the element. */
        /* Solution: set the height back to auto, and provide a min-height value. */
        .linkbox_rich>li { height: auto; min-height: 120px; }

        .linkbox_rich li:hover { border-color: #003384; }
        .linkbox_rich li a { display: block; border: 0; }
        .linkbox_rich span { margin: 0; }
        .linkbox_rich img { display: block; vertical-align: top; margin-right: .2em; }

    .linkbox_video li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; height: 60px; }

        /* Problem: linkboxes should at least be high enough to display the entire thumbnail, for IE, setting the height is adequate. !IE doesn't auto-stretch the element. */
        /* Solution: set the height back to auto, and provide a min-height value. */
        .linkbox_video>li { height: auto; min-height: 60px; }

        .linkbox_video li a img { float: left; vertical-align: top; margin-right: .5em; }

/* semicolumn, for providing a 2-column layout, to be used in conjunction with float-left/float-right */
.semicolumn { width: 49%; padding: 0; margin: 1em 0; }

/* imgbox, for displaying an image with description in a box */
.imgbox { float: left; width: 100px; margin: 0 1em 1em 0; border: 1px solid #98d0f4; }
    .imgbox img { float: none; display: block; margin: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Tahoma, 'Trebuchet MS', sans-serif; color: #003384; background-color: #98d0f4; }

/* basicform styles form elements, marked up in a definition list */
.basicform dl input, .basicform dl textarea, .basicform dl select { width: 95%; color: #003384; }

    /* IE displays border around radio buttons and checkboxes, which is ugly */
    .radio, .radio:hover, .checkbox, .checkbox:hover { width: auto !important; border: 0 !important; }

    .basicform dl dt { color: #003384; }
    .basicform dl dd { margin: 0 0 1em 0; color: #003384; }
    .basicform dl dt.header { margin: 2em 0 .3em 0; font-weight: bold; }
    .radio, .checkbox { margin: .2em .6em .2em 0; vertical-align: middle; }
    .errors { font-style: italic; color: red; }

/* search styles: form, info and results */
#resultsinfo { }
    #resultsinfo h2 { float: left; }
    #resultsinfo p { clear: both; margin: 0; }

#searchform { margin: 1em 0; padding-bottom: 1em; }
    #searchform input { width: 50%; margin: 0; }
    #searchform .submit { width: 20%; }

#searchresults { clear: both; margin: 0; }
    #searchresults dt { margin: 2em 0 0 0; font-weight: bold; }
           #searchresults dt a:hover { border-color: #003384; color: #003384; }
    #searchresults dd { margin: .3em 0 0 1.4em; }
        #searchresults dd a { color: #009cda; }
            #searchresults dd a:hover { border-color: #009cda; }
    #searchresults a { padding-bottom: 1px;  background-color: transparent; }

/* highlighting for search terms */
.highlight { background-color: #98d0f4; }

/* forum and poll styles */
.forum, .topic, .pollarchive {
width: 97%;
margin: 0 0 2em 0;
border: 1px solid #98d0f4; }

    .forum thead th, .topic thead th, .pollarchive thead th { margin-bottom: .2em; color: #003384; background-color: #98d0f4; }
    .forum tbody th, .forum tbody td, .pollarchive tbody th, .pollarchive tbody td { border-right: 1px solid #98d0f4; }
    .forum tr, .topic tr, .pollarchive tr { border-bottom: 1px solid #98d0f4; }
        .forum tr:hover, .pollarchive tr:hover { background-color: #98d0f4; }
    .forum td, .forum th, .topic td, .topic th, .pollarchive td, .pollarchive th { vertical-align: top; padding: .3em; }
    .forum img, .topic img { vertical-align: top; }
    .forum p, .pollarchive p { margin-top: 0; }
    .forum a, .pollarchive a { font-weight: bold; color: #009cda; border-color: #009cda; background-color: transparent; }
        .forum a:hover, .pollarchive a:hover { border-color: #003384; color: #003384; background-color: transparent; }

.post { }
    .post th { border-right: 1px solid #98d0f4; }
.author { }

.postform { }
    .postform .basicform dt, .postform .basicform dd { float: none; width: auto; }
    .postform .basicform dt { font-weight: bold; margin-top: .5em; padding: .1em .3em; }
    .postform .basicform dd { margin: 0 0 1em 0; padding: 0; }
    .postform .basicform textarea  { width: 100%; }
    .postform .basicform input.submit { width: auto; }

/* odd, even and first for row coloring (zebra tables and distinctive first post) */
.odd { background-color: #fff; }
.even { background-color: #ddeefb; }
.first { background-color: #ddeefb; border: solid #98d0f4; border-width: 0 1px; }
.post .date { color: #009cda; }

/* special icons for announcements, sticky topics and locked topics */
td.announcement, td.sticky, td.locked, td.default { padding-left: 20px; background-position: 0 5px; background-repeat: no-repeat; }
    td.announcement { background-image: url(/images/i_announce.gif); }
    td.sticky { background-image: url(/images/i_sticky.gif); }
    td.locked { background-image: url(/images/i_locked.gif); }

.announcement { font-weight: bold; }
.locked, .locked a { color: #afafaf; border-color: #afafaf; }
tr.locked { background-color: #e8e8e8; }
    tr.locked:hover  { color: #003384; background-color: #98d0f4; }
    tr.locked:hover a { color: #009cda; border-color: #009cda; }
    tr.locked a:hover { color: #003384; border-color: #003384; }

/* search styles: form, info and results */
.pollresults { width: 100%; }
    .pollresults tr { }
    .pollresults td { text-align: right; }
        .pollresults td span { float: left; }

    .pollresults dt, .pollresults dd { margin: .3em 0 0 0; padding: 0; float: left; }
    .pollresults dt { clear: both; width: 20%; }
    .pollresults dd { width: 20%; }
    .pollresult { width: 55% !important; background-color: #ddeefb; }
        .pollresult div { border: 2px solid #003384; background-color: #98d0f4; }

.pollresults, #pollform { margin-bottom: 2em; }

/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 1em; }
    ul.sitemap, ul.sitemap ul { list-style-type: none; }
    ul.sitemap ul { margin: .3em 1em 1em 2em; padding: 0; }
    ul.sitemap li { padding-left: 15px; background: url(/images/a_bullet.gif) 0 5px no-repeat; }
        ul.sitemap li a { padding-bottom: 1px; font-weight: bold; color: #009cda; background-color: transparent; }
            ul.sitemap li a:hover { border-color: #003384; color: #003384; background-color: transparent; }

/* chapters in documents */
#chapters { margin: 1em 0; padding: .5em 0; list-style-type: none; }
    #chapters li { padding: .3em .3em .3em 15px; background: url(/images/a_bullet.gif) left center no-repeat; }
        #chapters li a { background-color: transparent; }
            #chapters li a:hover { border-color: #003384; color: #003384; }

.chapter { margin: 2em 0 1em 0; border-bottom: 1px solid #003384; background-position: left center; background-repeat: no-repeat;  }
    .chapter span { visibility: hidden; }

/* navbox, for displaying next/previous/index links */
.navbox { margin-top: 2em; padding: .3em .2em; text-align: center; }
    .navbox a { border: 0; padding: 2px 6px; }
    .navbox span { }

    /* previous, next, index and page links in navbox */
    .pagenums { float: left; width: 65%; }
    .prev, .next { width: 17%; }
    .prev { float: left; }
    .next { float: right; }
    .page { margin: 0 .2em; border: 1px solid #98d0f4; }
        .page a {  }
    .currentpage { margin: 0 .2em; }

/* more: paragraph with a "read more" link */
.more { clear: both; margin: 1em .5em; }
    .more a { padding-left: 15px; background: url(/images/a_bullet.gif) left center no-repeat transparent; }
        .more a:hover { border-color: #003384; color: #003384; }

/* date: date in messages */
.date { margin: 0; color: #003384; }

/* code */
samp { display: block; font-family: 'Courier New', sans-serif; padding: 5px 10px; border: 1px dashed #003384; background-color: #ddf4fc; }
code { font-family: 'Courier New', sans-serif; }
blockquote { position: relative; margin: 0; padding: 2em 3em; background-color: #cce8fa; }
blockquote:before { position: absolute; top: .2em; left: 0; font-size: 5em; font-weight: bold; color: white; content: '"'; opacity: .7; filter: alpha(opacity=70); }
blockquote:after { position: absolute; bottom: -.3em; right: 0; font-size: 5em; font-weight: bold; color: white; content: '"'; opacity: .7; filter: alpha(opacity=70); }
#dsq-content a { border: 0; }

/* button: transforms a normal button to a styled button */
.button {
width: auto !important;
border: 3px double #003384; border-top-color: #009cda; border-left-color: #009cda;
cursor: pointer;
margin: 0; padding: 0 .25em;
font: bold 1em Tahoma, 'Trebuchet MS', sans-serif; color: #003384;
background: url(/images/b_button.gif) left top repeat-x #ddeefb; }

    .button:hover { border: 3px double #009cda; }
    .button:active { border: 3px double #009cda; border-top-color: #003384; border-left-color: #003384; }

.submit { }

/* .feed: RSS-feed button placement */
.feed { float: right; border: 0 !important; margin: 0 .5em 1.5em 2em; background-color: transparent !important; }

#map { width: 420px; height: 400px; margin-top: 1em; }

/* animated logo */
#animated-logo { cursor: pointer; }
    #animated-logo #block1 { position: absolute; top: 14px; left: 28px; width: 28px; height: 11px; background-color: #003384; }
    #animated-logo #block2 { position: absolute; top: 39px; left: 56px; width: 11px; height: 14px; background-color: #003384; }
    #animated-logo #block3 { position: absolute; top: 53px; left: 28px; width: 28px; height: 11px; background-color: #003384; }
    #animated-logo #block4 { position: absolute; top: 25px; left: 18px; width: 10px; height: 28px; background-color: #003384; }
    #animated-logo #block5 { position: absolute; top: 25px; left: 28px; width: 14px; height: 14px; background-color: #ffffff; }
    #animated-logo #block6 { position: absolute; top: 25px; left: 42px; width: 14px; height: 14px; background-color: #47b3ec; }
    #animated-logo #block7 { position: absolute; top: 39px; left: 42px; width: 14px; height: 14px; background-color: #98d0f4; }
    #animated-logo #block8 { position: absolute; top: 39px; left: 28px; width: 14px; height: 14px; background-color: #ddeefb; }
    #animated-logo #block9 { position: absolute; top: 32px; left: 35px; width: 14px; height: 14px; background-color: #009cda; }
    #animated-logo #block10 { position: absolute; top: 32px; left: 42px; width: 7px; height: 7px; background-color: #003384; }

#animated-logo .block { -webkit-transition: all 0.5s ease-in-out; }
#animated-logo .block:hover {
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
-webkit-transform: rotate(360deg) scale(1.75);
-webkit-opacity: .8; }

/**
 * GLOBAL CLASSES
 *
 * global classes are used for very common styles, such as floating, coloring or clearing. Often used in combination, such as: <a href="link.html" class="align-right no-border">link to the right without border</a>.
 */

/* positioning and visibility */
.clear-both     { clear: both; }
.float-left     { float: left; }
.float-right    { float: right; }
.inline         { display: inline; }
.block          { display: block; }
.nodisplay      { display: none; }
.show           { visibility: visible; }
.hide           { visibility: hidden; }
.align-left     { text-align: left; }
.align-right    { text-align: right; }

/* coloring and text decoration/transformation */
.no-border      { text-decoration: none; }
.listlink       { padding-left: 15px !important; background: url(/images/a_bullet.gif) left center no-repeat transparent; }
.listlink:hover { color: #003384; border-color: #003384; }
.back           { clear: both; padding-left: 15px !important; background: url(/images/a_bullet.gif) center left no-repeat transparent !important; }
.back:hover     { color: #003384; border-color: #003384; }
.red            { color: red; }
.req            { color: #003384; background-color: #ddeefb; }
.err            { color: red; font-weight: bold; }
.notice         { background-color: #ddeefb; color: #009cda; }
.white          { color: white; }
.chosen         { color: #009cda; font-weight: bold; }
