/**
 * @site Leaseplatform
 * @revision $Revision: 1.1.2.8 $
 *
 * @styleguide:
 *  colors {
 *   white:  #fff;
 *   black:  #1f1f1f;
 *   blue:   #152e84;
 *  }
 *  fonts {
 *   logo:    FF Unit - Medium;
 *   headers: Arial, Helvetica, sans-serif;
 *   text:    Arial, Helvetica, sans-serif;
 *  }
 */

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

/* links */
a { padding: 0 0 2px 0; color: #152e84; font-weight: bold; text-decoration: none; border-bottom: 1px solid white; }
a:visited { color: #152e84; border-color: white; }
a:active { color: #152e84; border-color: #152e84;}
a:hover { color: #152e84; border-bottom-color: #152e84; }
a:focus, a:hover, a:active { outline: none; }

/* headers */
h1, h2, h3, h4, h5, h6 { margin: 0 0 1em 0; font-size: 1em; }
h1 { font-size: 1em; margin: .9em 0; }
h2 { font-size: 1em; }
h3 { font-size: 1em; }

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

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

/* lists and definition lists */
ul { }
    ul li { }

dl {}
    dl dt {}
    dl dd {}

/* tables */
table { font-size: 1em; vertical-align: top; border-collapse: collapse; }
    table thead { }
    table tbody { }
    table td, table th { text-align: left; }

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

input, select, textarea { border: 1px solid #e0e0e1; padding: .2em 0; font: normal 1em Arial, Arial, Helvetica, sans-serif; }
    input:hover, textarea:hover { }
    input:focus, textarea:focus { }
    input.disabled { cursor: default; background-color: #e0e0e1; }

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

label { cursor: pointer; }
    label:hover { color: #152e84; }

iframe { min-height: 35em; border: 0px; }

/**
 * Page layout
 */

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

#body { min-height: 100%; background: url(/images/leaseplatform/b_body.gif) left top repeat-x #d6d6d6; }
    #container { position: relative; width: 970px; border-top: 1px solid white; margin: 0 auto; padding-bottom: 4em; background-color: white; }
        #content { margin: 190px 238px 0 250px; padding-right: 20px; border-right: 1px solid #e0e0e1; min-height: 150px; }
               #content h1 { margin: 0 0 .5em 0; padding: 0; font-size: 2em; font-weight: normal; }
            #pagevisual { position: absolute; top: 200px; left: 745px; }

        #header { position: absolute; left: 10px; right: 0; top: 10px; height: 120px; border-bottom: 15px solid #152e84; background-position: right top; background-repeat: no-repeat; }
            #header h2 { margin: 0; padding: 0; width: 209px; height: 119px; background: url(/images/leaseplatform/l_leaseplatform.gif) left top no-repeat; }
                #header h2 a { display: block; height: 100%; border: 0; padding: 0; }
                    #header h2 span { visibility: hidden; }
        #headerbar { position: absolute; left: 241px; top: 10px; width: 10px; height: 135px; background-color: white; }

    #contact { position: absolute; left: 10px; top: 200px; }
        #contact p { margin: 0; }
        #contact .title { font-weight: bold; font-size: 1.2em; }
        #contact #address, #contact #contactperson { margin-bottom: 2em; padding-left: 75px; }
        #contact #address { background: url(/images/leaseplatform/i_address.gif) left top no-repeat; }
        #contact #contactperson { background: url(/images/leaseplatform/i_contactperson.gif) left top no-repeat; }

    #footer { margin: 0 10px; height: 64px; background: url(/images/leaseplatform/l_leaseplatform_small.gif) left top no-repeat; border-top: 1px solid white; }
        #globalnav { overflow: hidden; height: 36px; border-bottom: 11px solid #152e84; margin: 0 0 0 123px; }
            #globalnav h2 { display: none; }
            #globalnav ul { float: right; margin: 17px 0 0 0; padding: 0; list-style-type: none; }
                #globalnav ul li { float: left; margin-left: .5em; padding-right: .5em; border-right: 1px solid #e0e0e1; }
                    #globalnav ul li:last-child { border-right: 0; }
                    #globalnav ul li a { padding: 0; border: 0; color: #1f1f1f; }
                        #globalnav ul li a:hover { color: #152e84; }

    #props { display: none; }

    .my-module #content { margin-left: 10px; }
    .my-module #headerbar { background-color: transparent; }

/**
 * Page content
 */

.contenttext { margin-bottom: 1em; }
#pagebody { }

/* inline sections on the homepage */
.inline-sections { overflow: hidden; }
    .inline-sections dt { position: relative; padding: .2em; font-size: 1.4em; font-weight: bold; background-color: #152e84; }
        .inline-sections dt, .inline-sections dt a { padding: 0; border: 0; color: white; font-weight: normal; }
        .inline-sections dt { padding: 0 .5em; }
        .inline-sections .feed { position: absolute; top: 2px; right: 5px; width: 13px; height: 14px; }
    .inline-sections dd { margin: .4em 0 0 .5em; padding-left: 15px; background: url(/images/leaseplatform/bullet.gif) left center no-repeat; }

/* block: (news)blocks on the homepage */
.block { clear: both; margin-top: 2em; padding-top: 5px; border-top: 1px solid #e0e0e1; }
    .block h2 { margin: 0; padding: 0 1em .1em .3em; font-size: 1.2em; color: black;  }
       .block .imgbox { margin-top: 5px; }

/* default and rich menu */
.menu_default { clear: both; margin: 0; padding: 0; width: 100%; list-style-type: none; }
    .menu_default li { margin-bottom: .5em; padding-left: 25px; background: transparent url(/images/leaseplatform/bg_button.gif) no-repeat left top; }

.menu_rich { float: left; margin: 0; padding: 0; width: 100%; list-style-type: none; }
    .menu_rich li { float: left; margin: 0 40px 20px 0; width: 180px; height: 195px; background-color: ; }
        .menu_rich li img { display: block; border: 0; }
        .menu_rich li span { display: block; color: white; font-size: 1.3em; padding: 5px 5px 5px 25px; border-top: 2px dotted white; background: #1c3e95 url(/images/leaseplatform/bg_button.gif) no-repeat 5px 8px; }
            .menu_rich li a:hover span { text-decoration: underline; }

/* default list style */
ul.default { list-style-position: outside; margin: 0; padding: 0 2em; }
    ul.default li { margin-bottom: 2em; }

/* rich list style */
ul.rich { margin: 0; padding: 0; list-style-type: none; }
    ul.rich li { margin-bottom: 30px; padding-left: 106px; min-height: 64px; position: relative; }
        ul.rich li p { margin-top: .6em; }
    ul.rich img { position: absolute; top: 0; left: 0; margin-right: 2em; width: 86px; }
    ul.rich p.read-more { padding: .2em 0; border-top: 1px solid #e0e0e1; text-align: right; }
        ul.rich p.read-more a { padding-left: 20px; background: transparent url(/images/leaseplatform/bg_button.gif) no-repeat left center; }
    li.group { margin-bottom: 2em; }
        li.group h2 { margin-bottom: .5em; }

/* default table style */
table.default { width: 100%; clear: both; margin: 1em 0; }
    table.default thead { font-weight: bold; }
       table.default tr { }
        table.default tr td { padding: 6px 0; border: 5px solid white; border-width: 0 5px; vertical-align: top; }
        table.default tr.odd td { border-color: #e0e0e1; }
        table.default tr td.delete { width: 20px; text-align: center; }
        table.default tr td.edit { width: 40px; }
        table.default tr td .button, table.default tr td input { vertical-align: text-bottom; }

/* filterform */
#filterform { border-bottom: 1px solid #b7b9c5; margin-bottom: 2em; padding-bottom: 1em; }
    #filterform label { width:20%; margin-right: 1em; float:left; }
     #filterform select { width:20%; }
    #filterform .submit { float: none;}
.filter {margin-left: 0.5em;}

/* default and rich group */
dl.group { clear: both; }
    dl.group dt { margin: 1em 0 .5em 0; }
        dl.group dt a { padding-left: 0; font-weight: bold; background: none; }
    dl.group dd { margin-left: .3em; padding-left: 20px; }

.group_rich { clear: both; }
    .group_rich dt { clear: both; margin-top: 1em; padding: .3em; }
        .group_rich h2 { margin: 0; }
        .group_rich dt a { border: 0; margin-bottom: .2em; }
    .group_rich h3 { margin: 0 0 .2em 0; }
    .group_rich dd { clear: both; min-height: 64px; margin: 0; padding: 1em .5em 0em 0; }
        .group_rich a { padding-left: 0; background-image: none; }
        .group_rich img { vertical-align: top; margin: .2em 1em 1em 0; }

/* semicolumn, for providing a 2-column layout, to be used in conjunction with float-left/float-right */
.semicolumn { width: 49%; }
    .semicolumn p { text-align: justify; }
    .semicolumn h2 { text-transform: uppercase; }

.column { float: left; }
    .column ul { margin: 0; padding: 0; }

/* imgbox and linkboxes */
.imgbox { float: left; width: 100px; margin: 0 1em 1em 0; padding: 0; }
    .imgbox img { float: none; display: block; margin: 0; border: 0; }
    .imgbox p { margin: 0; padding: .3em; font: bold .8em/1.2em Arial, Helvetica, sans-serif; color: #152e84; background-color: #afafaf; }

.imgbox_wrapper { clear: both; margin: 1em 0; width: 100%; }
    .imgbox_wrapper .imgbox { margin: 0 .6em 0 0; padding: 0; border: 0; }

/* links in the side bar */
.linkbox_default { clear: both; margin: 0; padding: 0; list-style-type: none; }
    .linkbox_default li { margin: 0 0 .5em 0; padding: 0 0 0 20px; background: transparent url(/images/leaseplatform/bg_button.gif) no-repeat 0 .1em; }
        .linkbox_default li a { color: black; font-weight: normal; border: none; }
            .linkbox_default li a:hover { text-decoration: underline; border: none; }
            .linkbox_default li a:visited { color: black; }

    .linkbox_rich li { clear: both; margin-bottom: 1em; padding: .3em; width: 122px; height: 120px; }
    .linkbox_rich>li { height: auto; 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; height: 60px; border-bottom: 1px solid #afafaf; }
    .linkbox_video>li { height: auto; min-height: 60px; }
        .linkbox_video li a img { float: left; vertical-align: top; margin-right: .5em; }

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

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

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

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

/* bannercolumn */
#bannercolumn { clear: both; width: 100%; text-align: center; overflow: hidden; }
    .bannervisual { float: left; }
    #bannercolumn img { width: 168px; height: 68px; border: 1px solid #666; padding: 2px; margin: 1em 0; }
        #bannercolumn a, #bannercolumn img { border: 0 !important; }

/* sitemap */
.sitemap { margin: 0; padding: 0; }
    .sitemap li, .sitemap li:hover { list-style-image: none !important; }
        .sitemap li a { padding-left: 15px; background: no-repeat; background-position: top left; }

/* chapters in documents */
#chapters ul { margin: 1em 0; padding: .5em 0; list-style-type: none; }
    #chapters ul li { margin: 0 0 .5em 0; padding: 0 0 0 20px; background: transparent url(/images/leaseplatform/bg_button.gif) no-repeat 0 .1em; }
        #chapters ul li a { color: black; font-weight: normal; border: none; }
            #chapters ul li a:hover { text-decoration: underline; border: none; }
            #chapters ul li a:visited { color: black; }

/* navbox, for displaying next/previous/index links */
.navbox { float: left; clear: both; margin-top: 2em; padding: .3em .2em; width: 100%; text-align: center; background-color: #e0e0e1; }
    .navbox p { margin: 0; padding: 0; border: 0; }
    .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 { float: right; }

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

/* button: transforms a normal button to a styled button */
.button { float: right; padding: 0 .7em .2em 1.3em; color: black; width: auto; background: transparent url(/images/leaseplatform/bg_button.gif) no-repeat 0 1px; border: none; font: bold 1.2em Arial, Helvetica, sans-serif; cursor: pointer; }
    .button:hover { color: #152e84; }

/* preview bar */
#preview-bar { position: fixed; left: 0; right: 0; top: 0; margin: 0; padding: 0; border-bottom: 2px solid #152e84; 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           { }
.back:hover     { }
.red            { color: red; }
.req            { }
.err            { color: red; font-weight: bold; }
input.err       { font-weight: normal; background-color: #ffbfbf; }
.notice         { background-color: #b7b9c5; color: #152e84; border: 1px solid #152e84; padding: .3em; }
.white          { color: white; }
.chosen         { color: #f60; font-weight: bold; }

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