/**
 *  Stylesheet for E-grip demo website
 *  ===============================================================
 *  $Id: default.css,v 1.57.2.8 2006/10/04 07:36:06 kruithof Exp $
 *  ===============================================================
 *
 *  global styleguide:
 *
 *  colors {
 *    white  : #fff;
 *    black  : #000;
 *    orange : #f60;
 *    blue   : #003384;
 *  }
 *
 *  fonts {
 *    logo    : FF Unit - Medium;
 *    headers : Verdana, Helvetica, sans-serif;
 *    text    : Verdana, Helvetica, sans-serif;
 *  }
 */


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

html, body {
margin: 0; padding: 0;
border: 0;
background: white url(/images/b_links.gif) repeat-y left top; }

body {
font: normal .7em/1.6em Verdana, Helvetica, sans-serif;
color: #006699; }


/* links */
a, a:link {
padding: 0 0 1px 16px;
color: #006699; text-decoration: none;
text-decoration: underline; }

a:visited { color: #006699; }
a:active { color: #C14129; }
a:hover { color: #C14129; }


/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0 0 1em 0; font-family: Verdana, Helvetica, sans-serif; color: #C14129; }
h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1em; }


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


/* paragraphs */
p { margin: .5em 0; }


/* lists and definition lists */
ul { list-style: none; margin: 0; padding: 0; }
    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 #006699; font: normal 1em/1.6em Verdana, Helvetica, sans-serif; }
    input:hover, textarea:hover { border-color: #006699; }
    input:focus, textarea:focus { border: 1px inset #afafaf; }
    input.disabled { cursor: pointer; }

fieldset { border: 1px solid #006699; padding: 0 1em 1em 1em; }

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

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


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

#body { height: 100%; }

    #container { height: 100%; }

        #content {
        height: 100%;
        margin: 0 0 0 151px; padding: 174px 1em 1em 20px;
        background-color: white; }

            /* Problem: to fill the content div in the body, height is set to 100%. IE auto-stretches the element, !IE does not. */
            /* Solution: set the height back to auto, and provide a min-height value of 100% */
            #container>#content { height: auto; min-height: 100%; }

            /* Problem: IE takes the full screen width for the content div. When setting it to 100%, it removes the width which is used by mainnav. */
            /* Solution: set the width back to auto for !IE */
            #container>#content { width: auto; }


        #header {
        position: absolute;
        top: 0; left: 0;
        height: 154px; width: 100%;
        border-top: 20px solid white;
        text-indent: -9000px;
        background: white url(/images/b_header.gif) repeat-x left top; }

            #header_visual {
            height: 103px; width: 100%;
            background-position: 429px top; background-repeat: no-repeat; }

        #header_logo {
        position: absolute;
        top: 0; left: 0;
        height: 154px; width: 429px;
        border-top: 20px solid white;
        text-indent: -9000px;
        background: white url(/images/b_top.gif) no-repeat left top; }

            #header_logo h1 {
            width: 174px; height: 88px;
            margin: 10px 0 0 138px;
            background: url(/images/l_gsb_small.gif) no-repeat left top; }
                #header_logo h1 a { display: block; height: 100%; border: 0; padding-left: 0; background: none; }

        #mainnav {
        position: absolute;
        top: 174px; left: 0;
        background: url(/images/b_nav.gif) no-repeat left top; }

            html>body #mainnav { height: auto; min-height: 213px; }

            #mainnav li {
            position: relative;
            left: 50px;
            width: 100px; height: 26px;
            margin-bottom: 1em;
            background: url(/images/b_menu.gif) left top no-repeat; }

                #mainnav li:hover { background-image: url(/images/b_menu_over.gif); }

                #mainnav li a {
                display: block;
                padding: .3em 0 0 1em;
                text-decoration: none; font-weight: bold; font-style: italic; }

                    #mainnav li:hover a { color: white; }

                html>body #mainnav li a { display: block; }

                #mainnav li ul {
                display: none;
                position: absolute;
                top: 0; left: 95px;
                width: 200px;
                list-style: none;
                padding: 0 0 1em 0; margin: 0;
                background: url(/images/a_tussenbalk.gif) left top no-repeat #c14129; }

                    #mainnav li ul li, #mainnav li ul li:hover { background: none; }

                    #mainnav li ul li {
                    left: 0;
                    display: block;
                    width: 100%; height: 100%;
                    margin: .5em 1em .5em; padding: 0; }

                        #mainnav li ul li a { display: block; color: white; text-decoration: underline; font-style: normal; font-weight: normal; }
                            #mainnav li ul li a:hover { color: #069; }

                   #mainnav li:hover ul { display: block; }

        #breadcrumbs {
        position: absolute;
        top: 123px; left: 428px;
        border: 0;
        height: 23px;
        padding: 2px 0 0 1em;
        z-index: 1; }

            #breadcrumbs:hover { overflow: visible; }

            #breadcrumbs ul li {
            display: inline;
            margin-right: .4em;
            font-size: .9em; color: #006699; }

                #breadcrumbs li a { border: 0; color: #006699; text-decoration: underline; padding-left: 0; background: none; }
                    #breadcrumbs li a:hover { text-decoration: none; }

        #globalnav {
        position: absolute;
        top: 124px; left: 100px;
        font-size: .9em;
        width: 315px; height: 23px; }

            #globalnav ul li { float: right; }

                #globalnav ul li a {
                border: 0;
                padding: 0 .3em .3em .5em; margin-right: .5em;
                text-decoration: none; color: white;
                background: url(/images/a_square_white.gif) no-repeat left center; }

                    #globalnav ul li a:hover {
                    color: #75BDD9;
                    background: url(/images/a_square_over.gif) no-repeat left center; }

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

    /* different layout for homepage */
    #container_home { height: 100%; }

        #container_home #content {
        padding: 238px 1em 1em 20px; }

            /* Problem: to fill the content div in the body, height is set to 100%. IE auto-stretches the element, !IE does not. */
            /* Solution: set the height back to auto, and provide a min-height value of 100% */
            #container_home>#content { height: auto; min-height: 100%; }

            /* Problem: IE takes the full screen width for the content div. When setting it to 100%, it removes the width which is used by mainnav. */
            /* Solution: set the width back to auto for !IE */
            #container_home>#content { width: auto; }

        #container_home #header_logo {
        height: 218px; width: 429px;
        background: white url(/images/b_top_home.gif) no-repeat left top; }

            #container_home #header_logo h1 {
            margin: 10px 0 0 108px;
            width: 286px; height: 143px;
            background: url(/images/l_gsb_large.gif) no-repeat left top; }

        #container_home #mainnav {
        top: 238px; left: 0;
        background-position: left -65px; }

        #container_home #breadcrumbs { display: none; }

        #container_home #globalnav {
        top: 124px; left: 438px;
        width: 315px; height: 23px; }

            #container_home #globalnav ul li { float: left; }

                #container_home #globalnav ul li a {
                color: #006699;
                background: url(/images/a_square_blue.gif) no-repeat left center; }

                    #container_home #globalnav ul li a:hover {
                    color: #75BDD9;
                    background: url(/images/a_square_over.gif) no-repeat left center; }

    #footer { }



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

