/*
    Project: VP.dk
    Master screen styles

    Author: Creuna Danmark A/S / www.creuna.dk
    Copyright: 2010, Creuna Danmark A/S. All rights resevered
-----------------------------------------------------------------------*/
html, body { height: 100%; }
html
{
    font-size: 100%;
    overflow:auto;
}

body
{
    margin: 0;
    padding: 0;
    
    color: #626262;
    background: #ededeb url(/gfx/vp/bg/bg-body.png) 50% 128px no-repeat;
    }
    body.frontpage
    {
        background: #ededeb url(/gfx/vp/bg/bg-body-frontpage.png) 50% 128px no-repeat;
    }
    body.app
    {
       background: none;
    }
    
body, td, input, textarea, select
{
    font: 12px/1.3 "Trebuchet MS", Helvetica, Jamrul, sans-serif;
}

form, fieldset, input, textarea, select, th, td
{
    margin: 0;
    padding: 0;
    font-size: 12px;
}

/* Clearings */
.clearfix:after,
#main:after,
#container:after
{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}
.clearfix
{
    display: block;
}
.clear
{
    clear: both;
    height: 0;
}
.fclear
{
    clear: both;
}
/* @end */
.fleft{ float:left }
.fright { float:right }
.fclear { display:block; clear:both; font-size:0; line-height:0; overflow:hidden }
.show, .expand { display:block }
.hide, .collapse { display:none }


/* Accessibility & SEO */
.accessibility
{
    position: absolute;
    left: -9999em;
    top: -9999em;
} 
/* @end */


/* Elements */
hr
{
    height: 1px;
    margin: 0 0 10px;
    padding: 0;
    color: #dddcd6;
    background-color: #dddcd6;
    border: 0;
}

blockquote
{
    margin: 0;
    font-style: italic;
}

ul
{
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    list-style: none;
    list-style-image: url(/gfx/vp/misc/list-bullet.gif);
}

ol
{
    margin: 0 0 15px 0;
    padding: 0 0 0 18px;
    }
    #content li
    {
        margin: 0 0 3px;
    }

dl
{
    margin: 0 0 15px;
    }
    dl dt
    {
        font-weight: bold;
    }
    dl dd 
    {
        margin: 0 0 0 15px;
    }
    
dl.reports
{
    margin: 0;
    }
    dl.reports dt
    {
        font: bold 16px Georgia;
        line-height: 100%;
        color: #626262;
        margin: 0 0 2px;
    }
    dl.reports dd
    {
        margin: 0 0 15px;
    }
/* @end */


/* @group Typography */

/* Headings */
p
{
    margin: 0 0 20px;
    line-height: 150%;
}
p.effectiveDate
{
    margin-bottom: 10px;    
}
h1
{
    font: normal 24px Georgia;
    /*line-height: 100%;*/
    color: #542357;
    margin: 0 0 20px;
    }
    h1.lower {margin-bottom:0px}
    h1 * {font-family: Georgia !important}
    .searchpage h1 {margin-bottom:20px}
h2
{
    font: bold 16px Georgia;
    line-height: 100%;
    color: #626262;
    margin: 0 0 5px;
    padding: 15px 0 0;
    }
    .hrWhiteGray + h2
    {
        padding: 0;
    }
    h2 a
    {
        color: #542357;
        text-decoration: none
    }    

    .searchpage h2.locked a
    {
        background: url(/gfx/vp/icons/ico-lock-purple.png) right 3px no-repeat;
        padding-right: 15px;
    }
h3
{
    font: normal 16px/1 Georgia;
    color: #542357;
    margin: 0 0 10px 0;
}

em
{
    font-style: italic;
}

.error
{
    display: block;
    font-style: normal;
    color: #a60000;
    text-transform: none;
    clear: both;
}

/* Links */
a
{
    color: #0082a4;
    text-decoration: underline;
}
a:hover
{
    color: #0082a4;
    text-decoration: none;
}
a:focus,
a:active
{
    color: #0082a4;
    text-decoration: none;
}


a.pdf
{
    padding: 0 0 0 15px;
    background: url(/gfx/vp/icons/icon-pdf.gif) no-repeat 0 50%;
}


/* Image + image link border */
a img
{
    border: 0;
}
/* @end */

/* @group Tables */
table.grid
{
    width: 100%;
    border-collapse: collapse;
    border-bottom: 2px solid #542357;
    margin-bottom: 20px;
    }
    table.grid th
    {
        font-weight: bold;
        color: #542357;
        font-size: 14px;
        padding:3px 10px;
        font-family: Georgia !important;
    }
    
    table.grid td
    {
        padding: 5px 10px;
    }
    table.grid tr.odd
    {
        background: #e6e6e6;
    }
    table.grid tr:first-child td
    {
        border-top: 2px solid #542357;
    }
    table.grid tr:first-child th
    {
        border-bottom: 2px solid #542357;
    }
/* @end */

/* @group Tables for Corporate Actions */

table.corporateActionGrid
{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-family: inherit;
    }
    table.corporateActionGrid th
    {
        font-weight: bold;
        color: #542357;
        font-size: 14px;
        padding:3px 0;
        font-family: Georgia !important;
    }

/* @end */

/* @group Tables for customer lists */
table.customerGrid
{
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-bottom: 2px solid #542357;
    margin-bottom: 20px;
    }
    table.customerGrid th
    {
        font-weight: bold;
        color: #542357;
        text-align: left;
        font-size: 14px;
        padding:3px 10px;
        font-family: Georgia !important;
        white-space: nowrap;
    }
    table.customerGrid a
    {
        text-decoration: none;
    }
    
    table.customerGrid th img
    {
        font-weight: bold;
        color: #542357;
        text-align: left;
        font-size: 14px;
    }
    
    table.customerGrid td
    {
        padding: 5px 10px;
        vertical-align:top;
    }
    table.customerGrid td a
    {
        color: #626262;
    }
    
    table.customerGrid td a:hover
    {
        text-decoration: underline;
    }
    table.NordicInvFunds td a:hover,
    table.SettlementRatioOverview td a:hover
    {
        text-decoration: none;
    }
    table.customerGrid tr.odd, table.customerGrid tr.alt
    {
        background: #e6e6e6;
    }
    table.customerGrid tr:first-child td
    {
        border-top: 2px solid #542357;
    }
    table.customerGrid tr:first-child th
    {
        border-bottom: 2px solid #542357;
    }
    table.customerGrid tr:first-child th a
    {
        color: #542357;
    }
    table.customerGrid.Dividend .col1, table.customerGrid.Customers .col1
    {
        /*width: 80px;*/
    }
    table.customerGrid.Dividend .col3 
    {
        width: 90px;    
    }
    table.customerGrid tr:first-child th img
    {
        padding-left: 5px;
    }
    
    table.customerGrid.SettlementRatioOverview th
    {
        white-space:normal;
        vertical-align:top;
    }
    
    table.customerGrid.SettlementRatioOverview .col1 
    {
        text-align:left;  
        padding:5px;
    }
    
    table.customerGrid.SettlementRatioOverview .col2
    {
        width: 35px;  
        text-align:right;  
        padding:5px;
    }
    
     table.customerGrid.SettlementRatioOverview .col3
    {
        width: 120px;  
        text-align:right;  
        padding:5px;
    }
    
    table.customerGrid .HyperLink
    {
        color: #0082A4;
        text-decoration: underline;        
    }
  
    
    
    
/* @end */

