@charset "utf-8";


/****************************************************/
/* TAG STYLE DEFINITIONS aka SKINS                  */
/****************************************************/

#container.ext {
	width: 537px;
	margin-left:10px;
}
#extNav {
	border-bottom:#D5D5D5 solid 1px;
}
#container.ext #mainContent h1 {
	font-size: 1.1em;
}
#container.ext #mainContent {
	margin-top: 20px;
}
#container.ext #sidebar1 {
	margin-top: 20px;
}
#container.ext #headerBottomContainer ul {
	margin-left: 3px;
	padding:0px;
	margin:0px;
}
#container.ext #headerBottomContainer ul li {
	display: inline; 
	list-style-type: none;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.8em;
	padding:0px;
	margin:0px;
}
#container.ext #headerBottomContainer ul li a {
	text-decoration: none;
	background-color: #D5D5D5;
	padding: 0px 10px 0px 11px;
	color: #044C6C;
	border-left:#FFFFFF solid 1px;
	border-right:#D5D5D5 solid 1px;
}
#container.ext #headerBottomContainer ul li a.sel {
	background-color: #ffffff;
	border-right:#ffffff solid 1px;
	font-weight:bold;
}
#container.ext #headerBottomContainer ul li a:hover {
	background-color: #ffffff;
	border-right:#ffffff solid 1px;
}
#container.ext #headerBottomContainer ul li a.endOne:hover {
	background-color: #ffffff;
	border-right:#D5D5D5 solid 1px;
}
#container.ext #sidebar1 ul li.investorRelations a.navItemSel {
	color: #007fd6;
	
}
#container.ext #sidebar1 ul li.corporateGovernance a.navItemSel{
	color: #007fd6;
}
#container.ext #sidebar1 ul li.mediaCentre a.navItemSel{
	color: #007fd6;
}
#container.ext #sidebar1 ul li.corporateResponsibility a.navItemSel{
	color: #007fd6;
}
#container.ext #sidebar1 ul li.careers a.navItemSel{
	color: #007fd6;
	font-weight:bold;
}


/* Other non-contacts pages */

#container.others #mainContent {
	margin-left:0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0px;
	border-left: 0px;
}

table.printBasketTable {
	font-size: 0.7em;
}
table.printBasketTable th{
	margin: 0px;
	padding: 4px;
	border-bottom: #D5D5D5 1px solid;
}
table.printBasketTable th.leftBorder{
	border-left: #D5D5D5 1px solid;
}
table.printBasketTable .rightBorder{
	border-right: #D5D5D5 1px solid;
}
table.printBasketTable .noBold{
	font-weight: normal;
}
table.printBasketTable td{
	margin: 0px;
	padding: 4px;
	border-left: #D5D5D5 1px solid;
	border-bottom: #D5D5D5 1px solid;
	text-align:center;
}
table.printBasketTable td.printTitle{
	text-align:right;
	width:300px;
}

#emailUpdatesForm {
	border-top:#0082c8 2px solid;
	margin: 0px; 
	padding: 0px;
	background-color:#FFFFFF;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#emailUpdatesForm .emailUpdatesButton{
	margin: 0px; 
	padding: 0px;
	border: 0px;
	margin-top: 5px;
	margin-right: 5px;
	height:20px;
	color: #ffffff;
	font-size: 1em;
	background-color:#0082c8;
}

div.innerFormUnderline {
	border-bottom: #cccccc 1px solid;
	width:388px;
	margin:0px;
	padding:0px;
	height:2px;
}
