/**
 *  Stylesheet for MultiEnergy
 *  ===============================================================
 *  $Revision $
 *  ===============================================================
 *
 *  global styleguide:
 *
 *  colors {
 *    white  : #fff;
 *    black  : #000;
 *    yellow : #ffdb00;
 *    gray 1 : #afafaf;
 *    gray 2 : #d3d3d3;
 *    gray 3 : #e8e8e8;
 *  }
 *
 *  fonts {
 *    logo    : Univers Bold;
 *    headers : Verdana, Helvetica, sans-serif;
 *    text    : Verdana, Helvetica, sans-serif;
 *  }
 */


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

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

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


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


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


/* 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 #afafaf; padding: .2em; font: normal 1em Verdana, Helvetica, sans-serif; }
    input:hover, textarea:hover { }
    input:focus, textarea:focus { border-style: inset; }
    input.disabled { cursor: pointer; }

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

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


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

html, body { height: 100%; margin: 0; padding: 0; border: 0; background-color: white; }
body { overflow: hidden; font: normal .7em/1.6em Verdana, Helvetica, sans-serif; color: black; }
    #body { height: 100%; }
        #container { height: 100%; }
            #content { border-left: 160px solid #d1d3d4; min-height: 100%; overflow: auto; margin: 125px 200px 0 0; padding: 1em 1em 0 30px; background-color: white; }

            #header { position: absolute; top: 0; left: 0; height: 104px; width: 100%; background-repeat: no-repeat; background-position: left bottom; background-color: white; }
                #header h1 { margin: 0 0 0 2.1em; padding: 0; width: 262px; height: 50px; background: url(/images/l_multienergy.gif) left center no-repeat white; }
                    #header h1 span { display: none; }
                    #header h1 a { width: 100%; height: 100%; display: block; border: 0; background-color: transparent; }
                        #header h1 a:hover { background: none; }
                #header h2 { overflow: hidden; position: absolute; left: 0; right: 0; height: 54px; margin: 0 0 0 771px; background-color: #ffdb00; }
                    #header h2 span { visibility: hidden; }

            #mainnav { position: absolute; top: 124px; left: 0; bottom: 0; width: 160px; margin: 0; padding: 0; list-style-type: none; text-align: center; background-color: #d1d3d4; }
                #mainnav li { margin: .25em auto 0 auto; width: 141px; height: 30px; }
                    #mainnav li a { 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; }

            #breadcrumbs { overflow: hidden; position: absolute; top: 104px; left: 0; right: 0; height: 20px; text-indent: 190px; background-color: white; }
                #breadcrumbs ul { margin: 0; padding: 0; list-style-type: none; }
                    #breadcrumbs ul li { display: inline; margin-right: 0; padding-left: 12px; color: #afafaf; 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: 1em; right: 0; margin: 0 30px; }
                #globalnav ul { margin: 0; padding: 0; list-style-type: none; }
                    #globalnav ul li, #globalnav object { float: left; }
                        #globalnav ul li a { border-right: 1px solid black; padding: 0 .7em 0 .6em; text-decoration: none; color: black; background-color: transparent; }
                        #globalnav ul li a:hover { color: #afafaf; }
                        #globalnav ul li:last-child a { border-right: 0px; }
                    #globalnav a { border: 0; padding: 0; }
                    #globalnav object { margin-right: .5em; }

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

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

    #footer { }

    html>body #header, html>body #mainnav, html>body #breadcrumbs, html>body #globalnav { position: fixed; }
    html>body { overflow: visible; }

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

/* column, for displaying content in 2 or more columns (specifiy width in inlne style for dynamic column count */
.column { float: left; margin-bottom: 2em; }
    .column ul { margin: 0; padding: 0; list-style: none outside url(/images/a_3hoek.gif); }
        .column ul li { margin: 0 0 .4em 17px; }

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

/* block: (news)blocks on the homepage */
.block { clear: both; margin-bottom: 2em; }
    .block h2 { margin: 0; padding: .2em 1em .1em .3em; font-size: 1em; color: black; }
        .block h2 a { border-bottom: 0; }
    .block img { float: left; margin: 0 1em 1em .3em; }
    .block p { margin: 0 .5em .5em .3em; }
    .block .imgbox { float: none; margin: 1em 0; }

