﻿/*------------------------------------------------------------------------------------------------*/
/*-                                              PRINT.CSS                                       -*/
/*-                                    STYLE SHEET USED FOR PRINTING                             -*/
/*-                     ALL VALUES MUST BE REDECLARED FOR PRINT AND NONE ESSECIAL ELEMENTS       -*/
/*-      HIDDEN TO MAKE A BETTER PRINTOUT, THIS MUST BE RE-CREATED FOR EVERY WEBSITE!!!          -*/
/*------------------------------------------------------------------------------------------------*/

.bold {
 font-weight: bold
}

.center {
 text-align: center
}

.clear {
 clear: both
}

.ErrorLabels {
 color: #ff0000;
 font-size: 11px;
 font-weight: bold
}

.floatleft {
 float: left;
 padding: 1px 1px 1px 1px
}

.floatright {
 float: right;
 padding: 1px 1px 1px 1px
}

h1.centre {
 text-align: center
}

h1.left {
 text-align: left
}

h1.right {
 text-align: right
}

h2.centre {
 text-align: center
}

h2.left {
 text-align: left
}

h2.right {
 text-align: right
}

h3.centre {
 text-align: center
}

h3.left {
 text-align: left
}

h3.right {
 text-align: right
}

hr {
 border-bottom: solid 0px #cccccc;
 border-left: solid 0px #cccccc;
 border-right: solid 0px #cccccc;
 border-top: solid 1px #d9d9d9;
 margin: 20px 0px 15px 0px;
 width: 100%
}

img {
 border: 0px;
 margin: 0px;
 padding: 0px
}

img.center {
 text-align: center
}

img.left {
 float: left
}

img.right {
 float: right
}

p.centre {
 text-align: center
}

p.left {
 text-align: left
}

p.right {
 text-align: right
}

td {
 vertical-align: top
}






/* ################################### HEADER LAYOUT #################################*/

#headercontainer {
display:none;
}

/* ################################### NAV LAYOUT #################################*/

#navigationcontainer {
display:none;
}

/* ################################### BREADCRUMB LAYOUT #################################*/

#ctl00_mainarea_breadcrumb {
display:none;
}

/* ################################### PAGE LAYOUT #################################*/

#ctl00_mainarea_content2 {
 float: none;
}

#ctl00_mainarea_content3 {
display:none;
}

#ctl00_maincontainer.copy {
}

#ctl00_mainarea_content1.copy {
display:none;
}

#ctl00_mainarea_content3.copy {
 float: none;
 display:block;
}

/*######################################## QUOTE BOXES LAYOUT ##############################*/

.quotes {
 background: url(../images/paper-staple.jpg) no-repeat;
 display: block;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 232px
}

.quotestop {
 display: block;
 padding: 15px 0px 0px 20px;
 background: none;
}

.quotesmiddle {
 background: #fff;
 display: block;
 padding: 5px 15px 1px 15px;
}

#ctl00_mainarea_content1 .quotesmiddle ul {
margin:0px;
padding:15px 0px 10px 0px;
border-top:solid 1px #ccc;
}

#ctl00_mainarea_content1 .quotesmiddle ul li {
margin:0px;
padding:0px 0px 6px 20px;
background: url(../images/arrow_bullet_quote.jpg) no-repeat;
background-position:top left;
}

.quotesbottom {
 border-bottom:solid 1px #ccc;
 display: block;
}


/*######################################## BLOG LAYOUT ##############################*/

#categories {
padding:0px;
}

#categories ul.categories {
 background: none;
 padding:0px 0px 0px 0px;
 margin:0px;
}

#categories ul.categories li {
 background: none;
 padding:0px;
 margin:0px;
}

.blogStory {
border-bottom:solid 1px #ccc;
margin-bottom:15px;
padding-bottom:15px;
}

#topics,
#archive {
background: #fff url(../images/paper-staple.jpg) no-repeat top left;
width:198px;
padding:17px;
margin-bottom:20px;
}

