/**
 *  Stylesheet for CVT
 *  ===============================================================
 *  $Revision: 1.11.8.5.2.3 $
 *  ===============================================================
 *
 *  global styleguide:
 * @site e-Grip demo site
 * @revision $Revision: 1.11.8.5.2.3 $
 *
 *  colors {
 *    white  : #fff;
 *    grey   : #e2e2e2;
 *    yellow : #ffde64;
 *    blue   : #31309c;
 *
 *    green  : #99cc00;
 *    blue   : #333399;
 *  }
 *
 *  fonts {
 *    logo    : FF Unit - Medium;
 *    headers : Arial, Verdana, Tahoma, sans-serif;
 *    text    : Arial, Verdana, Tahoma, sans-serif;
 *  }
 */


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

html, body { margin: 0; padding: 0; border: 0; background-color: #009CDA; }
body { font: normal .7em/1.5em Arial, Verdana, Tahoma, sans-serif; color: #333399; }

/* links */
a, a:link { color: #333399; }
a:visited { color: #333399; }
a:active { color: #333399; text-decoration: none; }
a:hover { color: #333399; text-decoration: none; }

/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0 0 1em 0; font-family: Arial, Verdana, Tahoma, sans-serif; color: #333399; }
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; 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: pointer; }

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

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


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

#body { height: 100%; width: 100%; }

    #total { width: 796px; margin: 10px auto; background: transparent url(/images/bg.gif) repeat-x left top; overflow: hidden; }

    #container { position: relative; height: 100%; width: 796px; background: transparent url(/images/bg_repeat.gif) repeat-y 10px 0; overflow: hidden; }

    #content { float: right; width: 586px; height: auto; min-height: 100%; margin: 10px 10px 10px 0; padding: 150px 20px 20px 20px; background-color: white; }

        #header { position: absolute; top: 0; left: 0; height: 120px; width: 776px; margin: 0 10px; text-indent: -9000px; background: white url(/images/header.gif) no-repeat left top; }
            #header #logo { float: left; height: 100px; width: 100%; margin: 18px 0 0 20px; }
                #header h2 { width: 100%; height: 100%; margin: 0; }
                    #header h2 a { display: block; height: 100%; border: 0; padding-left: 0; background: none; }

        #mainnav { float: left; width: 160px; margin: 140px 0 10px 0; }
            #mainnav ul { list-style-type: none; margin: 0; padding: 0; }
                #mainnav li { height: 20px; }
                    #mainnav li a { display: block; width: 100%; height: 100%; text-decoration: none; border: 0; background-color: transparent; background-position: center left; background-repeat: no-repeat; }
                        #mainnav li a span { visibility: hidden; }

        #breadcrumbs { position: absolute; top: 120px; left: 0; height: 20px; width: 606px; margin-left: 10px; border-left: 150px solid #88b500; padding-left: 20px; background-color: #e2e2e2; }
            #breadcrumbs ul { list-style-type: none; margin: 0; padding: 0; }
                #breadcrumbs ul li { display: inline; margin-right: 0; padding-left: 12px; font-size: .9em; background: url(/images/i_crumb.gif) left center no-repeat transparent; }
                #breadcrumbs li#firstcrumb { padding-left: 0; background-image: none; }
                    #breadcrumbs li a { border: 0; text-decoration: none; padding-left: 0; background: none; }
                        #breadcrumbs li a:hover { text-decoration: underline; }

        #globalnav { position: absolute; top: 0; left: 0; margin: 0 0 0 555px; height: 25px; width: 210px; }
            #globalnav ul { list-style-type: none; margin: 0; padding: 0; }
                #globalnav ul li { float: left; margin: 0 .5em 0 0; }
                    #globalnav ul li a { display: block; font-weight: bold; color: #878787; text-decoration: none; padding-left: 7px; margin: 5px 15px 0 0; border-bottom: 3px solid white; background: transparent url(/images/bullet_grijs.gif) no-repeat left center; }
                        #globalnav ul li a:hover { border-color: #99cc00; }
                        #globalnav ul li a.selected { border-color: #99cc00; }
        #breadcrumbs h2, #globalnav h2 { display: none; }

    #quicksearch { margin: 15px; }
        #quicksearch h3 { margin: 0; }
        #quicksearch label { clear: both; display: block; }
        p #q { width: 90px; width: 350px; }

    #footer { height: 10px; background: transparent url(/images/footer.gif) no-repeat left top; }

    #props { position: absolute; bottom: 1em; left: 1em; }
    html>body #props { position: fixed; }
        #props a, #props a:visited { color: #afafaf; border: 0; }


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

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

/* inline sections on the homepage */
.inline-sections { }
    .inline-sections dt { font-size: 1.2em; font-weight: bold; margin: 1em 0 .2em 0; }
    .inline-sections dd { margin: 0; }
        .inline-sections dd h2 { font-size: 1em; margin: 0 0 .2em 0; padding: 0; }

/* inline sections on the homepage */
.first-inline-section { float: right; margin: 0; border-left: 10px solid #333399; width: 200px; background: #e2e2e2 url(/images/a_ronding_grijs.gif) no-repeat right bottom; margin-left: 20px; padding-bottom: 10px; }
    .first-inline-section dt { display: block; height: 20px; padding-left: 10px; font-size: 1em; font-weight: bold; background-color: #f1f1f1; }
        .first-inline-section dt a { float: left; text-decoration: none; }
    .first-inline-section dd { clear: both; margin: 5px 0 0 10px; }
        .first-inline-section dd h2 { font-size: 1em; margin: 0; padding: 0; }
            .first-inline-section dd h2 a { padding-left: 7px; font-weight: normal; text-decoration: none; background: transparent url(/images/bullet_blauw.gif) no-repeat left center; }
                .first-inline-section dd h2 a:hover { text-decoration: underline; }

/* ruling-page */
#ruling { clear: both; float: left; margin: 0; padding: 0; width: 100%; }
    #ruling dt { float: left; clear: both; font-weight: bold; margin-bottom: 1em; width: 20%; }
    #ruling dd { float: left; margin-bottom: 1em; width: 65%; }
        #ruling dd p { margin: 0 0 1em 0; }
        #ruling .top { margin-bottom: 0; }

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

/* default and rich menu */
.menu_default { margin: 0; padding: .5em 1em; list-style-type: none; }
    .menu_default li { margin-bottom: .5em; }
        .menu_default li a { padding-left: 10px; background: url(/images/bullet_blauw.gif) left center no-repeat; }

.menu_rich { clear: both; margin: 1em 0 2em 0; padding: 0; list-style-type: none; }
    .menu_rich li { float: left; position: relative; width: 132px; height: 130px; margin: 1em 1em 1em 0; border: 1px solid #afafaf; text-align: right; }
        .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: 107px; margin: 0; padding-right: 15px; background: url(/images/bullet_blauw.gif) 100% 50% no-repeat #fff; }
        .menu_rich>li span { width: auto; }
            .menu_rich a:hover span { background-image: url(/images/bullet_grijs.gif); }

/* Default and rich lists */
ul.default, ul.rich, ul.link, ul.file, ul.page { clear: both; margin: 0; padding: 0; list-style-type: none; }

    ul.default li { margin-bottom: 10px; }
    ul.default li a { font-weight: bold; text-decoration: none; padding-left: 20px; background: url(/images/bullet_blauw.gif) left center no-repeat; }
        ul.default li a:hover { text-decoration: underline; }

    ul.link li a { padding-left: 20px; background: url(/images/bullet_blauw.gif) left center no-repeat; }

    ul.file li { margin-bottom: 10px; }
    ul.file li a { font-weight: bold; text-decoration: none; padding-left: 20px; background: url(/images/bullet_blauw.gif) left center no-repeat; }
        ul.file li a:hover { text-decoration: underline; }
    ul.file li p { margin: 0; padding: 0 0 0 20px; }
    ul.file li a.download { font-weight: normal; padding-left: 0; margin-left: 20px; background: none; }

    ul.rich li { height: 40px; margin-bottom: 10px; padding: 0; }
    ul.rich>li { height: auto; min-height: 40px; }
        ul.rich li h2 { padding: 0; margin: 0 0 0 50px; }
            ul.rich li h2 a { text-decoration: none; border: 0; }
                ul.rich li h2 a:hover { text-decoration: underline; }
        ul.rich li img { margin: 0 10px 0 0; }
        ul.rich li p { margin: 0; padding: 0 0 0 20px; }
        ul.rich li .readmore { padding-left: 0; margin-left: 20px; background: none; }
        ul.rich li .readmore a { font-weight: normal; text-decoration: none; padding-left: 0; margin-left: 0; background: none; }
            ul.rich li .readmore a:hover { text-decoration: underline; }

/* default and rich group */
dl.group { float: left; width: 260px; margin: 0 20px 20px 0; padding: 0 0 10px 0; border-left: 10px solid #99cc00; background: #e2e2e2 url(/images/a_ronding_grijs.gif) no-repeat right bottom; }
    dl.group dt { margin: 0; padding: 0 0 0 10px; height: 20px; background-color: #f1f1f1; }
        dl.group>dt { height: auto; min-height: 20px; }
        dl.group dt a { font-weight: bold; text-decoration: none; }
            dl.group dt a:hover { text-decoration: underline; }
    dl.group dd { margin: 5px 0 0 10px; }
        dl.group dd a { text-decoration: none; }
            dl.group dd a:hover { text-decoration: underline; }

.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 { height: 150px; margin: 0 0 0 1em; padding: 1em .5em 0em .5em; border-bottom: 2px solid #e8e8e8; }
    .group_rich>dd { height: auto; min-height: 150px; }
        .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 */
.linkbox_default, .linkbox_rich, .linkbox_video { float: right; width: 200px; margin: 0; padding: 0; border: 0; }
.imgbox { float: right; width: 210px; margin: 0 0 20px 0; padding: 0; border: 0; }
    .imgbox img { display: block; margin: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Verdana, Helvetica, sans-serif; color: #003384; background-color: #e8e8e8; }


h2.linkbox { float: right; clear: both; font-size: 1em; padding: 0 0 0 10px; margin: 0; height: 20px; width: 190px; border-left: 10px solid #333399; background-color: #f1f1f1; }
.linkbox_default, .linkbox_rich, .linkbox_video { clear: both; margin: 0; padding: 0; list-style-type: none; border-left: 10px solid #333399; background: #e2e2e2 url(/images/a_ronding_grijs.gif) no-repeat right bottom; }
    .linkbox_default li { margin: 0; padding: 0; }
        .linkbox_default li:hover { background-color: transparent; }
        .linkbox_default li a { display: block; text-decoration: none; margin: 0 0 0 10px; padding: 3px 0; padding-left: 10px; border: 0; background: url(/images/bullet_blauw.gif) 0 7px no-repeat; }
        .linkbox_default li>a { width: auto; }
            .linkbox_default li a:hover { text-decoration: underline; }

    .linkbox_rich li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; height: 120px; }
    .linkbox_rich>li { height: auto; 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/bullet_blauw.gif) center right no-repeat transparent; }
            .linkbox_rich li a:hover span { background-image: url(/images/bullet_grijs.gif); }

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

/* addresses */
.address dt, .address dd { float: left; padding: .1em .3em; color: #003384; }
.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 dl input, .basicform dl textarea, .basicform dl select { width: 95%; color: #31309c; }
    .radio, .radio:hover, .checkbox, .checkbox:hover { width: auto !important; border: 0 !important; }
    .basicform dl dt { clear: both; width: 35%; float: left; color: #31309c; }
    .basicform dl dd { width: 60%; float: left; margin: 0 0 1em 0; color: #31309c; }
    .errors { font-style: italic; color: red; }

/* filterlist form */
.filterlist-outer { padding: 16px 0 0 0; width: 563px; background: transparent url(/images/form_top.gif) no-repeat left top; }
.filterlist { float: left; padding: 16px 20px; width: 523px; background: #e2e2e2 url(/images/form_bottom.gif) no-repeat left bottom; }
    .filterlist dl dt, .filterlist dl dd { height: 2em; }
    .filterlist dl dt { clear: none; width: 110px; }
    .filterlist dl dd { padding-right: 10px; width: 140px; }
        .filterlist dl dd.submitbutton { width: 100%; }
            .filterlist dl dd.submitbutton .button { float: right; margin-right: 3.8em; border-color: #e2e2e2; background-color: #e2e2e2; }

/* search styles: form, info and results */
#resultsinfo { padding-bottom: .2em; background-color: #e2e2e2; }
    #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: #31309c; }

#searchform { margin: 1em 0; padding-bottom: 1em; }
    #searchform label { float: left; }
    #searchform div { float: left; margin: 0 0 1em 1em; }
    #searchform div label { display: block; clear: both; }
    #searchform div input { margin: 0; }
    #searchform div p { margin: 0 0 .5em 0; }

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

#filterlist-searchresults { clear: both; float: left; margin: 0; width: 100%; }
    #filterlist-searchresults dt { float: left; clear: both; font-weight: bold; margin-bottom: .5em; padding-left: 20px; width: 25%; }
    #filterlist-searchresults dd { float: left; margin-bottom: .5em; width: 60%; }
        #filterlist-searchresults .top { margin-top: 2em; }
        #filterlist-searchresults dt.top { background: transparent url(/images/mapje.gif) no-repeat 0 1px; }

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

/* forum and poll styles */
.forum, .topic, .pollarchive { width: 97%; margin: 0 0 2em 0; border: 1px solid #e2e2e2; }
    .forum thead th, .topic thead th, .pollarchive thead th { margin-bottom: .2em; color: #31309c; background-color: #e2e2e2; }
    .forum tbody th, .forum tbody td, .pollarchive tbody th, .pollarchive tbody td { border-right: 1px solid #e2e2e2; }
    .forum tr, .topic tr, .pollarchive tr { border-bottom: 1px solid #e2e2e2; }
    .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: #f60; border-color: #f60; }

.post { }
    .post th { border-right: 1px solid #e2e2e2; }
.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: #e7f3bd; }
.first { background-color: #e7f3bd; border: solid #e8e8e8; border-width: 0 1px; }
    .first .date { color: #aaa; }

/* 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; background-color: #e8e8e8; }

/* 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: #e8e8e8; }
        .pollresult div { border: 2px solid #003384; background-color: #e7f3bd; }
.pollresults, #pollform { margin-bottom: 2em; }

/* bannercolumn */
#bannercolumn { position: absolute; right: 0; top: 125px; width: 150px; margin: 1em 30px; padding: .6em 0 .3em 1em; }
    #bannercolumn a { border: 0; }
    #bannercolumn img { margin-bottom: 6em; }

/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 1em; list-style-type: none; }
    ul.sitemap ul { margin: .3em 1em 1em 4em; padding: 0; list-style-type: none; }
    ul.sitemap li { padding-left: 10px; background: url(/images/bullet_blauw.gif) 0 4px no-repeat; }

    ul.sitemap a { text-decoration: none; }
        ul.sitemap a:hover { text-decoration: underline; }

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

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

/* navbox, for displaying next/previous/index links */
.navbox { clear: both; margin-top: 2em; padding: .3em .2em; text-align: center; background-color: #e8e8e8; }
    .navbox a { border: 0; text-decoration: none; font-weight: bold; }
        .navbox a:hover { text-decoration: underline; }

    /* 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; }
    .more a { padding: 0; }

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

/* button: transforms a normal button to a styled button */
.button {
width: auto !important;
border: 1px solid white;
cursor: pointer;
padding: 2px 1.5em;
font: bold .9em Verdana, Helvetica, sans-serif; color: #31309c; text-transform: lowercase;
background-color: #e8e8e8; }

    .button:active { border-style: inset; }
    .submit { }

/* jargon styles */
a#translate { display: block; margin-bottom: 1em; padding: .5em; background: url(/images/b_nicetitle_bottom.gif) right bottom no-repeat white; }
.jargonterm { cursor: help; font-weight: bold; border-bottom: dotted 1px #003384; }
div.nicetitle { position: absolute; padding-top: 4px; top: 0px; left: 0px; border: 1px solid #e8e8e8; border-width: 1px 0 0 1px; color: #003384; background: url(/images/b_nicetitle_bottom.gif) right bottom no-repeat #efefef; }
    div.nicetitle p { margin: 4px; padding: 4px; }
.overlay { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; opacity: 0.2; background-color: #e7f3bd; }
.translation-status { position: absolute; width: 300px; height: 30px; top: 0; right: 1em; border: 2px solid white; padding: 1em; background-color: #e7f3bd; }
.close { position: absolute; top: 0; right: 0; color: red; font-weight: bold; background-color: white; }

/* .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 { height: 1.5em; }
    #content h1 span { float: left; }

/* permalink (e.g. link below map) */
a.permalink { clear: both; padding-left: 20px !important; background: url(/images/i_permalink.gif) left center no-repeat; }


/**
 * 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; }
.back           { padding-left: 10px !important; background: url(/images/bullet_blauw.gif) center left no-repeat; }
.back:hover     {  }
.red            { color: red; }
.req            { color: red; background-color: #fff; }
.err            { color: red; font-weight: bold; }
.notice         { background-color: #ffa; color: #f60; }
.white          { color: white; }
.chosen         { color: #f60; font-weight: bold; }

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