/**
 * @site Djoser Junior
 * @revision $Revision: 1.1.2.6 $
 *
 * @styleguide:
 *  colors {
 *   white:    #fff;
 *   black:    #000;
 *   darkgrey: #242528;
 *   brown:    #6a5b36;
 *   red:      #ca3a1a;
 *   yellow:   #f9f6e2;
 *  }
 *  fonts {
 *   headers:    Journal;
 *   navigation: Journal;
 *   text:       Arial, Helvetica, sans-serif;
 *  }
 */

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

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

/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0 0 1em 0; font-family: Arial, Helvetica, sans-serif; color: #ca3a1a; }
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; vertical-align: top; }

/* form elements, labels & fieldsets */
form { margin: 0; }

input, select, textarea { border: 1px solid #242525; padding: .2em 0; font: normal 1em Arial, 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 #ca3a1a; padding: 0 1em 1em 1em; }
    fieldset legend { margin: 0 0 .5em .4em; padding: .1em .7em; color: white; font-weight: bold; background-color: #ca3a1a; }

label { cursor: pointer; }
    label:hover { color: #ca3a1a; }

iframe { min-height: 35em; }

/**
 * Page layout
 */

html, body { margin: 0; padding: 0; border: 0; height: 100%; min-height: 665px; background: #519e32 url(/images/2010/junior/bg_gradient.gif) repeat-y left top; }
body { font: normal .7em/1.4em Arial, Helvetica, sans-serif; color: #242525; }

#body { position: relative; width: 999px; min-height: 100%; background: transparent url(/images/2010/junior/bg_total.jpg) no-repeat 0 0; }
    #container { }
        #content { margin: 0; padding: 120px 300px 1em 220px; }

        #header { position: absolute; top: 14px; left: 14px; width: 134px; height: 68px; z-index: 2; }
            #header h2 { margin: 0; width: 100%; height: 100%; background: transparent url(/images/2010/junior/logo.png) no-repeat left top; }
                #header h2 a { display: block; height: 100%; border: 0; padding-left: 0; background: none; }

        #headervisual { position: absolute; top: 120px; right: 0; }

        #mainnav { position: absolute; top: 42px; left: 0; padding-top: 161px; width: 190px; z-index: 2; background: transparent url(/images/2010/junior/bg_mainnav_top.png) no-repeat left top; }
            #mainnav-navigation { margin: 0; padding: 0; background: transparent url(/images/2010/junior/bg_mainnav.png) repeat-y -2px 0; }

        #mainnav ul { list-style-type: none; margin: 0 0 0 15px; padding: 0; width: 175px; }
            #mainnav li { margin-bottom: 5px; min-height: 25px; }
                #mainnav li a { line-height: 0; display: block; margin: 0; padding: 0; border: 0; background-color: transparent; background-position: left top; background-repeat: no-repeat; }
                    #mainnav li a span { visibility: hidden; }

        #mainnav-zone2 { padding-bottom: 2em; width: 210px; background: transparent url(/images/2010/junior/bg_mainnav.png) repeat-y -2px 0; }
            #mainnav-zone2 li { padding-bottom: 2px; background: transparent url(/images/2010/junior/bg_mainnav_divider.gif) no-repeat left bottom; }

        #contact-by-phone { margin: 2.5em 0 1em 15px; padding: 0; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
            #contact-by-phone span { visibility: hidden; }

        #mainnav-unicef { margin-top: -5px; width: 190px; height: 100px; background: transparent url(/images/2010/junior/bg_mainnav_bottom.png) no-repeat left top; }
            #mainnav-unicef a { display: block; margin-left: 15px; border: 0; width: 104px; height: 61px; background: transparent url(/images/2010/junior/logo_unicef.gif) no-repeat left top; }
                #mainnav-unicef a span { visibility: hidden; }

        #bannercolumn { position: relative; margin: 0 0 0 15px; padding: 0; width: 175px; z-index: 2; }
            #bannercolumn a { border: 0; }
            #bannercolumn img { margin-bottom: 1em; }
            #bannercolumn object { margin-bottom: 1em; }

        #quicksearch { margin: 0 0 10px 0; padding: 10px 0; width: 190px; height: 50px; background: transparent url(/images/2010/junior/bg_quicksearch.gif) repeat-y left top; }
            #quicksearch label { display: block; font-size: 0; margin: 0 0 2px 15px; border: 0; background-color: transparent; background-position: left top; background-repeat: no-repeat; }
                #quicksearch label span { visibility: hidden; }
            #quicksearch input { float: left; }
            #quicksearch input.input { margin: 0 0 0 15px; padding: 2px 15px 2px 2px; border: 1px solid #cccccc; width: 120px; height: 13px; }
            #quicksearch input.submit { font-size: 0; color: white; margin: 2px 0 0 -20px; padding: 0; border: 0; width: 15px; height: 15px; background: transparent url(/images/2010/junior/bg_quicksearch_button.gif) no-repeat left top; }
                #quicksearch input.submit { cursor: pointer; }

        #subsitetitle {
        position: absolute;
        top: 343px; left: 185px;
        padding-top: 17px;
        width: 16px;
        z-index: 4; }
            #subsitetitle h2 {
            display: block;
            text-indent: -9000px;
            height: 100%; width: 100%;
            background-color: transparent; background-repeat: no-repeat; background-position: 50% 0; }

        #breadcrumbs { position: absolute; top: 90px; left: 220px; right: 300px; }
            #breadcrumbs ul { list-style-type: none; margin: 0; padding: 0; }
                #breadcrumbs ul li { display: inline; margin-right: 0; padding-left: 15px; font-size: .9em; background: transparent url(/images/2010/junior/bullet_crumb_brown.gif) no-repeat 3px .4em; }
                #breadcrumbs li:first-child, #breadcrumbs li#firstcrumb { padding-left: 0; background-image: none; }
                    #breadcrumbs li a { border: 0; color: #6a5b36; padding-left: 0; background: none; }
                        #breadcrumbs li a:hover { text-decoration: underline; }

        .addthis_buttons { position: absolute; top: 90px; right: 20px; }
            .addthis_buttons a {  border: 0; }

        #globalnav { position: absolute; top: 0; left: 159px; margin: 0; width: 830px; height: 75px; z-index: 2; background: transparent url(/images/2010/junior/bg_globalnav.png) no-repeat left top; }

        #globalnav-zone1 { position: absolute; top: 0; right: 8px; width: 813px; z-index: 1; background-color: #f9d32a; }
            #globalnav-zone1 ul { list-style-type: none; margin: 0; padding: 0; float: right; }
                #globalnav-zone1 ul li { float: left; margin: 0 15px 0 0; padding: 0 0 0 15px; }
                    #globalnav-zone1 ul li.first-item { padding-left: 0; }
                    #globalnav-zone1 ul li a { display: block; border: 0; background-repeat: no-repeat; background-position: left top; }
                        #globalnav-zone1 ul li a span { visibility: hidden; }
                    #globalnav-zone1 ul li:hover .subnav { display: block; }

        #globalnav-zone2 { position: absolute; top: 20px; left: 0; width: 830px; }
            #globalnav-zone2 ul { list-style-type: none; margin: 0 0 0 20px; padding: 0; }
                #globalnav-zone2 ul li { float: left; margin: 0 10px 0 0; padding: 0 10px 0 0; height: 53px; background: transparent url(/images/2010/junior/bg_globalnav_divider.gif) no-repeat right center; }
                    #globalnav-zone2 ul li a { display: block; padding-bottom: 0; border: 0; height: 100%; background-repeat: no-repeat; background-position: left top; }
                        #globalnav-zone2 ul li a span { visibility: hidden; }
                    #globalnav-zone2 ul li.selected .subnav, #globalnav-zone2 ul li:hover .subnav { display: block; }

        #globalnav-zone2 .subnav { display: none; position: absolute; top: 40px; left: 4px; width: 830px; background: transparent url(/images/2010/junior/bg_subnav.png) no-repeat left top; }
            #globalnav-zone2 .subnav ul { }
                #globalnav-zone2 .subnav ul li { margin-top: 10px; height: 45px; }
                    #globalnav-zone2 .subnav ul li a { padding-bottom: 5px; }

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

    #footer { }

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

/**
 * Large content-area
 */
.large-content #content { padding-right: 150px; }
.large-content #headervisual { display: none; }
.large-content .hotel-transport-contenttext { padding-right: 40px; }

.subsite-homepage { background-image: url(/images/2010/junior/bg_homepage.jpg) !important; }
.subsite-homepage #content { padding: 100px 0 1em 159px; }
    .subsite-homepage #content .contenttext { padding-right: 300px; }

.subsite-homepage #mainnav { background-image: url(/images/2010/junior/bg_mainnav_top_home.png); }

/**
 * Page content
 */

.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 { background-color: transparent; background-repeat: no-repeat; background-position: left top; }
        #content h1 span.pagetitle { visibility: hidden; }

/* inline sections on the homepage */
.inline-block { position: relative; top: 300px; padding-bottom: 4em; width: 840px; background: transparent url(/images/2010/junior/bg_list_top.png) no-repeat -1px 0; z-index: 3; }

dl.inline-sections { clear: both; margin: 0 0 1em 0; padding: 0; }
    dl.inline-sections dd { float: left; margin: 0; padding: .5em 20px 0 20px; border-bottom: 1px solid #f9f6e2; width: 800px; background: transparent url(/images/2010/junior/bg_list_middle.png) repeat-y left top; }
        dl.inline-sections dd h2 { background-color: transparent; background-repeat: no-repeat; background-position: left top; }
            dl.inline-sections dd h2 span { visibility: hidden; }
    dl.inline-sections dd ul { float: left; margin: 0 20px 0 0; padding: 0; width: 260px; list-style-type: none; }
        dl.inline-sections dd ul li { }
            dl.inline-sections dd ul li a { font-weight: bold; display: block; color: #242525; padding-left: 15px; border: 0; background: transparent url(/images/2010/junior/bullet_black.gif) no-repeat 0 .3em; }
                dl.inline-sections dd ul li a:hover { color: #ca3a1a; background-image: url(/images/2010/junior/bullet_black.gif); }
    dl.inline-sections dd.bottom { color: #6a5b36; margin-top: -1px; padding-top: 40px; min-height: 40px; height: 40px; background: transparent url(/images/2010/junior/bg_list_bottom.gif) no-repeat left top; }
        dl.inline-sections dd.bottom span { float: left; }
        dl.inline-sections dd.bottom a { float: left; color: #6a5b36; margin-left: 1em; border: 0; }
            dl.inline-sections dd.bottom a:hover { color: #ca3a1a; }

#insurance-logos { float: right; margin: 0 0 0 35px; }
    #insurance-logos a { display: block; float: left; border: 0; width: 30px; height: 28px; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
        #insurance-logos a span { font-size: 0; visibility: hidden; }
    #insurance-logos a.calamiteitenfonds { background-image: url(/images/2010/junior/logo_calamiteiten.gif); }
    #insurance-logos a.anvr { background-image: url(/images/2010/junior/logo_anvr.gif); }
    #insurance-logos a.sgr { background-image: url(/images/2010/junior/logo_sgr.gif); }

/* destination searchform */
#nav_region { float: left; width: 100%; height: 85px; }

    #nav_region h2 { text-indent: -9000px; margin: .5em 0 0 2em; }

    #nav_region ul { float: left; margin: 0 0 0 2em; padding: 0; list-style-type: none; }
        #nav_region ul li { float: left; margin-right: .5em; background-color: transparent; background-repeat: no-repeat; background-position: 0 15px; }
            #nav_region ul li#region_1 { background-image: url(/images/2010/junior/dot_yellow.gif); }
            #nav_region ul li#region_2 { background-image: url(/images/2010/junior/dot_darkblue.gif); }
            #nav_region ul li#region_3 { background-image: url(/images/2010/junior/dot_red.gif); }
            #nav_region ul li#region_4 { background-image: url(/images/2010/junior/dot_orange.gif); }
            #nav_region ul li#region_5 { background-image: url(/images/2010/junior/dot_brightgreen.gif); }
            #nav_region ul li#region_6 { background-image: url(/images/2010/junior/dot_brightblue.gif); }
            #nav_region ul li a { display: block; margin-left: 15px; border: 0; text-indent: -9000px; }
                #nav_region ul li a span { display: block; margin-left: -1.2em; width: 100%; height: 100%; background: transparent no-repeat left center; }
                    #nav_region ul li a:hover span { cursor: pointer; }

    #destination_search { float: right; margin: 10px 20px 0 0; }
        #destination_search fieldset { margin: 0; padding: 0; border: 0; }

    #tripfinder { clear: both; font-size: 1.1em; font-weight: bold; color: black; padding: 1.5em 0 .3em 0; width: 100%; }
        #tripfinder .title { margin: 0 1.5em 0 15px; }
        #tripfinder fieldset { margin: 0; padding: 0; border: 0; }
            #tripfinder input { text-align: center; line-height: 1.2em; border-color: #f9d329; }
                #tripfinder input.text { height: 20px; }
                    html>body #tripfinder input.text { height: 16px; }
                #tripfinder .button { position: relative; top: -3px; left: 20px; font-size: 0; color: black; float: none; margin: -3px 0 0 5em !important; padding: 0 !important; border: 0; width: 99px !important; height: 22px; cursor: pointer; background: transparent url(/images/2010/junior/button_search.gif) repeat-x left top; }

/* tripfinder-results */
table.trips {
width: 476px;
margin-bottom: 2em; }

        table.trips td { vertical-align: top; margin: 0; padding: 0; }
        table.trips td.trip { width: 300px; }
        table.trips td.date {
        color: #c80219; font-weight: bold;
        text-align: right;
        padding-right: 1em; }

/* tripfinder-results */
.tripresults { float: left; clear: both; width: 100%; line-height: 1.6; }
    .tripresult { float: left; clear: both; margin-bottom: 6px; border: 1px solid #e8d3a2; width: 475px; background-color: #f9f6e2; }
        .tripresult .trip { float: left; padding: 5px 10px; width: 313px; border-right: 2px dotted #c0bdad; min-height: 80px; background-color: #f7f2db; }
            .tripresult .trip h3 { font-size: 1.2em; color: #3d3f3f; margin: 0 0 .3em 0; padding: 0; }
            .tripresult .trip a { color: #3d3f3f; border-color: #3d3f3f; }
                .tripresult .trip a:hover { border-bottom-color: #f7f2db; }
            .tripresult .trip .more-information { font-weight: bold; }
        .tripresult .dates { float: right; padding: 5px 10px; width: 120px; }
            .tripresult .dates .date-departure { margin-bottom: .5em; }
            .tripresult .dates .title { font-weight: bold; padding-left: 20px; background: transparent url(/images/2010/junior/bullet_black.gif) no-repeat 0 3px; }
            .tripresult .dates .date { color: #3d3f3f; padding-left: 20px; }

/* block: (news)blocks on the homepage */
.blocks { float: left; width: 600px; }

.banner-blocks { float: left; margin-top: -38px; width: 220px; }
    .banner-blocks a { border: 0; }

/* default and rich menu */
#menu-header { clear: both; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
    #menu-header span { visibility: hidden; }
.menu_default { clear: both; margin: 0; padding: .3em 0; list-style-type: none; }
    .menu_default li { margin-bottom: .3em; }
        .menu_default li a { display: block; font-weight: bold; padding-left: 15px; border: 0; background: url(/images/2010/junior/bullet_black.gif) no-repeat 0 .4em; }
            .menu_default li a:hover { background-image: url(/images/2010/junior/bullet_black.gif); }

ul.menu_rich { float: left; margin: 1em 0 2em 0; padding: 0; list-style-type: none; }
    .menu_rich li { clear: both; float: left; margin-bottom: 1em; width: 100%; }
        .menu_rich li img { float: left; margin: 0; }
        .menu_rich li a { border: 0; }
        .menu_rich span { display: block; margin-left: 90px; padding-left: 15px; background: transparent url(/images/2010/junior/bullet_black.gif) no-repeat 0 0; }
        .menu_rich div.description { margin-left: 90px; }

ul.menu_photo { margin: 1em 0 2em 0; padding: 0; width: 100%; list-style-type: none; }
    .menu_photo li { float: left; position: relative; width: 130px; height: 79px; margin-right: 2em; margin-bottom: 4.5em; text-align: left; }
        .menu_photo li img { margin: 0; position: absolute; left: 0; top: 0; }
        .menu_photo li a { cursor: pointer; border: 0; }
        .menu_photo span { position: absolute; top: 85px; width: 100%; margin: 0; padding-left: 15px; background: transparent url(/images/2010/junior/bullet_black.gif) no-repeat 0 .2em; }
            .menu_photo>li span { width: auto; }

.menu_group ul { clear: both; margin: 0; padding: 0; list-style-type: none; }
    .menu_group ul li.group-item { float: left; width: 180px; min-height: 110px; margin: 0 0 1em 0; padding-left: 125px; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
        .menu_group ul li.left-item { clear: left; }
        .menu_group ul li.group-item a { display: block; border: 0; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
            .menu_group ul li.group-item a span { font-size: 0; visibility: hidden; }

                .menu_group ul li.group-item ul li a { display: inline; color: #6a5b36; padding-left: 15px; background: transparent url(/images/2010/junior/bullet_black.gif) no-repeat 0 .1em; }
                    .menu_group ul li.group-item ul li a:hover { color: #ca3a1a; background-image: url(/images/2010/junior/bullet_black.gif); }

ul.menu_thumbnail_cols { padding: 0; margin: 11px 0 22px 0; width: 100%; list-style: none; }
    .menu_thumbnail_cols li { float: left; position: relative; width: 138px; height: 150px; margin-right: .8em; margin-bottom: 50px; text-align: left; }
        .menu_thumbnail_cols li img { margin: 0; position: absolute; left: 0; top: 0; }
        .menu_thumbnail_cols li a { border: 0; }
            .menu_thumbnails cols li a:hover { cursor: pointer; }
        .menu_thumbnail_cols span { position: absolute; top: 85px; margin: 0; padding-left: 15px; text-indent: -9000px; background: transparent no-repeat left top; }

/* Default and rich lists */
ul.default { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.default li { clear: both; margin: 0 0 1em 0; }
        ul.default li h2 { margin: 0; padding: 0 0 0 15px; background: transparent url(/images/2010/junior/bullet_black.gif) no-repeat 0 .1em; }
            ul.default li h2 a { display: block; border: 0; }
                ul.default li h2 a:hover { }
        ul.default li p { margin: 0; padding: 0; }

ul.rich { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.rich li { min-height: 150px; margin-bottom: 1em; padding: .3em; }
        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; }

ul.album { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.album li { margin-bottom: .5em; }
        ul.album li a { border: 0; }
            ul.album li a span { padding-left: 16px; background: transparent url(/images/2010/junior/bullet_black.gif) no-repeat 0 0; }
            ul.album li a img { margin-right: 1em; }

/* 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 { margin: 0 .6em 0 0; padding: 0; border: 0; }

.imgbox { float: left; margin: 0 1em .5em 0; padding: 0; }
    .imgbox img { display: block; margin: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Arial, Helvetica, sans-serif; color: #ca3a1a; background-color: #e8e8e8; }

.linkbox_default, .linkbox_rich, .linkbox_video { clear: both; float: left; margin: 0 1em .5em 0; padding: 0; width: 175px; list-style-type: none; }
    .linkbox_default li { margin: 0; padding: 0 .6em; }
        .linkbox_default li a { display: block; font-weight: bold; padding-left: 15px; border: 0; background: transparent url(/images/2010/junior/bullet_black.gif) no-repeat 0 .4em; }
            .linkbox_default li a:hover { background-image: url(/images/2010/junior/bullet_black.gif); }

/* basicform styles form elements, marked up in a definition list */
.basicform { width: 100%; }
.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; float: left; font-weight: bold; width: 40%; }
    .basicform dl dd { width: 60%; float: left; margin: 0 0 1em 0; }
    .errors { font-style: italic; color: #ca3a1a; }
    .header { margin: 1em 0; }
    .header.formpage { display: block; width: auto; float: none; border-bottom: 1px solid #ca3a1a; }
        .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: #ca3a1a; font-weight: bold; width: 93%; }

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

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

#searchform { margin: 0; padding: 1em 2em; min-height: 89px; background: transparent url(/images/2010/junior/bg_search_large.gif) no-repeat left top; }
    #searchform div { float: left; margin: 0 0 1em 1em; }
    #searchform div label { display: block; clear: both; }
    #searchform div input { float: left; margin: 0 1em 0 0; }
    #searchform div input.submit { border: 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; }

/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 0; list-style-type: none; }
    ul.sitemap li { }
        ul.sitemap li a { font-weight: bold; color: #6a5b36; padding: .3em; border: 0; background-color: #d9cab4; }
            ul.sitemap li a:hover { color: #ca3a1a; }

        ul.sitemap li ul { margin: 0 1em 1em 0; padding: 0; list-style-type: none; }
            ul.sitemap li ul li { margin-top: .3em; }
                ul.sitemap li ul li ul { margin: .3em 1em 1em 4em; padding: 0; list-style-type: none; }
                    ul.sitemap li ul li ul li { margin-top: 0; }
                        ul.sitemap li ul li ul li a { font-weight: normal; padding-left: 10px; background: transparent url(/images/2010/junior/bullet_crumb_brown.gif) no-repeat 0 .6em; }
                            ul.sitemap li ul li ul li a:hover { }

/* chapters in documents */
#chapters { clear: both; }
    #chapters h2 { clear: both; margin: 0; padding: 0; }
    #chapters ul.chapters { margin: 0; padding: 0; list-style-type: none; }
        #chapters li.chapter { margin: 0; padding: 0; }
            #chapters li.chapter a { font-weight: bold; padding-left: 15px; border: 0; background: transparent url(/images/2010/junior/bullet_black.gif) no-repeat 0 .2em; }
                #chapters li a:hover { background-image: url(/images/2010/junior/bullet_black.gif); }

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

/* navbox, for displaying next/previous/index links */
.navbox { float: left; clear: both; margin-top: 2em; padding: 10px; width: 478px; height: 22px; text-align: center; background: transparent url(/images/2010/junior/bg_navbox.gif) no-repeat left top; }
    .navbox a { display: block; border: 0; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
    .navbox span { visibility: hidden; background-color: transparent; background-repeat: no-repeat; background-position: left top; }

    /* previous, next, index and page links in navbox */
    .prev { float: left; }
    .next { float: right; }
    .index { float: left; margin: 0 0 0 80px; }
    .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/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: #999; }

/* button: transforms a normal button to a styled button */
.button { float: right; width: auto !important; border: 1px solid #f3e6d6; cursor: pointer; padding: 0; font: bold 1.2em Arial, Helvetica, sans-serif; color: #ca3a1a; background-color: transparent; }
    .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 #ca3a1a; 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; }

/**
 * Djoser
 * Templates that are only used in Djoser-branch
 */

/* bookingform */
.bookingform { width: 556px; height: 478px; background: transparent url(/images/2010/junior/bg_tsa.gif) no-repeat left top; }
    .bookingform div.inner { padding: 25px 60px 25px 25px; }
    .bookingform iframe { width: 480px; height: 453px; margin: 25px 0 0 25px; }

.booking { padding: 8px 0; margin-bottom: 11px; }
    .booking span.title { display: block; float: left; width: 100px; }
    #booking span.selecttitle { display: block; float: left; width: 100px; }
    .booking_submit { border: 0; }

/* weather-forecast */
div.weatherforecast { float: left; margin-top: 1em; width: 100%; }
    div.weatherforecast .date { text-align: left; font-weight: bold; color: #C45337; padding: .4em 0; background: transparent url('/images/2008/my/weeronline/lijn.png') top left no-repeat !important; }
    div.weatherforecast .data { width: 105px; float: left; }
        div.weatherforecast .data p { margin: 0; padding: 0; }
    div.weatherforecast .visual { float: right; margin: 0; padding:0; width: 219px; }
        div.weatherforecast .visual .top { height: 14px; width: 100%; background: transparent url(/images/2008/my/weeronline/kader_bg_top.png) no-repeat left top; }
        div.weatherforecast .visual .middle { height: 45px; width: 100%; background: transparent url(/images/2008/my/weeronline/kader_mid_hor.gif) repeat-y left top; }
            div.weatherforecast .visual .middle img { float: left; display: block; }
            div.weatherforecast .visual .middle p { float: left; font-weight: bold; width: 160px; }
        div.weatherforecast .visual .bottom { height: 14px; width: 100%; background: transparent url(/images/2008/my/weeronline/kader_bg_bottom.png) no-repeat left top; }

/**
 * IMAGE SLIDER
 *
 * used in accommodation- and transport-templates
 */

#view_destination_slideshow { float: right; border: 0; }
#view_slideshow { float: right; display: block; width: 279px; height: 153px; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
    #view_slideshow span { visibility: hidden; }

/* normal slider */
#imageslider { position: absolute; top: 95px; left: 800px; width: 200px; }

    #imageslider h2 { margin: 0 auto; text-indent: -9000px; background-color: transparent; background-repeat: no-repeat; background-position: center center; }
    #slider { position: relative; margin: .5em auto; width: 131px; height: 400px; border: 1px solid #60656b; overflow: auto; background: #e6ebf1; }
        #slider a { margin: 0; padding: 0; border: 0; }

        /* buttons to use slide */
        #up { position: absolute; display: none; width: 100%; height: 31px; background: transparent url(/images/2010/junior/button_arrow_up.gif) no-repeat left top; z-index: 3; }
        #down { position: absolute; display: none; bottom: 0; width: 100%; height: 31px; background: transparent url(/images/2010/junior/button_arrow_down.gif) no-repeat left top; z-index: 3; }
            #up:hover, #down:hover { cursor: pointer; }

        #images { position: absolute; top: 30px; width: 100%; text-align: center; }
            #images a.visual { position: relative; display: block; margin: 1em 0 0 0; padding: 0; border: 0; z-index: 1;}
                #images a span { margin: 0 auto; text-indent: -9000px; display: block; background-color: transparent; background-repeat: no-repeat; background-position: left top; }

    /* classes for javascript-enabled browser */
    .noscroll #slider { overflow: hidden; }
        .noscroll #up, .noscroll #down { display: block; }

/* presentation itself */

/* slider for overlay (needs other id's) */
#hotel-transport-imageslider { position: absolute; top: 128px; left: 700px; width: 200px; }

    #hotel-transport-slider { position: relative; margin: .5em auto; width: 131px; height: 400px; border: 1px solid #afafaf; overflow: auto; }

        /* buttons to use slide */
        #hotel-transport-up { position: absolute; display: none; width: 100%; height: 31px; background: transparent url(/images/2010/junior/button_arrow_up.gif) no-repeat left top; z-index: 1; }
        #hotel-transport-down { position: absolute; bottom: 0; display: none; width: 100%; height: 31px; background: transparent url(/images/2010/junior/button_arrow_down.gif) no-repeat left top; z-index: 1; }
            #hotel-transport-up span, #hotel-transport-down span { visibility: hidden; }

        #hotel-transport-images { position: absolute; top: 30px; width: 100%; text-align: center; }
            #hotel-transport-images a { display: block; margin: 1em 0; }
                #hotel-transport-images a span { display: block; }

    /* classes for javascript-enabled browser */
    .noscroll #hotel-transport-slider { overflow: hidden; }
        .noscroll #hotel-transport-up, .noscroll #hotel-transport-down { display: block; }

#hotel-transport-presentation-overlay {
display: none;
position: absolute;
left: 0; top: 0;
width: 100%; height: 100%; max-width: 998px;
opacity: .85;
filter: alpha(opacity = 85);
z-index: 10; }

#hotel-transport-presentation-container {
display: none;
position: absolute; top: 0; left: 0;
width: 100%; height: 100%; max-width: 998px;
text-align: center;
z-index: 11; }

#hotel-transport-presentation-close-button { position: absolute; top: 90px; left: 775px; width: 15px; height: 15px; padding: 2px 27px 0 0; background: transparent url(/images/2008/junior/close.gif) no-repeat right top; }
    #hotel-transport-presentation-close-button span { visibility: hidden; color: #b7594b; }

#presentation-total { text-align: left; margin-top: 60px; margin-left: 130px; width: 800px; height: 520px; background-color: #feeed5; }
    #presentation-total a { margin: 0; padding: 0; border: 0; }
    #large-photo { position: absolute; top: 150px; left: 190px; }
    #large-photo-text { position: absolute; top: 460px; left: 190px; width: 400px; }
    #progress { position: absolute; top: 123px; left: 470px; margin: 0; padding: 0; width: 100px; font-size: .9em; color: #8B7B61; text-align: right; }

    #hotelregiontitle, #hoteldestinationtitle { position: absolute; left: 190px; background-color: transparent; background-repeat: no-repeat; background-position: left top; text-indent: -9000px; }
    #hotelregiontitle { top: 95px; }
    #hoteldestinationtitle { top: 120px; }

    #presentation-total #hotel-transport-imageslider { top: 145px; left: 620px; }

    #presentation-total #hotel-transport-slider { height: 330px; }

    #presentation-overlay, #hotel-transport-presentation-overlay { background: #dbe7d0; }
    #presentation-total { background: transparent url(/images/2008/junior/bg_window.png) no-repeat left top; }


#livechat { position: absolute; top: 25px; right: 20px; z-index: 5; }
#livechat a { border: 0; }

/**
 * 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           { font-weight: bold; padding-left: 15px !important; border: 0; background: url(/images/2010/junior/bullet_black.gif) no-repeat 0 .3em; }
.back:hover     { background-image: url(/images/2010/junior/bullet_black.gif); }
.red            { color: red; }
.req            { color: #ca3a1a; }
.err            { color: #ca3a1a; font-weight: bold; }
input.err       { font-weight: normal; background-color: #ffbfbf; }
.notice         { background-color: #ffa; color: #6a5b36; border: 1px solid #ffdfca; padding: .3em; }
.white          { color: white; }
.chosen         { color: #6a5b36; 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; }
*/