/**
 *  Stylesheet for Albert Schweitzer Ziekenhuis
 *  ===============================================================
 *  $Revision: 1.10.14.12.2.17 $
 *  ===============================================================
 *
 *  global styleguide:
 *
 *  colors {
 *    white         : #ffffff;
 *    black         : #141414;
 *    purple        : #76084e;
 *    green         : #59bfc6;
 *    light green   : #b7e7e8;
 *    lighter green : #e9f3f4;
 *    orange        : #fd6501;
 *  }
 *
 *  fonts {
 *    headers : Frutiger Condensed (bold)
 *    text    : Verdana, Helvetica, sans-serif;
 *  }
 */


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

/* links */
a, a:link { color: #3e8e95; text-decoration: none; }
a:hover { color: #1d3e40; }


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


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


/* paragraphs */
p { margin-bottom: 0; }

br.hide { line-height: 0; }

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

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

label { cursor: pointer; color: #59bfc6; }
    label:hover { color: #1d3e40; }


/**
 * BASIC PAGE LAYOUT
 *
 * describes the default page layout
 */
html, body { margin: 0; padding: 0; border: 0; background-color: #e9f3f4; }
body { color: #141414; background: url(/images/professionals/bg.gif) 0 180px repeat-x transparent; text-align: center; border-top: 1px solid #e9f3f4;}

#body { width: 814px; margin: 33px auto 0 auto; font: normal .75em/1.6em Verdana, Helvetica, sans-serif; text-align: left; background: url(/images/b_top.png) left top no-repeat transparent; }
    #container { position: relative; top: 12px; min-height: 500px; padding-bottom: 1em; background: url(/images/b_middle.png) left top repeat-y transparent; }
        #header { position: absolute; top: -5px; left: 7px; height: 140px; width: 800px; background: no-repeat top right transparent; }
            #header h2 { width: 187px; height: 88px; margin: 15px 0 0 25px; padding: 0; background: url(/images/l_asz.gif) center center no-repeat transparent; }
                #header h2 a { display: block; height: 100%; border: 0; }
                    #header h2 a span { visibility: hidden; }

        #mainnav-container { position: relative; float: left; width: 180px; }
            #mainnav { position: relative; float: left; margin: 110px 0 0 7px; width: 180px; min-height: 305px; background-color: #59bfc6; }
                #mainnav h2 { height: 25px; margin: 0; padding: 0; }
                    #mainnav h2 a { display: block; height: 100%; border: 0; border-left: 40px solid white; background-repeat: no-repeat; background-position: right center; background-color: transparent; }
                        #mainnav h2 span { visibility: hidden; }
                #mainnav h3 { margin: 20px 0 0 30px; color: white; font-size: 1.2em; border-bottom: 1px solid white; }
                    #mainnav h3 a { display: block; color: white; }
                        #mainnav h3 a:hover { color: #76084e; }
                #mainnav ul { margin: 10px 0 0 0; padding: 0 20px 0 30px; list-style-type: none; }
                    #mainnav ul li { margin-bottom: .2em; }
                        #mainnav ul li a { display: block; padding-left: 15px; border: 0px; line-height: 1.35em; font-weight: bold; color: white; background: url(/images/professionals/arrow_right_menu.gif) 0px 5px no-repeat; }
                            #mainnav ul li a:hover, #mainnav ul li a.active { background-image: url(/images/professionals/arrow_right_menu_over.gif); }
                        #mainnav ul li ul { margin: 0 0 .7em 0; padding-left: 20px; }
                        #mainnav ul li ul.subnav { display: none; }

        #breadcrumbs { position: absolute; top: 140px; left: 200px; right: 0; height: 20px; margin-right: 8em; }
            #breadcrumbs ul { margin: 0; padding: 0; list-style-type: none; }
                #breadcrumbs ul li { display: inline; margin-right: 0; padding-right: 12px; color: #141414; background: url(/images/i_crumb.gif) right center no-repeat transparent; }
                    #breadcrumbs li a { border: 0; color: #999; }
                        #breadcrumbs li a:hover { text-decoration: underline; }
                        #breadcrumbs li#lastcrumb { padding-left: 0; background-image: none; }

        #globalnav { position: absolute; top: -5px; right: 16px; background-color: #76084e; z-index: 1; }
            #globalnav ul { margin: .5em 0 0 0; padding: 0; list-style-type: none; }
                #globalnav ul li { float: left; border-left: 1px solid #ecdde6; }
                #globalnav ul li.first-gnav { border-left: 0px; }
                    #globalnav ul li a { display: block; border: 0; padding: 2px 7px; font-weight: bold; font-size: .9em; color: white; }
                        #globalnav ul li a:hover { background-color: #ecdde6; color: #76084e; }

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

        #content { float: right; width: 580px; margin-right: 32px; margin-top: 180px; }
            #content h1 { margin-top: 1em; background: no-repeat left center; }
                #content h1 span { visibility: hidden; }

        /* special style for homepage */
        #container .home { float: none; width: auto; margin: 0 16px; padding-top: 80px; }
        #subsitenav { margin: 0; padding: 0; list-style-type: none; border-top: 1px solid white; }
            #subsitenav li { position: relative; float: left; width: 194px; height: 265px; border-right: 1px solid white; background: no-repeat center top; }
                #subsitenav li a { position: absolute; left: 0; bottom: 0; width: 100%; height: 40px; border: 1px solid white; border-width: 1px 0 0 0; background-position: left center; }
                    #subsitenav li a span { visibility: hidden; }

        /* make sure margin below is big enough to fit the slogan in */
        #homenav { clear: both; margin: 2em 10px 60px 0; width: 194px; min-height: 130px; float: left; }
            #homenav h2 { margin: 1em 0 0 0; padding: 0; background-repeat: no-repeat; background-position: 10px 5px; }
                #homenav h2 span { visibility: hidden; }
            #homenav ul { margin: 10px; padding: 0; list-style-type: none; }
                #homenav ul li { margin-bottom: 0em; padding-left: 15px; background: url(/images/arrow_right.gif) 5px 6px no-repeat; }
                    #homenav ul li a { display: block; width: 100%; padding: 3px 0; border: 0px; background-repeat: no-repeat; background-position: 10px 5px; }
                        #homenav ul li a span { visibility: hidden; }


		#homenav .container { background-color: #76084E; min-height: 130px; overflow: hidden; margin:0; padding:0;}
		#sharethis { width:100%; padding-left: 2px; }
			#sharethis img { margin-right:5px; }

		.homeblocks_portal { float: left; width: 370px; }
	        .homeblock_portal { float: left; margin-top: 2em; margin-right: 15px; width: 170px; min-height: 130px; background-color: #76084e; }
	            .homeblock_portal h3 { margin: .7em; padding: 0; background-position: left top; background-repeat: no-repeat; }
	                .homeblock_portal h3 span { visibility: hidden; }

			.homeblock_portal_large { float: left; margin-top: 1em; padding: 5px 9px; width: 337px; background-color: #76084e; }
				.homeblock_portal_large a { display: block; color: white; font-weight: bold; }
					.homeblock_portal_large a:hover { text-decoration: underline; }
				.homeblock_portal_large p { color: white; margin: 0; padding: 0; }

        .inline-sections-home { float: left; margin-top: 2em; width: 202px; min-height: 130px; border: 1px solid #59bfc6; }
            .inline-sections-home dt { display: block; margin: 1em; padding: 0; background-position: left top; background-repeat: no-repeat; }
                .inline-sections-home dt a { display: block; background-position: left top; background-repeat: no-repeat; }
                .inline-sections-home dt span { visibility: hidden; }
            .inline-sections-home dd { margin: .3em 0 0 1em; padding: 0; }
                .inline-sections-home dd a { display: block; padding-left: 15px; color: #fd6501; background: url(/images/patienten/arrow_right.gif) 0 .5em no-repeat; }

		
        #slogan { position: absolute; top: 570px; left: 20px; }
            #slogan h2, #slogan h3 { background: left center no-repeat; }
                #slogan span { visibility: hidden; }

    #footer { position: relative; top: 12px; width: 100%; height: 12px; background: url(/images/b_bottom.png) left top no-repeat transparent; }

    #props { position: absolute; bottom: -2.5em; right: 1.5em; margin: 0; }
        #props a, #props a:visited { color: #afafaf; border: 0; }

    #quicksearch { margin: 1em 0; padding-bottom: 1em; }
        #quicksearch h3 { margin: 0; }
        #quicksearch label { clear: both; display: block; }
        #quicksearch input { width: 50%; }
        #quicksearch .submit { width: 20%; }

    #languagenav { position: absolute; top: 35px; right: 16px; z-index: 1; }
        #languagenav ul { margin: 0; padding: 0; list-style-type: none; }
            #languagenav ul li { text-align: right; background-color: transparent; background-repeat: no-repeat; background-position: right center; }
                #languagenav ul li a { color: #76084e; font-weight: bold; padding-right: 20px; }
                    #languagenav ul li a:hover { text-decoration: underline; }

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

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

/* font adjust style */
#fontsize { position: absolute; top: 140px; right: 12px; padding: 2px 30px 2px 0; background: transparent url(/images/i_eye.gif) no-repeat right center; }
    .larger { font-size: .9em !important; }
    .largest { font-size: 1em !important; }
    #fontsize span { cursor: pointer; padding: 3px; padding-bottom: 1px; border: 1px dotted #b7e7e8; }
    #fontsize #larger { font-size: 1.15em; }
    #fontsize #largest { font-size: 1.3em; }

/* inline sections on the subsites */
.inline-sections { }
    .inline-sections dt { display: block; padding-bottom: 1.5em; font-size: 1.2em; font-weight: bold; background-color: #e9f3f4; }
        .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: .5em 0; }

/* block: (news)blocks on the homepage */
.homeblocks { float: left; }
    .homeblock { float: left; margin: 1em 0; width: 50%; }
        .homeblock h2 { margin: 0; padding: 0 1em .1em .3em; font-size: 1em; color: #76084e; }
            .homeblock h2 a { text-decoration: none; color: #76084e; }
        .homeblock img { float: left; margin: 0 1em 1em .3em; }
        .homeblock p { margin: 0 .5em .5em .3em; }
        .homeblock p.more a { padding: 0 0 0 15px; border-bottom: 1px solid #fd6501; color: #fd6501; background: url(/images/patienten/arrow_right.gif) left center no-repeat; }

/* default and rich menu */
.menu_default { margin: 0; padding: .5em 0; list-style-type: none; }
    .menu_default li { margin-bottom: .5em; }
        .menu_default li a { display: block; padding-left: 15px; background: url(/images/professionals/arrow_right.gif) left center no-repeat; }
            .menu_default li a:hover { background-image: url(/images/professionals/arrow_right_over.gif); }

.menu_rich { margin: 1em 0 2em 0; padding: 0; list-style-type: none;}
    .menu_rich li { float: left; position: relative; width: 132px; min-height: 200px; margin: 1em 1em 1em 0; border: 1px solid #3e8e95; text-align: right; background-color: #b7e7e8; }
        .menu_rich li img { margin: 0; position: absolute; left: 4px; top: 4px; border: 1px solid #e9f3f4; }
        .menu_rich li a { border: 0; }
        .menu_rich span { position: absolute; bottom: 3px; left: 5px; right: 5px; width: 110px; min-height: 3.7em; margin: 0; padding-right: 15px; background: url(/images/professionals/arrow_right.gif) 100% 50% no-repeat #e9f3f4; }
            .menu_rich>li span { width: auto; }
            .menu_rich a:hover span { color: #1d3e40; background-image: url(/images/professionals/arrow_right_over.gif); }

/* alphabetical menu */
.alphabetical div { margin: 0; padding: 0; float: left; }
    .alphabetical p.letter { font-weight: bold; color: #141414; }
    .alphabetical ul { margin: 0; padding: 0; list-style-type: none; }
    .alphabetical ul li a { display: block; padding-left: 2em; background: url(/images/professionals/arrow_right.gif) left .5em no-repeat; }
        .alphabetical ul li a:hover { background-image: url(/images/professionals/arrow_right_over.gif); }
    p.top { clear: both; text-align: right; background-color: #fef1e9; }

#alphabet { }
    #alphabet span, #alphabet .letter a { padding: 3px 4px; }
    #alphabet .letter { padding: 0; }
        #alphabet .letter a:hover { background-color: #fef1e9; }

/* Default and rich lists */
ul.default, ul.news, ul.phone { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.default li a { display: block; padding-left: 16px; background: url(/images/professionals/arrow_right.gif) left center no-repeat; }
        ul.default li a:hover { background-image: url(/images/professionals/arrow_right_over.gif); }
    ul.news li { clear: both; padding-left: 15px; background: url(/images/professionals/arrow_right.gif) left center no-repeat; }
        ul.news li a, ul.news li a:hover { background: none; }
        ul.news li span { margin-right: 1em; color: #3e8e95; }
ul.phone li { clear: both; }
    ul.phone li a { float: left; width: 60%; padding-left: 16px; background: url(/images/professionals/arrow_right.gif) 0 .4em no-repeat; }
        ul.phone li a:hover { background-image: url(/images/professionals/arrow_right_over.gif); }
        ul.phone li a span.title { float: left; display: block; width: 48%; }
        ul.phone li a span.phonenumber { float: right; display: block; width: 50%; text-align: right; }
            ul.phone li a:hover span { cursor: pointer; }

ul.rich { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.rich li { clear: both; height: 90px; margin: .5em 0; padding: 0; }

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

        ul.rich li h2 { font-size: 1em; margin: 0; padding: 0; }
        ul.rich li p { margin: 0; padding: 0; }
        ul.rich li .imgbox { float: left; margin-left: 0; }
        ul.rich li .list-item-content { float: left; width: 420px; }
        ul.rich li .list-item-content .more { margin: 0 0 1em 0; }

/* visual list */
ul.visual { clear: both; margin: 1em 0 2em 0; width: 100%; list-style: none; padding: 0; }
    ul.visual li { float: left; width: 124px; min-height: 120px; margin: 1em 1em 1em 0; }
        ul.visual li a { display: block; }
        ul.visual li img { float: none; margin: 0; border: 3px solid #fd6501; }
            ul.visual li img:hover { border-color: #fdd9c1; }

/* default and rich group */
dl.group { clear: both; }
    dl.group dt { margin: 1em 0 .5em 0; }
        dl.group dt a { padding-left: 15px; font-weight: bold; background: url(/images/professionals/arrow_down.gif) 0 4px no-repeat; }
            dl.group dt a:hover { background-image: url(/images/professionals/arrow_down_over.gif); }
    dl.group dd { margin: .5em 0 0 1.25em; }
        dl.group dd span { margin-right: 1em; color: #3e8e95; }

        dl.group dd.grandchild { margin: 0 0 0 2.5em; }
            dl.group dd.grandchild span { float: left; }
            dl.group dd.grandchild a { display: block; margin-left: 90px; }

.group_rich { clear: both; }
    .group_rich dt { clear: both; margin: 1em 0; padding: .3em; background-color: #e9f3f4;  }
        .group_rich dt a { border: 0; margin-bottom: .2em; }
    .group_rich h2 { margin-bottom: .2em; }
    .group_rich dd { clear: both; height: 150px; margin: 0 0 2em 0; padding: 0; border-bottom: 2px solid #e9f3f4; }

        /* 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 dd h3 { font-size: 1em; }
        .group_rich dd .imgbox { float: left; }
        .group_rich dd .list-item-content { float: left; width: 430px; }

#personal_data { float: left; width: 320px; }
    #personal_data dt { clear: both; float: left; font-weight: bold; width: 30%; }
    #personal_data dd { width: 60%; }
        #personal_data dd p { margin: 0; padding: 0; }

/* default and rich linkbox */
.linkbox_default, .linkbox_rich, .linkbox_video { clear: both; margin: 0 1em 1em 1em; padding: 0; border: 1px solid #3e8e95; list-style-type: none; }
    .linkbox_default li { margin: 0; padding: 0 10px 0 15px; background: url(/images/professionals/arrow_right.gif) 5px 7px no-repeat #e9f3f4; }
        .linkbox_default li:hover { background-color: transparent; }
        .linkbox_default li a { display: block; padding: 0 5px; }

    .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; }
    .linkbox_rich h2 { margin-bottom: .2em; background-color: #e9f3f4; }
    .linkbox_rich img { display: block; vertical-align: top; margin-right: .2em; }
        .linkbox_rich span { margin: 0; padding-right: 15px; background: url(/images/professionals/arrow_right.gif) center right no-repeat transparent; }
            .linkbox_rich a:hover span { background-image: url(/images/professionals/arrow_right_over.gif); }
    .linkbox_video li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; height: 60px; border-bottom: 1px solid #e9f3f4; }

        /* 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 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: 0 0 1em 0; }

/* imgbox, for displaying an image with description in a box */
.imgbox { float: right; margin: 0 1em 1em 1em; border: 1px solid #3e8e95; background-color: #b7e7e8; }
    .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: #59bfc6; background-color: #e9f3f4; }

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

.question { font-weight: bold; }

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

    /* 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: #1d3e40; }
        .basicform dl dt.header { width: 95%; margin-bottom: 1em; color: #999; }
    .basicform dl dd { width: 60%; float: left; margin: 0 0 1em 0; color: #1d3e40; }
        .basicform dl dd.clear-both {width: 100%; line-height: 0; margin: 0; }
     .basicform .button { float: right; }
    .errors { font-style: italic; color: #76084e; }

/* survey-progress */
#progress { margin-top: 1em; padding: 7px; background-color: #e9f3f4; }
.progresstext { float: left; margin-right: 2em; }
.progressbar { float: left; width: 200px; height: 1em; margin: .3em 1em 0 0; border: 1px solid #999; background-color: white; }
    #progressfill { height: 100%; background-color: #59bfc6; }

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

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

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

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

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

/* 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: #e9f3f4; }
        .pollresult div { border: 2px solid #59bfc6; background-color: #b7e7e8; }

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

/* bannercolumn */
#bannercolumn { clear: both; }
    #bannercolumn .banner { margin-top: .5em; }
    #bannercolumn a { border: 0; }
    #bannercolumn img { margin-bottom: 6em; }
    .banner { float: left; width: 180px; margin-right: 1.6em; }
    #bannercolumn .banner:last-child { margin-right: 0; }

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

/* chapters in documents */
.chapters { margin: 0; padding: .5em 0; list-style-type: none; }
    .chapters li { padding: .3em; }
        .chapters li a { display: block; padding-left: 15px; background: url(/images/professionals/arrow_right.gif) 0 7px no-repeat; }
            .chapters li a:hover { background-image: url(/images/professionals/arrow_right_over.gif); }
#chapters p { margin: 0 .5em 0 0; padding: 0; }
    #chapters p.top { margin: 2em 0; }
h2.chapter { margin: 1em 0 .3em 0; }
h3.chapter { margin: 1em 0 .3em 0; }

.address { margin: 1em 0; padding: .2em 0; border: 1px dotted #59bfc6; border-width: 1px 0; }
    .address h3 { margin: 0; padding: 0; }

/* navbox, for displaying next/previous/index links */
.navbox { margin-top: 2em; padding: .3em .2em; text-align: center; background-color: #e9f3f4; }
    .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/professionals/arrow_right.gif) center right no-repeat transparent; }
        .more a:hover { background-image: url(/images/professionals/arrow_right_over.gif); }

/* date: date in messages */
.date { white-space: nowrap; text-align: right; margin: -4.7em 2em 3em 0; color: #999; font-style: italic; }

/* button: transforms a normal button to a styled button */
.button { border: 0; width: auto !important; cursor: pointer; padding: 2px 20px 2px 1.5em; color: white !important; background: url(/images/professionals/arrow_right_menu.gif) 90% 50% no-repeat #59bfc6; }
    .button:hover { color: #1d3e40 !important; background-color: #b7e7e8; background-image: url(/images/professionals/arrow_right_menu_over.gif); }
.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 { position: absolute; top: 200px; right: 10px; }

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

/* vacancy styles */
#vacancy h1 { margin-bottom: .4em; }
#vacancy h3 { margin-bottom: 0; }
#vacancy p { margin: 0 0 .75em 0; }
    .vacancy-publ-end { clear: both; color: #59bfc6; }
#vacancy .no-space { margin-bottom: .75em; }
    #vacancy .no-space p { margin: 0; }
    #vacancy .no-space span { display:block; }

/* preview bar */
#preview-bar { position: fixed; left: 0; right: 0; top: 0; margin: 0; padding: 0; border-bottom: 2px solid #003384; 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; }


#testresults { display:none; }
/**
 * 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; }
.no-space         { margin: 0; padding: 0; }

/* coloring and text decoration/transformation */
.no-border      { text-decoration: none; }
.back           { padding-left: 15px !important; background: url(/images/professionals/arrow_left.gif) center left no-repeat; }
.back:hover     { background-image: url(/images/professionals/arrow_left_over.gif); }
.red            { color: #76084e; }
.req            { color: #76084e; background-color: #e9f3f4; }
.err            { color: #76084e; font-weight: bold; }
.notice         { background-color: #ecdde6; color: #59bfc6; }
.white          { color: white; }
.chosen         { color: #59bfc6; font-weight: bold; }
.strong            { font-weight: bold; }

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