/* contenttext: for all basic content text, such as page body's */
#container .contenttext { margin: 0 240px 1em 0; }
#container_home .contenttext { margin: 0 1em 1em 0; }


/* block: (news)blocks on the homepage */
.block {
clear: both;
margin-bottom: 2em; }

    .block h2 {
    margin: 0; padding: .2em 1em .1em .3em;
    font-size: 1.2em; }

        .block h2 a {
        display: block;
        text-decoration: none;
        border: 0;
        padding-left: 0;
        background: none;  }
            .block h2 a:hover { background-image: none; }

    .block img {
    float: left;
    margin: 0 1em 1em .3em; }

    .block p { margin: 0 .5em .5em .3em; }


/* default and rich menu */
.menu_default { float: right; width: 200px; }

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

        .menu_default li a {
        display: block;
        width: 100%;
        padding: 0;
        border: 0;
        background: none; }

        /* Problem: !IE calculates padding with width, so 100% + 15px exceeds linkbox border. */
        /* Solution: Reset width for !IE. */
        .menu_default li>a { width: auto; }

            .menu_default li a:hover { background: none; }

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

    .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; padding-left: 0; background: none; }

        .menu_rich span {
        position: absolute;
        bottom: 3px; left: 5px; right: 5px;
        width: 94%;
        margin: 0; padding-right: 15px;
        background: url(/images/arrow_right.gif) 100% 50% no-repeat #fff; }

            .menu_rich>li span { width: auto; }

            .menu_rich a:hover span { background-image: url(/images/arrow_right_over.gif); }


/* Default and rich lists */
ul.default, ul.basic, ul.faq { clear: both; }
    ul.default li, ul.basic li, ul.faq li { margin-bottom: 1em; background: url(/images/a_bullet.gif) no-repeat left .4em; }
        ul.default li h3 { color: #069; margin: 0; margin-left: 1.5em; padding: 0; }
        ul.faq li h3 { color: #069; margin: 0; padding: 0; }
        ul.default li p, ul.basic li p, ul.faq li p { margin: 0; margin-left: 1.5em; padding: 0; }
        ul.default li a { background: none; }

ul.rich { clear: both; }

    ul.rich li {
    height: 150px;
    margin-bottom: 1em; padding: .3em; }

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

        ul.rich li a { padding-left: 0; background: none; }

        ul.rich li h2 {
        padding: .2em 1em .1em .3em;
        font-size: 1.2em;
        background-color: #e8e8e8; }

            ul.rich li h2 a {
            text-decoration: none;
            border: 0;
            padding-left: 0;
            background: none;  }

        ul.rich li img { margin: 0 .3em .5em .5em; }

    li.group { margin-bottom: 2em; }
        li.group h2 { margin-bottom: .5em; }

/* default and rich group */
dl.group { clear: both; }

    dl.group dt { margin: 1em 0 .5em 0; }

        dl.group dt a {
        padding-left: 0;
        font-weight: bold;
        background: none; }

    dl.group dd { margin: 0 0 1.3em .3em; }
        dl.group dd h3 { float: left; margin: 0;}
            dl.group dd h3 a { margin: 0; padding: 0; text-decoration: none; color: #c14129; }
        dl.group dd .more { margin: 0; }

.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; }

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

        .group_rich a { padding-left: 0; background-image: none; }

        .group_rich img {
        vertical-align: top;
        border: 1px solid #afafaf;
        margin: .2em 0 1em 1em; padding: 5px; }


/* default and rich linkbox */
.linkbox_top {
float: right;
clear: both;
width: 200px;
margin: 0 1em; padding: 0;
background: #FCF2E8 url(/images/box_top.gif) no-repeat left top; }

    .linkbox_top h3 {
    color: #287391;
    font-weight: bold;
    margin-left: 1em; }

.linkbox_bottom {
float: right;
padding: .5em 0;
background: url(/images/box_bot.gif) no-repeat left bottom; }

    .linkbox_bottom li { }
        .linkbox_bottom li a { text-decoration: none; }

.linkbox_default, .linkbox_rich, .linkbox_video {
width: 200px; }

    .linkbox_default li {
    margin-left: 1em; padding: 0 1em;
    background: url(/images/a_bullet.gif) center left no-repeat; }

        .linkbox_default li a {
        display: block;
        width: 100%;
        padding: 0;
        border: 0;
        background: none; }

        /* Problem: !IE calculates padding with width, so 100% + 15px exceeds linkbox border. */
        /* Solution: Reset width for !IE. */
        .linkbox_default li>a { width: auto; }

            .linkbox_default li a:hover { background: none; }

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

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

        .linkbox_rich li a { display: block; border: 0; padding-left: 0; background: none; }
            .linkbox_rich li a:hover { background-image: none; }

    .linkbox_rich h2 { margin-bottom: .2em; background-color: #afafaf; }

    .linkbox_rich img {
    display: block;
    vertical-align: top;
    margin-right: .2em; }

        .linkbox_rich span {
        margin: 0;
        padding-right: 15px;
        background: url(/images/arrow_right.gif) center right no-repeat transparent; }

            .linkbox_rich a:hover span { background-image: url(/images/arrow_right_over.gif); }

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

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

        .linkbox_video li a { padding-left: 0; background: none; }

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


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

    .semicolumn h2 {
    margin: 0; padding: .2em 1em .1em .3em;
    font-size: 1.2em; }

/* imgbox, for displaying an image with description in a box */
.imgbox {
float: right;
width: 200px;
margin: 0 1em 1em 1em; padding: 0; }

    .imgbox img {
    float: none;
    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: #afafaf; }


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

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

    .basicform dl dt {
    clear: both;
    width: 35%;
    float: left;
    color: #006699; }

    .basicform dl dd {
    width: 60%;
    float: left;
    margin: 0 0 1em 0;
    color: #006699; }

    .errors { font-style: italic; color: #c14129; }

/* search styles: form, info and results */
#resultsinfo { padding-bottom: .2em; background-color: #e8e8e8; }

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

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

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


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

    .forum thead th, .topic thead th, .pollarchive thead th { margin-bottom: .2em; color: #003384; background-color: #e8e8e8; }
    .forum tbody th, .forum tbody td, .pollarchive tbody th, .pollarchive tbody td { border-right: 1px solid #e8e8e8; }
    .forum tr, .topic tr, .pollarchive tr { border-bottom: 1px solid #e8e8e8; }
    .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; }
        .forum a:hover { }

.post { }
    .post th { border-right: 1px solid #e8e8e8; }
.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: #ffdfca; }
.first { background-color: #ffdfca; 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: #ffdfca; }

.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; padding-left: 0; background: none; }
    #bannercolumn img { margin-bottom: 6em; }


/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 1em; }

    ul.sitemap li { background: url(/images/a_bullet.gif) no-repeat left .4em; }

    ul.sitemap li a { padding-left: 1.5em; background: none; }

    ul.sitemap ul { margin: .3em 1em 1em 4em; padding: 0; }


/* chapters in documents */
#chapters { margin: 1em 0; padding: .5em 0; }
    #chapters li { background: url(/images/a_bullet.gif) no-repeat left .4em; }
        #chapters li a { padding-left: 1em; background: 0; }

.chapter { font-size: 1em; font-weight: normal; margin: 2em 0 0 0; padding: 0; }

/* navbox, for displaying next/previous/index links */
.navbox {
width: 30em;
margin: 0 auto;
margin-top: 2em; padding: .3em .2em;
text-align: center; }

    .navbox a { border: 0; padding-left: 0; background: none; }

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

    .navbox a, .navbox span { font-size: .9em; }

/* more: paragraph with a "read more" link */
.more {
clear: both;
margin: 1em .5em; }

    .more a {
    font-weight: bold;
    text-decoration: none;
    margin: 0; padding: 0;
    background: none; }

        .more a:hover { background: none; }


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

    /*date in lists */
    p.date { float: right; margin: 0; padding: 0; }

/* button: transforms a normal button to a styled button */
.button {
width: auto !important;
border: 0;
cursor: pointer;
padding: 2px 1.5em;
font: bold .9em Verdana, Helvetica, sans-serif; color: #006699;
background: white url(/images/a_bullet.gif) no-repeat left .4em; }

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

.submit { }

/**
 * site specific classes
 */
#status {
height: 2.5em; min-height: 2.5em;
margin-bottom: 1em;
cursor: default;
background-color: white; }

    html>body #status { height: auto; }

    #status div { padding: 0 1em; border: 2px solid #c14129; }

#dossierselect select { width: 40%; border: 2px solid #c14129; margin: .5em 0; padding: .3em; }

#dossiers {
clear: both;
width: 100%;
margin: 2em 0;
border: 1px solid #c14129; }
    #dossiers th, #dossiers td { padding: .5em; }
    #dossiers thead th { border-right: 1px solid #c14129; border-bottom: 2px solid #c06756; background-color: #fcf2e8; }
    #dossiers tbody td { border: 1px solid #d88e7f; }


/**
 * 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; }
.plain          { padding-left: 0 !important; background: none !important; }
.back           { background: url(/images/a_bullet.gif) no-repeat left center; }
.back:hover     { background-image: url(/images/a_bullet.gif); }
.red            { color: #c14129; }
.req            { color: #c14129; background-color: #FCF2E8; }
.err            { color: #c14129; font-weight: bold; }
.notice         { background-color: #ffa; color: #f60; }
.white          { color: white; }
.chosen         { color: #f60; font-weight: bold; }

/* default list behaviour */
.bulleted       { list-style: square inside; margin: .4em; padding: 0 1em; }

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

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