/* = buttons = */
.btnCyan
{
    display: inline-block;
    height: 26px;
    padding: 0 10px 0 0;
    overflow: hidden;
    vertical-align: top;
    background: url(/gfx/vp/btn/btn-cyan.png) 100% -26px no-repeat ;
    }
    .btnCyan input
    {
        padding: 0 10px 5px 17px !important;
        margin: 0 !important;
        border: none;
        width: auto !important;
        height: 26px;
        font-size: 12px;
        line-height: 23px;
        text-indent: 0;
        color: #fff;
        cursor: pointer;
        background: url(/gfx/vp/btn/btn-cyan.png) 0 0 no-repeat;
        overflow: visible;
        vertical-align: middle;
    }
    
.btnWhite
{
    display: inline-block;
    height: 23px;
    line-height: normal !important;
    padding: 0 10px 0 0;
    overflow: hidden;
    vertical-align: top;
    text-decoration:none;
    vertical-align: middle;
    background: url(/gfx/vp/btn/btn-white.png) no-repeat 100% 100%;
    }
    .btnWhite .btnWrapper
    {
        padding: 0 5px 0 15px;
        display:inline-block;
        height: 23px;
        line-height: 23px;
        color: #542357;
        cursor: pointer;
        background: url(/gfx/vp/btn/btn-white.png) no-repeat 0 0;
    }
    .btnWhite img
    {
        vertical-align: middle;
        margin-right: 5px;
    }
    .btnWhite input
    {
        padding: 0 5px 5px 15px !important;
        margin: 0 !important;
        border: none;
        width: auto !important;
        height: 23px;
        line-height: 23px !important;
        color: #0082a4;
        cursor: pointer;
        background: url(/gfx/vp/btn/btn-white.png) no-repeat 0 0;
    }
    .btnWhite .file
    {
        padding: 0 !important;
        height: auto;
        width: 70px !important;
        overflow: hidden;
        position: relative;
    }
    .btnWhite .fileText
    {
        position: absolute;
        display: inline-block;
        height: 23px;
        width: 60px;
        color: #0082a4;
        line-height: 23px !important;
        text-align: center;
        padding: 0 0 0 10px;
        cursor: pointer;
        background: url(/gfx/vp/btn/btn-white.png) no-repeat 0 0;
    }
    
.pagination
{
    padding: 17px 10px 0 0;
    margin: 0 0 17px;
    overflow: hidden;
    background:url(/gfx/vp/misc/hr-white-gray.gif) repeat-x 0 0;
    }
    .nyhedPrint + ul.pagination
    {
        background: none;
        padding-top:0;
    }
    .pagination.withBottomHr
    {
        padding-bottom: 17px;
        margin-bottom:15px;
        background:url(/gfx/vp/misc/hr-white-gray.gif) repeat-x 0 100% !important;
    }
    .searchResultPanel .pagination
    {
        margin: 0;
    }
    .pagination li
    {
        display: inline;
    }
    .pagination a
    {
        float: left;
        height: 23px;
        display: block;
        text-decoration: none;
        color: #542357;
        cursor: pointer;
        }
        .pagination a span
        {
            float: left;
            display: block;
            padding: 0 9px;
            background: url(/gfx/vp/bg/bg-pagination-sprite.png) no-repeat 0 0;
            height: 19px;
            line-height: 19px;
            overflow: hidden;
        }
    .pagination a:hover,
    .pagination li.selected a
    {
        background: url(/gfx/vp/bg/bg-pagination-sprite.png) no-repeat 100% -38px;
        padding-right: 4px;
        }
        .pagination a:hover span,
        .pagination li.selected a span
        {
            background: url(/gfx/vp/bg/bg-pagination-sprite.png) no-repeat 0 -19px;
            padding: 0 5px 0 9px;
        }
        
    .pagination li.prev a
    {
        background: url(/gfx/vp/bg/bg-pagination-sprite.png) no-repeat 0 -57px !important;
        }
        .pagination li.prev a span,
        .pagination li.prev a:hover span
        {
            background: url(/gfx/vp/bg/bg-pagination-sprite.png) no-repeat 11px -114px;
            padding: 0;
            font-size: 0;
            text-indent:-1000px;
            line-height: 0;
            width: 24px;
        }
    .pagination li.next a
    {
        background: url(/gfx/vp/bg/bg-pagination-sprite.png) no-repeat right -76px !important;
        }
        .pagination li.next a span,
        .pagination li.next a:hover span
        {
            background: url(/gfx/vp/bg/bg-pagination-sprite.png) no-repeat 9px -95px;
            padding: 0;
            font-size: 0;
            text-indent:-1000px;
            line-height: 0;
            width: 24px;
        }
    .pagination li.prev a:hover,
    .pagination li.next a:hover
    {
        padding: 0;
    }

.highlighted
{
    color:#0082a4;
}
.hrWhiteGray,
.formFields dd.divider
{
    border: none;
    font-size: 0; 
    line-height: 0;
    margin: 0 0 20px 0;
    clear: both;
    height: 2px;
    overflow: hidden;
    background: url(/gfx/vp/misc/hr-white-gray.gif) repeat-x 0 100%;
}
.date
{
    margin: 0 0 5px;
}
.nyhedDate
{
    margin: -5px 0 0 0;
    font: 16px Georgia;
}
.nyhedPrint
{
    font: 16px Georgia;
    height:22px;
    margin-bottom: 20px;
    line-height:1.1;
    }
    .nyhedPrint a
    {
        float: right;
        display: block;
        width: 16px;
        height: 16px;
        overflow: hidden;
        background: url(/gfx/vp/icons/icon-print.gif) no-repeat 0 0;
    }
    .nyhedPrint a:hover
    {
        background-position: 0 -16px;
    }
a.printPage
{
    position: absolute;
    width: 16px;
    height: 16px;
    margin-top: 5px;
    right: 5px;
    overflow: visible;
    font-size:12px;
    background: url(/gfx/vp/icons/icon-print.gif) no-repeat 0 0;
}
a.printPage:hover
{
    background-position: 0 -16px;
}

/* @group Forms */

fieldset
{
    margin: 0;
    padding: 0;
    display: block;
    border: none;
}
legend
{
    display: none;
}

.formFields
{
    padding-bottom: 15px;
    }
    .formFields .fieldWrapper,
    .formFields p,
    .formFields dd.divider
    {
        margin: 0 0 10px 0 !important;
        clear: both;
    }
    .formFields dl,
    .formFields dt,
    .formFields dd
    {
        margin: 0;
        padding: 0;
        font-weight: normal;
    }
    .formFields dt
    {
        float: left;
        width: 130px;
        text-align: right;
        clear: both;
        margin: 0 10px 8px 0;
        line-height: 22px;
    }
    .formFields dd
    {
        padding: 0 0 8px 140px;
        line-height: 22px;
        }
        .formFields dd input.textbox,
        .formFields dd select
        {
            position: relative;
            top: -3px;
        }
    .formFields dd.error
    {
        position:relative;
        top:-8px;
        margin-bottom:0;
        padding-bottom: 0;
    }
    .formFields .btnWhite
    {
        vertical-align: text-bottom;
    }
    .formFields textarea
    {
        width: 200px;
    }
    .formFields select
    {
        width: 204px;
    }
    #related .formFields dt
    {
        float: none;
        width: auto;
        text-align: left;
        margin: 0 0 3px 0;
    }
    #related .formFields dd
    {
        padding: 0;
    }

    #related .formFields dt
    {
        float: none;
        text-align: left;
        margin: 0;
    }
    
    #related .formFields dd
    {
        margin: 0 0 10px 0;
    }
    
    #related .formFields dd.error
    {
        margin-bottom:0;
    }
    
    .formFields input.textbox
    {
        width:200px;
    }

    .siteBox input.textbox
    {
        width:163px;
    }
    
    .siteBox textarea
    {
        width:99%;
        overflow: auto;
    }
    
