

/* Fix clearing bug */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
/* end clearfix */


body {
	background: #ffffff;
	font-family: Arial, sans-serif; 
	text-align:center;
	margin:0;
	padding:0;
	font-size:62.5%;
}

.skip {
	position: absolute; 
	top: -5em; 
	display: none;
	text-align:center;
}


h1 {
	text-transform: uppercase;
	font-size: 2em;
	margin-bottom: 0.5em;
	}
	
.secondaryhead {
	font-size: 0.7em;
	display: block;
	}
	
h2 {
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 0.5em;
	}
	
h3 {
	font-size: 1.3em;
	}
	

/* header */
	

/* searchbox */

#searchbox {
	display: none;
	}
	
/* end header */


/* begin main nav */
	
#navigationbar {
	display: none;
	}

/* end main nav */


/* main container */

#container {
	text-align: left;
	}
	

/* secondary nav */
	
#secnav {
	display: none;
	}
	
/* end secondary nav */

	
/* content */
			
#content {

	}
	
/* widecontent */

#content p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1.3em;
	color: #373737;
	}
	
#content p.footnote {
	font-size: 1.1em;
	line-height: 1.1em;
	}
	
#content h3, #widecontent h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
	}
	
#content h4 {
	font-size: 1.3em;
	font-weight: bold;
	}
	
#content p.intro {
	text-transform: uppercase;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	}
	
#content a {
	text-decoration: underline;
	}
	
#basic #content a:hover, #directorsreport #content a:hover, #financialstatements #content a:hover, #introduction #content a:hover, #otherinformation #content a:hover, #remunerationreport #content a:hover {
	color: #000;
	}
	
#content ul#contentnav {
	margin: 0 0 1.5em 0.5em;
	}
	
#content ul#contentnav li {
	font-size: 1.3em;
	margin-bottom: 0.5em;
	}
	
#content ul#contentnav li a {
	display: inline;
	margin-bottom: 0.4em;
	}
	
#content ul#contentnav li.current, #content ul#contentnav li.current a {
	color: #000;
	text-decoration: none;
	}
	
#content ul#contentnav li a:hover {
	color: #000;
	}
	
#content ul#contentnav li ul{
	margin: 0.4em 0 0.8em 0;
	}

#content ul#contentnav li li{
	font-size: 0.9em;
	margin-bottom: 0.2em;
	margin-left: 2.5em;
	}
	
.toplink {
	text-align: right;
	margin-top: -1em;
	}
	
.subhead {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin-right: 0.1em;
	}
	
#summary {
	width: 32em;
	float: left;
	}
	
#summary ul {

	}
	
#summary ul li {
	text-transform: uppercase;
	color: #373737;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1.3em;
	background: url(../images/list_arrow.gif) 0em 0.2em no-repeat;
	padding-left: 1.25em;
	}
	
#products_container {
	width: 23em;
	float: right;
	}
	
#products {
	background: #f2f2f2;
	padding: 0.9em;
	}

#products p {
	font-size: 1.2em;
	line-height: 1.1em;
	color: #000;
	}
	
#products p.footnote {
	font-size: 1.1em;
	color: #4e4e4e;
	}
	
#content ul.contentlist {
	font-size: 1.2em;
	margin-left: 2em;
	list-style: disc outside;
	color: #373737;
	}
	
#content ul.contentlist li {
	margin-bottom: 1em;
	}
	
	
/* ceo review intro */
	
#ceo_intro {
	margin-bottom: 0.5em;
	}
	
#ceo_intro p.intro {
	font-size: 1.2em;
	line-height: 1.3em;
	}
	
#ceo_intro img {
	float: left;
	margin-right: 1.3em;
	}

/* end ceo review intro */


ul#bodylist li {
	color: #373737;
	font-size: 1.2em;
	margin-bottom: 1.3em;
	background: url(../images/list_arrow.gif) 0em 0.2em no-repeat;
	padding-left: 1.25em;
	}
	
	
/* performance highlight page */
#perfhighlights h2 {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.box1 {
	width: 26.5em;
	padding: 0.5em;
	float: left;
	background-color: #edebda;
	margin-bottom: 1.6em;
	}
	
.box2 {
	width: 26.2em;
	padding: 0.5em;
	float: right;
	background-color: #edebda;
	margin-bottom: 1.6em;
	}
	
