﻿/* GENERAL STYLES */
/*

CSS document for Rentokil Initial Annual Report 
build: OJL 30/01/2008

Structure

    =MAIN LAYOUT 

    =NAVIGATION
        =Support Navigation 
        =Main Navigations 
        =Footer Navigation 

    =CONTENT LAYOUT
        =Global 
        =Columns 

    =TEXT
        =Headers 
        =H1 
        =H2 
        =H3 
        =Specific 
        =General 

    =CONTENT ELEMENTS
        =Line 
        =Paragraph 
        =Images 
        =Links 
        =Lists 
        =XSLT Search 
        =Tables 

    =UTILITY CLASSES

    =DEVELOPMENT STYLES

*/


@import url(/annualreport2008/_shared/standard.css);

html, body
{
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
}

body
{
    background: #e5e5e5;
    font-family: Arial;
}


/* =MAIN LAYOUT 
--------------------------------------------------
*/

#page_wrapper
{
    width: 894px;
    margin: 0 auto;
}

#shadow_wrapper
{
    width: 894px;
    margin: 0 auto;
    background: url(/annualreport2008/_images/bg_shadow_side.png) repeat-y 0 0;
}

#content_wrapper
{
    width: 880px;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
}

#header_wrapper
{
    width: 880px;
    height: 70px;
    background: #fff;
}

#subheader
{
    height: 30px;
    background: #9e2f41 url(/annualreport2008/_images/bg_gradient_subheader.gif) repeat-x 0 0;
}

#footer
{
    width: 894px;
    height: 90px;
    background: url(/annualreport2008/_images/bg_shadow_footer.png) no-repeat 0 0;
    margin: 0 auto;
}


/* =NAVIGATION
--------------------------------------------------
*/


/*------------- =Support Navigation */

#support_nav
{
    float: right;
    margin: 5px 17px 0 0;
    font-size: 11px;
    display: inline;
}

#support_nav ul li
{
    display: inline;
    color: #00628c;
    background: url(/annualreport2008/_images/bg_support_pipe.gif) no-repeat center right;
    padding-right: 3px;
}

#support_nav ul li.last
{
    background: none;
    padding-right: 0;
}


#support_nav ul li a
{
    font-size: 11px;
    height: 15px;
    margin-left: 3px;
    margin-right: 3px;
    color: #8f2738;
}

#support_nav ul li a:hover
{
    /*border-bottom: 2px solid #fff;*/
    text-decoration: underline;
}

#support_nav ul li a.current
{
    color: #000;
}

.searchbox
{
    color: #666;
}

.xsltsearch_form
{
    margin-right: 10px;
}

/*------------- =Main Navigations */

#menu_left ul
{
    width: 229px;
    margin-left: 30px;
    padding-top: 3px;
}