/* default menu */
.menu_default { clear: both; list-style-type: none; margin: 1em 0 2em 0; padding: 0; width: 100%; }
    .menu_default li { float: left; position: relative; width: 186px; height: 140px; margin: 1em 1em 1em 0; text-align: right; }
        .menu_default li img { margin: 0; position: absolute; left: 0; top: 0; }
        .menu_default li a { }
        .menu_default span { position: absolute; bottom: 0; left: 0; right: 0; width: 94%; margin: 0; padding-right: 15px; }
            .menu_default>li span { width: auto; }
            .menu_default li:hover { background-color: #ffdb00; }
                .menu_default li:hover span { border-color: #ffdb00; background-color: #fff08f; }

/* Default list */
ul.default { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.default li { clear: both; padding-top: 2em; }
        ul.default li .imgbox { margin: .5em 1em .5em 0; width: 15%; float: left; }
        ul.default li div { float: left; width: 75%; }
        ul.default li h2 { margin: 0; padding: 0 0 .1em 0; }
            ul.default li h2 a { }

/* groups */
dl.group { }
    dl.group dt { margin-top: 1em; }
        dl.group dt a { font-weight: bold; }
    dl.group dd { margin: 0; }
        dl.group dd a { padding-left: 15px; background: url(/images/a_3hoek.gif) left center no-repeat transparent; }
        dl.group dt a, dl.group dd a { border: 0; }

/* default and rich linkbox */
.linkbox_default, .imgbox { clear: right; float: right; width: 264px; margin: .5em 0 .5em 1em; padding: 5px; background: url(/images/imagebox.gif) left top repeat transparent; }
    .linkbox_default ul { margin: 0; padding: 0; list-style-type: none; background: url(/images/bg_linkbox.gif) left top repeat #f6f6f6; }
        .linkbox_default li { margin: 0 0 0 .4em; padding: 0 .6em 0 0; }
            .linkbox_default li a { display: block; padding: 3px 5px 1px 10px; border: 0; font-weight: bold; background: url(/images/a_3hoek.gif) 0 9px no-repeat; }
                .linkbox_default li a:hover { text-decoration: underline; }
.linkbox_rich { margin: 0 0 2em 1em; padding: 0; list-style-type: none; }
    .linkbox_rich li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; min-height: 150px; border: 1px solid #afafaf; }
        .linkbox_rich li a { display: block; }
    .linkbox_rich h2 { margin-bottom: .2em; background-color: #afafaf; }
    .linkbox_rich img { vertical-align: top; margin-right: .2em; }
        .linkbox_rich span { margin: 0; padding-right: 15px; background: url(/images/a_3hoek.gif) 100% 4px no-repeat transparent; }

/* 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, for displaying an image with description in a box */
.imgbox { }
    .imgbox a { border: 0; padding: 0; }
    .imgbox img { float: none; display: block; margin: 0; padding: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Verdana, Helvetica, sans-serif; color: black; background-color: #fff08f; }

/* addresses */
.address dt, .address dd { float: left; padding: .1em .3em; color: black; }
.address dt { clear: both; width: 25%; font-weight: bold; background-color: #fff08f; }
.address dd { width: 70%; margin: 0 0 1em 0; background-color: #fff08f; }

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

    /* 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; }
    .basicform dl dd { width: 60%; float: left; margin: 0 0 1em 0; }
        .basicform dl dd div { clear: both; }
            .basicform dl dd div input.radio, .basicform dl dd div input.checkbox { float: left; }
            .basicform dl dd div label { display: block; margin-left: 2em; padding: 0; }
    .header { font-weight: bold; color: #ffdb00; }
    .errors { font-style: italic; color: red; }

/* surveyform */
.surveyform dl input, .surveyform dl textarea, .surveyform dl select { width: 95%; }
    .surveyform dl dt { clear: both; width: 45%; float: left; margin-right: 2em; }
    .surveyform dl dd { width: 45%; float: left; margin: 0 0 2em 0; }
    .surveyform dl dd div { margin-bottom: .5em; }

.progresstext { font-weight: bold; }
.progressbar { width: 90%; height: .7em; margin: 0 0 1em 0; border: 1px solid #ffdb00; border-left-width: 5px; background-color: white; }
    #progress { height: 100%; background-color: #ffdb00; }

/* search styles: form, info and results */
#resultsinfo { background-color: #fff08f; }
    #resultsinfo h2 { float: left; margin: 0; color: black; }
    #resultsinfo p { float: right; margin: 0; padding-top: .3em; }
        #resultsinfo>p { padding: 0; }

#searchform { margin: 1em 0; padding-bottom: 1em; }
    #searchform input { width: 50%; }
    #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; }
    #searchresults a { }
        #searchresults a .highlight { color: #afafaf; }

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

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

.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: #fff08f; }
.first { background-color: #ffdb00; color: black; 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 #ffdb00; background-color: #fff08f; }

.pollresults, #pollform { margin-bottom: 2em; }

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

/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 1em; }
    ul.sitemap ul { margin: .3em 1em 1em 3em; padding: 0; }
        ul.sitemap li { list-style-type: none; }
            ul.sitemap li a, ul.sitemap li a:visited { padding-left: 10px; border-bottom: 1px solid white; font-weight: bold; background: url(/images/a_3hoek.gif) 0 4px no-repeat transparent; }
                ul.sitemap li a:hover { padding-left: 10px; }
            ul.sitemap li ul li a { font-weight: normal; }

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

.chapter { margin: 1em 0 0 0; color: black; }

/* navbox, for displaying next/previous/index links */
.navbox { margin-top: 2em; padding: .3em .2em; text-align: center; background-color: #e8e8e8; }
    .navbox span { padding: .2em; }
    .navbox a { border: 1px solid #afafaf; padding: .2em; background-color: #d1d3d4; }
        .navbox a:hover { background-color: #e8e8e8; }

    /* 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: .3em 0; }
    .more a { padding: 0 10px 0 0; background: url(/images/a_3hoek.gif) 100% 4px no-repeat transparent; }

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

/* button: transforms a normal button to a styled button */
.button {
width: auto !important;
border: 1px solid #ffdb00;
cursor: pointer;
margin-top: 1em; padding: 2px 1.5em;
font: bold 1em Verdana, Helvetica, sans-serif; color: #ffdb00;
background: url(/images/a_3hoek.gif) 95% 7px no-repeat white; }

a.button {
display: inline !important;
width: auto !important; height: auto !important;
border: 1px solid #ffdb00 !important;
padding: 4px 1.5em 4px 7px !important;
text-decoration: none; text-align: right !important;
background: url(/images/a_3hoek.gif) 95% 7px no-repeat white !important; }

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

/* extended button style for submit button */
.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.5em; }
    #content h1 span { float: left; }

/* permalink (e.g. link below map) */
#map { clear: both; margin-top: 1em; }
a.permalink { clear: both; padding-left: 20px !important; background: url(/images/i_permalink.gif) left center no-repeat; }
.markerheader { margin: 0 0 1em 0; padding: 1em 0; color: black; font-size: 1.3em; }
    .markerheader a { border-bottom: 0; background-color: transparent; }

/* marker logo's for gas stations */
.markerheader-logo { border-bottom: 1px solid #afafaf; background-position: left center; background-repeat: no-repeat; }
.anwb        { padding-left: 80px; background-image: url(/images/maps/l_anwb.gif); }
.bp          { padding-left: 60px; background-image: url(/images/maps/l_bp.gif); }
.easyenergy  { padding-left: 80px; background-image: url(/images/maps/l_easyenergy.gif); }
.esso        { padding-left: 60px; background-image: url(/images/maps/l_esso.gif); }
.multienergy { padding-left: 55px; background-image: url(/images/maps/l_multienergy.gif); }
.shell       { padding-left: 40px; background-image: url(/images/maps/l_shell.gif); }

/**
 * 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           { background: url(/images/a_pijl011.gif) 0 4px no-repeat #fff08f; }
.red            { color: red; }
.req            { background-color: #fff08f; }
.err            { color: red; font-weight: bold; }
.notice         { background-color: #ffa; color: #f60; }
.white          { color: white; }
.chosen         { color: #ffdb00; font-weight: bold; }
.link           { border-bottom: 1px solid white; color: #ffdb00; cursor: pointer; padding-bottom: 1px; }
.link:hover     { border-color: #ffdb00; }

/* file extensions */
.file img       { margin-left: 5px; }
.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; }

/* forms */
.up { background: url(/images/a_3hoek_up.gif) 0 7px no-repeat; }
.down { background: url(/images/a_3hoek_down.gif) 0 7px no-repeat; }