/**
 *  Stylesheet for E-grip demo website
 *  ===============================================================
 *  $Revision: 1.73.6.7 $
 *  ===============================================================
 *
 *  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 { height: 100%; max-height: 100%; margin: 0; padding: 0; border: 0; background-color: #eee; overflow: hidden; }
body { font: normal .7em/1.3em Verdana, Helvetica, sans-serif; color: black; }

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

/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0; font-family: Verdana, Helvetica, sans-serif; color: #00a03d; }
h1 { font-size: 1.2em; }
h2 { font-size: 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 { }
    #container { }

    #content {
    position: absolute;
    top: 124px; left: 160px; bottom: 0;
    width: 630px;
    padding: 5px 200px 0 30px;
    overflow: auto;
    background-color: white; }

    * html #content {
    width: 1020px;
    top: 0; border-top: 124px solid #fff;
    left: 0; border-left: 160px solid #d1d3d4;
    height: 100%; max-height: 100%; }

        #header {
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 125px; width: 100%;
        text-indent: -9000px;
        z-index: 2;
        background-color: white; background-repeat: no-repeat; background-position: top left; }

            #header #logo { }
                #header #logo a { display: block; width: 416px; height: 50px; margin-left: 28px; background: transparent url(/images/l_ash.gif) no-repeat left top; }
            #header h2 { width: 100%; height: 54px; margin: 0; background: #00a03d no-repeat left top; z-index: 3; }
                #header h2 a { display: block; width: 1020px; height: 100%; border: 0; padding-left: 0; background: none; }

        #mainnav { position: absolute; top: 124px; left: 0; bottom: 0; width: 160px; overflow: visible; background-color: #d1d3d4; z-index: 2; }
            #mainnav ul { list-style-type: none; margin: 0; padding: 3px 0 0 10px; }
                #mainnav li { height: 32px; }
                    #mainnav li a { text-decoration: none; display: block; width: 100%; height: 100%; border: 0; background-color: transparent; background-position: center left; background-repeat: no-repeat; }
                        #mainnav li a span { visibility: hidden; }

        * html #mainnav {
        top: 0;
        border-top: 124px solid #fff;}

        #breadcrumbs { position: absolute; top: 107px; left: 190px; height: 17px; width: 830px; background-color: white; z-index: 3; }
            #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: #606060; 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; color: black; padding-left: 0; background: none; }
                        #breadcrumbs li a:hover { text-decoration: underline; }

        #globalnav { position: absolute; top: 0; left: 416px; width: 562px; height: 40px; margin: 0; z-index: 2; }
            #globalnav #mwereldcontainer { clear: right; float: right; margin: 4px 0 0 16px; }
                #globalnav #mwereldcontainer a { border: 0; }
            #globalnav ul { list-style-type: none; margin: 8px 0 0 0; padding: 0; }
                #globalnav ul li { float: right; margin: 0; display: inline; }
                    #globalnav ul li a { color: black; border: 0; }
                        #globalnav ul li a:hover { color: #9a9a9a; text-decoration: none; }
                        #globalnav ul li a.current { color: #606060; }
        #breadcrumbs h2, #globalnav h2 { display: none; }

    #quicksearch { padding: 1em; }
        #quicksearch h3 { margin: 0; }
        #quicksearch label { clear: both; display: block; }

    #footer { }

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

.contenttext iframe { margin: 1em 0; }

/* inline sections on the homepage */
.inline-sections { }
    .inline-sections dt { display: block; padding-bottom: 1.5em; font-size: 1.2em; font-weight: bold; background-color: #e8e8e8; }
        .inline-sections dt a { float: left; }
    .inline-sections dd { clear: both; margin: 1em 0 0 0; }
        .inline-sections dd h2 { margin: 0; padding: .2em 1em 0 0; }
            .inline-sections dd h2 a { font-size: .95em; }
        .inline-sections dd p { margin: 0 0 .7em 0; }

/* block: (news)blocks on the homepage */
.block { clear: both; margin-bottom: 1em; }
    .block h2 { margin: 0; padding: 0; font-size: 1em; color: #00a03d;  }
        .block h2 a { border: 0; color: #00a03d; }
            .block h2 a:hover { text-decoration: none; color: #00a03d; }
    .block img { float: left; margin: 0; }
    .block p { margin: .5em 0; }
    .block a.readmore { border: 0; color: #00a03d; padding-right: 10px; background: transparent url(/images/a_hoekje.gif) no-repeat right .25em; }
        .block a.readmore:hover { text-decoration: underline; }
    .block .imgbox { float: left; margin: 1em 0 2em 0; }

/* default and rich menu */
.menu_default { float: right; clear: both; width: 254px; margin: .5em 0 .5em 1.5em; padding: 5px; border: 5px solid #d1d3d4; list-style-type: none; background-color: #eee; }
    .menu_default li { margin-bottom: .5em; }
        .menu_default li a { font-weight: bold; padding-left: 15px; background: url(/images/a_hoekje.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/a_hoekje.gif) 100% 50% no-repeat #fff; }
        .menu_rich>li span { width: auto; }

/* Default and rich lists */
ul.default, ul.rich { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.default li a { padding-left: 16px; background: url(/images/a_hoekje.gif) left center no-repeat; }
    ul.rich li { height: 150px; margin-bottom: 1em; padding: .3em; }
    ul.rich>li { height: auto; min-height: 150px; }
        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; }
        ul.rich li img { margin: 0 .3em .5em .5em; }

/* default and rich group */
dl.group { clear: both; }
    dl.group dt { margin: 1em 0 .5em 0; }
        dl.group dt a { padding-left: 15px; background: transparent url(/images/a_hoekje.gif) no-repeat left center; }
    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 { 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: 45%; padding: 0; margin: 0 0 1em 0; }

/* imgbox and linkboxes */
.linkboxheader { float: right; clear: both; color: black; width: 264px; padding: 5px 5px 0 5px; background-color: #d1d3d4; }
* html .linkboxheader { width: 274px; }

.imgbox, .linkbox_default, .linkbox_rich, .linkbox_video { float: right; width: 264px; padding: 5px; margin: 0 0 .5em 1.5em; background-color: #eee;}
    * html .imgbox, * html .linkbox_default, * html .linkbox_rich, * html .linkbox_video { width: 274px; }
    .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: #e8e8e8; }

.imgbox_wrapper { float: right; width: 255px; margin: 0 0 1em 1em; }
    .imgbox_wrapper img { margin-bottom: 10px; }

.linkbox_default, .linkbox_rich, .linkbox_video { clear: both; margin: 0; padding: 0; list-style-type: none; border: 5px solid #d1d3d4; }
    .linkbox_default li { margin: 0; padding: 0 .6em; }
        .linkbox_default li:hover { background-color: transparent; }
        .linkbox_default li a { font-weight: bold; display: block; width: 100%; padding: 5px; padding-left: 15px; border: 0; background: url(/images/a_hoekje.gif) left center no-repeat; }
        .linkbox_default li>a { width: auto; }

    .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/a_hoekje.gif) center right no-repeat transparent; }

    .linkbox_video li { clear: both; margin-bottom: 1em; padding: .3em; width: 100%; height: 60px; }
    .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%; }
    .radio, .radio:hover, .checkbox, .checkbox:hover { width: auto !important; border: 0 !important; }
    .basicform dl dt { clear: both; width: 37%; float: left; font-weight: bold; text-align: right; padding-right: .5em; }
    .basicform dl dd { width: 57%; float: left; margin: 0 0 1em 0; }
    .errors { font-style: italic; color: red; }

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

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

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

.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: 0; width: 175px; margin-left: 56px; padding: 20px 0 0 50px; }
    * html #bannercolumn { width: 225px; }
    #bannercolumn a { border: 0; }
    #bannercolumn img { margin-bottom: 15px; }

/* 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: 15px; background: url(/images/a_hoekje.gif) 0 5px no-repeat; }

/* chapters in documents */
#chapters { margin: 1em 0; padding: .5em 0; list-style-type: none; }
    #chapters li { padding: .3em; }
        #chapters li a { font-weight: bold; padding-left: 15px; background: url(/images/a_hoekje.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; }

    /* 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 15px 0 0; background: url(/images/a_hoekje.gif) center right no-repeat transparent; }

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

/* 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: #00a03d;
background: transparent url(/images/a_hoekje.gif) no-repeat right center; }

    .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: #ffdfca; }
.translation-status { position: absolute; width: 300px; height: 30px; top: 0; right: 1em; border: 2px solid white; padding: 1em; background-color: #ffdfca; }
.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.2em; margin-top: 7px; }
    #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; }

/* googlemaps */
#mapwrapper { clear: both; padding-top: 1em; }
    #map { clear: both; }

.infowindow { width: 275px; }
    .markerheader { font-size: 1.5em; color: black; margin: 0; padding: 0 0 .2em 0; border-bottom: 1px solid #d1d3d4; line-height: 1.2em; height: 40px; }
        html>body .markerheader { height: auto; min-height: 40px; }

        .markerheader img { float: left; margin: .2em .5em 0 0; }
        .markerheader a { color: black; }

    .markerbody { font-weight: normal; color: black; border: 0; margin: .5em 0; }

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