#menu_left ul li
{
    /*background: url(/annualreport2008/_images/bg_menu_dottedline.gif) no-repeat bottom left;*/
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

#menu_left ul li.current
{
    color: #000;
    padding-bottom: 3px;
}

#menu_left ul li.current a
{
    background: url(/annualreport2008/_images/bg_menu_arrow.gif) no-repeat 0 10px;
    font-weight: bold;
    color: #8f2738; /* #8f2738 */
}

#menu_left ul li.current_sub
{
    color: #000;
    padding-bottom: 3px;
}

#menu_left ul li.current_sub a
{
    background: url(/annualreport2008/_images/bg_menu_arrow.gif) no-repeat 0 10px;
    font-weight: bold;
    color: #8f2738;
}

#menu_left ul li.last
{
    background: none;
}

#menu_left ul li a
{
    padding: 5px 0 4px 10px;
    color: #000;
    font-size: 13px;
    background: url(/annualreport2008/_images/bg_menu_arrow.gif) no-repeat 0px 10px;
    font-weight: bold;
    line-height: 1.35em;
    display: block;
}

#menu_left ul li a:hover
{
    color: #000; /* #21bbf5 */
}

#menu_left ul li.current a:hover
{
    color: #07394f;
}

/*-- 2nd level --*/

#menu_left ul li ul
{
    margin-left: 20px;
    margin-bottom: 0;
    padding-bottom: 5px;
    width: 219px;
    padding-top: 2px;
}

#menu_left ul li ul li
{
    background: none;
    padding: 3px 0px 3px 0px !important;
    line-height: 1em;
    border-bottom: none;
}

#menu_left ul li ul li.current a
{
    font-weight: bold !important;
    color: #8f2738 !important;
}

#menu_left ul li ul li a
{
    color: #6e6e6e !important;
    background: none !important;
    font-weight: normal !important;
    display: block;
    font-size: 11px;
    padding: 0;
}

/*-- 3rd level --*/

#menu_left ul li ul li ul.third_level
{
    margin-left: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

#menu_left ul li ul li ul.third_level li
{
    background: none;
    padding: 0;
}

#menu_left ul li ul li ul.third_level li.current a
{
    font-weight: bold !important;
    color: #07394f !important;
}

#menu_left ul li ul li ul.third_level li a
{
    color: #6e6e6e !important;
    background: none !important;
    font-weight: normal !important;
    display: block;
}


/*-------------------- Downloads --*/

#menu_left ul#downloads
{
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 0px 0px;
    float: right;
    width: 125px;
}

#menu_left ul#downloads li
{
    background: none;
    padding: 0 !important;
    margin: 0px 0px 8px 0px !important;
    float: left;
    border: none;
}

#menu_left ul#downloads li a
{
    padding: 0px 0px 0px 10px;
    margin: 0;
    color: #8f2738;
    font-size: 70%;
    display: block;
    line-height: normal;
    font-weight: normal;
    background: none;
}

#menu_left ul#downloads li.split_download
{
    /*background: url(/annualreport2008/_images/bg_menu_arrow.gif) no-repeat 0px 4px;*/
    padding: 0px 0px 0px 10px !important;
    color: #8f2738;
    font-size: 70%;
}

#menu_left ul#downloads li a.pdf_xls
{
    padding: 0px 0px 0px 0px;
    margin: 0;
    color: #8f2738;
    font-size: 100%;
    background: none !important;
    display: inline !important;
    line-height: normal;
}

/*------------- =Footer Navigation */

#footer span
{
    float: right;
    text-align: right;
    font-size: 70%;
    color: #aaaaaa;
    margin: 10px 30px 0 0;
}

#footer_nav_list
{
    font-size: 70%;
    color: #4e6650;
    margin: 10px 0 0 30px;
    float: left;
    display: inline; /*IE6 fix for double margin widths*/
}

#footer_nav_list li
{
    display: inline;
}

#footer_nav_list li a
{
    color: #4e6650;
}

/* =CONTENT LAYOUT
--------------------------------------------------
*/


/*------------- =Global */

#content_container
{
    background: #fff;
    height: 100%;
}

#menu_left
{
    width: 265px; /*background-color: #f9f9fa; border-right: 1px solid #e7e9ec;*/
    height: 100%;
    float: left;
    padding-top: 21px;
    padding-bottom: 28px;
}

#menu_right
{
    width: 200px;
    float: right;
    background-color: #f9f9fa;
    border-left: 1px solid #e7e9ec;
    height: 100px;
}

#content_right_wide
{
    float: right;
    width: 540px;
    margin-top: 26px;
    padding-right: 40px;
}

#content_right_normal
{
    float: left;
    width: 410px;
    margin-top: 26px;
}

#content_right_wide .crw_section
{
    width: 551px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    clear: both;
}

#content_right_wide .last
{
    border-bottom: none;
}

#content_right_wide .crw_section_copy
{
    float: right;
    width: 397px;
}

#content_right_wide .crw_section_copy a
{
    color: #8f2738;
    font-size: 70%;
    background: url(/annualreport2008/_images/bg_menu_arrow.gif) no-repeat 0 4px;
    padding-left: 10px;
}

#content_right_wide .crw_section p
{
    padding-top: 5px;
    margin-bottom: 8px;
    border-top: 1px solid #000;
}

#download_box
{
    width: 217px; /*height: 167px;*/
    margin-left: 30px;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f2f2f2;
}

#tools_holder
{
    float: right;
    padding: 4px 20px 0 0;
}

/*------------- =Columns */



/* =TEXT
--------------------------------------------------  
*/


/*------------- =Headers */

/* =H1 */

h1
{
    font-size: 162%;
    color: #000;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 10px;
}

.sifr_wrapper_h1
{
    min-height: 47px;
    height: auto !important;
    height: 47px;
}

/* =H2 */

h2
{
    font-size: 82%;
    color: #000;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 7px;
    padding-top: 10px;
}

h2.first
{
    padding-top:0;
}


.sifr_wrapper_h2
{
    min-height: 38px;
    height: auto !important;
    height: 38px;
}

.crw_section h2
{
    font-size: 112%;
    color: #000;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 0px;
}

h2.small_blue
{
    font-size: 82%;
    color: #07394f;
    font-family: Arial;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 2px;
    font-family: Arial;
}

h2.small_lblue
{
    font-size: 82%;
    color: #8f2738;
    font-family: Arial;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 2px;
    font-family: Arial;
}

/* =H3 */

h3
{
    font-size: 82%;
    color: #000;
    font-family: Arial;
    font-weight: normal;
    margin-bottom: 7px;
}

/* =Specific */

#report_title
{
    color: #fff;
    font-weight: bold;
    font-size: 0.75em;
    float: left;
    padding: 7px 0 0 32px;
}

span.header_downloadbox
{
    font-size: 75%;
    color: #000;
    font-weight: bold;
    margin-left: 9px;
    margin-top: 0px;
    width: 180px;
}

.sifr_wrapper_download
{
    min-height: 29px; 
    height: auto !important; 
    height: 29px;
}

.key_financials_module
{
    width: 258px;
    float: left;
    border: 1px solid #ededed;
    height: 120px;
    margin-bottom: 25px;
    padding-bottom:10px;
}

.key_financials_module h2
{
    color: #696969;
    padding: 10px 20px 0px 10px;
}

.key_financials_module .border_top_solid
{
    border-top: 1px solid #dfe1e2;
    width: 238px;
    padding: 10px 0px 0px 10px;
}

.key_financials_module .small_pad
{padding-top:6px;}

.key_financials_module .border_top_solid li
{height:18px;}

#statement
{
    width: 142px;
    margin: 9px 18px 30px 0;
    float: left;
}

#statement ul li.name
{
    color: #000;
    font-size: 17px;
}

#statement ul li.title
{
    color: #999;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #999;
}

.biog_wrapper
{
    background: url(/annualreport2008/_images/bg_black_line.gif) repeat-x 0px 0px; /*border-top: 1px solid #000;*/
    padding-top: 12px;
    padding-bottom: 20px;
}

.biog_wrapper ul
{
    float: left;
}

.biog_wrapper ul li.name
{
    color: #000;
    font-size: 17px;
    width: 215px;
}

.biog_wrapper ul li.title
{
    color: #999;
    font-size: 13px;
    font-weight: bold;
}

.biog_wrapper .info
{
    float: right;
    width: 300px;
    margin-right: 15px;
}

/*------------- =General */



/* =CONTENT ELEMENTS
--------------------------------------------------
*/


/*------------- =Line */

/*------------- =Paragraph */

p
{
    font-family: Arial;
    font-size: 70%;
    color: #6a6a6a;
}

p.small
{
    font-family: Arial;
    font-size: 70%;
    color: #6a6a6a;
}

p.section_header
{
    font-size: 17px;
    color: #8f2738;
    font-weight: bold;
}

.sifr_wrapper_p
{
    min-height: 26px;
    height: auto !important;
    height: 26px;
}

p.section_last
{
    padding-bottom: 15px;
}

/*------------- =Images */

#logo_holder
{
    position: absolute;
    top: 23px;
    left: 28px;
}

#banner_holder
{
    position: relative;
    width: 880px;
    height: 300px; /*background: url(/annualreport2008/_images/banners/banner01.jpg) no-repeat 0 0;*/
}

#banner_holder_directors
{
    width: 880px;
    height: 300px;
    background: url(/annualreport2008/_images/board_of_directors/banner01.jpg) no-repeat 0 0;
    position: relative;
}

#banner_holder .banner_copy
{
    position: absolute;
    width: 354px;
    top: 26px;
    left: 19px;
    background: url(/annualreport2008/_images/bg_banner_copy.png);
}

#banner_holder .banner_copy .copy_holder
{
    padding: 17px 17px 17px 17px;
}

#banner_holder .banner_copy p
{
    font-size: 13px;
    color: #666;
}

#banner_holder .banner_copy a
{
    padding-left: 10px;
    color: #8f2738;
    font-size: 11px;
    background: url(/annualreport2008/_images/bg_menu_arrow.gif) no-repeat 0 4px;
}


#flash_required_container
{
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(/annualreport2008/_images/bg_flash_required.png);
    padding: 5px 10px 0px 18px;
    width: 120px;
}

#flash_required_container p
{
    color: #fff;
}

/*------------- =Links */

#tools_holder a
{
    color: #fff;
    font-size: 70%;
}

#tools_holder a.print_page
{
    background: url(/annualreport2008/_images/btn_print.gif) no-repeat 0 0;
    padding: 2px 5px 0px 21px;
}

#tools_holder a.email_page
{
    background: url(/annualreport2008/_images/btn_email.gif) no-repeat 0px 3px;
    padding: 2px 0px 0px 21px;
}

#download_box .link_download
{
    color: #8f2738;
    font-size: 70%;
    padding-left: 10px;
    display: block;
}

#download_box .download_text_holder
{
    float: right;
    width: 145px; /*background: url(/annualreport2008/_images/bg_menu_arrow.gif) no-repeat 0 5px;*/ /*padding-left: 10px;*/
    margin-top: 0px;
}

a.previouspage
{
    padding-left: 16px;
    background: url(/annualreport2008/_images/bg_link_arrow_left.gif) no-repeat left 4px !important;
    color: #8f2738;
    font-size: 70%;
}

a.previouspage:hover
{
    text-decoration: underline;
    color: #8f2738;
}

a.nextpage
{
    padding-right: 16px;
    background: url(/annualreport2008/_images/bg_link_arrow_right.gif) no-repeat right 4px !important;
    color: #8f2738;
    font-size: 70%;
}

a.nextpage:hover
{
    text-decoration: underline;
    color: #8f2738;
}

a.back_to_top, a.back_to_top_module
{
    float: left;
    width: auto;
    margin-top: 20px;
    padding-left: 16px !important;
    background: url(/annualreport2008/_images/bg_back_to_top.gif) no-repeat center left !important;
    color: #8f2738;
    font-size: 70%;
}

a.back_to_top_module
{
    margin-top: 0px;
    margin-bottom:12px;
    background: url(/annualreport2008/_images/bg_arrow_grey_up.gif) no-repeat left 5px;
}

a.back_to_top:hover
{
    text-decoration: underline;
    color: #8f2738;
}

#links_left li a, #links_right li a, #content_right_wide a
{
    color: #8f2738;
    font-size: 11px;
}

#links_left li a, #links_right li a
{
    background: url(/annualreport2008/_images/bg_arrow_down.gif) no-repeat 0 4px;
    padding-left: 10px;
}

ul.noarrow li a
{
    background: none !important;
    padding-left: 0 !important;
}

.transcript
{
    float: right;
    width: auto;
    padding-right: 12px;
    padding-top: 5px;
    margin-bottom: 15px;
}

.anchor
{
    margin: 0px !important;
    padding: 0px !important;
    background: none !important;
}

.body_link
{
    margin: 0px !important;
    padding: 0px !important;
    background: none !important;
    font-size: 100% !important;
}

a.notes_link
{
    color: #8f2738 !important;
    text-decoration: underline;
}

a.findoutmore
{
    display: block;
    width: 97px;
    height: 17px;
    background: url(/annualreport2008/_images/btn_findoutmore.gif) no-repeat 0 0 !important;
}

a.findoutmore span
{
    display: none;
}

/*------------- =Lists */

#menu_left ul
{
    margin-bottom: 28px;
}

ul.title_data
{
    font-family: Arial;
    margin: 0;
    padding: 0;
}

ul.title_data li.title
{
    color: #000000;
    font-size: 82%;
    font-weight: bold;
}

ul.title_data li.data
{
    color: #696969;
    font-size: 164%;
}

ul.title_data_big
{
    font-family: Arial;
    margin: 0;
    padding: 0;
}

ul.title_data_big li.title
{
    color: #8f2738;
    font-size: 82%;
    font-family: Arial;
    font-weight: bold;
}

ul.title_data_big li.data
{
    color: #696969;
    font-size: 250%;
}

ul.management
{
    font-family: Arial;
    margin: 0;
    padding: 0;
}

ul.management li.name
{
    color: #8f2738;
    font-size: 82%;
    font-family: Arial;
    font-weight: bold;
}

ul.management li.title
{
    margin-bottom: 5px;
    font-size: 82%;
    color: #8f2738;
}

ul.management li.biog
{
    font-size: 82%;
    color: #6a6a6a;
}

ul.directors
{
    font-family: Arial;
    margin: 0;
    padding: 0;
}

ul.directors li.name
{
    color: #8f2738;
    font-size: 82%;
    font-family: Arial;
    font-weight: bold;
    padding: 0px 10px 8px 10px;
    border-bottom: 1px dotted #dfe1e2;
    line-height: normal;
}

ul.directors li.name span
{
    text-transform: none;
    font-weight: normal;
    font-family: Arial;
}

ul.directors li.biog
{
    padding: 8px 8px 0px 8px;
    font-size: 70%;
    color: #6a6a6a;
    font-family: Arial;
}

ol.chairmans_letter
{
    color: #6a6a6a;
    font-size: 70%;
    margin-left: 40px;
    font-family: Arial;
    font-weight: bold;
}

/*ol.chairmans_letter li span
{
    color: #8f2738;
    text-transform: uppercase;
}*/

ol.notes
{
    color: #6a6a6a;
    font-size: 82%;
    font-family: Arial;
}

ol.notes li
{
    margin-bottom: 10px;
}

ul.signature
{
    font-family: Arial;
    font-size: 70%;
    margin-top: 15px;
    font-weight: bold;
}

ul.signature li.blue
{
    color: #8f2738;
}

ul.content
{
    font-family: Arial;
    font-size: 82%;
    color: #6e6e6e;
    list-style-type: disc;
    padding-left: 15px;
    margin-bottom: 15px;
}

ul.content li
{
    margin-bottom: 5px;
}

ol.content
{
    font-family: Arial;
    font-size: 82%;
    color: #6e6e6e;
    margin-bottom: 15px;
}

ol.content li
{
    margin-bottom: 5px;
}

ul.chart
{
    font-family: Arial;
    font-size: 82%;
    color: #6e6e6e;
    margin-bottom: 10px;
}

ul.chart li
{
    margin-bottom: 0px;
}

ul.address
{
    font-family: Arial;
    font-size: 0.70em;
    line-height: 1.3;
    color: #6a6a6a;
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 15px;
}

ul.address li
{
    margin-bottom: 0px;
}

.linkscolumns
{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 7px 0px;
}

.linkscolumns h2
{
    padding-top: 0px;
    margin-bottom: 4px;
}

.linkscolumns .floatLeft
{
    width: 220px;
    margin-bottom: 6px;
}

ul#links_left li, ul#links_right li
{
    line-height: 1;
}

ul#sitemap
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul#sitemap li ul.sub
{
    margin-left: 20px;
    color: #07394f;
}

ul#sitemap li ul.sub li a
{
    color: #6e6e6e;
}

ul#sitemap li ul.sub li ul#subsub
{
    margin-left: 20px;
}

ul#sitemap li ul.sub li ul#subsub li a
{
    color: #6e6e6e;
}


ul.bullet_list
{
    padding-bottom: 1px;
}

ul.bullet_list li
{
    margin-bottom: 7px;
    font-size: 0.70em;
    list-style-type: none;
    background: url(/annualreport2008/_images/bg_bullet_list.gif) no-repeat 0px 5px;
    padding-left: 12px;
    line-height: 1.3;
    margin-left: 20px;
    color: #6a6a6a;
}
ul.bullet_list li p
{
    font-size: 1em;
}

ol li
{
    font-size: 0.70em;
    line-height: 1.3;
    color: #6a6a6a;
}


/*------------- =XSLT Search */

#form_search
{
    float: right;
    position: absolute;
    top: 41px;
    right: 10px;
}

#query_string
{
    height: 15px;
    width: 121px;
    font-size: 11px;
    position: absolute;
    top: 0px;
    right: 27px;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 1px 0 0 1px;
}


/*------------- =Tables */

#key_performance_indicators
{
    border-top: 1px solid #8f2738;
    border-bottom: 1px solid #8f2738;
    width: 540px;
    font-family: Arial;
    font-size: 70%;
    color: #000;
    text-align: right;
    margin-bottom: 30px;
}

#key_performance_indicators th
{
    width: 252px;
    vertical-align: bottom;
    border-bottom: 1px solid #8f2738 !important;
}

#key_performance_indicators .hl_light
{
    background: #f4e9eb;
    width: 117px;
}

#key_performance_indicators .col_last
{
    width: 117px;
}

#key_performance_indicators .textleft
{
    text-align: left;
}

#key_performance_indicators thead tr th
{
    padding: 17px 9px 7px 9px;
    border-bottom: 1px solid #bcc6c9;
}

#key_performance_indicators tbody tr td
{
    padding: 7px 9px 5px 9px;
    border-bottom: 1px solid #aeaeae;
    vertical-align: top;
}

#key_performance_indicators tbody tr.last td
{
    border-bottom: none;
}

#key_performance_indicators tbody tr:hover td
{
    background: #8f2738;
    cursor: default;
    color: #fff;
}


#download_centre
{
    width: 100%;
    font-family: Arial;
    font-size: 70%;
    color: #6a6a6a;
    text-align: left;
    margin-bottom: 30px;
}

#download_centre .pdf
{
    width: 85px;
}

#download_centre .excel
{
    width: 85px;
}

#download_centre thead tr th
{
    padding-bottom: 6px;
    border-bottom: 1px solid #e5e5e5;
}

#download_centre tbody tr td
{
    padding: 16px 0px 16px 0px;
    border-bottom: 1px dotted #b2b2b2;
    font-weight: bold;
}

#download_centre tbody tr.top_padding td
{
    padding: 8px 0px 16px 0px;
}

#download_centre tbody tr.noborder td
{
    border-bottom: none;
    padding: 8px 0 8px 0;
}

#download_centre tbody tr.bottom td
{
    border: 0;
}

#download_centre tbody tr td.indent
{
    padding-left: 20px;
    font-weight: normal;
}

#download_centre tbody tr.preindent td
{
    padding-top: 16px;
}

#download_centre tbody tr td.last
{
    border-bottom: 1px dotted #b2b2b2;
}

#download_centre tbody tr td a
{
    color: #8f2738;
    font-weight: normal;
    text-decoration: none;
}

#download_centre tbody tr td a.border
{
    padding-left: 20px;
    background: url(/annualreport2008/_images/bg_menu_arrow.gif) no-repeat 10px 4px;
    border-left: 1px solid #8f2738;
}

#download_centre tbody tr:hover td a
{
    color: #8f2738 !important;
    text-decoration: underline;
}

#download_centre .subitem
{
    font-weight: normal;
}

#central_costs
{
    border-top: 1px solid #8f2738;
    border-bottom: 1px solid #8f2738;
    width: 540px;
    font-family: Arial;
    font-size: 70%;
    text-align: right;
    margin-bottom: 30px;
}

#central_costs th
{
    width: 50px;
    vertical-align: bottom;
    border-bottom: 1px solid #8f2738 !important;
}

#central_costs .lblue
{
    background: #ebf7fb;
}

#central_costs .dblue
{
    background: #e2f3f9;
}

#central_costs .textleft
{
    text-align: left;
}

#central_costs thead tr th
{
    padding: 17px 9px 7px 9px;
    border-bottom: 1px solid #bcc6c9;
}

#central_costs tbody tr td
{
    padding: 7px 9px 5px 9px;
    border-bottom: 1px solid #abafb1;
    vertical-align: top;
}

#central_costs tbody tr:hover td
{
    background: #8f2738;
    cursor: default;
    color: #fff;
}

#central_costs tbody tr.last td
{
    border-bottom: none;
}






#net_debt_cash_flow
{
    border-top: 1px solid #8f2738;
    border-bottom: 1px solid #8f2738;
    width: 540px;
    font-family: Arial;
    font-size: 70%;
    text-align: right;
    margin-bottom: 30px;
}

#net_debt_cash_flow th
{
    width: 50px;
    vertical-align: bottom;
    border-bottom: 1px solid #8f2738 !important;
}

#net_debt_cash_flow th.noborder
{
    border: 0px !important;
}

#net_debt_cash_flow .lblue
{
    background: #ebf7fb;
}

#net_debt_cash_flow .dblue
{
    background: #e2f3f9;
}

#net_debt_cash_flow .textleft
{
    text-align: left;
}

#net_debt_cash_flow .textcenter
{
    text-align: center;
}

#net_debt_cash_flow thead tr th
{
    padding: 17px 9px 7px 9px;
    border-bottom: 1px solid #bcc6c9;
}

#net_debt_cash_flow thead tr.nopadding th
{
    padding: 7px 9px 7px 9px;
}

#net_debt_cash_flow tbody tr td
{
    padding: 7px 9px 5px 9px;
    border-bottom: 1px solid #abafb1;
    vertical-align: top;
}

#net_debt_cash_flow tbody tr:hover td
{
    background: #8f2738;
    cursor: default;
    color: #fff;
}

#net_debt_cash_flow tbody tr.last td
{
    border-bottom: none;
}







#three_column
{
    border-top: 1px solid #8f2738;
    border-bottom: 1px solid #8f2738;
    width: 540px;
    font-family: Arial;
    font-size: 70%;
    color: #000;
    text-align: right;
    margin-bottom: 30px;
}

#three_column th
{
    width: 252px;
    vertical-align: bottom;
    border-bottom: 1px solid #8f2738 !important;
}

#three_column .hl_light
{
    background: #f4e9eb;
    width: 117px;
}

#three_column .col_last
{
    width: 117px;
}

#three_column .textleft
{
    text-align: left;
}

#three_column thead tr th
{
    padding: 17px 9px 7px 9px;
    border-bottom: 1px solid #bcc6c9;
}

#three_column tbody tr td
{
    padding: 7px 9px 5px 9px;
    border-bottom: 1px solid #aeaeae;
    vertical-align: top;
}

#three_column tbody tr.last td
{
    border-bottom: none;
}

#three_column tbody tr:hover td
{
    background: #8f2738;
    cursor: default;
    color: #fff;
}

#four_column
{
    border-top: 1px solid #8f2738;
    border-bottom: 1px solid #8f2738;
    width: 540px;
    font-family: Arial;
    font-size: 70%;
    text-align: right;
    margin-bottom: 30px;
}

#four_column th
{
    width: 117px;
    vertical-align: bottom;
    border-bottom: 1px solid #8f2738 !important;
}

#four_column .col_notes
{
    background: #fbfcf8;
}

#four_column .col_highlight
{
    background: #f4e9eb;
}

#four_column .textleft
{
    text-align: left;
}

#four_column thead tr th
{
    padding: 17px 9px 7px 9px;
    border-bottom: 1px solid #bcc6c9;
}

#four_column tbody tr td
{
    padding: 7px 9px 5px 9px;
    border-bottom: 1px solid #abafb1;
    vertical-align: top;
}

#four_column tbody tr:hover td
{
    background: #8f2738;
    cursor: default;
    color: #fff;
}

#four_column td a
{
    background: none;
    padding: 0px;
    color: #6a6a6a;
}

#four_column tbody tr.last td
{
    border-bottom: none;
}


#six_column
{
    border-top: 1px solid #8f2738;
    border-bottom: 1px solid #8f2738;
    width: 540px;
    font-family: Arial;
    font-size: 70%;
    text-align: right;
    margin-bottom: 30px;
}

#six_column th
{
    width: 72px;
    vertical-align: bottom;
    border-bottom: 1px solid #8f2738 !important;
}

#six_column .col_highlight
{
    background: #f4e9eb;
}

#six_column .textleft
{
    text-align: left;
}

#six_column thead tr th
{
    padding: 17px 9px 7px 9px;
    border-bottom: 1px solid #8f2738 !important;
}

#six_column tbody tr td
{
    padding: 7px 9px 5px 9px;
    border-bottom: 1px solid #abafb1;
    vertical-align: top;
}

#six_column tbody tr:hover td
{
    background: #8f2738;
    cursor: default;
    color: #fff;
}

#six_column tbody tr.last td
{
    border-bottom: none;
}

table a
{
    color: #8f2738 !important;
}

table tr:hover a
{
    color: #fff !important;
}


/*------------- =Expanding Modules */
.expanding_module
{
    border-bottom: 1px solid #ffffff;
}

.expanding_module div.module_header
{
    height: 30px;
    background: #9e2f41 url(/annualreport2008/_images/expanding_modules/bg_header.jpg) repeat-y top right;
}

.expanding_module .module_header a.header_link
{
    display: block;
    width: 530px; /* inherits 10px left padding */
    padding-top: 7px;
    padding-bottom: 6px;
    color: #ffffff !important;
    font-size: 94% !important;
    font-weight: bold !important;
    padding-left: 10px;
    text-transform: capitalize;
}

.expanding_module .module_header a.header_link:hover
{
    text-decoration: none;
}


.expanding_module .module_header a.open
{
    background: url(/annualreport2008/_images/expanding_modules/bg_header_arrowr.gif) no-repeat right 4px !important;
}

.expanding_module .module_header a.close
{
    background: url(/annualreport2008/_images/expanding_modules/bg_header_arrowd.gif) no-repeat right 4px !important;
}

.expanding_module .module_body
{
    background: #f9f9f9;
}

.expanding_module .padded
{
    padding: 20px 25px 20px 25px;
}

.expanding_module .border_top_bottom
{
    border-top: 1px dotted #dfe1e2;
    border-bottom: 1px dotted #dfe1e2;
    padding: 10px 0px 6px 0px;
    margin: 15px 0px 15px 0px;
}

.first_module
{
    margin-top: 15px;
}

/*------------- =Search Results */
#content_right_wide .phpdiginputtext
{
    float: left;
    height: 17px;
    width: 121px;
    background: url(/annualreport2007/_images/bg_search_textbox2.gif) no-repeat 0 0;
    font-size: 70%;
    border: 0;
    padding: 1px 3px 0 1px;
    color: #359ebb;
}

#content_right_wide .phpdiginputsubmit
{
    float: left;
    margin: 0;
    padding: 0;
    height: 17px !important;
    font-size: 0;
    line-height: normal;
}

ul.page_navigation li
{
    float: left;
    width: auto;
    padding: 0px 7px 0px 7px !important;
    margin: 0px !important;
    height: 15px !important;
    font-size: 70%;
    border-left: 1px solid #DFE1E2;
}

ul.page_navigation li.previous
{
    padding-left: 10px !important;
    background: url(/annualreport2007/_images/bg_link_arrow_left.gif) no-repeat left 6px !important;
    color: #6a6a6a;
    border: none;
}

ul.page_navigation li.next
{
    padding-right: 10px !important;
    background: url(/annualreport2007/_images/bg_link_arrow_right.gif) no-repeat right 6px !important;
    color: #6a6a6a;
    margin-right: 0px !important;
}

ul.page_navigation li.current
{
    color: #6a6a6a;
}

#content_right_wide ul.page_navigation li a
{
    background: none;
    margin: 0px;
    padding: 0px;
    color: #0094cc;
}

.phpdigRelevance
{
    font-size: 70%;
    font-weight: normal;
    color: #6a6a6a;
    padding-top: 2px;
}

.phpdigResult strong
{
    font-size: 82% !important;
    color: #6a6a6a !important;
}

a.phpdig
{
    margin: 0px !important;
    padding: 0px !important;
    background: none !important;
    font-size: 82% !important;
    color: #6a6a6a !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

p.email_text
{padding-bottom:0!important;
margin-bottom:0!important;
margin-top:10px;}

/* =UTILITY CLASSES
--------------------------------------------------
*/

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.nodisplay
{
    display: none;
}

.anchor
{
    visibility: hidden;
}

.nomargin
{
    margin: 0;
}

.noborder
{
    border: none;
}

.plainlink
{
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

.clearer
{
    clear: both;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.spacer
{
    clear: both;
    height: 8px;
    line-height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.clearfix:after
{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}

.clearfix
{
    display: block;
}
/* End hide from IE-mac */

.hr
{
    border-top: 1px solid #000;
    margin-top: 10px;
    margin-bottom: 14px;
}

.hr_dotted
{
    border-top: 1px dotted #dfe1e2;
    margin-top: 17px;
    margin-bottom: 19px;
}

.hr_dotted2
{
    background: url(/annualreport2008/_images/bg_menu_dottedline.gif) repeat-x top left;
    height: 15px;
    margin-top: 15px;
}

.hr_dotted3
{
    border-top: 1px dotted #dfe1e2;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*----- =DEVELOPMENT STYLES -----*/

.debug
{
    color: Red;
    border: 1px solid red;
    padding: 5px;
}

.pending
{
    color: Red;
    font-weight: bold;
}
