/**
 * @site Co-maker
 * @revision $Revision: 1.10.12.31 $
 *
 * @styleguide:
 *  colors {
 *   white:       #fff;
 *   black:       #000;
 *   orange:      #f29400;
 *   blue:        #003a79;
 *   gray:        #a19689;
 *   light-blue:  #7c8ab4/#ced8e4;
 *  }
 *  fonts {
 *   logo:    ???;
 *   headers: Arial, Helvetica, sans-serif;
 *   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: #003a79; text-decoration: none; border-bottom: 1px solid white; }
a:visited { color: #003a79; border-color: white; }
a:active { color: #f29400; border-color: #f29400;}
a:hover { color: #f29400; border-bottom-color: #f29400; }

/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em 0; color: #f29400; }
h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1em; }

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

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

/* lists and definition lists */
ul { margin-left: 0; padding-left: 1.5em; }
    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 #022a5b; padding: .2em 0; 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: default; background-color: #022a5b; }

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

label { cursor: pointer; }
    label:hover { color: #003a79; }

iframe { min-height: 35em; }

/**
 * Page layout
 */

html, body { margin: 0; padding: 0; border: 0; height: 100%; }
html { background: #ffffff; }
body { font: normal .7em/1.6em Arial, Helvetica, sans-serif; color: black; }

#total { min-height: 100%; background: transparent url(/images/bg_overlay.png) repeat-x left top; }
#body { min-height: 100%; background: transparent url(/images/bg_swoosh.png) no-repeat 50% 118px; }
    #container { position: relative; margin: 0 auto; width: 940px; border-top: 1px solid #002a5a; }
        #content { margin: 242px 0 0 0; padding: 0 0 0 206px; min-height: 600px; background: transparent url(/images/bg_content.png) repeat-y left top; }
            #content_column { margin-right: 255px; }

        #containercolumn { float: right; width: 244px; min-height: 300px; }
            .containercolumn-inner { margin: 0 12px 0 16px; }

            #containercolumn h3 { margin: 0; padding: 0; }

        #header { position: absolute; top: 25px; left: 3px; height: 100px; width: 933px; background-color: white; }
            #header a { position: absolute; top: 20px; left: 33px; display: block; border: 0; width: 155px; height: 57px; background: url(/images/l_comaker.gif) left top no-repeat; }
                #header a span { visibility: hidden; }
            #header h2 { position: absolute; top: 20px; left: 280px; width: 620px; font-size: 2em; line-height: 2em; color: #003a79; text-align: right; }
            #header h3 { text-indent: -9000px; position: absolute; top: 92px; left: 0; width: 100%; height: 97px; margin: 0; padding: 0; background-color: transparent; background-repeat: no-repeat; background-position: top left; }

        #mainnav { position: absolute; top: 245px; margin-left: 3px; width: 187px; }
            #mainnav ul { font-size: 1em; font-weight: bold; letter-spacing: .1em; list-style-type: none; margin: 0; padding: 0; }
                #mainnav li { min-height: 20px; }
                    #mainnav li:hover a { }
                    #mainnav li.selected a { color: #f29400; }
                    #mainnav li a { display: block; width: 151px; padding: 5px 18px; border: 0; }
                        #mainnav li a:hover { }

        ul#subnav { font-size: .8em; color: #003a79; letter-spacing: 0; padding: 0; }
            ul#subnav li { min-height: 1em; padding-left: 35px; border: 0; }
                ul#subnav li:hover, ul#subnav li.selected { background-color: transparent; }
                ul#subnav li a { display: inline; color: #003a79 !important; margin: 0 18px 0 0; padding: 0; border: 0; width: 164px; text-decoration: none !important; }
                    ul#subnav li a:hover, ul#subnav li a.selected { color: #f29400 !important; }

        #breadcrumbs { position: absolute; top: 214px; margin-left: 3px; width: 933px; height: 30px; background-color: white; }
            #breadcrumbs ul { list-style-type: none; margin: 0 0 0 195px; padding: 0; }
                #breadcrumbs ul li { display: inline; margin-right: 0; padding-left: 8px; font-size: .9em; color: #a19689; background: url(/images/bullet_crumbs.gif) left center no-repeat transparent; }
                    #breadcrumbs li a { border: 0; font-weight: bold; color: #a19689; padding-left: 0; background: none; }
                        #breadcrumbs li a:hover { text-decoration: underline; }

        #globalnav { position: absolute; top: 0; margin: 0; width: 939px; }
            #globalnav ul { float: right; list-style-type: none; margin: 2px 40px 0 0; padding: 0; }
                #globalnav ul li { float: left; margin: .1em .5em .3em 0; padding: 0 0 0 .5em; border-left: 1px solid #7c8ab4; }
                    #globalnav ul li.first-item { border: 0; }
                    #globalnav ul li a { display: block; color: #7c8ab4; margin: 0; padding: 0; border: 0; }
                        #globalnav ul li a.selected, #globalnav ul li a:hover { color: #f29400; }

        ul#globalnav_pulldown { float: right; margin: 0px 20px 0 0; padding: 0 20px 0 5px; border: 1px solid #00295a; height: 2em; background: transparent url(/images/bullet_select.gif) no-repeat 95% 8px; overflow: hidden; }
            ul#globalnav_pulldown:hover { border-color: white; height: auto; background-color: #00295a; overflow: visible; }
            ul#globalnav_pulldown li { float: none; border-left: 0; }
                ul#globalnav_pulldown li a { color: #f29400; }
                    ul#globalnav_pulldown li a:hover { color: #7c8ab4; }

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

    #quicksearch { padding: 7px 18px; }
        #quicksearch h3 { font-size: 1.1em; font-weight: bold; letter-spacing: .1em; color: #003a79; margin: 0; }
        #quicksearch input { width: 100%; }
        #quicksearch label { clear: both; display: block; }

    #footer { margin: 0; padding-top: 7px; width: 939px; height: 100px; background: transparent url(/images/bg_footer.png) no-repeat left top; z-index: 1; }

    #footer_globalnav { margin: 0 0 0 230px; padding: 0; }
        #footer_globalnav h2 { font-size: 1em; float: left; color: #a19689; font-weight: normal; margin: .3em .5em .3em 0; padding: 0; }
        #footer_globalnav ul { list-style-type: none; margin: 0 40px 0 0; padding: 0; }
            #footer_globalnav ul li { float: left; margin: .3em .5em .3em 0; padding: 0 0 0 .5em; border-left: 1px solid #a19689; }
                #footer_globalnav ul li.first-item { border: 0; }
                #footer_globalnav ul li a { display: block; color: #a19689; margin: 0; padding: 0; border: 0; }
                    #footer_globalnav ul li a.selected, #footer_globalnav ul li a:hover { color: #f29400; }

.iframe #content { padding-right: 10px; padding-left: 25px; background-image: url(/images/bg_content_wide.png); }
.iframe #breadcrumbs ul { margin-left: 25px; }
.iframe #footer {  background-image: url(/images/bg_footer_wide.png); }

/**
 * Page content
 */

.contenttext { clear: left; margin-bottom: 1em; width: 98%; }
#pagebody { }

#guiding-principles { clear: both; width: 235px; margin: 0 0 0 5px; padding: 0; background: url(/images/b_gp_middle.gif) left top repeat-y transparent; }
    #guiding-principle { padding-top: 8px; background: url(/images/b_gp_top.gif) left top no-repeat; }
        #guiding-principle-bottom { padding-bottom: 8px; background: url(/images/b_gp_bottom.gif) left bottom no-repeat; }
            #guiding-principle-bottom h3 { margin: 0 13px; padding: 10px 0 7px 35px; font-variant: small-caps; font-weight: bold; background: url(/images/b_gp.gif) left center no-repeat; }
            #guiding-principle-bottom h4 { float: left; margin: 0px 8px 0 13px; font-size: .9em; color: white; }
            #guiding-principle-bottom p { font-size: .9em; color: white; margin-top: 0; margin-bottom: 0; padding: 0 8px 0 13px; }

/* .feed: RSS-feed button placement */
.feed { border: 0 !important; margin: .2em 0 0 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 { }
    #content h1 span { float: left; margin-bottom: .8em; }

/* inline sections on the homepage */
.inline-sections { }
    .inline-sections dt { display: block; margin: 0; padding: 0; border-top: 1px solid white; font-size: 1.2em; font-weight: bold; }
        .inline-sections dt a { float: left; }
            .inline-sections dt a:hover { }
    .inline-sections dd { clear: left; margin: 1em 0 0 0; width: 100%; }
        .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; }
        .inline-sections dd a.read-more { margin: 0; padding-left: 15px; border: 0; background: transparent url(/images/bullet.gif) no-repeat 0 2px; }

/* block: (news)blocks on the homepage */
.blocks { border-bottom: 1px solid #ced8e4; }
.block { padding: 1em 0; border-top: 1px solid #ced8e4; }
    .block h2 { margin: 0 0 0 110px; padding: 0 0 .1em 0; font-size: 1.1em; color: #a19689;  }
        .block h2 a { text-decoration: none; color: #a19689; }
            .block h2 a:hover { color: #f29400; }
    .block img { float: left; margin: 0; }
    .block p { margin: 0 0 0 110px; }
    .block a.read-more { margin: 0; padding-left: 15px; border: 0; background: transparent url(/images/bullet.gif) no-repeat 0 2px; }

/* default and rich menu */
.menu_default { margin: 0 0 1em 0; padding: 0; list-style-type: none; }
    .menu_default li { margin-bottom: .5em; border-bottom: 1px solid white; }
        .menu_default li a { display: block; padding-left: 15px; border: 0; background: url(/images/bullet.gif) no-repeat 0 4px; }

.menu_rich { 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; margin: 0; padding-right: 15px; background: url(/images/arrow_right.gif) 100% 50% no-repeat #fff; }
            .menu_rich a:hover span { background-image: url(/images/arrow_right_over.gif); }

/* Default and rich lists */
ul.default { margin: .5em 0 0 0; padding: 0; list-style-type: none; }
    ul.default li { clear: left; margin-bottom: 1em; padding: 0; }
        ul.default li .item-date { color: black; margin: 0; padding: 0; }
        ul.default li h2 { font-size: 1em; margin: 0; padding: 0; }
            ul.default li h2 a { text-decoration: none; }
                ul.default li h2 a:hover { }
        ul.default li p { margin: 0; padding: 0; }
            ul.default li p.hours { color: black; }
        ul.default li a.read-more { margin: 0; padding-left: 15px; border: 0; background: transparent url(/images/bullet.gif) no-repeat 0 2px; }

ul.rich { margin: 0; padding: 0; list-style-type: none; }
    ul.rich li { clear: left; margin-bottom: 1.5em; padding: 0; }
        ul.rich li .item-date { color: black; margin: 0; padding: 0; }
        ul.rich li h2 { margin: 0; padding: 0; font-size: 1em; }
            ul.rich li h2 a { text-decoration: none; }
                ul.rich li h2 a:hover { }
        ul.rich li img { margin: .5em 0; }
        ul.rich li p { margin: 0; padding: 0; }
        ul.rich li a.read-more { margin: 0; padding-left: 15px; border: 0; background: transparent url(/images/bullet.gif) no-repeat 0 2px; }

ul.visual { margin: 0; padding: 0; list-style-type: none; }
    ul.visual li { float: left; margin: 0 20px 1em 0; padding: 0; width: 130px; height: 150px; }
        html>body ul.visual li { height: auto; min-height: 150px; }
        ul.visual li h2 { margin: 0; padding: 0; font-size: 1.2em; }
            ul.visual li h2 a { font-weight: normal; color: #a19689; text-decoration: none; border: 0; }
                ul.visual li h2 a:hover { color: #f29400; }

/* default and rich group */
#groupindex { float: left; margin: 0 0 1em 0; padding: 0; list-style-type: none; background-color: #bcc2d9; }
    #groupindex li { float: left; margin: 0; padding: 0; border-right: 1px solid white; background: transparent url(/images/bullet_nav.gif) no-repeat 0 3px; }
        #groupindex li:hover, #groupindex li.selected { background: #7c8ab4 url(/images/bullet_nav.gif) no-repeat 0 3px; }
            #groupindex li:hover a { color: #f29400; }
        #groupindex li a { padding: 0 5px 0 15px; border: 0; }
            #groupindex li a:hover { }

dl.group { }
    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, .linkbox_default, .linkbox_rich, .linkbox_video { float: left; width: 180px; margin: 0 0 1em 0; padding: 0; border: 0; }
    .imgbox img { display: block; margin: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Verdana, Helvetica, sans-serif; color: #003a79; background-color: #e8e8e8; }

.linkbox_default, .linkbox_rich, .linkbox_video { list-style-type: none; }
    .linkbox_default li { margin: 0; padding: 0; }
        .linkbox_default li a { display: block; padding: 2px 0; padding-left: 15px; border: 0; background: url(/images/bullet.gif) 0 6px no-repeat; }

    .linkbox_rich li { clear: both; margin-bottom: 1em; padding: .3em 0; width: 100%; 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/arrow_right.gif) center right no-repeat transparent; }
            .linkbox_rich li a:hover span { background-image: url(/images/arrow_right_over.gif); }

    .linkbox_video li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; min-height: 60px; border-bottom: 1px solid #afafaf; }
        .linkbox_video li a img { float: left; vertical-align: top; margin-right: .5em; }

/* addresses */
.address dt, .address dd { float: left; padding: .1em .3em; color: #003a79; }
.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 { float: left; width: 100%; }
.basicform dl input, .basicform dl textarea, .basicform dl select { width: 100%; color: black; border-color: #bbb; }
.basicform dl .submit { border: 1px solid white; color: #003a79; }
    .radio, .radio:hover, .checkbox, .checkbox:hover { width: auto !important; border: 0 !important; }
    .basicform dl dt { color: #003a79; font-weight: bold; width: 100%; }
    .basicform dl dd { width: 90%; margin: 0 0 .8em 0; }
    .errors { font-style: italic; color: #f29400; }
    .header { margin: 1em 0 0 0; color: #003a79; }
    .header.formpage { display: block; width: auto; float: none; border-bottom: 1px solid #003a79; }
        .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: #003a79; font-weight: bold; width: 90%; }

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

.loginform { float: left; width: 100%; }
    .loginform dl dt, .loginform dl dd { float: left; margin: 0; padding: .5em 0; }
    .loginform dl dt { clear: both; width: 30%; text-align: right; }
    .loginform dl dd { width: 65%; margin-left: 1em; }
        .loginform dl dd input, .loginform dl dd select, .loginform dl dd textarea { color: black; border-color: #bbb; width: 100%; }
        .loginform dl dd input.button { color: #003a79; border: 0; background-color: transparent; }

#forgotpassword { float: left; padding-top: 1em; border-top: 1px solid #d1d3d6; width: 100%; }

/* search styles: form, info and results */
#resultsinfo { margin-top: 5em; padding-bottom: .2em; }
    #resultsinfo h2 { float: left; font-size: 1.2em; }
    #resultsinfo p { float: right; margin: 0; }
    #resultsinfo h2, #resultsinfo p { margin: 0; padding: 0; color: #003a79; }

#searchform { margin: 1em 0; padding-bottom: 1em; }
    #searchform label { float: left; }
    #searchform div { float: left; margin: 0 0 1em 0; }
    #searchform div label { display: block; clear: both; margin-right: 1em; }
    #searchform div input { float: left; margin: 0 1em 0 0; border-color: #bbb; width: 150px; }
    #searchform div input.submit { clear: both; border: 0; }
    #searchform div p { margin: 0 0 .5em 0; }
.no-query { clear: left; }

#searchresults { margin: 1.5em 0 0 0; }
    #searchresults dt { margin: 2em 0 .6em 0; }
    #searchresults dd { margin: .3em 0 0 1.4em; }
        #searchresults dd a { color: #f29400; }

/* highlighting for search terms */
.highlight { font-weight: bold; }

/* bannercolumn */
#bannercolumn { position: absolute; right: 0; top: 125px; width: 150px; margin: 1em 30px; padding: .6em 0 .3em 1em; }
    #bannercolumn a { border: 0; }
    #bannercolumn img { margin-bottom: 6em; }
    #bannercolumn object { margin-bottom: 6em; }

/* sitemap */
ul.sitemap { margin: 1em 1em 1em 0; padding: 0; list-style-type: none; }
    ul.sitemap li { font-weight: bold; }
    ul.sitemap li ul { margin: 0; padding: 0; list-style-type: none; }
    ul.sitemap li ul li ul { margin: .3em 1em 1em 2em; padding: 0; list-style-type: none; }
    ul.sitemap li ul li ul li { font-weight: normal; padding-left: 15px; background: url(/images/bullet.gif) 0 5px no-repeat; }
        ul.sitemap li ul li ul li a { }
            ul.sitemap li ul li ul li a:hover { }

/* chapters in documents */
#chapters { }
    #chapters h2 { color: #003a79; margin-bottom: 0; }
    #chapters p { margin: 0; }
    #chapters ul.chapters { margin: 0; padding: .5em 0; list-style-type: none; }
        #chapters li.chapter { padding: 0; }
            #chapters li.chapter a { padding-left: 15px; border: 0; background: url(/images/bullet.gif) 0 2px no-repeat; }

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

/* navbox, for displaying next/previous/index links */
#navbox-visuallist { }
.navbox { margin-top: 2em; padding: .3em .2em; text-align: center; }
    .navbox a { border: 0; }
        .navbox a:hover { }

    /* previous, next, index and page links in navbox */
    .prev { float: left; padding-right: 15px; background: transparent url(/images/bullet_prev.gif) no-repeat right center; }
    .next { float: right; padding-left: 15px; background: transparent url(/images/bullet_next.gif) no-repeat left center; }
    .index { }
    .page { margin: 0 .2em; }
        .page a { padding: 2px 6px; }

.search { margin-top: 2em; padding: .3em .2em; text-align: center; background-color: transparent; }
    .search a { color: #003a79; border: 0; }
        .search a:hover { color: #f29400; }
    .search .prev { background-image: url(/images/bullet_over.gif); }
    .search .next { background-image: url(/images/bullet.gif); }

/* 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 { font-weight: bold; margin: 0; padding: 0; color: black; }
/* date: date in events */
.event { display: block; font-weight: normal; margin-bottom: 1em; }

/* button: transforms a normal button to a styled button */
.button { float: right; width: 140px !important; border: 1px solid white; cursor: pointer; padding: 2px 1.5em !important; font: bold .9em Verdana, Helvetica, sans-serif; color: #003a79; text-align: left; background: white url(/images/bullet.gif) no-repeat left center; }
    .button:active { border-style: inset; }
    .submit { }
    .button:hover { color: #f29400 !important; }

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

.vacancy h3 { color: #003a79; margin: 1em 0 0 0; padding: 0; }
    .vacancy h3.inline-item { float: left; clear: both; display: block; margin: 0 1em 0 0; width: 30%; }
    .vacancy span.inline-item { margin: 0; }
.vacancy p { margin: 0; padding: 0; }
.vacancy .pagelinks { margin-top: 1em; }
.vacancy .pagelinks a { padding-left: 15px; border: 0; background: transparent url(/images/bullet.gif) no-repeat 0 2px; }
.vacancy_global { float: left; margin-bottom: 2em; width: 100%; }
p.vacancy-publ-end { color: black; margin: 1em 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 */
.strong         { font-weight: bold; }
.no-border      { text-decoration: none; }
.back           { padding-left: 15px !important; border: 0; background: url(/images/bullet.gif) center left no-repeat; }
.home           { padding-left: 15px !important; border: 0; background: url(/images/bullet.gif) center left no-repeat; }
.red            { color: #f29400; }
.req            { color: #f29400; }
.err            { color: #f29400; font-weight: bold; }
input.err       { font-weight: normal; background-color: #f29400; }
.notice         { background-color: #ffa; color: #f29400; border: 1px solid #ffdfca; padding: .3em; }
.white          { color: white; }
.chosen         { color: #f29400; 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; }
*/