#blogArea p.blogTitle a {
font-family: Georgia;
color:#323232;
font-size:1.55em;
font-weight:normal;
}

#blogArea p.blogComment {
padding: 0px 0px 20px 0px;
margin:0px;
}

#blogArea p.dateTopic {
padding:0px;
margin:0px;
font-size:0.9em;
}

#blogArea p.dateTopic a,
#blogArea p.blogComment a,
#postedOn p.dateTopic a {
color: #d16200;
font-weight:normal;
}

#postedOn {
border-top: solid 1px #ccc;
padding: 5px 0px 0px 0px;
}


table#ctl00_mainarea_ctl05_GridView1 tr.pager a,
table#ctl00_mainarea_ctl05_GridView1 tr.pager span {
color: #252a87;
font-weight:bold;
text-decoration: none;
}

table#ctl00_mainarea_ctl05_GridView1 tr.pager a:hover {
text-decoration: underline;
}

/*######################################## NEWSROOM / PRESS RELEASE LAYOUT ##############################*/

.newsoverview {
 display: block;
 height:auto !important;
 height: 120px;
 margin: 18px 0px 0px 0px;
 min-height: 130px;
 border-bottom:solid 1px #e0e0e0;
}

.newsoverview img {
float:left;
margin-right:25px;
}

#ctl00_mainarea_content3.copy .newsoverview a.newsTitle {
color: #d16200;
font-family: Times, Times New Roman, Georgia;
font-size:1.3em;
font-weight: bold;
}

#ctl00_mainarea_content3.copy .newsoverview span.newsTitle {
color: #323232;
font-family: Times, Times New Roman, Georgia;
font-size:1.2em;
font-weight: bold;
}

#ctl00_mainarea_content3.copy .newsoverview span.sectorLine {
font-size:0.9em;
font-weight: normal;
}

#ctl00_mainarea_content3.copy .newsoverview span.sector {
color: #d16200;
font-size:0.9em;
font-weight: normal;
}


.dropList{
float: left;
margin: 0 3px 0 0;
}

#drop{
display: none;
}

.pressoverview {
 display: block;
  min-height:110px;
  height:110px;
 height:auto !important;
 margin: 18px 0px 0px 0px;
 border-bottom:solid 1px #e0e0e0;
 padding-bottom:20px;
}

#ctl00_mainarea_content3.copy .pressoverview a.downloadPdf {
color: #d16200;
font-weight: normal;
float:none
}

#ctl00_mainarea_content3.copy .pressoverview span.pressTitle {
color: #323232;
font-weight: bold;
font-family: "Georgia", Times, Times New Roman;
}

#ctl00_mainarea_content3.copy .pressoverview p {
}

#News-Pagination {
 display: none;
}

.newsoverview img {
 display:none;
}


/*########################################FOOTER LAYOUT##############################*/

#footercontainer {
 width: 100%;
 margin-top:10px;
}

#footer {
 margin: 0 auto;
 width: 982px;
 background: #fff url(../images/footer_logos.png) no-repeat right;
 border-top:solid 5px #ff7800;
 height:50px;
 text-align: center;
 padding-top:10px;
}

#copyright {
 width: 982px;
 margin: 10px auto 10px auto;
}





















body {
 color: #7a7a7a;
 font-family: Arial, Verdana, Sans-Serif;
 font-size:12pt;
}

/*################################################### COPY STYLES ####################*/

#ctl00_maincontainer h1, #ctl00_mainarea_content3.copy h1 {
 font-weight: normal;
 color: #252a87;
 font-size: 15pt;
 font-family: Georgia;
}

#ctl00_maincontainer h2 {
color: #252a87;
font-family: Georgia, Times, Times New Roman;
padding:0px 0px 6px 0px;
margin:0px;
font-size:12pt;
}