.box3 {
	padding: 0.5em;
	background-color: #edebda;
	margin-bottom: 1.6em;
	}
/* end performance highlight page *


/* tables! */

table {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 2.5em;
	}
	
table.nomargin {
	margin-bottom: 0.4em;
	}
	
table.noborder th, table.noborder td {
	border: none;
	}
	
table th,
table td {
	padding:0.35em 0.1em 0.2em 0.1em;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	}
	
table td {
	text-align: right;
	font-size: 1.2em;
	line-height: 1.2em;
	vertical-align: bottom;
	}
	
table td.right,
table th.right,
table.pipeline th.right {
	text-align: right;
	}
	
table td.nosep,
table th.nosep {
	border-bottom: 0;
	}
	
table td.leftsep,
table th.leftsep {
	border-left: 3px solid #fff;
	}
	
table td.first,
table th.first {
	text-align: left;
	}
	
table td.bold,
table th.bold {
	font-weight: bold;
	}

table td.leftgap,
table th.leftgap {
	border-left: 3px solid #fff;
	}

table td.indent,
table th.indent {
	padding-left:2em;
	}

table tr.nosep td,
table tr.nosep th {
	border-bottom: 0;
	}
	
table thead th {
	font-size: 1.1em;
	line-height: 1.1em;
	text-align: right;
	vertical-align: bottom;
	}
	
table th.headtitle {	
	border-bottom: 0;
	text-align: center;
	}
	
table th.headcentre {
	text-align: center;
	}
	
table tr.headtitle .headtitlecell {
	border-bottom: 1px solid #ccc;
	}

table tr.seperator td,
table tr.seperator th,
table td.seperator,
table th.seperator {
	border-bottom: 2px solid #000;
	}
	
sup {
	font-size: 0.75em;
	margin: -0.1em 0 0 0;
	padding: 0;
	line-height: 0;
	display: inline;
	}

p.tabledownload {
	margin-bottom: 0.6em;
	font-size: 1.2em;
	background-color: #fafaf5;
	background-image: url(../images/downloadtable.gif);
	background-repeat:no-repeat;
	background-position:0.2em 0.2em;
	padding-left:1.8em;
	padding-top:0.2em;
	width:90px;
	}
	
#container p.tabledownload a {
	text-decoration:underline;
	}
	
p.tabledownload em {
	display:block;
	font-style:normal;
	font-size:0.9em;
}
	
#container p.tabledownload em  a {
	text-decoration:none;
}	

table.subsidiaries td {
	vertical-align: top;
	}
	
.tabledownload img {
	float: right;
	}
	
table.crossref td {
	text-align: left;
	font-size: 1.1em;
	border: 0;
	}
	
table.performance {
	background: #edebda;
	margin-top: 0.3em;
	font-size: 1em;
	margin-bottom: 1em;
	}
	
table.performance td.first {
	text-align: left;
	}
	
table.performance tbody tr th {
	font-size: 1.1em;
	text-align: left;
	}
	
table.performance td.prevyear, table.performance th.prevyear {
	background: #fff;
	}
	
table.performance thead th.yeartitle {
	border-right: 3px solid #edebda;
	}
	
table.performance thead th.prevyeartitle {
	border-left: 3px solid #fff;
	}
	
table td.az_drugname,
table.pipeline td.az_drugname {
	font-style: italic;
	}
	
table.smalltype td {
	font-size: 1.1em;
	}
	
table.pipeline {
	text-align: left;
	margin-bottom: 0.6em;
	}
	
table.pipeline td {
	font-size: 1.1em;
	text-align: left;
	}
	
table.pipeline thead th {
	text-align: left;
	font-size: 1.1em;
	}
	
table.pipeline thead th.pipeline_header {
	background: #505c23;
	color: #fff;
	font-size: 1.2em;
	padding-left: 0.3em;
	padding-bottom: 0.3em;
	}
	
table.pipeline td.first {
	font-size: 1.1em;
	}
	
table td.pipeline, table th.pipeline {
	text-align: left;
	font-size: 1.1em;
	vertical-align: top;
	padding-bottom: 0;
	}
	
table.pipeline td.filingdate, table.pipeline th.filingdate {
	text-align: right;
	}
	
