/**
 * @site Bereik! site
 * @revision $Revision: 1.11.22.14 $
 *
 * @styleguide:
 *  colors {
 *   white:      #fff;
 *   black:      #000;
 *   green:      #9ac61e;
 *   light-blue: #3989c3;
 *   dark-blue:  #0b4285;
 *  }
 *  fonts {
 *   headers:    TheSansBoldPlain;
 *   navigation: TheSansExtraBoldCaps;
 *   text:         Verdana, Helvetica, sans-serif;
 *  }
 */

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

/* links */
a, a:link { padding: 0 0 1px 0; color: #3989c3; text-decoration: none; border-bottom: 1px solid #3989c3; }
a:visited { color: #3989c3; border-color: #3989c3; }
a:active { color: #9ac61e; border-color: #9ac61e;}
a:hover { color: #9ac61e; border-bottom-color: #9ac61e; }

/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0 0 1em 0; font-family: Verdana, Helvetica, sans-serif; color: #0b4285; }
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 { }
    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 Verdana, Helvetica, sans-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 #3989c3; padding: 0 1em 1em 1em; }
    fieldset legend { margin: 0 0 .5em .4em; padding: .1em .7em; color: white; font-weight: bold; background-color: #3989c3; }

label { cursor: pointer; }
    label:hover { color: #3989c3; }

iframe { min-height: 35em; }

/**
 * Page layout
 */

html, body { margin: 0; padding: 0; border: 0; height: 100%; }
body { font: normal .7em/1.6em Verdana, Helvetica, sans-serif; color: #696969; }

#body { min-height: 100%; background: #7cc4ee url(/images/bg.gif) repeat-x left top; }
    #container { padding-top:255px; position: relative; margin: 0 auto; width: 1000px; background-color: white; }
        #content-container { float:right; margin-top:30px;}
        #content { padding: 0 0 0 0; margin: 0 0 0 0; min-height: 300px; width:590px; padding-right:150px; }

        #container-column-left { float:left;margin-left:25px; width: 201px;}

            #inline-block { color: white; margin-bottom: 25px; padding-top: 10px; width: 201px; background: #005596 url(/images/subnav_top.gif) no-repeat left top; }
                #inline-block h2 { margin: 0 20px 1em 20px; padding: 10px 0 0 50px; background: transparent url(/images/envelop.gif) no-repeat left top; }
                    #inline-block h2 span { display: block; text-indent: -9000px; }
                #inline-block p { font-weight: bold; margin: 0 20px; }
                #inline-block .inlineform { margin: 0; padding: 0 20px 20px 20px; width: 161px; background: transparent url(/images/subnav_bottom.gif) no-repeat left bottom; }
                    #inline-block .inlineform dt { font-size: .9em; font-weight: bold; }
                    #inline-block .inlineform dd { margin: 0; padding: 0; }
                        #inline-block .inlineform #frmemail { color: #0b4285; margin: 0; padding: 3px 5px; border: 0; width: 154px; height: 14px; background: white url(/images/bg_input.gif) no-repeat left top; }
                        #inline-block .inlineform .label-frmsubscribe, #inline-block .inlineform #frmsubscribe { display: none; }
                        #inline-block .inlineform .submit { padding: .2em .3em; border-color: #005596; background-color: #86c3e7; }

            #subnav { margin-bottom: 25px; padding-top: 10px; width: 201px; background: transparent url(/images/subnav_top.gif) no-repeat left top; }
                #subnav ul { list-style-type: none; margin: 0; padding: 10px 0 20px 0; width: 201px; background: #005596 url(/images/subnav_bottom.gif) no-repeat left bottom; }
                    #subnav ul li { }
                        #subnav ul li a { display: block; font-weight: bold; color: white; text-decoration: underline; padding: .5em 2em; border: 0; background: #005596 url(/images/arrow_white_bg_darkblue.gif) no-repeat 1em 1em; }
                            #subnav ul li.selected a, #subnav ul li a:hover { background: #42a8e2 url(/images/arrow_white_bg_lightblue.gif) no-repeat 1em 1em; }

        #container-column-right { float: right; margin-right: 25px; width: 300px; }

        #header { position: absolute; top: 0; left: 0; height: 237px; width: 100%; text-indent: -9000px; background-color: transparent; background-repeat: no-repeat; background-position: 25px 100%; }
            #header h2 { width: 195px; height: 101px; margin: 5px 0 0 16px; background: transparent url(/images/logo.png) no-repeat left top; }
                #header h2 a { display: block; height: 100%; border: 0; padding-left: 0; background: none; }

        #mainnav { position: absolute; top: 197px; left: 259px; z-index: 1; }
            #mainnav ul { float: left; list-style-type: none; margin: 0; padding: 0; }
                #mainnav li { float: left; height: 39px; }
                    #mainnav li a { display: block; padding: 0 10px 0 10px; border: 0; border-left: 1px solid #86c3e7; height: 39px; background-color: #0b4285; background-position: 10px 0; background-repeat: no-repeat; }
                        #mainnav li a:hover, #mainnav li a.selected { background-color: white; }
                        #mainnav li a span { visibility: hidden; }

        #breadcrumbs { position: absolute; top: 250px; left: 260px; right: 0; height: 20px; background-color: white; }
            #breadcrumbs ul { list-style-type: none; margin: 0; 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; color: #a0a0a0; padding-left: 0; background: none; }
                        #breadcrumbs li a:hover { text-decoration: underline; }

        #globalnav { position: absolute; top: 10px; right: 50px; margin: 0; }
            #globalnav ul { float: left; list-style-type: none; margin: 0; padding: 5px 0 0 0; }
                #globalnav ul li { float: left; margin: 0; padding: 0; }
                    #globalnav ul li a { display: block; color: #7f7f7f; font-weight: bold; margin: 0; padding: 0 .8em; border: 0; border-left: 1px solid #7f7f7f; line-height: 1em; }
                    #globalnav ul li.first-item a { border: 0; }
                        #globalnav ul li a span { }
                        #globalnav ul li a:hover { color: #9ac61e; }
        #breadcrumbs h2, #globalnav h2 { display: none; }

        #pagenav { margin: 1em 0; }
            #pagenav a { color: #0b4285; font-weight: bold; border: 0; }
                #pagenav a:hover { color: #9ac61e; }
            #pagenav a.back { padding-left: 15px; background: transparent url(/images/bullet_back.gif) no-repeat 0 .1em; }
            #pagenav a.print { padding-left: 25px; background: transparent url(/images/bullet_print.gif) no-repeat 5px .1em; }

    #quicksearch { float: left; }
        #quicksearch input.text { float: left; color: #696969; padding: 5px 40px 0 10px; border: 0; width: 116px; height: 20px; background: white url(/images/bg_search.gif) no-repeat left top; }
        #quicksearch input.submit { float: left; font-size: 0; color: white; margin: 5px 10px 0 -27px; padding: 0; border: 0; width: 18px; height: 15px; background: white url(/images/button_search.gif) no-repeat left top; }
            #quicksearch input.submit:hover { cursor: pointer; }

    #footer { clear: both; margin: 0 25px; padding: 45px 0 20px 0; width: 947px; background: transparent url(/images/footer.png) no-repeat left top; }
        #footer p { font-weight: bold; font-size: .9em; letter-spacing: -.01em; color: #0b4285; margin: 0; padding: 0; }

/**
 * EXCEPTIONS FOR TWO-COLUMN LAYOUT
 */
.two-columns #content { float: left; padding-right: 35px; width: 377px; }


/**
 * Page content
 */

/* rounded-box (normal and with blue background) */
.roundedbox { position: relative; margin-bottom: 25px; border: 1px solid #d5d5d5; }
    .rb-left-top { margin: -1px 0 0 -1px; background: transparent url(/images/bg_rb_left_top.gif) no-repeat left top; }
    .rb-right-top { margin: 0 -1px 0 0; background: transparent url(/images/bg_rb_right_top.gif) no-repeat right top; }
    .rb-right-bottom { margin: 0 0 -1px 0; background: transparent url(/images/bg_rb_right_bottom.gif) no-repeat right bottom; }
    .rb-left-bottom { padding: 1em 1.5em .3em 1.5em; background: transparent url(/images/bg_rb_left_bottom.gif) no-repeat left bottom; }

.roundedbluebox { margin-bottom: 25px; min-height: 10px; background-color: #ecf4ff; }
    .rbb-left-top { background: transparent url(/images/bg_rbb_left_top.gif) no-repeat left top; }
    .rbb-right-top { background: transparent url(/images/bg_rbb_right_top.gif) no-repeat right top; }
    .rbb-right-bottom { background: transparent url(/images/bg_rbb_right_bottom.gif) no-repeat right bottom; }
    .rbb-left-bottom { padding: 1em 1.5em; background: transparent url(/images/bg_rbb_left_bottom.gif) no-repeat left bottom; }

.roundedgreenbox { margin-bottom: 25px; min-height: 10px; background-color: #9ac61e; }
    .rgb-left-top { background: transparent url(/images/bg_rgb_left_top.gif) no-repeat left top; }
    .rgb-right-top { background: transparent url(/images/bg_rgb_right_top.gif) no-repeat right top; }
    .rgb-right-bottom { background: transparent url(/images/bg_rgb_right_bottom.gif) no-repeat right bottom; }
    .rgb-left-bottom { padding: 5px; background: transparent url(/images/bg_rgb_left_bottom.gif) no-repeat left bottom; }

.contenttext { margin-bottom: 1em; }
#pagebody { }

/* .feed: RSS-feed button placement */
.feed { border: 0 !important; margin-left: 1em; }
    h1 .feed, dt .feed { float: right !important; }
    .feed img { vertical-align: text-top; }

    /* header is wrapped in <span> when feed button is available */
    #content h1 { text-indent: -9000px; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
    #content h1 span { float: left; }

/* inline sections on the homepage */
.inline-sections { margin: 0; padding: 0; }
    .inline-sections dt { display: block; font-size: 1em; margin-bottom: 1em; width: 100%; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
        .inline-sections dt a { float: left; border: 0; }
        .inline-sections dt span { visibility: hidden; }
    .inline-sections dd { clear: both; margin: 0 0 1em 0; padding: 1em 0 0 0; border-top: 1px dotted #d5d5d5; }
        .inline-sections dd h2 { margin: 0; padding: .2em 1em 0 0; }
            .inline-sections dd h2 a { color: #0b4285; font-size: 1em; border-color: white; }
                .inline-sections dd h2 a:hover { border-color: #0b4285; }
        .inline-sections dd p { margin: 0; }
        .inline-sections dd img { float: left; margin: .5em .5em .5em 0; }
            .inline-sections dd p.more a { display: block; clear: both; float: right; margin: 0 0 1em 0; padding: 0 0 0 15px; border: 0; font-weight: bold; text-decoration: underline; background: transparent url(/images/bullet_bg_white.gif) no-repeat 0 .6em; }
                .inline-sections dd p.more a:hover { background-image: url(/images/bullet_green_bg_white.gif); }

/* inline sections in de container-column */
#container-column-right .inline-sections { margin: 0; padding: 0; }
    #container-column-right .inline-sections dt { margin: 0 0 .5em 0; }
    #container-column-right .inline-sections dd { margin: 0; padding: 0; border: 0; }
        #container-column-right .inline-sections dd h2 { font-size: 1em; margin: 0; padding: .2em 1em 0 0; }
            #container-column-right .inline-sections dd h2 a { color: #3989c3; margin: 0 0 1em 0; padding: 0 0 0 15px; border: 0; font-weight: bold; text-decoration: underline; background: transparent url(/images/bullet_bg_white.gif) no-repeat 0 .3em; }
                #container-column-right .inline-sections dd h2 a:hover { color: #9ac61e; background-image: url(/images/bullet_green_bg_white.gif); }
    #container-column-right .inline-sections dd.last-item { margin: 0 0 2em 0; }

/* block: (news)blocks on the homepage */
.block { clear: both; }
    .block h2 { font-size: 1em; margin: 0 0 1em 0; padding: 0 0 1em 0; border-bottom: 1px dotted #d5d5d5; width: 100%; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
        .block h2 a { border: 0; text-decoration: none; color: #3989c3; }
            .block h2 a:hover { color: #9ac61e; }
        .block h2 span { visibility: hidden; }
    .block img { float: left; margin: .5em .5em .5em 0; }
    .block p { margin: 0 .5em .5em 0; }
    .block .read-more { margin: 0; padding: 0 0 0 15px; border: 0; font-weight: bold; text-decoration: underline; background: transparent url(/images/bullet_bg_white.gif) no-repeat 0 .3em; }
        .block .read-more:hover { background-image: url(/images/bullet_green_bg_white.gif); }

/* default and rich menu */
.menu_default { margin: 0; padding: 0; list-style-type: none; }
    .menu_default li { }
        .menu_default li a { display: block; font-weight: bold; text-decoration: underline; padding-left: 15px; border: 0; background: transparent url(/images/bullet_bg_blue.gif) no-repeat 0 .6em; }
            .menu_default li a:hover { background-image: url(/images/bullet_green_bg_white.gif); }

.menu_rich { clear: both; margin: 1em 0; padding: 0; list-style-type: none; }
    .menu_rich li { margin: 0 0 25px 0; }
        .menu_rich li img { float: left; margin: 0 1em 0 -1.5em; }
        .menu_rich li a { border: 0; }
        .menu_rich li h2 { margin: 0; padding-top: 1em; }
        .menu_rich li h2 a { font-size: .9em; text-decoration: underline; }
.rich-menu-item .rbb-left-bottom { padding: 0 1.5em; min-height: 10px; }

/* Default and rich lists */
ul.default { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.default li .rb-left-bottom { padding-bottom: 1em; }
    ul.default li h2 { margin: 0 0 1em 0; padding: 0 0 1em 0; border-bottom: 1px dotted #d5d5d5; }
        ul.default li h2 a { display: block; border: 0; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
            ul.default li h2 a span { visibility: hidden; }
        ul.default li p.more a { display: block; clear: both; float: right; margin: 0 0 0 0; padding: 0 0 0 15px; border: 0; font-weight: bold; text-decoration: underline; background: transparent url(/images/bullet_bg_white.gif) no-repeat 0 .6em; }
            ul.default li p.more a:hover { background-image: url(/images/bullet_green_bg_white.gif); }
    ul.default li img { float: left; margin-right: 10px;  }
    ul.default li .rich-list-item { margin-left: 110px; }

ul.poor { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.poor li { margin-bottom: 1.5em; }
        ul.poor li h2 { margin: 0 0 .5em 0; padding: 0; }
            ul.poor li h2 a { display: block; border: 0; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
                ul.poor li h2 a span { visibility: hidden; }
        ul.poor li p { margin: 0; padding: 0; }

ul.download { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.download li { float: left; margin-right: 10px; width: 180px; min-height: 210px; }
        ul.download li h2 { margin: 0; padding: 0; min-height: 40px; }
            ul.download li h2 a { font-size: .9em; color: #696969; border: 0; }
        ul.download li a { border: 0; }
        ul.download li img { display: block; border: 2px solid #3989c3; }
        ul.download li .download { color: white; margin: .4em 0 0 0; padding: 0 0 0 11px; width: 100px; height: 20px; background: transparent url(/images/bg_box_left.gif) no-repeat left top; }
            ul.download li .download-inner { padding: 0 11px 9px 0; height: 11px; background: #0063a1 url(/images/bg_box_right.gif) no-repeat right top; }
                ul.download li .download-inner a { color: white; font-weight: bold; padding-left: 20px; background: transparent url(/images/bg_download.gif) no-repeat 0 .2em; }
                    ul.download li .download-inner a:hover { text-decoration: underline; }

/* 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; }

/* imgbox and linkboxes */
.imgbox_wrapper { clear: both; margin: 1em 0; width: 100%; }
    .imgbox_wrapper .imgbox { float: left; margin: 0 1.1em 0 0; padding: 0; border: 0; }

.imgbox { }
    .imgbox img { display: block; margin: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Verdana, Helvetica, sans-serif; color: #3989c3; background-color: #e8e8e8; }

.linkbox_default, .linkbox_rich, .linkbox_video { clear: both; margin: 0 0 25px 0; padding: 0; width: 100%; list-style-type: none; }
    .linkbox_default li { margin: 0; padding: 0; }
        .linkbox_default li a { display: block; font-weight: bold; text-decoration: underline; padding-left: 15px; border: 0; background: transparent url(/images/bullet_bg_white.gif) no-repeat 0 .5em; }
            .linkbox_default li a:hover { background-image: url(/images/bullet_green_bg_white.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: #3989c3; }
.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: 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; }
    .errors { font-style: italic; color: red; }
    .header { margin: 1em 0; }
    .header.formpage { display: block; width: auto; float: none; border-bottom: 1px solid #3989c3; }
        .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: #3989c3; font-weight: bold; width: 93%; }

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

/* search styles: form, info and results */
#resultsinfo { clear: both; padding-bottom: .2em; border: 1px dotted #d5d5d5; border-width: 1px 0; }
    #resultsinfo p { float: right; margin: 0; }
    #resultsinfo h2, #resultsinfo p { margin: 0; padding: .2em 1em .1em .3em; color: #696969; }

#searchform { float: left; margin: 0; padding-bottom: 0; }
    #searchform label { float: left; font-weight: bold; color: #3989c3; margin-right: 1em; }
    #searchform div { float: left; margin: 0 0 1em 0; }
    #searchform label { display: block; clear: both; }
    #searchform input.text { float: left; color: #696969; padding: 5px 40px 0 10px; border: 0; width: 211px; height: 20px; background: white url(/images/bg_search_big.gif) no-repeat left top; }
    #searchform input.submit { float: left; font-size: 0; color: white; margin: 5px 10px 0 -27px; padding: 0; border: 0; width: 18px; height: 15px; background: white url(/images/button_search.gif) no-repeat left top; }
        #searchform input.submit:hover { cursor: pointer; }
    #searchform p { margin: 0 0 .5em 0; }

#searchresults { clear: both; margin: 1.5em 0 0 0; }
    #searchresults dt { margin: 2em 0 .4em 0; }
        #searchresults dt a { color: #696969; border: 0; }
    #searchresults dd { margin: .3em 0 0 1.4em; }
        #searchresults dd a { font-weight: bold; }

/* highlighting for search terms */
.highlight { font-weight: bold; }

/* bannercolumn */
#bannercolumn { }
    #bannercolumn a { display: block; margin: 0 0 10px 13px; border: 0; }
    #bannercolumn img { border: 0; }
    #bannercolumn object { }

    .bannerposition .rbb-left-bottom { padding: 0 1.5em; }

/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 1em 0; list-style-type: none; }
    ul.sitemap a { font-weight: bold; }
    ul.sitemap li ul li { margin-bottom: 0; border-left: 1px solid #d5d5d5; }
        ul.sitemap li ul li a { position: relative; left: -1px; bottom: -7px; padding-left: 45px; border: 0; text-decoration: underline; background: transparent url(/images/bg_sitemap.gif) no-repeat 0 .7em; }
        ul.sitemap li ul { margin: .3em 1em 0 4em; padding: 0; list-style-type: none; }

/* chapters in documents */
#chapters { }
    #chapters ul.chapters { margin: 0; padding: 0; border-top: 1px dotted #d5d5d5; list-style-type: none; }
        #chapters li.chapter { padding: .5em 0 .5em 0; border-bottom: 1px dotted #d5d5d5; }
            #chapters li.chapter a { font-weight: bold; color: #0b4285; text-decoration: none; padding-left: 15px; border: 0; background: transparent url(/images/arrow_blue_right.gif) no-repeat 0 .4em; }
                #chapters li.chapter a:hover { color: #9ac61e; }

h2.chapter { clear: both; margin: 1em 0 0 0; padding: 0; }

/* navbox, for displaying next/previous/index links */
.navbox { margin-top: 2em; padding: 0 0 0 11px; height: 29px; }
    .navbox-inner { padding: 5px 11px 4px 0; height: 20px; text-align: center; }

    .navbox a { font-weight: bold; border: 0; }
        .navbox a:hover { }

    /* previous, next, index and page links in navbox */
    .prev { float: left; }
    .next { float: right; }
    .index { position: relative; padding: 7px 1em; border-width: 0 1px; }
    .page { margin: 0 .2em; }
        .page a { font-weight: normal; text-decoration: underline; padding: 2px 6px; }

/* more: paragraph with a "read more" link */
.more { clear: both; margin: 1em .5em; }
    .more a { padding: 0 15px 0 0; background: url(/images/arrow_right.gif) center right no-repeat transparent; }
        .more a:hover { background-image: url(/images/arrow_right_over.gif); }

/* date: date in messages */
.date { margin: 0; color: #3989c3; font-style: italic; }

/* button: transforms a normal button to a styled button */
.button { float: right; width: auto !important; border: 1px solid white; cursor: pointer; padding: 2px 1.5em; font: bold 1em Verdana, Helvetica, sans-serif; color: white; background-color: #0b4285; }
    .button:active { border-style: inset; }
    .submit { }

/* preview bar */
#preview-bar { position: fixed; left: 0; right: 0; top: 0; margin: 0; padding: 0; border-bottom: 2px solid #3989c3; 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 !important; background: url(/images/arrow_left.gif) center left no-repeat; }
.back:hover     { background-image: url(/images/arrow_left_over.gif); }
.red            { color: red; }
.req            { }
.err            { color: red; font-weight: bold; }
input.err       { font-weight: normal; background-color: #ffbfbf; }
.notice         { background-color: #ffa; color: #9ac61e; border: 1px solid #ffdfca; padding: .3em; }
.white          { color: white; }
.chosen         { color: #9ac61e; 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 #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; }
*/

