/**
 * @site Belkampioen
 * @revision $Revision: 1.1.2.12 $
 *
 * @styleguide:
 *  colors {
 *   white:  #fff;
 *   black:  #393939;
 *   blue:   #2996d0;
 *   red:    #c00;
 *  }
 *  fonts {
 *   logo:    FF Unit - Medium;
 *   headers: Arial, Helvetica, sans-serif;
 *   text:    Arial, Helvetica, sans-serif;
 *  }
 */

/**
 * Elements
 * HTML elements, such as ul, img, p, a, etc.
 */

/* links */
a, a:link { padding: 0 0 1px 0; color: #c00; text-decoration: none; border-bottom: 1px solid white; }
a:visited { color: #c00; border-color: white; }
a:active { color: #2996d0; border-color: #2996d0; }
a:hover { color: #2996d0; border-bottom-color: #2996d0; }
a:focus, a:hover, a:active { outline: none; }


/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em 0; font-family: Arial, Helvetica, sans-serif; color: #c00; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }

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

/* paragraphs */
p { }

/* lists and definition lists */
ul { }
    ul li {}

dl {}
    dl dt {}
    dl dd {}

/* tables */
table { font-size: 1em; vertical-align: top; border-collapse: collapse; }
    table thead { }
    table tbody { }
    table td, table th { text-align: left; }

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

input, select, textarea { border: 1px solid #999; padding: .2em 0; font: normal 1em Arial, Helvetica, sans-serif; }
    input:hover, textarea:hover { border-color: #bbb; }
    input:focus, textarea:focus { border: 1px inset #afafaf; }
    input.disabled { cursor: default; background-color: #efefef; }

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

label { cursor: pointer; }
    label:hover { color: #c00; }

iframe { min-height: 35em; }

/**
 * Page layout
 */

html, body { margin: 0; padding: 0; border: 0; height: 100%; background-color: #efefef; }
body { font: normal .75em/1.6 Arial, Helvetica, sans-serif; color: #393939; }

#body { height: 100%; }

    #container { position: relative; min-height: 100%; width: 1005px; padding-bottom: 2em; background: url(/images/belkampioen/b_container.gif) left top repeat-y white; margin: 0 auto; }

        #content { min-height: 1000px; padding: 185px 245px 60px 30px; letter-spacing: .02em; }
            #content h1 { min-height: 40px; font-size: 0; background-position: left top; background-repeat: no-repeat; }
            #content h1, #content h2 { position: relative; letter-spacing: 0; }
                #content h1 img { padding: 4px; border: 1px solid #cdcdcd; }
                #content h1 .feed img { border: 0; }

        #header { position: absolute; top: 10px; left: 30px; right: 30px; }
            #header h2 { margin: 0; }
                #header h2 a { border: 0; padding-left: 0; }

        #mainnav { position: absolute; top: 90px; left: 30px; right: 30px; background: url(/images/belkampioen/b_menu.gif) left top no-repeat white; }
            #mainnav ul { list-style-type: none; margin: 0; padding: 0; }
                #mainnav ul li { position: relative; float: left; height: 44px; }
                #mainnav ul li:first-child { margin-left: 10px; }
                    #mainnav ul li a { position: relative; z-index: 2; display: block; height: 100%; margin: 1px; margin-top: 5px; padding: 0 1em; border: 0; background-color: transparent; background-position: center 10px; background-repeat: no-repeat; }
                    #mainnav ul li.parent:hover a { margin: 4px 0 0 0; border: 1px solid #0081c6; border-bottom-color: white; background-color: white; }
                        #mainnav ul li a span { visibility: hidden; }

                        #mainnav ul li ul { position: absolute; z-index: 1; margin: -1px 0 0 0; padding: .3em 1em .5em; visibility: hidden; min-width: 100%; max-width: 250px; border: 1px solid #0081c6; background-color: white; }
                        #mainnav ul li:hover ul { visibility: visible; }

                        /* negate all styles for first level */
                        #mainnav ul li ul li { float: none; height: auto; }
                        #mainnav ul li ul li:first-child { margin: 0; }
                            #mainnav ul li ul li a, #mainnav ul li.parent:hover ul li a { display: block; margin: 0; padding: 0 0 0 15px; border: 0; background: url(/images/belkampioen/arrow_right.gif) left 7px no-repeat; }
                                #mainnav ul li ul li a:hover, #mainnav ul li.parent:hover ul li a:hover { background-image: url(/images/belkampioen/arrow_right_over.gif); }

        #breadcrumbs { position: absolute; top: 145px; left: 30px; right: 30px; height: 25px; border-bottom: 1px dotted #919191; }
            #breadcrumbs ul { list-style-type: none; margin: 0 0 0 10px; padding: 0; }
                #breadcrumbs ul li { display: inline; margin-right: 0; padding-left: 12px; font-size: .9em; color: #a0a0a0; background: url(/images/i_crumb.gif) left center no-repeat transparent; }
                #breadcrumbs li:first-child, #breadcrumbs li#firstcrumb { padding-left: 0; background-image: none; }
                    #breadcrumbs li a { border: 0; font-weight: bold; color: #666; padding-left: 0; background: none; }
                        #breadcrumbs li a:hover { text-decoration: underline; }

        #globalnav { position: absolute; top: 10px; right: 30px; }
            #globalnav ul { list-style-type: none; margin: 0; padding: 0; }
                #globalnav ul li { float: left; margin: 0 .5em 0 0; }
                    #globalnav ul li a { color: #393939; padding: 0 0 0 .5em; border-left: 1px dotted #393939; border-bottom: 0; }
                        #globalnav ul li a:hover { text-decoration: underline; color: #c00; }

            #globalnav #subsitenav { height: 20px; overflow: hidden; margin: -5px 1em 0 0; padding: 4px 14px 4px 4px; border: 1px solid white; background: url(/images/belkampioen/arrow_down.gif) 90% 10px no-repeat; }
            #globalnav #subsitenav:hover { height: auto; border-color: #2996d0; }
                #globalnav #subsitenav li { float: none; }
                    #globalnav #subsitenav li a { border-left: 0; color: #c00; }
                        #globalnav #subsitenav li a:hover { color: #2996d0; }


        #breadcrumbs h2, #globalnav h2 { display: none; }

            #quicksearch { position: absolute; right: 0; top: 50px; width: 250px; text-align: right; }
                #quicksearch h3 { display: none; }
                #quicksearch input#q { border: 0; width: 121px; height: 16px; padding: 2px; background: url(/images/belkampioen/b_search.gif) left center no-repeat; }
                #quicksearch input.search { position: relative; top: -3px; }

        #bannercolumn { position: absolute; right: 10px; top: 180px; width: 210px; }
            #bannercolumn a { border: 0; }
            #bannercolumn img { margin-bottom: 1em; }
            #bannercolumn object { margin-bottom: 1em; }


        #footer { position: absolute; left: 30px; bottom: 40px; right: 30px; height: 40px; background: url(/images/belkampioen/b_footer.gif) left top no-repeat; }
            #footer ul { list-style-type: none; margin: 10px 0 0 200px; padding: 0; }
                #footer ul li { float: left; padding-left: 10px; margin-right: 2em; background: url(/images/belkampioen/arrow_black_bottom.gif) 0 8px no-repeat; }
                    #footer ul li a { color: #393939; font-weight: bold; }
                        #footer ul li a:hover { border-color: #393939; }

            #footer #copyright { position: absolute; top: 10px; right: 10px; margin: 0; padding: 0; font-size: .9em; }

        #props { position: absolute; bottom: 0; right: 30px; }
            #props a, #props a:visited { color: #afafaf; border: 0; }


/**
 * Page content
 */
.contenttext { margin: 0 0 1em 0; }
#pagebody { }

/* homepage style */
.home { }
    .home #content { min-height: 850px; padding-right: 30px; }
        .home #content h1 { min-height: 0; }
    .home .intro { height: 160px; margin-bottom: 12px; }
        .home .contenttext { float: left; width: 30%; }
        .home #inline-sections { float: right; width: 68%; height: 100%; margin-left: 1em; overflow: hidden; }
            #inline-sections .inline-section { border-left: 1px dotted #ccc; float: left; width: 45%; height: 100%; margin-right: 1em; padding-left: 1em; }
                #inline-sections .inline-section h2 { margin: 0 0 .6em 0; padding: 0; background-repeat: no-repeat; background-position: left top; }
                    #inline-sections .inline-section h2 a { padding: 0; border: 0; }
                        #inline-sections .inline-section h2 span { visibility: hidden; }
                #inline-sections .inline-section ul { margin: 0; padding: 0 0 0 15px; list-style-type: none; }
                    #inline-sections .inline-section ul li { list-style-image: url(/images/belkampioen/arrow_right.gif); }
                        #inline-sections .inline-section ul li:hover { list-style-image: url(/images/belkampioen/arrow_right_over.gif); }
                #inline-sections .inline-section p.more { float: right; }

    #home-content { clear: both; padding-right: 220px; }

    /* block: (news)blocks on the homepage */
    .block { overflow: hidden; float: left; width: 350px; margin: 0 2em 2em 0; background: url(/images/belkampioen/b_block_middle.gif) left bottom repeat-y; }
        .block-right { margin-right: 0; }
        .block-contents { padding: .3em 1em; background: url(/images/belkampioen/b_block_bottom.gif) left bottom no-repeat; overflow: hidden; }
            .block h2 { margin: 0 0 1em 0; padding: 0; background-repeat: no-repeat; background-position: left top; }
                .block h2 a { display: block; height: 100%; }
                .block span { display: none; }
            .block img { float: left; margin: 0 1em 1em .3em; }
            .block p { margin: 0 .5em .5em .3em; }
            .block p.more { float: right; }
    .block-top { height: 7px; background: url(/images/belkampioen/b_block_top.gif) left top no-repeat; }

    .home #bannercolumn { top: 350px; }

/* .feed: RSS-feed button placement */
.feed { position: absolute; right: 0; top: 0; border: 0; }
    .feed:hover { border: 0; }
    .feed img { vertical-align: top; }

/* default and rich menu */
.menu_default { clear: both; margin: 0; padding: .5em 1em .5em 0; list-style-type: none; }
    .menu_default li { margin: 0 0 .5em 2em; list-style-image: url(/images/belkampioen/arrow_right.gif); list-style-position: outside; }
        .menu_default li:hover { list-style-image: url(/images/belkampioen/arrow_right_over.gif); }
        .menu_default li a { }

.menu_rich { clear: both; margin: 1em 0 2em 0; padding: 0; list-style-type: none; }
    .menu_rich li { float: left; position: relative; width: 203px; margin: 1em 2em 1em 0; }
        .menu_rich li img { padding: 3px; border: 1px solid #d4d4d4; }
        .menu_rich li a { border-bottom: 0; }
        .menu_rich li a span { display: block; padding-left: 15px; background: url(/images/belkampioen/arrow_right.gif) left 7px no-repeat; }
            .menu_rich li a:hover span { background-image: url(/images/belkampioen/arrow_right_over.gif); }

/* Default and rich lists */
ul.default { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.default li { margin-left: 2em; list-style-image: url(/images/belkampioen/arrow_right.gif); list-style-position: outside; }
        ul.default li:hover { list-style-image: url(/images/belkampioen/arrow_right_over.gif); }

ul.rich { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.rich li { margin-bottom: 1em; padding: .3em; overflow: hidden; border-bottom: 1px dotted #ccc; }
        ul.rich li h2 { margin: 0; padding: 0; }
            ul.rich li h2 a { border: 0; background-repeat: no-repeat; background-position: left top; }
                ul.rich li a span { visibility: hidden; }
        ul.rich li .imgbox { float: left; margin: .5em 1em .5em 0; padding: 3px; border: 1px solid #d4d4d4; }
        ul.rich li p { margin-top: .3em; }
        ul.rich li .more { float: right; }

/* default and rich group */
dl.group { clear: both; }
    dl.group dt { margin: 1em 0 .5em 0; }
        dl.group dt a { font-weight: bold; }
    dl.group dd { margin-left: .3em; }

.group_rich { clear: both; }
    .group_rich dt { clear: both; margin-top: 1em; padding: .3em; background-color: #efefef;  }
        .group_rich dt a { border: 0; margin-bottom: .2em; }
    .group_rich h2 { margin-bottom: .2em; }
    .group_rich dd { min-height: 150px; margin: 0 0 0 1em; padding: 1em .5em 0em .5em; border-bottom: 2px solid #efefef; }
        .group_rich img { vertical-align: top; border: 1px solid #afafaf; margin: .2em 0 1em 1em; padding: 5px; }

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

/* imgbox and linkboxes */
.imgbox_wrapper { clear: both; margin: 1em 0; padding-top: 1em; width: 100%; border-top: 1px dotted #919191; }
    .imgbox_wrapper .imgbox { margin: 0 .6em 0 0; padding: 0; border: 1px solid #d4d4d4; }

.imgbox, .linkbox_default, .linkbox_rich, .linkbox_video { float: left; width: 100px; margin: .5em 1em .5em 0; }
    .imgbox img { display: block; margin: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Arial, Helvetica, sans-serif; color: #c00; }

.linkbox_default, .linkbox_rich, .linkbox_video { clear: both; list-style-type: none; width: 180px; margin-bottom: 1em; padding-left: 1.5em;}
    .linkbox_default li { margin: 0; padding: 0 .6em; list-style-image: url(/images/belkampioen/arrow_right.gif); list-style-position: outside; }
        .linkbox_default li:hover { list-style-image: url(/images/belkampioen/arrow_right_over.gif); }

    .linkbox_rich li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; min-height: 150px; }
        .linkbox_rich li h2 { margin-bottom: .2em; background-color: #afafaf; }
        .linkbox_rich li a { display: block; border: 0; }
        .linkbox_rich li img { display: block; vertical-align: top; margin-right: .2em; }
        .linkbox_rich li a span { margin: 0; padding-right: 15px; background: url(/images/belkampioen/arrow_right.gif) center right no-repeat transparent; }
            .linkbox_rich li a span:hover { background-image: url(/images/belkampioen/arrow_right_over.gif); }

    .linkbox_video li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; min-height: 60px; border-bottom: 1px solid #afafaf; }
        .linkbox_video li a img { float: left; vertical-align: top; margin-right: .5em; }

/* addresses */
.address dt, .address dd { float: left; padding: .1em .3em; color: #c00; }
.address dt { clear: both; width: 25%; font-weight: bold; background-color: #efefef; }
.address dd { width: 70%; margin: 0 0 1em 0; background-color: #f9f9f9; }

/* basicform styles form elements, marked up in a definition list */
.basicform { width: 80%; }
.basicform dl input, .basicform dl textarea, .basicform dl select { width: 100%; }
    .radio, .radio:hover, .checkbox, .checkbox:hover { width: auto !important; border: 0 !important; }
    .basicform dl dt { clear: both; width: 40%; float: left; font-weight: bold; }
    .basicform dl dd { width: 60%; float: left; margin: 0 0 1em 0; }
    .basicform dl dd input.submit { float: right; }
    .errors { font-style: italic; color: red; }
    .header { margin: 1em 0; }
    .header.formpage { display: block; width: auto; float: none; border-bottom: 1px solid #c00; }
        .header.formpage+dd { display: none; }

    .basicform dl dd.calendar-container input { width: 85%; }
    .calendar { position: relative; }
        .calendar img { position: absolute; left: -30px; top: 0; cursor: pointer; }
        .calendar-input { display: none; position: absolute; left: 0; top: 25px; width: 300px; border: 2px outset #f6f6f6; background-color: #f6f6f6; }
            .calendar-input .calendar-navigation { }
                .calendar-input .calendar-date-selection select { width: 50%; }
            .calendar-input table { width: 100%; }
                .calendar-input table td.cpDayColumnHeader { background-color: #dedede; }
                    .calendar-input table td.cpDayColumnHeader span { font-weight: bold; color: #002065; }
                    .calendar-input table .cpOtherMonthDate, .calendar-input table .cpOtherMonthDate:visited, .calendar-input table .cpOtherMonthDate:active { color: #ceced0; }
                    .calendar-input table table td:hover { background-color: #dedede; color: #002065; }
                        .calendar-input table table td a { display: block; border-bottom: 1px solid #f6f6f6; }
                    .calendar-input table table td.cpTodayText { text-align: center; background-color: #dedede; }
                        .calendar-input table table td.cpTodayText a { border-bottom: 0px; font-weight: bold; }

    .progress { text-align: right; color: #c00; font-weight: bold; width: 93%; }

    .progresstext { color: #c00; font-weight: bold; }
    .progressbar { width: 92%; height: .7em; margin: 0 0 1em 0; border: 1px solid #2996d0; border-left-width: 5px; background-color: white; }
        #progressfill { height: 100%; background-color: #2996d0; }

/* search styles: form, info and results */
#resultsinfo { clear: both; position: relative; border: 1px dotted #919191; border-width: 1px 0; padding: .4em; }
    #resultsinfo .feed { top: .4em; right: .4em; }
    #resultsinfo h2 { margin: 0; padding: 0; }
    #resultsinfo p { margin: 0; padding: 0; }

#searchform { margin: 1em 0 2em 0; }
    #searchform label { margin-right: .5em; }

#searchresults { clear: both; margin: 1.5em 0 0 0; }
    #searchresults dt { margin: 2em 0 .6em 0; }
    #searchresults dd { margin: .3em 0 0 1.4em; }

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

/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 0; list-style-type: none; }
    ul.sitemap li { margin-bottom: 2em; padding-left: 20px; background: none; }
        ul.sitemap ul { position: relative; border-left: 1px solid #d9d4cf; margin: .3em 1em 1em 2em; padding: 0 0 10px 0; list-style-type: none; }
            ul.sitemap ul li { margin-bottom: .5em; padding-left: 100px; background: url(/images/belkampioen/b_sitemap.gif) left 10px no-repeat; }
            ul.sitemap ul li:last-child { position: absolute; top: 100%; left: 0; margin-top: -10px; }
                ul.sitemap ul li ul { margin-left: 5em; }

/* chapters in documents */
#chapters { border: 1px dotted #ccc; border-width: 1px 0; margin-bottom: 3em; }
    #chapters ul.chapters { margin: 0; padding: .5em 0; list-style-type: none; }
        #chapters li.chapter { margin-left: 2em; list-style-image: url(/images/belkampioen/arrow_right.gif); list-style-position: outside; }
            #chapters li.chapter:hover { list-style-image: url(/images/belkampioen/arrow_right_over.gif); }

li.chapter { margin: 1em 0 1em 0; }

/* navbox, for displaying next/previous/index links */
.navbox { margin: 2em 0; padding: 5px 20px; width: 640px; text-align: center; background: url(/images/belkampioen/b_nav_index.gif) left top no-repeat; overflow: hidden; }
    .navbox a, .navbox span { border: 0; color: #0081c6; }
    .navbox a { font-weight: bold; }
    .navbox a:hover { color: #c00; }

    /* previous, next, index and page links in navbox */
    .prev { float: left; }
    .next { float: right; }
    .index { }
    .page { margin: 0 .2em; }
        .page a { padding: 2px 6px; }

/* more: paragraph with a "read more" link */
.more { clear: both; margin: 1em .5em; padding: 0 0 0 .5em; background: url(/images/belkampioen/b_more_left.gif) left top no-repeat transparent; }
    .more a { padding: 2px 20px 4px 2px; border: 0; color: white; background: url(/images/belkampioen/b_more_right.gif) right top no-repeat transparent; }

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

/* button: transforms a normal button to a styled button */
.button { width: auto !important; cursor: pointer; padding: 2px 1.5em; border: 1px solid #6ea7c6; font-weight: bold; color: white; background: url(/images/belkampioen/b_button.gif) left top repeat-x #2996d0; }
    input.search { font-size: 0; width: 24px; height: 25px; margin: 0; padding: 0; border: 0; background: transparent url(/images/belkampioen/button_search.gif) no-repeat left top; }
        input.search:hover { cursor: pointer; }

/* preview bar */
#preview-bar { position: fixed; left: 0; right: 0; top: 0; margin: 0; padding: 0; border-bottom: 2px solid #c00; text-align: center; background-color: white; }
    #preview-bar #previewselect { margin: 0; padding: .5em 0; background-color: #ffa; opacity: .5; }
        #preview-bar:hover #previewselect { opacity: .8; }
    #preview-bar #previewselect input, #preview-bar #previewselect select { margin: 0 1em; }


#ratelist-title { margin: 0; background-position: left top; background-repeat: no-repeat; }
    #ratelist-title span { visibility: hidden; }

#ratelist { width: 715px; margin-bottom: 1em; padding: 5px; background-color: #cce6f4; }

    #ratelist #alphabet { padding: 0; }
        #ratelist #alphabet a { border: 1px solid white; padding: 2px 6px; font-size: 1.7em; background-position: center 6px; background-repeat: no-repeat; background-color: white; }
            #ratelist #alphabet a:hover { padding: 10px 6px; border-color: #c00; background-position: center 14px; }
            #ratelist #alphabet a span { visibility: hidden; }

    #rates { height: 300px; overflow: auto; }
        #rates table { width: 100%; }
            #rates thead th { padding-bottom: 1em; }
            #rates thead th, #ratelist tbody th { font-weight: normal; }
            #rates thead th.rate { text-align: center; }

            #rates tbody { }
                #rates tbody th { color: white; font-weight: bold; background-color: #2996d0; }
                #rates tbody tr.odd td { background-color: #e4f2f9; }
                #rates tbody td a, #rates tbody td.access-number, #rates tbody td.rate { font-weight: bold; }
                #rates tbody th.rate { text-align: center; }
                #rates tbody td.rate, #rates tbody td.rate-competitor { text-align: right; padding-right: 4px; }
                #rates tbody td a { border-color: #cce6f4; color: #c00; }
                    #rates tbody td a:hover { border-color: #c00; }

            #rates tbody td .rate-fixed a, #rates tbody td .rate-mobile a { padding: 0; border: 0; color: #2996d0; font-weight: bold; font-size: .85em; }
            #rates tbody td .rate-fixed { margin-right: 1em; }
                #rates tbody td .rate-fixed img { margin-right: 1px; }
                #rates tbody td .rate-mobile img { margin-left: 4px; margin-right: 4px; }

.rate-instructions { margin-bottom: 2em; background: url(/images/belkampioen/b_instructions_middle.gif) left bottom repeat-y; }
    .rate-instructions-top { height: 10px; background: url(/images/belkampioen/b_instructions_top.gif) left top no-repeat; }
    .rate-instructions-contents { padding: 0 1em .1em; background: url(/images/belkampioen/b_instructions_bottom.gif) left bottom no-repeat; }
        .rate-instructions ol { margin-left: 90px; padding: 0; list-style-type: none; }
            .rate-instructions ol li { margin-bottom: .5em; padding-bottom: .5em; background-position: 10px 2px; background-repeat: no-repeat; }
                .rate-instructions ol li span { visibility: hidden; }

.rate-button { margin: 0 2em 1em 0; padding: 0; }
.rate-button, .rate-button:hover { border: 0; }


/**
 * Common
 * Very often used classes
 */

/* positioning and visibility */
.clear-both     { clear: both; }
.float-left     { float: left; }
.float-right    { float: right; }
.inline         { display: inline; }
.block-level    { 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; }
.back           { padding-left: 15px !important; background: url(/images/belkampioen/arrow_right.gif) center left no-repeat; }
.back:hover     { background-image: url(/images/belkampioen/arrow_right_over.gif); }
.red            { color: red; }
.req            { color: red; }
.err            { color: red; font-weight: bold; }
input.err       { font-weight: normal; background-color: #ffbfbf; }
.notice         { background-color: #ffa; color: #2996d0; border: 1px solid #ffdfca; padding: .3em; }
.white          { color: white; }
.chosen         { color: #2996d0; font-weight: bold; }

/* odd, even and first for row coloring (zebra tables and distinctive first row) */
.odd           { background-color: #fff; }
.even          { background-color: #ffdfca; }
.first         { background-color: #ffdfca; border: solid #efefef; border-width: 0 1px; }

/* file types */
.doc            { padding: 2px 0 2px 20px !important; background: url(/images/ico_doc.gif) center left no-repeat !important; }
.pdf            { padding: 2px 0 2px 20px !important; background: url(/images/ico_pdf.gif) center left no-repeat !important; }