table.pipeline td.phase, table.pipeline th.phase {
	text-align: center;
	}
	
table.pipeline td.discontinued {
	vertical-align: middle;
	padding-left: 1em;
	}
	
.stonebackground {
	background: #edebda;
	}
	
.graph {
	}
	
.gap {
	margin-right: 5px;
	}
	
.graph table {
	font-size: 0.9em;
	margin-bottom: 0;
	}
	
.graph table h2 {
	font-size: 1.4em;
	}
	
.graph table td, .graph table th {
	border: none;
	vertical-align: middle;
	font-weight: bold;
	}
	
table.product_perf {
	background: #eeede2;
	font-size: 1em;
	}
	
table.product_perf td {
	padding: 0.8em 0.3em 0.5em 0.5em;
	border: none;
	}
	
table#download {

	margin-top: 2em;
	}
	
table#download td {
	text-align: left;
	border: 0;
	}
	
p.downloadlink {
	margin-top: 0.8em;
	}
	
p.downloadlink a {
	font-size: 1.4em;
	}
	
.downloadfeature img {
	float: left;
	margin-right: 1em;
	}
.risktable {
	width:100%;}

.risktable td, .risktable th {
	background-color:#455a20;
	color:#FFFFFF;
	text-align:left;
	vertical-align:top;
}

.risktable li {
	color:#FFFFFF;
	font-size:0.7em;}
	
.risktable h3 {
	color:#FFFFFF !important;
	font-size:1.1em !important;
	margin:1em !important;}

/* end tables */
	
/* end content */

	
/* sidebar - tools and downloads */
	
#sidebar {
	display: none;
	}
	
#sidebar_abpos {
	display: none;
	}
	
#sidebar_widecontent {
	display: none;
	}
	
/* end sidebar */


/* footer */

#footercontainer {
	display: none;
	}
	

/* survey forms */

#survey .formrow, #survey .checkboxrow, #survey .radioformrow, #survey .textrow {
	padding-bottom:1.5em;
}

#survey select {
	margin-top:0.5em;
}

#survey p {
	margin-bottom: 0.3em;
	}

#survey select, #survey .checkboxrow p.checkbox, #survey .radioformrow input {
	margin-left:1em;
}

#survey .formrow input {
	width:auto;
}

#survey .checkboxrow input {
	margin:0 0.5em 0 1em;
}

#survey .formrow label {
	float:none;
	display:block;
	width:auto;
	margin-bottom:0.3em;
	font-size: 1.2em;
}

#survey .radioformrow label {
	font-size:1.2em;
	margin-left:0.5em;
	color: #373737;
}

#survey p.checkbox {
	margin-top:0;
	margin-bottom:0.3em;
}

#survey .textrow label {
	color: #373737;
	font-size:1.2em;
}

#survey .textrow textarea {
	display:block;
	margin-left:1.5em;
	margin-top:0.5em;
}

/*end survey*/

/* link mailer form */

/* form styles */

#nobackground form {
	margin-top:2em;
}

.formrow {
	clear:both;
	margin:0.6em 0;
}

.requiredfield {
color: #cc3300;
}

#content #mailerform .formrow p.error {
color: #cc3300;
float: left;
display: inline;
	margin-left: 11em;
	clear: both;
	margin-top: 0.7em;
}

.formrow label, .formrow b {
	width:11em;
	float:left;
	font-size: 1.2em;
}

.formrow input {
	width:15em;
}

p.submitbutton {
	width:36em;
	text-align:right;
	clear:both;
}

body #nobackground p.footnote {
	clear:both;
	margin-top:4em;
}

#messagesent {
	border-width:1px 0 1px 0;
	border-style:solid;
	padding:1.5em 3em 1em 1.5em;
}

#messagesent p.messagecontent {
	padding-left:10em;
}

p.returnpage {
	padding:1em 0;
}

/* end linkmailer form styles */

/* exit page*/
#exitpage {
	width: 40em;
	border-bottom: 1px solid #ccc;
	text-align: left;
	margin: 0 auto 0 auto;
	}

#exitpage p {
	font-size: 1.2em;
	margin-bottom: 1em;
	}
	
#exitpage_header {
	width: 40em;
	padding-bottom:0.8em;
	margin-bottom: 1.4em;
	border-bottom: 1px solid #ccc;
	}