#ctl00_maincontainer h3 {
color: #252a87;
font-family: Georgia, Times, Times New Roman;
padding:0px 0px 6px 0px;
margin:0px;
font-size:12pt;
}

#ctl00_maincontainer h4 {
 color: #003579;
 font-size: 12pt;
 font-weight: bold;
 margin: 0px 0px 0px 0px
}

#ctl00_maincontainer p {
 margin: 0px 0px 20px 0px
}

#ctl00_maincontainer a {
 color: #d16200;
 text-decoration: none;
}

#ctl00_maincontainer a:hover {
 text-decoration: underline
}

#ctl00_maincontainer strong {
 font-weight: bold
}

#ctl00_maincontainer em {
 font-style: italic
}

#ctl00_maincontainer ul {
 list-style: none none;
 margin: 0px 0px 10px 5px;
 padding: 0px 0px 0px 0px
}

#ctl00_maincontainer ul li {
 list-style: none none;
 margin: 2px 0px 2px 0px;
 padding: 0px 0px 0px 22px;
 background:url(../images/arrow_bullet_copy.jpg) no-repeat left top ;
}

#ctl00_maincontainer ol {
 list-style: decimal;
 margin: 0px 0px 10px 20px;
 padding: 0px 0px 0px 0px
}

#ctl00_maincontainer ol li {
 list-style: decimal;
 padding: 0px 0px 10px 10px
}

/* start to declare more specific stylings if required if they are slightly different to the base styles*/
/* a linked h2 needs to redeclared as the browser will use defaults for example*/
#ctl00_maincontainer h2 a {
 color: #252a87;
}

#ctl00_maincontainer.copy ul.SiteMap {
 list-style: none none;
}

#ctl00_maincontainer.copy ul.SiteMap li {
 list-style: none none;
 background: none;
}

#ctl00_maincontainer.copy ul.SiteMap li a {
font-weight:normal;
}

#strapline p {
color:#34398f;
font-family: Georgia, Times New Roman, Times;
font-size:1.9em;
padding:0px 0px 20px 0px;
}

#strapline p a,
#strapline p a:visited {
color:#34398f;
font-family: Georgia, Times New Roman, Times;
text-decoration: none;
}

#strapline p a:hover {
text-decoration: underline;
}


#strapline p span.number {
font-size: 1.5em;
line-height:0;
padding:0px;
margin: 0px;
}

/* ############################################# HOMEPAGE LINED PAPER ITEMS ###################################*/


#ctl00_mainarea_content1 ul {
margin:0px 0px 10px 0px;
padding:0px;
}

#ctl00_mainarea_content1 ul li {
margin:0px;
padding:0px 0px 0px 20px;
list-style: none none;
background: url(../images/arrow_bullet.jpg) no-repeat center left;
font-size:0.9em;
line-height:1.35em;
}

#ctl00_mainarea_content1 ul li a {
color:#d16200;
font-weight:normal;
}




/* ############################################# QUOTE BOXES ###################################*/

/*styling for the quoteboxes and contents if that looks different to the base styling of swirl output*/
/*for example lists maybe different in the quote boxes than the main document*/
.quotes {
 color: #323232;
 font-size: 1em;
 line-height: 1.4em
}

.quotestop {
 font-weight: normal;
 color: #252a87;
 font-size: 1.2em;
 font-family: Georgia;
 }

.quotes p {
 margin: 0px 0px 10px 0px
}

#ctl00_maincontainer .quotes h4 {
 color: #7b7b7b;
 font-size: 0.9em;
 font-weight: normal;
 margin: 0px 0px 10px 0px
}

/*############################################## .NET PAGER STYLING ###############################*/

/*used for gridviews if used*/
#ctl00_maincontainer tr.pager a {
 color: #696969;
 height: 35px;
 padding: 0px 0px 0px 3px;
 text-decoration: underline;
 width: 11px
}

#ctl00_maincontainer tr.pager span {
 color: #005983
}
/* ################################### BREADCRUMB STYLES  #################################*/