/* Customer details */
.customerDetails
{
    padding-bottom: 15px;
}

.customerDetails table
{
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.customerDetails table tr td 
{
    text-align: left;
    vertical-align: bottom;
}

.customerDetails table tr td:first-child
{
    font-weight: bold;
    width: 190px;
}

/* sitecore form */
.scfForm
{
    clear:both;
}
.scfForm, .scfForm *
{
    font-family:"Trebuchet MS" !important;
    line-height: normal !important;
    }
    .scfForm .scfValidatorRequired, .scfForm .scfRequired
    {
        float:none;
        margin-left:3px;
    }
    .scfForm h1, .scfForm h1 *
    {
        font-family:Georgia !important;
    }
    .scfForm fieldset
    {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }
    .scfForm .scfCheckboxUsefulInfo
    {
        display:none;
    }
    .scfForm h1.scfTitleBorder
    {
        font: normal 24px Georgia;
        line-height: 100%;
        color: #542357;
        margin: 0 0 20px;
    }
    .scfForm .scfSectionContent
    {
        float:none !important;
        width:auto;
    }
    .scfForm .scfSectionContent > div
    {
        clear:both;
        margin: 0 0 10px 0;
    }
    .scfForm .scfSectionBorder
    {
        background: url(/gfx/vp/misc/hr-white-gray.gif) repeat-x 0 0;
        margin: 20px 0;
        }
        .scfForm .scfSectionBorder .scfSectionBorder
        {
            margin: 0;
            padding: 30px 0 0px;
        }
    .scfForm .scfSectionBorder .scfCaptcha
    {
        background: url(/gfx/vp/misc/hr-white-gray.gif) repeat-x 0 100%;
        margin: 20px 0;
        padding-bottom: 10px;
        }
        .scfForm .scfSectionBorder .scfCaptcha .scfCaptchTop
        {
            background: url(/gfx/vp/misc/hr-white-gray.gif) repeat-x 0 0;
            padding: 20px 0 10px;
        }

    .scfForm table
    {
        border-collapse: collapse;
        margin:0 !important;
        }
        .scfForm table td
        {
            padding: 0 3px 3px 0;
        }

    .scfForm label,
    .scfForm .scfRadioButtonListLabel,
    .scfForm .scfCheckBoxListLabel,
    .scfForm .scfDateSelectorLabel,
    .scfForm .scfCaptchaLabel,
    .scfForm .scfCheckbox label
    {
        float: left;
        clear: both;
        width: 130px;
        text-align: right;
        padding: 0;
        margin: 0 10px 0 0;
        line-height: 22px !important;
    }
    .scfForm .scfDateSelectorLabel
    {
        margin-top: 22px;
    }
    .scfForm input + label
    {
        float: none;
        width: auto;
        text-align: left;
        margin: 0;
        }
    .scfForm .scfCaptchaBorder
    {
        padding:0;
        margin:0;
        }
        .scfForm .scfDateSelectorBorder label
        {
            float: left;
            clear: none;
            width: 20%;
            text-align: left;
            padding: 0;
            margin: 0;
        }
        .scfForm .scfDateSelectorBorder select
        {
            width: 20%;
            margin:0;
        }
        .scfForm .scfDateSelectorBorder .scfDateSelectorMonth, 
        .scfForm .scfDateSelectorBorder .scfDateSelectorShortLabelMonth
        {
            width:46%;
        }
        .scfForm .scfCaptchaGeneralPanel label
        {
            width:auto;
        }
        .scfForm .scfCaptchaGeneralPanel div
        {
            width:auto;
            float:none;
        }
    .scfForm label + div
    {
        margin: 0;
    }
    
    .scfForm input,
    .scfForm select,
    .scfForm textarea
    {
        width: 86%;
    }
    .scfForm input.textbox,
    .scfForm select,
    .scfForm textarea
    {
        position: relative;
        top: -3px;
    }
    .scfForm .scfCheckBoxListBorder input,
    .scfForm .scfRadioButtonListBorder input,
    .scfForm .scfCheckbox input
    {
        width: auto;
        margin: 0 5px 0 0;
        padding: 0;
    }
    .scfForm .scfCheckBoxListBorder img.helpTip,
    .scfForm .scfRadioButtonListBorder img.helpTip
    {
        margin-top:0;
    }
    .scfForm .scfCheckbox input
    {
        margin:0;
    }
    .scfForm .scfCheckbox
    {
        display:inline-block;
        width:auto
    }
    .scfForm .scfCheckBoxListBorder table,
    .scfForm .scfRadioButtonListBorder table
    {
        width: auto;
        float:left
    }
    
    .scfForm .scfSubmitButtonBorder
    {
        display: inline-block;
        height: 26px;
        float: left;
        padding: 0 10px 0 140px;
        overflow: hidden;
        vertical-align: top;
        background: url(/gfx/vp/btn/btn-cyan.png) 100% -26px no-repeat ;
        }
        .scfForm .scfSubmitButtonBorder input
        {
            padding: 0 10px 5px 17px !important;
            margin: 0 !important;
            border: none;
            width: auto !important;
            height: 26px;
            font-size: 14px;
            line-height: 23px;
            text-indent: 0;
            color: #fff;
            cursor: pointer;
            background: url(/gfx/vp/btn/btn-cyan.png) 0 0 no-repeat;
            overflow: visible;
            vertical-align: middle;
        }
    
    .scfForm .scfFooterBorder
    {
        padding-top: 20px;
        background: url(/gfx/vp/misc/hr-white-gray.gif) repeat-x 0px 0;
    }
    .scfForm .scfFooterBorder p,
    .scfForm .scfIntroBorder p 
    {
        line-height: 150% !important;    
    }
    
    .scfForm fieldset
    {
        background: url(/gfx/vp/misc/hr-white-gray.gif) repeat-x 0px 0;
        padding: 20px 0 0 !important;
    }

    .scfForm .scfFileUploadBorder
    {
        margin: 20px 0
    }
    .scfForm .scfCreditCard select
    {
        margin-bottom:10px
    }

.scfForm:after,
.scfCaptchTop:after,
.scfCaptchaBorder:after,
.scfForm .scfSectionBorder .scfSectionBorder:after,
.scfForm .scfSectionContent > div:after
{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/* Skip links */
#skip
{
    margin: 0 0 5px 0;
    }
    #skip ul
    {
        position: relative;
        margin: 0;
        list-style-image: none;
    }
    #skip li
    {
        display: inline;
        padding: 0 5px 0 0;
        background: none;
    }
    #skip a
    {
        font-size: .95em;
        color: #999;
    }
 
/* @group Main layout */
#wrapper
{
    width: 1009px;
    margin: 0 auto;
    /*background: url(/gfx/vp/bg/bg-wrapper.png) 50% 128px no-repeat;*/
    text-align: left;
    
    position: relative;
    min-height: 100%;
}
    #wrapper.app
    {
        width:5000px;
        margin: 0px;
        }
#header
{
    position: relative;
    margin: 0 4px;
    height: 132px;
    z-index: 10;
}

#logo
{
    position: absolute;
    left: 1px;
    top: 16px;
}
 
#header .searchBox 
{
    float: right;
    margin: 38px 0 0 5px;
    height: 20px;
    width: 157px;
    }
    #header .searchBox .txtInput
    {
        background: url(/gfx/vp/bg/bg-search-box.png) 0 0 no-repeat;
        width: 135px;
        height: 20px;
        float: right;
        margin-right: 1px;
        }
        #header .searchBox .txtInput input
        {
            
            border: 0;
            margin: 2px;
            width: 131px;
            font-size: 11px;
            height: 13px;
            line-height: 1;
        }
    #header .searchBox .btn
    {
        float: right;
        text-indent: -9999em;
        background: url(/gfx/vp/btn/btn-search.png) 0 0 no-repeat;
        width: 20px;
        height: 20px;
        margin-top: -1px;
    }
    
#customerList
{
    position: relative;
    height: 30px;
    margin: 0 0 10px 0;
}

#customerList .searchBox 
{
    float: left;
    height: 20px;
    width: 445px;
    background: url("/gfx/vp/misc/hr-white-gray.gif") repeat-x scroll 0 0 transparent;
    margin: 0;
    overflow: hidden;
    padding: 17px 10px 0 0;
    }
    #customerList .searchBox .txtInput
    {
        background: url(/gfx/vp/bg/bg-search-box-list.png) 0 0 no-repeat;
        width: 135px;
        height: 20px;
        float: left;
        padding: 0 4px 0 0; 
        }
        
        #customerList .searchBox .txtInput input
        {
            
            border: 0;
            margin: 2px;
            width: 131px;
            font-size: 11px;
            height: 13px;
            line-height: 1;
        }
    
    #customerList .searchBox .btn
    {
        float: left;
        text-indent: -9999em;
        background: url(/gfx/vp/btn/btn-search-list.png) 0 0 no-repeat;
        width: 20px;    
        height: 20px;
        margin-top: -1px;
    }
    
    #customerList .searchBox .lnk
    {
        float:right;    
    }

#customerListCsv 
{
    float:right;
    padding: 0 5px;
    margin: 0 0 10px 0;
}
    
#serviceMenu
{
    position: relative;
    z-index:1;
    float: right;
    font-size: 13px;
    line-height: normal;
    margin-top: 38px;
    }
    #serviceMenu ul
    {
        margin: 0;
        list-style: none;
        list-style-image: none;
    }
    #serviceMenu li
    {
        float: left;
        border-left: 1px solid #0e88a8;
        padding: 0 10px;
        margin: 0;
        }
        #serviceMenu li.country
        {
            border: 0;
            position: relative;
        }
    #serviceMenu a
    {
        color: #0082a4;
        text-decoration: none;
        }
        #serviceMenu li.country a
        {
            padding-right: 15px;
            background: url(/gfx/vp/misc/arrow-blue-down.png) 100% 50% no-repeat;
        }

.countryListPopup
{
    position: absolute;
    top: 22px;
    right: -13px;
    display:none;
    z-index: 1;
    }
    #serviceMenu .countryListPopup ul
    {
        padding: 0;
        margin-top: -1px;
        list-style-image: none;
    }
    #serviceMenu .countryListPopup li
    {
        border: 0;
        border-top: 1px solid #c4c4c3;
        padding: 8px 10px;
        background: none;
        float: none;
        white-space: nowrap;
        }
        #serviceMenu .countryListPopup .content li a
        {
            display: block;
            height:1%;
            color: #626262;
            background: none;
            padding: 0 5px;
        }
        #serviceMenu .countryListPopup .content li a:hover
        {
            background: #0082a4;
            color: #fff;
        }
    .countryListPopup .arrow
    {
        width: 11px;
        height: 10px;
        background: url(/gfx/vp/country-list/arrow.png) 0 0 no-repeat;
        position: absolute;
        right: 20px;
        top: -5px;
    }
        
.dropDownPopup .content
{
    background: transparent url(/gfx/vp/country-list/bg-content.png) 0 0 repeat-x;
    min-height:1%;
}
.dropDownPopup .corner
{
    font-size: 1px;
    height: 4px;
    width: 4px;
    position: absolute;
    background: url(/gfx/vp/country-list/corners-sprite.png) 0 0 no-repeat;
    }
    .dropDownPopup .corner.leftTop
    {
        left: 0;
        top: 0;
        background-position: 0 0;
    }
    .dropDownPopup .corner.rightTop
    {
        right: 0;
        top: 0;
        background-position: 0 -4px;
    }
    .dropDownPopup .corner.leftBottom
    {
        left: 0;
        bottom: 0;
        background-position: 0 -12px;
    }
    .dropDownPopup .corner.rightBottom
    {
        right: 0;
        bottom: 0;
        background-position: 0 -8px;
    }
.dropDownPopup .topLn
{
    background: url(/gfx/vp/country-list/top.png) 0 0 repeat-x;
    margin: 0 4px;
    padding-top: 4px;
}
.dropDownPopup .bottomLn
{
    background: url(/gfx/vp/country-list/bottom.png) 0 100% repeat-x;
    padding-bottom: 4px;
}
.dropDownPopup .rightBorder
{
    background: url(/gfx/vp/country-list/right.png) 100% 0 repeat-y;
    margin-right: -4px;
    padding-right: 4px;
}
.dropDownPopup .leftBorder
{
    background: url(/gfx/vp/country-list/left.png) 0 0 repeat-y;
    margin-left: -4px;
    padding-left: 4px;
}
    
#topNav
{
    position: absolute;
    bottom: 0;
    height: 37px;
    width: 100%;
    background: url(/gfx/vp/bg/bg-top-nav-sprite.png) 0 0 no-repeat;
    }
    #topNav table
    {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
        height: 37px;
    }
    #topNav td
    {
        background: url(/gfx/vp/bg/bg-top-nav-separator.png) 100% 0 no-repeat;
        }
        #topNav td.login
        {
            background: none;
            }
            #topNav td.login img
            {
                vertical-align: middle;
                margin-right: 5px;
            }
        
    #topNav a.item
    {
        line-height: 37px;
        display: block;
        font-size: 12px;
        color: #fff;
        text-decoration: none;
        margin-right: 2px;
        }
        #topNav a.item span
        {
            margin-right: 8px;
            display: block;
            text-align: center;
            padding-left: 8px;
        }
    #topNav a.item:hover, #topNav a.item.selected
    {
        background: url(/gfx/vp/bg/bg-top-nav-sprite.png) 100% -74px no-repeat;
        }
        #topNav a.item:hover span, #topNav a.item.selected span
        {
            background: url(/gfx/vp/bg/bg-top-nav-sprite.png) 0 -37px no-repeat;
        }
        
    #topNav .subMenu
    {
        visibility: hidden;
        position: absolute;
        z-index: 10;
        top: 34px;
        margin-left: -3px;
        }
        #topNav .subMenu .arrow
        {
            background: url(/gfx/vp/misc/arrow-purple-down.png) 0 0 no-repeat;
            width: 13px;
            height: 6px;
            left: 80px;
            top: 2px;
            position: absolute;
        }
        #topNav .subMenu .promoBox
        {
            display: block;
            float:left;
            position: relative;
            margin: 45px 0 20px;
        }
        #topNav .subMenu .promoBox .title
        {
            position: absolute;
            background: url(/gfx/vp/bg/bg-promo-box-title.png) 0 0 repeat;
            bottom: 0;
            left: 0;
            width: 100%;
            }
            #topNav .subMenu .promoBox .title a
            {
                background: url(/gfx/vp/misc/arrow-dotted-right-sm.png) 95% 8px no-repeat;
                padding-right: 15px;
                display: block;
                color: #fff;
                font-size: 11px;
                padding: 3px 15px 3px 5px;
            }
        #topNav .subMenu dl
        {
            float: left;
            margin: 0;
            font-size: 14px;
            padding: 15px 0 0 0;
        }
        #topNav .subMenu dd
        {
            margin: 0;
            padding: 0 15px 0 25px;
        }
        #topNav .subMenu dt
        {
            padding: 0 0 12px 25px;
            color: #542357;
        }
        #topNav .subMenu a
        {
            color: #5b5b5b;
            text-decoration: none;
        }
        #topNav .subMenu a:hover
        {
            color: #542357;
            text-decoration: underline;
        }
        #topNav .subMenu dl
        {
            /* Removed because it should not be shown */
            /*background: url(/gfx/vp/bg/bg-sub-menu.png) 0 0 repeat-y;*/
            margin-left: -2px;
        }
        #topNav .subMenu .content
        {
            padding-right: 15px;
            height:1%;
        }
        #topNav .subMenu .content:after
        {
            display: block;
            content:"";
            clear:both;
        }
        #topNav .subMenu table
        {
            height: auto;
            width: auto;
            margin-bottom: 8px;
            }
            #topNav .subMenu td
            {
                background: none;
                font-size: 12px;
                line-height: 1;
                padding: 0 12px 12px 0;
                width: 120px;
                vertical-align: top;
            }
#container
{
    padding: 0 28px 180px 4px; 
    background: url(/gfx/vp/bg/shadow-vertical.png)  236px 100% no-repeat;
    margin-top: 10px;
    }
    .frontpage #container,
    .searchpage #container
    {
        background: none;
        margin-top: 8px;
        padding-right: 13px;
        padding-left: 13px;
    }
    .searchpage #container
    {
        padding: 25px 273px 180px 60px;
    }
    
    

/* left menu */
.menu
{
    width: 237px; 
    float: left;
    font-size: 14px;
    }
    .menu ul,
    .menu li
    {
        padding: 0;
        margin: 0;
        list-style: none;
        list-style-image: none;
        }
        .menu li a
        {
            display: block;
            color: #542357;
            text-decoration: none;
            background: url(/gfx/vp/left-nav/menu-bg.png) no-repeat -500px 100%;
        }
        .menu li li a
        {
            color: #626262 !important;
            font-size: 13px;
            }
            .menu li li li a
            {
                color: #542357 !important;
            }
    .menu li a img
    {
        position: absolute;
        margin: 5px 0  0 -13px;
        display: none;
    }
    .menu li a.hasSub img.arrowRight
    {
        display: block;
    }
    .menu li a.subActive img.arrowRight,
    .menu li a.hasSub.active img.arrowRight
    {
        display: none;
    }
    .menu li a.subActive img.arrowBottom,
    .menu li a.hasSub.active img.arrowBottom
    {
        display: block;
    }
    .menu li a span
    {
        display: block;
        height: 1%;
        cursor: pointer;
        }
        .menu li a span span
        {
            padding-bottom: 1px;
            }
            .menu li a span span span
            {
                padding: 9px 10px 9px 25px;
                }
                .menu li li a span span span
                {
                        padding: 10px 10px 10px 40px;
                    }
                    .menu li li li a span span span
                    {
                        padding: 10px 10px 10px 55px;
                    }
    .menu li a:hover,
    .menu li a.active
    {
        color: #542357;
        text-decoration: none;
        background: url(/gfx/vp/left-nav/menu-bg.png) no-repeat 0 0;
        }
        .menu li a:hover span,
        .menu li a.active span
        {
            background: url(/gfx/vp/left-nav/menu-bg.png) no-repeat 100% 100%;
            }
            .menu li a:hover span span,
            .menu li a.active span span
            {
                background: url(/gfx/vp/left-nav/menu-rt.png) no-repeat 100% 0;
                }
                .menu li a:hover span span span
                {
                    background: url(/gfx/vp/left-nav/menu-lb.png) no-repeat 0 100%;
                }
                .menu li a.active span span span
                {
                    background: url(/gfx/vp/left-nav/menu-bg.png) no-repeat -1000px 50% !important;
                }
    .menu li a:hover,
    .menu li a.active,
    .menu li a.subActive
    {
        font-weight: bold;
    }


#main
{
    float: right;
    width: 715px;
    padding: 33px 0 0;
    position: relative;
}


/* main content */
#content
{
    width: 450px;
    float: left;
    }
    .full #content
    {
        float: none;
        width: 100%;
    }

#related
{
    float: right;
    width: 230px;
    }
    #related p
    {
        margin-bottom: 14px;
    } 
    #related h2
    {
        margin-bottom: 15px;
        padding: 0;
    }
    #related h2
    {
        color: #542357;
    }
    #related a
    {
        color: #696969;
    }
    #related p img
    {
        vertical-align: middle;
    }
    
    #related dl.newsList dd
    {
        margin: 0 0 15px;
    }
    #related dl.newsList dt
    {
        color: #542357;
        font-weight: normal;
    }
    #related .formFields
    {
        padding-top: 15px;
    }
    #related .siteBox
    {
    margin-bottom: 10px;
    padding: 15px 12px 8px;
    background:url(/gfx/vp/misc/hr-white-gray.gif) repeat-x 0 100%;
    }
    #related .siteBox:last-child
    {
        background:none;
    }
    #related .siteBox.contact 
    {
    background:url(/gfx/vp/misc/hr-white-gray.gif) repeat-x 0 100%;
    }    
    #related .siteBox.contact.alone 
    {
    background:none;
    }
    #related ul.links
    {
        padding: 0 0 4px;
        margin: 0;
        list-style: none;
        list-style-image: none;
        }
        #related ul.links li
        {
            padding-bottom: 13px;
        }
        #related ul.links a,
        #related dd a
        {
            background: url(/gfx/vp/misc/arrow-purp-r.gif) 100% 7px no-repeat;
            padding-right: 12px;
            }
            #related ul.links a.noArrow
            {
                background: none !important;
            }
    #related ul.links a.pdf
    {
        background: url("/gfx/vp/icons/icon-pdf.gif") no-repeat scroll 0 50% transparent;
        padding: 0 0 0 15px;
    }
    
    #related .contact h2,
    #related .contact a
    {
        color: #0082a4;
    }
    #related .contact ul.links a
    {
        background: url(/gfx/vp/misc/arrow-cyan-r.gif) 100% 55% no-repeat;
        color: #0082a4;
    }
    
    #related .contact p.moreInfo
    {
        line-height: 100%;
        margin: -8px 0 20px 0;
    }
    
    #related .contact .avatar
    {
        float: left;
    }
    
    #related .contact .avatar img
    {
        margin-right: 5px;
        padding-bottom: 8px;
    }
    
    #related .contact .contactBoxEmployee
    {
        float:none;
    }
    
    #related .contact .contactBoxEmployee h3
    {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 2px;
    }
    
    #related .contact .contactBoxEmployee p
    {
        margin: 0 0 2px 0;
        line-height: 100%;
    }
    
    #related .contact .contactBoxEmployee p.empEmail
    {
        margin-bottom: 20px;
    }
    
    #related .contact .contactBoxEmployee p.jobTitleHigh
    {
        margin-bottom: 17px;
    }
    
    #related .contact .contactBoxEmployee p.jobTitleLow
    {
        margin-bottom: 5px;
    }
    
    #related #clearContactBoxEmployee
    {
        clear:both;
    }
    
    #related .rss
    {
        margin: 0 -5px;
        }    
        #related .rss h2
        {
            padding: 0 0 0 25px;
            margin: 0 0 5px 0;
            height: 29px;
            color: #626262;
            background: url(/gfx/vp/icons/icon-rss.gif) no-repeat 0 0;
        }
    
    #related .productSheet ul.links a
    {
        padding: 0 0 0 15px;
        background: url(/gfx/vp/icons/icon-pdf.gif) no-repeat 0 50%;
    }
        
#bottom
{
    clear: both;
    background:url(/gfx/vp/misc/hr-white-gray.gif) repeat-x 0 0;
    padding-top: 11px;
}

/* three stories/line area */
.stories
{
    width: 100%;
    overflow: hidden;
    }
    #content .stories 
    {
        margin-bottom: 0;
    }
    .stories .sWrapper
    {
        width: 110%;
        margin-top: 10px;
    }
    .stories .sInner
    {
        padding: 17px 5px 0 10px;
        min-height: 100px;
        background: url(/gfx/vp/misc/purple-line.gif) repeat-x 0 0;
    }
    .stories h2
    {
        color: #542357;
        font-weight: normal;
    }
    .stories.section h3 
    {
        margin-bottom: 0;
        }
        .stories h3 a
        {
            color: #542357;
            text-decoration: none;
            /*background: url(/gfx/vp/misc/arrow-purpl-r.gif) right 7px no-repeat;
            padding-right: 10px;*/
        }
        .stories h3 a:hover
        {
            text-decoration: underline;
        }
        .stories h3 img
        {
            display: inline;
        }
    .stories .purpleLine
    {
        height: 7px;
        font-size: 0;
        line-height: 0;
        margin: 0 0 10px;
        background: url(/gfx/vp/misc/purple-line.gif) repeat-x 0 0;
    }
    .stories .purpleBg
    {
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        text-decoration: none;
        color: #fff;
        font: 16px Georgia;
        background: url(/gfx/vp/bg/purple-bg-opacity80.png);
    }
    .stories .purpleBg span
    {
        display: block;
        padding: 5px 15px 5px 10px;
        margin-right: 10px;
        cursor: pointer;
        }
        .stories .purpleBg span:hover
        {
            text-decoration: underline;    
        }
        .stories .purpleBg img
        {
            display: inline !important;
            margin-left:5px;
        }
    .stories .shadowBox
    {
        position: relative;
        float: left;
        width: 225px;
        
        overflow: hidden;
        margin: 0 20px 33px 0;
        }
        #bottom .stories .shadowBox:first-child + .shadowBox + .shadowBox + .shadowBox,
        #bottom .stories .shadowBox:first-child + .shadowBox + .shadowBox + .shadowBox + .shadowBox + .shadowBox + .shadowBox
        {
            clear:both;
        }
    #bottom .stories .shadowBox h3
    {
        margin-bottom: 15px;
    }
    .stories.section .shadowBox 
    {
        width: 445px;
        margin: 0 25px 33px 0;
    }
        .stories.section .shadowBox:first-child + .shadowBox + .shadowBox + .shadowBox,
        .stories.section .shadowBox:first-child + .shadowBox + .shadowBox + .shadowBox + .shadowBox + .shadowBox + .shadowBox
        {
            clear: none;
        }
        .stories.section .shadowBox:first-child + .shadowBox + .shadowBox,
        .stories.section .shadowBox:first-child + .shadowBox + .shadowBox + .shadowBox + .shadowBox
        {
            clear: both;
        }
    .stories.section h2
    {
        margin-bottom: 20px;
    }
    .stories .avatar 
    {
        float: left;
        margin: -10px 10px 0 -10px;
    }
    
    

/* light shadow box */
.lightShadowBox
{
    padding: 4px 0 0; 
    background: url(/gfx/vp/misc/light-shadow-box-t.png) no-repeat 0 0;
    }
    .lightShadowBox .lsbWrapper
    {
        padding: 8px 18px 0px;
        background: url(/gfx/vp/misc/light-shadow-box1.png) no-repeat 0 98%;
    }
    .lightShadowBox .lsbInner
    {
        padding: 0 0 0 4px;
        background: url(/gfx/vp/misc/light-shadow-box.png) no-repeat 0 100%;
    }
    .lightShadowBox .lsbContent
    {
        padding: 21px 26px;
        background: #fff;
    }

/* shadow box */
.shadowBox
{
    background: url(/gfx/vp/misc/shadow-box.gif) no-repeat 0 0
    }
    .shadowBox .sbWrapper
    {
        background: url(/gfx/vp/misc/shadow-box-r.gif) no-repeat 100% 0
    }
    .shadowBox img
    {
        display: block;
    }

/* video area */
.video
{
    position: relative;
    height: 1%;
    margin-bottom: 37px;
    margin-top:15px;
    }
    .video img
    {
        display: block;
    }
    .video a
    {
        display: block;
        position: absolute;
        width: 105px;
        height: 36px;
        text-decoration: none;
        text-align: center;
        color: #542357;
        font: bold 12px Arial;
        line-height: 35px;
        text-indent: -5px;
        top: 50%;
        left:50%;
        margin: -18px 0 0 -52px;
        background: url(/gfx/vp/btn/btn-105-arrow.png) no-repeat 0 0;
    }

/* description area */
#intro
{
    position: relative;
    height: 1%;
    margin: 0 0 20px;
    overflow:hidden;
    }
    #intro .image img
    {
        display: block;
        min-width: 715px;
    }
    #intro .description
    {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 220px;
        padding: 0 20px 0 25px;
        color: #fff;
        background: url(/gfx/vp/bg/cyan-bg.png);
        overflow:hidden;
    }
    #intro h2
    {
        font: 20px Trebuchet MS;
        margin: 0;
        padding: 26px 0 20px;
        color: #fff !important;
    }
    #intro a
    {
        text-decoration: none;
        color: #fff !important;
    }
    #intro a:hover
    {
        text-decoration:underline;
    }
    #intro ul.links
    {
        margin:0;
        padding:0;
        list-style-type:none;
        list-style-image: none;
    }
    
    #intro ul.links
    {
        margin:0;
        padding:0;
        list-style-type:none;
        list-style-image: none;
    }
    
    #intro ul.links li
    {
        margin-bottom:13px;
        
    }
    
    #intro ul.links a
    {
        padding-right:12px;
        background:url("/gfx/vp/misc/arrow-white-r.gif") no-repeat scroll 100% 50% transparent;
        display:inline;
        text-decoration:underline;
    }
    
    #intro ul.links a:hover
    {
        text-decoration:none;
    }

/* user info */
.userInfo
{
    position: absolute;
    text-align: right;
    right: 0;
    top: 12px;
    padding: 0 5px 10px 20px;
    }
    .userInfo h2
    {
        display: inline;
        margin: 0 5px 0 0;
    }
    .userInfo p
    {
        margin-bottom: 10px;
    }
    .userInfo a
    {
        background: url(/gfx/vp/misc/arrow-cyan-r.gif) right 55% no-repeat;
        padding-right: 10px;
    }

.searchResultPanel
{
    padding: 15px 0 10px 0;
    background:url(/gfx/vp/misc/hr-white-gray.gif) repeat-x 0 0;
    }
    .searchResultPanel .conditions
    {
        float: right;
        margin: 5px 0 0 0;
        word-spacing: 10px;
        padding: 0;
        list-style: none;
        }
        .searchResultPanel .pagination
        {
            padding-top: 0;
            background: none;
        }
        .searchResultPanel .conditions li
        {
            display: inline;
        }
        .searchResultPanel .conditions a
        {
            word-spacing: normal;
            text-decoration:none;
        }
        .searchResultPanel .conditions a:hover,
        .searchResultPanel .conditions a.active
        {
            text-decoration: underline;
        }


/* = search result & news = */
p.searchInfo
{
    margin-bottom: 30px;
}

.newsItem
{
    background:url(/gfx/vp/misc/hr-white-gray.gif) repeat-x 0 0;
    padding: 10px 5px 0;
    }
    .nyhedPrint + .newsBox .newsItem:first-child,
    h1 + .newsBox .newsItem:first-child
    {
        background:none;
        padding-top: 0;
    }

.newsItem h2 + p
{
    font: 16px Georgia;
    margin: -5px 0 5px;
}

.newsItem p.hidePublishingDateTime
{
    height: 5px;
}

.newsItem p.effectiveDate
{
    margin-bottom: 3px;    
}

#settlementRatioOverviewHistorical 
{
    background:url(/gfx/vp/misc/hr-white-gray.gif) repeat-x 0 0;
    margin-bottom: 20px;
}

#settlementRatioOverviewHistorical h2
{
    padding: 20px 5px 0 5px;
    font-family: Georgia !important;
    font-size: 14px;
    font-weight: bold;
    color: #542357;
}

.settlementRatioOverviewHistoricalBox 
{
    border-top: 2px solid #542357;
    border-bottom: 2px solid #542357;
}

.settlementRatioOverviewHistoricalBox div
{
    padding: 5px 5px;
}

.settlementRatioOverviewHistoricalBox div.alt
{
    background-color: #E6E6E6;
}

.settlementRatioOverviewHistoricalBox div a 
{
    text-decoration: none;
    color: #626262;
}
.settlementRatioOverviewHistoricalBox div a:hover 
{
    text-decoration: underline;
}

.resultItem
{
    background:url(/gfx/vp/misc/hr-white-gray.gif) repeat-x 0 0;
    padding: 17px 0 5px 1px;
}
.resultItem h2
{
    padding: 0;
}
.resultItem a
{
    display: block;
}
.resultItem p
{
    margin: 0;
}
.resultItem .resultText
{
    margin: 0 0 14px;
}
.newsBox
{
    
    }
    .newsBox h2
    {
        padding: 0;
    }


/* popups */
.tipPopup
{
    position:absolute;
    display:inline;
    width:1px;
    height:1px;
    z-index:1;
}
.tipHorisontal
{
    position: absolute;
    top:-30px; right:25px;
    display: none;
    padding: 0 16px 0 0;
    background: url(/gfx/vp/misc/tip-box-r1.png) no-repeat 100% 0;
    }
    .tipHorisontal .tipWrapper
    {
        width: 200px;
        padding: 4px 0 0 4px;
        background: url(/gfx/vp/misc/tip-box1.png) no-repeat 0 0;
    }
    .tipHorisontal .tipInner
    {
        min-height: 50px;
        position: relative;
        padding: 20px;
        bottom: -4px;
        margin: 0 -1px;
        background: url(/gfx/vp/misc/tip-box-b.png) repeat-x 0 100%;
    }
.tipHorisontal.tipLeft
{
    padding: 0 0 0 20px;
    background: url(/gfx/vp/misc/tip-box-l.png) no-repeat 0 0
    }
    .tipHorisontal.tipLeft .tipWrapper
    {
        background: url(/gfx/vp/misc/tip-box-bg.png) no-repeat 100% 0;
    }
img.helpTip 
{
    vertical-align: top;
    cursor: pointer;
    margin-top: -4px;
    margin-left:5px;
    border:none !important
}
.tipDescription 
{
    display: none;
}

/* appMainStage */
#appMainStage
{
    overflow: visible;
    }
   
   #appMainStage .appBox 
   {
    position:relative;
    float: left;
    width: 768px;
    height: 384px;   
    }
   
         #appMainStage .appContent
        {
            background: url(/gfx/vp/bg/bg-main-stage-content.png) 0 100% no-repeat;
            width: 300px;
            right: 20px;
            bottom: 20px;
            color: #fff;
            overflow: hidden;
            position: absolute;
         }
          
          
          #appMainStage .appContent h2
          {
                color: #fff;
                font: 22px/1.1 "trebuchet ms";
                margin: 0;
                padding: 0 0 5px;
                }
                #appMainStage .appContent h2 a
                {
                    color: #fff;
                }
                #appMainStage .appContent h2 a:hover
                {
                    text-decoration: underline;
                }
            #appMainStage .appSubContent
            {
                padding: 15px 15px 1px 20px;
            }

/* mainStage */
#mainStage
{
    height: 381px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 15px;
    }
    #mainStage ul
    {
        margin: 0;
        padding: 0;
        list-style: none;
        list-style-image: none;
    }
    #mainStage ul.slider
    {
        position: absolute;
        left: 0;
        top: 0;
        height:100%;
        width:100%;
        list-style-image: none;
        }
        #mainStage ul.slider li
        {
            position: absolute;
            top:0;
            left:0;
            height:100%;
            width:983px;
            background: #ccc;
            display: none;
        }
        #mainStage ul.slider li.lastChild
        {
            display: block;
        }
    #mainStage .nav
    {
        position: absolute;
        text-align: center;
        z-index: 1;
        bottom: 20px;
        left: 50%;
        float: left;
        }
        #mainStage .nav ul
        {
            position: relative;
            left: -50%;
            list-style-image: none;
        }
        #mainStage .nav li
        {
            float: left;
            padding: 0 10px;
        }
        #mainStage .nav a
        {
            display: block;
            width: 16px;
            height: 16px;
            text-indent: -999em;
            background: url(/gfx/vp/btn/btn-slider-sprite.png) 0 0 no-repeat;
            outline: none;
        }
        #mainStage .nav a:hover,
        #mainStage .nav a.active
        {
            background-position: 0 -16px;
        }
        #mainStage #effectLayer
        {
            position: absolute;
            width: 100%;
            height: 100%;
            background: #ededeb;
            left: 0;
            top: 0;
        }
        #mainStage .content
        {
            background: url(/gfx/vp/bg/bg-main-stage-content.png) 0 100% no-repeat;
            position: absolute;
            width: 352px;
            right: 31px;
            bottom: 66px;
            color: #fff;
            overflow: hidden;
            }
          
          
          #mainStage .content h2
          {
                color: #fff;
                font: 22px/1.1 "trebuchet ms";
                margin: 0;
                padding: 0 0 5px;
                }
                #mainStage .content h2 a
                {
                    color: #fff;
                }
                #mainStage .content h2 a:hover
                {
                    text-decoration: underline;
                }
            #mainStage .subContent
            {
                padding: 15px 15px 1px 20px;
            }

.bottomBoxes
{
    overflow: hidden;
    }
    .bottomBoxes .shadowBox
    {
        width: 237px;
        margin: 0 0 15px 12px;
        height: auto;
    }
    .bottomBoxes .sbWrapper
    {
        min-height:1%;
        height: 135px;
    }
    .bottomBoxes .shadowBox:first-child
    {
        margin: 0 -1px 0 0;
    }
    .bottomBoxes .shadowBox:nth-child(5)
    {
  			margin: 0 -1px 0 0;
    }
    .bottomBoxes .imageContainer
    {
        margin: -10px -5px 5px -10px;
    }

.footerClear {clear:both; border:1px solid transparent; font-size:0; line-height:0; height:0}
#footer
{
    clear:both;
    width: 999px;
    height: 110px;
    margin: -150px auto 0;
    background: #ededeb url(/gfx/vp/bg/bg-footer.png) 0 0 no-repeat;
    position: relative;
    text-align:center;
    }
    #footer .logos
    {
        position:relative;
        z-index:1;
        padding-top: 2px;
        float: left;
        }
        #footer .additional
        {
            float: right;
        }
        #footer .logos ul
        {
            padding: 0;
            list-style: none;
            list-style-image: none;
        }
        #footer .logos li
        {
            float: left;
            background: url(/gfx/vp/misc/footer-divider.png) 100% 0 no-repeat;
            padding: 5px 10px;
        }
        #footer .additional li
        {
            background: url(/gfx/vp/misc/footer-divider.png) 0 0 no-repeat;
            }
            #footer .logos li a img
            {
                display: none;
                vertical-align: middle;
            }
            #footer .logos li a img:first-child
            {
                display: inline-block;
            }
            #footer .logos li.noBg
            {
                background: none;
            }
    #footer .copyright
    {
        text-align: center;
        padding-top: 10px;
        line-height: 1.5;
        position:absolute;
        left:0;
        width:100%;
    }

a.read-more
{
    margin-top:15px;
    margin-bottom:20px;
    display:block;
}
div.continued
{
    display:none;
    padding-top:15px;
}
    
/* Employee Page */
div.shadowBox.employee p
{
    height:36px;
    margin:5px 0 0 0;
    padding:0;
}
div.shadowBox.employee p.noArea
{
    height:auto;
    margin:4px 0 0 0;
    padding:0;
}


/* Checkboxes */
span.checkbox input, 
table.checkboxes input
{
    width: auto;
    height: auto;
    margin-right:5px;
    vertical-align: middle;
}

/* Login Box */
div.loginBox td.username, div.loginBox td.password
{
    padding-right:10px;
    text-align:right;
}

div.loginBox table
{
    width:100%;
}

div.loginBox a 
{
    padding-left: 5px;
}

/* Subscriptions */
table.subscriptions
{
    width: 100%;
    font-size: 16px;
    color: #542357;
    margin: 0 0 10px;
    }
    table.subscriptions td
    {
        text-align: right;
        font-size: 16px;
        line-height: 1;
        min-height: 30px;
        padding: 15px 0;
        background: url(/gfx/vp/misc/hr-white-gray.gif) repeat-x 0px 100%;
    }
    table.subscriptions td:first-child,
    table.subscriptions td.firstChild
    {
        text-align: left;
    }
    table.subscriptions a
    {
        font-size: 12px;
    }
    div.vpupdate 
    { 
        background: url(/gfx/vp/misc/hr-white-gray.gif) repeat-x 0 100%;
        margin: 0 0 10px;
    }

dl.subscriptions
{
    margin-top: 10px;
}
dl.subscriptions dt.subscription, 
dl.subscriptions span.check label
{
    font-family:Georgia;
    font-size: 16px;
    font-weight:normal;
    color: #542357;
    line-height:1;
    width: 75%;
}
dl.subscriptions span.check
{
    white-space: nowrap;
}
dl.subscriptions span.check input
{
    vertical-align: baseline;
}
dl.subscriptions dt.subscription a
{
    font-size: 12px;
    font-family: Trebuchet MS;
}

dl.subscriptions dt.subscription span.description
{
    font: 12px/1.3 "Trebuchet MS", Helvetica, Jamrul, sans-serif;
    color: #626262;
}

dl.subscriptions dt.subscription { text-align:left; padding-top: 10px }
dl.subscriptions dd.subscription { text-align:right; padding-top: 10px }

dl.subscriptions dd.vpupdate 
{ 
    background: url(/gfx/vp/misc/hr-white-gray.gif) repeat-x 0 0;
    clear:both;
    margin: 0;
    padding: 10px 0 0;
}

dl.subscriptions dd.vpupdate dd.postalcode input
{
    width:60px;
}

dl.subscriptions dt.selectedSubscription
{
    margin-top: 5px;
    font-weight:normal;
}

dl.subscriptions dt.selectedSubscription:first-child
{
    padding-top: 10px;
}

.active1
{
    list-style:none;
    text-align:right;    
}

#operationalStatus dd.chkBoxSites #chkBoxVpdk
{
    margin-right: 15px;
}

#operationalStatus dd,
#corporateActions dd,
#vpInformations dd
{
    margin: 0 0 10px 0;
}

#operationalStatus dt.last,
#corporateActions dt.last,
#vpInformations dt.last
{
    margin-bottom: 5px;
}

#operationalStatus dd textarea, 
#operationalStatus dd select, 
#operationalStatus dd input[type='text'],
#corporateActions dd textarea,
#corporateActions dd select,
#corporateActions dd input[type='text'],
#vpInformations dd textarea,
#vpInformations dd select,
#vpInformations dd input[type='text']
{
    width: 450px;
}

#corporateActions dd input.effectiveDatePicker,
#vpInformations dd input.publishingDatePicker
{
    width: 100px;
    margin-bottom: 2px;
}

#corporateActions dd input.effectiveDatePicker + img,
#vpInformations dd input.publishingDatePicker + img
{
    margin: 0 0 0 5px;
    padding: 0;
}

#corporateActions #finished, 
#corporateActions #loading,
#vpInformations #finished, 
#vpInformations #loading
{
    margin-top: 10px;        
}

#vpInformations input[type="radio"]
{
    margin-right: 5px;
}

#editCorporateActions .newsItem h2,
#editVPInformations .newsItem h2
{
    color: #542357;
    margin-bottom: 10px;
}

#editCorporateActions .newsItem h2 + p,
#editVPInformations .newsItem h2 + p
{
    font: inherit;
}

#editCorporateActions .newsItem h4,
#editVPInformations .newsItem h4
{
    font-weight: normal;
    margin: 0 0 10px 0;
}

#editCorporateActions .newsItem h4:first-child,
#editVPInformations .newsItem h4:first-child
{
    margin-bottom: 2px;
}

#editCorporateActions .newsItem h4.last,
#editVPInformations .newsItem h4.last
{
    margin: -8px 0 10px 0;
}

#editCorporateActions .newsItem .hide,
#editVPInformations .newsItem .hide
{
    display:none;
}

p.sendNewMail 
{
    margin: 0 0 5px 0;    
}
p.sendNewMailDraft 
{
    margin: 0 0 20px 0;    
}
p.editButtons
{
    text-align: right;
}
div.editButtons>div, div.editButtons>a
{
    float:right;
}
div.editButtons a
{
    margin: 0 0 0 15px;
}

div.editButtons a.publishButton 
{
    background: url(/gfx/vp/icons/icon-email.png) no-repeat 1px;
    margin-left: 3px;
    padding-left: 20px;
}

div.editButtons a.publishButtonNoEmail
{
    background: url(/gfx/vp/icons/icon-no-email.png) no-repeat 1px;
    margin-left: 3px;
    padding-left: 20px;
}

p.editButtons a
{
    margin: 0 0 0 10px;
}
p.editButtons #publishButton 
{
    margin-left: 3px;
}
p.editButtons #finished
{
    text-align: right;
    color: #542357;
}

.bgCover {
	position:absolute;
	top: 0; 
	left: 0; 
	display: none; 
	overflow:hidden; 
	z-index: 500;
}

#shareButtons 
{
    float:right;
    margin: 0 0 15px 0;
}
.btn-social 
{
    float:left;
    margin: 0 0 0 5px;
}
.btn-social span
{
    display:block;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.btn-fb 
{
    background: url(/gfx/vp/icons/16x16/facebook-grey.png) no-repeat;
}
.btn-fb:hover
{
    background: url(/gfx/vp/icons/16x16/facebook.png) no-repeat;
}

.btn-twitter 
{
    background: url(/gfx/vp/icons/16x16/twitter-grey.png) no-repeat;
}
.btn-twitter:hover
{
    background: url(/gfx/vp/icons/16x16/twitter.png) no-repeat;
}

.btn-linkedin 
{
    background: url(/gfx/vp/icons/16x16/linkedin-grey.png) no-repeat;
}
.btn-linkedin:hover 
{
    background: url(/gfx/vp/icons/16x16/linkedin.png) no-repeat;
}

.btn-email 
{
    background: url(/gfx/vp/icons/16x16/email-grey.png) no-repeat;
}
.btn-email:hover 
{
    background: url(/gfx/vp/icons/16x16/email.png) no-repeat;
}