/**
 * @site Bobsleebond Nederland
 * @revision $Revision: 1.11.28.15 $
 *
 * @styleguide:
 *  colors {
 *   white:  #fff;
 *   black:  #000;
 *   orange: #f60;
 *   blue:   #017db4;
 *  }
 *  fonts {
 *   logo:    Neo Sans - Bold;
 *   headers: Neo Sans;
 *   text:    Tahoma, 'Trebuchet MS', Helvetica, sens-serif;
 *  }
 */

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

/* links */
a, a:link { padding: 0 0 1px 0; color: #f60; text-decoration: none; border-bottom: 1px solid #f60; }
a:visited { color: #f60; }
a:active { color: #017db4; border-bottom-color: #017db4;}
a:hover { color: #017db4; border-bottom-color: #017db4; }

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

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

/* paragraphs */
p { margin-top: 0; }
p u { background:transparent url(/images/arrow_right.gif) no-repeat scroll 0 50%;
padding-left:15px; }

/* 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 #bbbcbc; padding: .2em 0; font: normal 1em Tahoma, 'Trebuchet MS', Helvetica, sens-serif; }
    input:hover, textarea:hover { border-color: #bbb; }
    input:focus, textarea:focus { border: 1px inset #afafaf; }
    input.disabled { cursor: default; background-color: #e8e8e8; }

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

label { cursor: pointer; }
    label:hover { color: #017db4; }

iframe { min-height: 35em; }

hr { color: white; border-style: solid; border-color: #ccc; border-width: 1px 0 0; height: 2px; margin: 1em 0; background-color: white; }

/**
 * Page layout
 */

html, body { height: 100%; margin: 0; padding: 0; border: 0; background-color: white; }
body { font: normal .8em/1.6 Tahoma, 'Trebuchet MS', Helvetica, sens-serif; color: black; }

#body { height: 100%; background: url(/images/b_body.gif) left top repeat-x white; }
    #container { position: relative; width: 1000px; min-height: 100%; margin: 0 auto; background: url(/images/b_container.png) left top repeat-y; }
        #content { min-height: 790px; padding: 300px 150px 150px 210px; margin: 0 11px; letter-spacing: .02em; background: url(/images/b_content.gif) 0 250px no-repeat #f1f1f1; }
            #content h1 { margin-top:5px; text-indent: -9000px; background-repeat: no-repeat; background-position: left top; }
            #content h1, #content h2, #content h3 { position: relative; min-height: 29px; }
            #content a { font-weight: bold; }

        #header { position: absolute; top: 0; left: 11px; height: 261px; width: 978px; background-repeat: no-repeat; background-position: 0px 73px; background-color: white; }
            #header h2 { position: relative; top: 20px; left: 30px; width: 589px; height: 48px; margin: 0; padding: 0; background: url(/images/l_bobsleebond.gif) left top no-repeat transparent; }
                #header h2 a { display: block; height: 100%; border: 0; padding-left: 0; background: none; }

        #mainnav { position: absolute; top: 305px; left: 20px; width: 172px; }
            #mainnav ul { list-style-type: none; margin: 0; padding: 0; }
                #mainnav li { height: 28px; border-bottom: 1px solid #cdcece; }
                #mainnav li.active { background: url(/images/arrow_right.gif) left 11px no-repeat; }
                    #mainnav li a { display: block; width: 100%; height: 100%; border-bottom: 1px solid white; background-color: transparent; background-position: 10px 10px; background-repeat: no-repeat; }
                        #mainnav li a span { visibility: hidden; }

        #breadcrumbs { position: absolute; top: 265px; left: 220px; right: 20px; height: 20px; }
            #breadcrumbs ul { list-style-type: none; margin: 0; padding: 0 0 0 10px; background: url(/images/i_breadcrumbs.gif) left center no-repeat transparent; }
                #breadcrumbs ul li { display: inline; margin-right: 0; padding-left: 12px; font-size: .8em; 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; color: #a0a0a0; padding-left: 0; background: none; }
                        #breadcrumbs li a:hover { text-decoration: underline; }

        #globalnav { position: absolute; top: 45px; right: 33px; }
            #globalnav ul { float: left; list-style-type: none; margin: 0; padding: 0; }
                #globalnav ul li { float: left; margin: 0 .5em 0 0; padding: .2em; font-size: .9em; background: transparent url(/images/streepje.gif) no-repeat scroll right 7px; padding-right:10px; }
                    #globalnav ul li a { display: block; border: 0; text-decoration:underline; color:#FF6600; background-repeat: no-repeat; background-position: center center; }
                        #globalnav ul li a:hover { color: #017DB4; }
                        #globalnav ul li a span { visibility: hidden; }
        #breadcrumbs h2, #globalnav h2 { display: none; }

        #quicksearch {  position: relative; float: left; margin: 1px 0 0 1em; }
            #quicksearch h3 { margin: 0; }
            #quicksearch label { clear: both; display: block; }
            #quicksearch input { padding:0.2em 0.5em 3px; border:none; color: #a0a0a0; width:113px; height: 22px; }
            	#quicksearch input#qs { display:block; background:url(/images/zoekveld.gif) no-repeat; }
            #quicksearch input.submit { position: absolute; top: 4px; right: 5px; border: 0; width: 14px; height: 14px; font-size: 0; color: white; background: url(/images/i_search.gif); }
                #quicksearch input.submit:hover { cursor: pointer; }

        #subsitenav { position: absolute; left: 11px; right: 11px; bottom: 79px; }
           #subsitenav ul { margin: 0 0 0 30px; padding: 0; list-style-type: none; overflow: hidden; }
            #subsitenav ul li { float: left; width: 223px; height: 69px; margin-right:0.9em; background-repeat: no-repeat; }
                #subsitenav ul li a { display: block; height: 100%; padding: 0; border: 0; }
                    #subsitenav ul li a span { visibility: hidden; }

        #extranav { position: absolute; top: 0; right: 33px; margin: 0; padding: 0; list-style-type: none; }
            #extranav li { float: left; height: 25px; background: url(/images/b_extranav_left.gif) left top no-repeat; }
                #extranav li a { display: block; height: 100%; border: 0; margin-left: 10px; padding: 5px 10px 0 0; background: url(/images/b_extranav_right.gif) right top no-repeat; }
                    #extranav li a span { background-position: left top; background-repeat: no-repeat; }
                        #extranav li a span span { visibility: hidden; }

        #loginform { margin-bottom: 2em; width: 263px; background: url(/images/b_loginform_middle.gif) left top repeat-y #3396c0; }
            #loginform form { margin: 0; background: url(/images/b_loginform_top.gif) left top no-repeat; }
                #loginform fieldset { margin: 0; border: 0; background: url(/images/b_loginform_bottom.gif) left bottom no-repeat; }
                    #loginform fieldset legend { margin: 1em 0 0.5em; padding-left: 0; padding-right: 2em; background-color: transparent; background-position: left top; background-repeat: no-repeat; }
                        #loginform fieldset legend span { visibility: hidden; }
                    #loginform label { clear: both; float: left; width: 80px; margin-bottom: .5em; color: white; }
                    #loginform input { padding-left:.2em; padding-right:0; float: right; width: 148px; margin-bottom: .5em; background:url(/images/inputfield_blue.png) no-repeat; border:0; }
                       #loginform input.submit { clear:both; padding-right:0; float: right; margin: .5em .2em 0 0; width:80px; font-weight:bold; background:#D7E4EE url(/images/b_button.gif) repeat-x scroll left top;}

        #pagevisual { margin-top: 2em;  }

        #bannercolumn { position: absolute; right: 11px; top: 280px; width: 110px; text-align: center; }
            #bannercolumn .banner { margin-bottom: 1em; background: url(/images/b_sponsors_middle.gif) left top repeat-y transparent; }
                #bannercolumn .bannervisual { margin-bottom: 1em; padding-top: 1em; background: url(/images/b_sponsors_top.gif) left top no-repeat; }
                	#bannercolumn .bannervisual a img { margin-bottom:3px; }
                #bannercolumn a { display: block; border: 0; background: url(/images/b_sponsors_bottom.gif) left bottom no-repeat; }
                #member-of { margin: 1em 0 0 0; padding: 0; height: 33px; text-indent: -9000px; background: left top no-repeat transparent; }
                #sponsors { margin: 1em 3px 0 0; padding: 0; text-indent: -9000px; background: right top no-repeat transparent; }

        #footer { position: absolute; left: 11px; bottom: 0; right: 11px; height: 79px; background: url(/images/b_footer.gif) left top repeat-x; overflow: hidden; }
            #footer-content { position: relative; width: 983px; height: 100%; margin: 0 auto; }

                #footer #contact { padding: 2em 2em 0 2em; }
                    #footer #contact p { float: left; height: 20px; margin: 0 1em 0 0; background-position: left top; background-repeat: no-repeat; }
                        #footer #contact p span { display: none; }
                        #footer #contact p a { display: block; float: left; margin-left: .5em; border-bottom-color: white; color: white; text-indent: -9000px; background-position: left top; background-repeat: no-repeat; }

                #copyright, #props { position: absolute; bottom: 5px; margin: 0; }
                #copyright { left: 2em; }
                #props { right: 2em; }
                    #copyright, #props a { border: 0; color: #74b0ce; font-size: .85em; }


    /* portal exceptions */
    .portal { }
        .portal #content { padding: 360px 50px 100px 30px;  }
        .portal #subsitenav { bottom: auto; top: 261px; background: url(/images/b_subsitenav_top.gif) left top repeat-x; }
            .portal #subsitenav ul { height: 85px; }
        .portal #bannercolumn { top: 355px; }


/**
 * Page content
 */

.contenttext { margin-bottom: 1em;  min-height:100px;}
#pagebody { }

/* .feed: RSS-feed button placement */
a.feed { position: absolute; top: 0; right: 0; width: 30px; height: 29px; border: 0; padding: 0; }
    a.feed img { display: block; }

/* inline sections on the homepage */
.inline-sections { margin:0; padding:0;}
    .inline-sections h3 { text-indent: -9000px; background-repeat: no-repeat; background-position: left center; }
    .inline-sections ul { margin: 0 0 1.5em; padding: 0; list-style-type: none; }
        .inline-sections ul li { padding-left: 15px; background: url(/images/arrow_right.gif) 0 7px no-repeat; }
            .inline-sections ul li:hover { background-image: url(/images/arrow_right_over.gif); }

/* block: (news)blocks on the homepage */
.blocks { clear: both; margin-bottom: 2em; }
    .block { margin-bottom: 2em; }
    .blocks h3 { margin-bottom: .3em; background-repeat: no-repeat; background-position: left center; }
        .blocks h3 a { display: block; border-width: 0; border-color:#0f84b7; width: 100%; height: 25px; }
            .blocks h3 a:hover { border-width: 1px; }
        .blocks h3 span { visibility: hidden; }

/* rich block: blocks with rounded borders */
.block-rich { position: relative; border: 1px solid #c4c5c5; min-height: 70px; background-color: white; }
    .block-rich .inner { z-index: 1; position: relative; padding: 1em; overflow: hidden; }
    .block-rich .tl, .block-rich .tr, .block-rich .bl, .block-rich .br { z-index: 0; position: absolute; }
    .block-rich .tl { left: -1px; top: -1px; width: 278px; height: 47px; background: url(/images/b_block_tl.gif) left top no-repeat; }
    .block-rich .tr { right: -1px; top: -1px; width: 33px; height: 47px; background: url(/images/b_block_tr.gif) right top no-repeat; }
    .block-rich .bl { left: -1px; bottom: -1px; width: 22px; height: 10px; background: url(/images/b_block_bl.gif) left bottom no-repeat; }
    .block-rich .br { right: -1px; bottom: -1px; width: 22px; height: 10px; background: url(/images/b_block_br.gif) right bottom no-repeat; }

/* default and rich menu */
.menu_default { clear: both; margin: 0; padding: .5em 1em; list-style-type: none; }
    .menu_default li { padding-left: 15px; background: url(/images/arrow_right.gif) 0 7px no-repeat; }
        .menu_default li:hover { background-image: url(/images/arrow_right_over.gif); }

.menu_rich { clear: both; margin: 1em 0 2em 0; padding: 0; list-style-type: none; }
    .menu_rich li { float: left; width: 280px; margin-right: 20px; }
        .menu_rich li a { float: left; width: 120px; margin-right: 1em; padding: 0; border: 0; }
        .menu_rich li a.title { display: block; width: 100px; padding: 0; background-position: left top; background-repeat: no-repeat; }
            .menu_rich li a span { visibility: hidden; }

/* Default and rich lists */
ul.default, ul.news, ul.rich { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.default li { margin-bottom: 3em; }
        ul.default li h2 { margin: 0; padding: 0; background-position: left top; background-repeat: no-repeat; }
            ul.default li h2 a { border: 0; padding: 0; }
                ul.default li h2 a span { visibility: hidden;  }

    ul.news li { padding-left: 15px; background: url(/images/arrow_right.gif) 0 7px no-repeat; }
        ul.news li:hover { background-image: url(/images/arrow_right_over.gif); }
        ul.news span.date { margin-right: .5em; color: #f60; }
            ul.news li:hover span.date { color: #017db4; }

    ul.rich li { min-height: 100px; margin-bottom: 1em; }
        ul.rich li h2 { margin: 0; padding: 0; background-repeat: no-repeat; background-position: left top; }
            ul.rich li h2 a { padding: 0; border: 0; }
                ul.rich li h2 a span { visibility: hidden; }
        ul.rich li img { margin: 0 1em .5em 0; }
        ul.rich li div.contents { margin-left: 130px; }
            ul.rich li div.contents p.more { clear: none; }

    ul.photo { margin: 0; padding: 0; list-style-type: none; }
        ul.photo li { float: left; width: 120px; height: 180px; margin: 0 2em 1em 0; }
            ul.photo li a { padding: 0; border-bottom-width: 0; }
            ul.photo li p { margin: 0; }
            ul.photo li p.download { padding: 0 0 3px 20px; background: url(/images/i_download.gif) left top no-repeat; }
                ul.photo li p.download a { border-bottom-width: 1px; }

/* 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: #e8e8e8;  }
        .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 #e8e8e8; }
        .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; }
.semicolumn.left { width: 55%; float: left; margin-right: 3.2em; }
.semicolumn.right { width: 29.4%; float: left; }

/* imgbox and linkboxes */
.imgbox_wrapper { clear: both; margin: 1em 0; overflow: hidden; }
    .imgbox_wrapper .visual { float: left; margin-right: 1em; }
        .imgbox_wrapper .visual { border-bottom: 0; text-align: center; }
            .imgbox_wrapper .visual img { display: block; border: 1px solid #afafaf; padding: 1px; }
            .imgbox_wrapper .visual span { padding-right: 15px; background: url(/images/i_enlarge.gif) right bottom no-repeat; }

.imgbox { 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 Tahoma, 'Trebuchet MS', Helvetica, sens-serif; color: #017db4; background-color: #e8e8e8; }

#linkbox { float: right; width: 175px; margin: 0 0 1em 2em; }
    #linkbox h2 { margin: 0; background-position: left top; background-repeat: no-repeat; }
.linkbox_default, .linkbox_rich, .linkbox_video { clear: both; margin: 0; padding: 0; list-style-type: none; }
    .linkbox_default li { margin: 0; padding-left: 15px; background: url(/images/arrow_right.gif) 0 7px no-repeat; }
        .linkbox_default li:hover { background-image: url(/images/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/arrow_right.gif) center right no-repeat transparent; }
            .linkbox_rich li a:hover span { background-image: url(/images/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: #017db4; }
.address dt { clear: both; width: 25%; font-weight: bold; background-color: #e8e8e8; }
.address dd { width: 70%; margin: 0 0 1em 0; background-color: #f9f9f9; }

/* basicform styles form elements, marked up in a definition list */
.basicform { width: 70%; }
.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; }
    .basicform dl dd { width: 60%; float: left; margin: 0 0 1em 0; }
    .errors { font-style: italic; color: red; }
    .header { margin: 1em 0; }
    .header.formpage { display: block; width: auto; float: none; border-bottom: 1px solid #017db4; }
        .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: #017db4; font-weight: bold; width: 93%; }

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

/* search styles: form, info and results */
#resultsinfo { padding-bottom: .2em; }
    #resultsinfo h2 { float: left; font-size: 1.2em; }
    #resultsinfo p { float: right; margin: 0; }
    #resultsinfo h2, #resultsinfo p { margin: 0; padding: .2em 1em .1em .3em; color: #017db4; }

div#searchform { margin: 1em 0; min-height: 0; }
    div#searchform .inner { padding: .75em; }
    #searchform form { margin: 0; padding: 0; }
        #searchform label { margin-right: 2em; }
        #searchform input { border-color: #bbbcbc; }
        #searchform input.submit { margin-left: -22px; width: 14px; height: 23px; border: 0; font-size: 0; color: white; background: url(/images/i_search.gif) left top no-repeat; }

#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: #e8e8e8; }

/* sitemap */
ul.sitemap, ul.sitemap ul { margin: 1em 1em 1em 0; padding: 0; list-style-type: none; }
    ul.sitemap ul { border-left: 1px dotted #afafaf; margin: .3em 1em 1em 1em; }
    ul.sitemap ul li { padding-left: 50px; background: url(/images/b_sitemap_item.gif) 0px 10px no-repeat; }

/* chapters in documents */
#chapters { margin: 0; background-position: left top; background-repeat: no-repeat; }
ul.chapters { width: 100%; margin: 0; padding: .5em 0; list-style-type: none; }
    li.chapter { margin: 0 0 .5em 0; padding-left: 15px; background: url(/images/arrow_right.gif) 0 7px no-repeat; }
        li.chapter:hover { background-image: url(/images/arrow_right_over.gif); }

/* navbox, for displaying next/previous/index links */
.navbox { margin-top: 2em; min-height: 0; text-align: center; }
    .navbox a { border: 0; }

    /* 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 0; padding-left: 15px; background: url(/images/arrow_right.gif) 0 7px no-repeat; }
    .more:hover { background-image: url(/images/arrow_right_over.gif); }

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

/* button: transforms a normal button to a styled button */
.button { border: 1px solid #b7b6b7; cursor: pointer; padding: 2px 1.5em; color: #f60; background: url(/images/b_button.gif) left top repeat-x #d7e4ee; }
    .button:hover { border-color: #017db4; color: #02618a; }
    input.button.submit { width: auto; }

/* preview bar */
#preview-bar { position: fixed; left: 0; right: 0; top: 0; margin: 0; padding: 0; border-bottom: 2px solid #017db4; 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; }

/**
 * 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; background: url(/images/arrow_left.gif) 0 7px no-repeat; }
.back:hover     { background-image: url(/images/arrow_left_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: #f60; border: 1px solid #017db4; padding: .3em; }
.white          { color: white; }
.chosen         { color: #f60; font-weight: bold; }

/* odd, even and first for row coloring (zebra tables and distinctive first row) */
.odd           { background-color: #fff; }
.even          { background-color: #017db4; }
.first         { background-color: #017db4; border: solid #e8e8e8; 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; }