#ctl00_mainarea_breadcrumb {
 color: #bcbdd4;
 font-size: 0.85em;
 font-weight:normal;
 line-height:0px;
}

#ctl00_mainarea_breadcrumb a {
 color: #bcbdd4;
 text-decoration: none
}

#ctl00_mainarea_breadcrumb a:hover {
 text-decoration: underline
}
/*######################################FOOTER STYLES###############################*/

/* base footer styles, different footer elements maybe require extra declaration if different*/

#footercontainer p {
padding:4px 0 0px 0;
margin:0px;
color:#2a2a2a;
font-size: 1.1em;
line-height: 1.4em;
text-align: center
}

#footer {
text-align: center;
padding-bottom:10px;
}

#footer p {
padding:10px 0px 0px 240px;
float: left;
}

#footer a,
#copyright a {
 color: #2a2a2a;
 text-decoration: none
}

a.rms {
display: block;
width:50px;
height:50px;
float: right;
margin-right:85px;
}

#footer a:hover,
#copyright a:hover {
 text-decoration: underline
}


/*################################################################################################
########################### FORM ELEMENTS STYLING ###############################################*/

/*creat a paragrapgh to conatin the label and textbox*/
#ctl00_maincontainer p.form_element{
 clear: left;
 margin: 0;
 padding: 0px 0px 0px 0px;
 padding-left: 10px;/*width of left column containing the label elements*/
 width: 550px;
}
/*float a label of a certain width with the text aligned right to align the textbox perfectly next to 
the label, this will create a column effect*/
.form_element label{
 color: #323232;
 float: left;
 font-size: 12px;
 line-height: 15px;
 margin: 0px;
 margin-left: 0px;/*width of left column*/
 padding: 0px 20px 0px 0px;
 text-align: right;
 width: 210px;/*width of labels. Should be smaller than left column (155px) to create some right margin*/
 text-align: left;
}

.form_element span label{
 float: none;
 font-weight: normal
}

/*textboxes are styled by using a class as ie 6 will not style them any other way.*/
.textboxes {
 background: #ffffff;
 border: solid 1px #8e8e8e;
 color: #5e5e5e;
 font-size: 1em;
 height: 17px;
 margin: 0px 0px 0px 0px;
 padding: 2px 2px 2px 2px;
 vertical-align: top;
 width: 250px
}

.textarea {
 font-family: Arial;
 border: solid 1px #8e8e8e;
 color: #5e5e5e;
 font-size: 1em;
}

.dropmenu {
 font-family: Arial;
 border: solid 1px #8e8e8e;
 color: #5e5e5e;
 font-size: 1em;
 padding: 1px 1px 1px 1px;
}

/*Required field asterix*/
.asterix {
 color: #FF0000
}
/*used on a label if you need to display an error with a form, login for example*/
.error {
 color: #FF0000;
 font-weight: bold
}
/* ############################################### EXPANDABLE BOXES ###############################*/

/*Styling for the things you click on*/
#ctl00_maincontainer a.MenuTop {
 background: url(../images/expand.gif) no-repeat center left;
 border-bottom: dotted 1px #8c8c8c;
 color: #d16200;
 cursor: pointer;
 display: block;
 padding: 3px 0px 3px 18px;
 width: 630px;
 margin-bottom:10px;
}

/*by default a link underlines on hover, turn it off*/
#ctl00_maincontainer a.MenuTop:hover {
 text-decoration: none
}
/*class to change too when clicked*/
#ctl00_maincontainer a.MenuTopon {
 background: url('../images/collapse.gif') no-repeat center left;
}
/*container for the expandable content*/
.expandable_box {
 border: solid 0px #000;
 padding: 0px 10px 0px 18px;
 width: 630px
}




#headercontainer, #navigationconatiner, #ctl00_mainarea_content4, #ctl00_mainarea_content1,
#footercontainer {
 display:none;
}