/**
 * @site Hypoxl
 * @revision $Revision: 1.10.10.24 $
 *
 * @styleguide:
 *  colors {
 *   white:      #fff;
 *   black:      #000;
 *   blue:       #0b2552;
 *   light blue: #6c96be;
 *  }
 *  fonts {
 *   logo:    DIM Regular;
 *   headers: DIM Regular, Helvetica, sans-serif;
 *   text:    Verdana, Helvetica, sans-serif;
 *  }
 */

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

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

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

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

input, select, textarea { border: 1px solid #999; 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: #e8e8e8; }

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

label { cursor: pointer; }
    label:hover { color: #0b2552; }

iframe { min-height: 35em; }

/**
 * Page layout
 */

html, body { height: 100%; margin: 0; padding: 0; border: 0; background-color: white; }
body { font: normal .7em/1.6em Verdana, Helvetica, sans-serif; color: black; text-align: center;}

#body { min-height: 100%; text-align: center; background-color: #0b2552; }
    #container { position: relative; width: 963px; margin: 0 auto; padding: 20px 20px 100px 20px; text-align: left; background-color: white; overflow: hidden; }

        #content { float: left; margin: 0; padding: 250px 0 1em 30px; width: 580px; color: #0b2552; }
            #content h1 { text-indent: -9000px; background-position: left top; background-repeat: no-repeat; }
            #content a { font-weight: bold; }

        #linkcolumn { float: right; width: 300px; margin-top: 120px; }
            #linkcolumn #pagevisual { margin-left: 0; }

        #header { position: absolute; top: 0; left: 0; height: 225px; width: 660px; background-repeat: no-repeat; background-position: 20px 100%; }
            #header h2 { position: relative; top: 2em; left: 50px; width: 262px; height: 59px; margin: 0; padding: 0; background: url(/images/l_hypoxl.gif) left top no-repeat; }
                #header h2 a { display: block; height: 100%; border: 0; padding-left: 0; }
                    #header h2 a span { visibility: hidden; }
            #header #headerlink { display: block; margin: 60px 0 0 20px; border: 0; width: 640px; height: 280px; }
                #header #headerlink span { visibility: hidden; }

        #mainnav { z-index: 1; position: absolute; top: 85px; left: 40px; width: 800px; padding: 0; margin: 0; }
            #mainnav ul { list-style-type: none; margin: 0; padding: 0; background-color: none; }
                #mainnav > ul > li { z-index: 3; position: absolute; top: 0; margin: 0 0 0 0; padding: .5em 10px .5em 0; border: 1px solid transparent; }
                    #mainnav ul li.parent:hover { z-index: 3; border: 1px solid #0e5080; background-color: #ecf1f5; }
                    #mainnav ul li a { z-index: 2; position: relative; display: block; height: 15px; border: 0; background-repeat: no-repeat; background-position: left top; }
                        #mainnav > ul > li > a > span { visibility: hidden; }

                    #mainnav ul li ul { display: none; z-index: 1; position: absolute; margin: 5px 0 .5em -1px; padding: 10px 0 .5em 0; border: 1px solid #0e5080; width: 200px; background-color: #ecf1f5; }
                        #mainnav ul li:hover ul { display: block; }
                        #mainnav ul li ul li { width: auto; margin: 0 4px; padding: 0; background: transparent url(/images/b_bullet_nav.gif) 0 6px no-repeat; }
                            #mainnav ul li ul li:hover { background-image: url(/images/b_bullet_nav_over.gif); }
                                #mainnav ul li ul li a { margin-left: 15px; border: 0; width: auto; height: auto; background: none; }
                                #mainnav ul li ul li a:hover { text-decoration: underline; }

                    #mainnav ul li .hide-border { display: none; position: absolute; margin-top: 5px; padding-right: 10px; height: 1px; background-color: #ecf1f5; z-index: 3; }
                        #mainnav ul li:hover .hide-border { display: block; }

        #homenav { position: absolute; top: 120px; left: 50px; right: 0; margin: 0; padding: 0; list-style-type: none; }
            #homenav li { float: left; margin: 0 .5em 0 0; padding: 0; width: 230px; height: 270px; }
                #homenav li a { display: block; height: 100%; padding: 0; border: 0; background-position: left top; background-repeat: no-repeat; }
                    #homenav li a span { display: none; }

        #breadcrumbs { position: absolute; top: 250px; left: 2px; margin: 0; padding: 0 0 0 50px; height: 20px; background-color: none; }
            #breadcrumbs ul { list-style-type: none; margin: 0; padding: 0; }
                #breadcrumbs ul li { display: inline; margin-right: 0; padding-left: 12px; font-size: .9em; color: #0b2552; background: url(/images/i_crumb.gif) left center no-repeat transparent; }
                #breadcrumbs li:first-child, #breadcrumbs li#firstcrumb { padding-left: 0; background-image: none; }
                    #breadcrumbs li a { border: 0; color: #6c96be; padding-left: 0; background: none; }
                        #breadcrumbs li a:hover { text-decoration: underline; }

        #globalnav { position: absolute; left: 0; right: 0; bottom: 0; height: 86px; margin: 0 0 0 2em; background: url(/images/footer.gif) no-repeat transparent; }
            #globalnav ul { list-style-type: none; margin: 0; padding: 1.7em 0 0 2.5em; }
                #globalnav ul li { float: left; margin: 0 .5em 0 0; padding: .3em; }
                    #globalnav ul li a { border-right: 1px solid white; border-bottom: 0; padding-right: 1em; color: white; }
                        #globalnav ul li:last-child a { border-right: 0; }

            #footerlink { position: absolute; right: 125px; display: block; border: 0; width: 70px; height: 25px; }
                #footerlink span { visibility: hidden; }
        #breadcrumbs h2, #globalnav h2 { display: none; }

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

    #contact { position: absolute; top: 0; right: 20px; display: block; width: 198px; height: 55px; background: url(/images/contact.gif) left top no-repeat; }
        #contact span { display: none; }

    #footer {  }
        #props { position: absolute; left: 20px; bottom: 0; margin-top: -1em; font-size: .9em; z-index: 2; }


    /* exceptions for homepage */
    .home #header { height: 105px; }
    .home #content { padding-top: 390px; }
    .home #linkcolumn { margin-top: 380px; }
    .home #breadcrumbs { top: 390px; }

/**
 * Page content
 */

.contenttext { margin: 0 0 1em 0; }
#pagebody {  }
#pagevisual { float: right; margin: 0 0 1em 1em; }

/* scalable block with rounded corners */
.block { margin-bottom: 1em; position: relative; }
.block-begin-tl, .block-begin-tr, .block-end-bl, .block-end-br { z-index: 1; position: absolute; width: 100%; height: 16px; }
    .block-begin-tl { top: 0; left: 0; background: url(/images/b_block_tl.gif) left top no-repeat transparent; }
    .block-begin-tr { top: 0; right: 0; background: url(/images/b_block_tr.gif) right top no-repeat transparent; }
    .block-end-bl { bottom: 0; left: 0; background: url(/images/b_block_bl.gif) left bottom no-repeat transparent; }
    .block-end-br { bottom: 0; right: 0; background: url(/images/b_block_br.gif) right bottom no-repeat transparent; }
    .block-contents { z-index: 2; margin: 0 1px; border: 1px solid #0b2552; border-width: 0 1px; }

    /* filled block */
    .block.fill .block-begin-tl, .block.fill .block-end-bl, .block.fill .block-contents { background-color: #0b2552; }

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

/* inline sections on the homepage */
.inline-sections { padding: 1em; }
    .inline-sections h2 { margin: 0; }
        .inline-sections h2 a { }
    .inline-sections ul { clear: both; margin: 0; padding: 0; list-style-type: none; }
        .inline-sections ul li { border-bottom: 1px solid #c0d1de; }
            .inline-sections ul li a { display: block; margin: .5em 0; padding: .5em 0 .5em 15px; border-bottom: 0; background: url(/images/b_bullet.gif) 0 13px no-repeat; }
                .inline-sections ul li a:hover { background-color: #ecf1f5; }

/* homeblock: (news)blocks on the homepage */
.homeblock { position: relative; clear: both; margin-bottom: 2em; padding: 10px 10px 20px 10px; width: 610px; background: url(/images/b_homeblock_top.gif) left top no-repeat #ecf1f5; overflow: hidden; }
    .homeblock-end { position: absolute; bottom: 0; left: 0; right: 0; height: 10px; background: url(/images/b_homeblock_bottom.gif) left bottom no-repeat; }
    .homeblock h2 { height: 50px; background: url(/images/b_homeblock_title.gif) left center no-repeat; }
        .homeblock h2 a { display: block; margin-left: 1em; height: 100%; padding: 0; border: 0; background-position: left top; background-repeat: no-repeat; }
            .homeblock h2 span { display: block; text-indent: -9000px; }
    .homeblock img { float: right; margin: -50px 1em 1em 1em; }
    .homeblock p { }
    .homeblock .read-more { margin: .5em 0; padding: 0 0 0 15px; border-bottom: 0; background: url(/images/b_bullet.gif) 0 .4em no-repeat; }
        .homeblock .read-more:hover { text-decoration: underline; }

/* default and rich menu */
.menu_default { clear: both; margin: 0; padding: .5em 1em; list-style-type: none; }
    .menu_default li { margin-bottom: .5em; background: url(/images/b_bullet_nav.gif) left center no-repeat; }
        .menu_default li:hover { background-image: url(/images/b_bullet_nav_over.gif); }
        .menu_default li a { margin-left: 15px; font-weight: bold; }

.menu_rich { float: left; width: 45%; margin: 0; padding: 0; list-style-type: none; }
    .menu_rich li { position: relative; min-height: 40px; margin: 0 0 1em 0; padding: 0 0 0 50px; }
        .menu_rich li img { position: absolute; left: 0px; top: 0px; }

/* Default and rich lists */
ul.default, ul.rich { clear: both; margin: 0; padding: 0; list-style-type: none; }
    ul.default li a { padding-left: 16px; background: url(/images/b_bullet_nav.gif) left center no-repeat; }
        ul.default li a:hover { background-image: url(/images/b_bullet_nav_over.gif); }
    ul.rich li { position: relative; min-height: 100px; margin: 0 0 1em 0; padding: 0 0 0 100px; color: #0b2552; background-position: left top; background-repeat: no-repeat; }
        ul.rich p { margin: 0 0 .5em 0; }
        ul.rich li a { }

/* 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 { margin: 0; padding: 0; }
    .group_rich dt { }
    .group_rich dd { position: relative; min-height: 100px; margin: 0 0 2em 1em; padding: 0 0 0 100px; }
        .group_rich dd img { position: absolute; left: 0px; top: 0px; }
        .group_rich dd a { border: 0; }

/* 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%; overflow: hidden; }
    .imgbox_wrapper .productvisual { display: block; float: left; border: 0; margin: 0 80px 40px 0; }
    .imgbox_wrapper .end { margin-right: 0; }
        .imgbox_wrapper .imgbox { float: none; padding: 0; border: 0; }

.imgbox { position: relative; float: right; margin: 0; z-index: 2; }
    .imgbox img { display: block; margin: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Verdana, Helvetica, sans-serif; color: #0b2552; background-color: #e8e8e8; }

.linkbox { clear: both; float: right; margin: 0 0 1em 1em; width: 240px; }
    #linkboxtitle { margin: .5em 1em; text-indent: -9000px; background-position: left top; background-repeat: no-repeat; }
    .linkbox_default, .linkbox_rich { overflow: hidden; margin: 0 1em; padding: 0; list-style-type: none; }
        .linkbox_default li { border-bottom: 1px solid #c0d1de; }
        .linkbox_default li:last-child { border-bottom: 0; }
            .linkbox_default li a { display: block; margin: .5em 0; padding: .5em 0 .5em 20px; border-bottom: 0; background: url(/images/b_bullet.gif) 10px 13px no-repeat; }
                .linkbox_default li a:hover { background-color: #ecf1f5; }

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

    .linkbox_video { float: right; width: 100px; margin: 0 1em .5em 0; padding: 0 0 0 25px; }
        .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; }

/* basicform styles form elements, marked up in a definition list */
.basicform dl { float: left; width: 80%; }
.basicform dl input, .basicform dl textarea, .basicform dl select { width: 100%; color: #0b2552; }
    .basicform dl input.button { width: auto; }
    .radio, .radio:hover, .checkbox, .checkbox:hover { width: auto !important; border: 0 !important; }
    .basicform dl dt { clear: both; width: 40%; float: left; color: #0b2552; }
    .basicform dl dd { width: 60%; float: left; margin: 0 0 1em 0; color: #0b2552; }
    .errors { font-style: italic; color: red; }
    .header { margin: 1em 0; }
    .header.formpage { display: block; width: auto; float: none; border-bottom: 1px solid #0b2552; }
        .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: #0b2552; font-weight: bold; width: 93%; }

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

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

#searchform { margin: 1em 0; padding-bottom: 1em; }
    #searchform label { float: left; }
    #searchform div { float: left; margin: 0 0 1em 1em; }
    #searchform div label { display: block; clear: both; }
    #searchform div input { margin: 0; }
    #searchform div p { margin: 0 0 .5em 0; }

#searchresults { clear: both; margin: 1.5em 0 0 0; }
    #searchresults dt { margin: 2em 0 .6em 0; }
    #searchresults dd { margin: .3em 0 0 1.4em; }

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

/* bannercolumn */
#bannercolumn { }
    #bannercolumn a { border: 0; }
    #bannercolumn img { }
    #bannercolumn object { }

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

/* chapters in documents */
#chapters { }
    #chapters ul.chapters { margin: 0; padding: .5em 0; list-style-type: none; }
        #chapters li.chapter { background: url(/images/b_bullet_nav.gif) left center no-repeat; }
            #chapters li:hover { background-image: url(/images/b_bullet_nav_over.gif); }
            #chapters li a { margin-left: 15px; }

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

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

    /* 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 0; }
    .more a { padding: 0 15px 0 0; background: url(/images/b_bullet.gif) center right no-repeat transparent; }
        .more a:hover { background-image: url(/images/b_bullet_over.gif); }

/* date: date in messages */
.date { font-weight: bold; margin: 0; color: #0b2552; }

/* button: transforms a normal button to a styled button */
.button { cursor: pointer; padding: .2em 1em; border-color: #0b2552; color: #0b2552; font-weight: bold; background-color: #ecf1f5; }
    input.button:hover { border-color: #0b2552; background-color: #c0d1de; }
    .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 #0b2552; 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; }

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