@charset "utf-8";
/* CSS Document */

img, div, a, td {
	behavior: url(css/iepngfix.htc);
	outline:none;
}

html {
    height: 100%;
    margin-bottom: 1px;
    overflow-y: scroll; /* for CSS 3 */
}

html, body {
	margin:0px;
    padding: 0;
	background-color:#e7e7e7;
}

object { outline:none; !important}

p {
	margin-top:0px;
}

ul {
	margin-left: 0;
	padding-left: 1.3em;
}

a:link img,
a:visited img {
	border:0px;
}

input {
	margin:0px;
}

hr {
	border-top:#e2e2e2 1px solid;
	border-bottom:#ffffff 1px solid;
	border-left:0px;
	border-right:0px;
	margin-top:35px;
	margin-bottom:25px;
}

#wrapper {
	width:984px;
    top: 0;
    left: 50%;
    margin: 0;
    margin-left: -482px;
	background-color:#FFFFFF;
	border:1px solid #c7c7c7;
	border-top:none;
	padding:15px 0;
	position:relative;
    -webkit-box-shadow: 0px 1px 1px 0px #c6c6c6;
    -moz-box-shadow: 0px 1px 1px 0px #c6c6c6;
    box-shadow: 0px 1px 1px 0px #c6c6c6;
}

#top {
	height:44px;
	padding-left: 15px;
}

#nav {
	height:32px;
	background-image:url(../layout/nav_sprite.gif);
	background-repeat:no-repeat;
    background-position: 100% 0;
	border: 1px solid #c9641c;
	margin-top: 21px;
    padding: 0;
}

#contentHome {
	vertical-align:top;
	line-height:normal;
	margin-bottom:10px;
}

#contentHome h2 {
	padding-top:10px;
}
#contentHome p {
	line-height: 20px;
}

#contentHome .asx {
	width:254px;
	background-image:url(../layout/homepage_news_column.gif);
	background-repeat:no-repeat;
	min-height:190px;
	vertical-align:top;
	padding:0 15px;
}
#contentHome .asx a:hover {
    color: #000000;
}
#contentHome .asx h2 img {
    vertical-align: middle;
}

#contentHome .welcome {
	vertical-align:top;
	padding:0 24px;
	width: 418px;
}
#contentHome .welcome a {
	color: #333333;
	text-decoration: underline;
}

#contentHome .highlights {
	width:206px;
	background-image:url(../layout/homepage_downloads_column.gif);
	background-repeat:no-repeat;
	min-height:190px;
	padding:0 14px;
	/*padding-bottom:0px;*/
	vertical-align:top;
}
#contentHome .highlights div {
    width: 205px;
    height: 34px;
    background-image: url(../layout/bt-download.png);
    background-repeat: no-repeat;
    margin-bottom: 6px;
}
#contentHome .highlights div a {
    font-size: 11px;
    text-decoration:none;
    color:#333333;
    width: 205px;
    padding: 10px 0 10px 35px;
    text-shadow: 0px 1px 0px #ffffff;
    display: block;
}
#contentHome .highlights div a:hover {
    color: #000000;
}
#contentHome .highlights div.introduction {
    background-image: url(../layout/bt-downloads-document.png);
}
#contentHome .highlights div.partner {
    background-image: url(../layout/bt-downloads-question.png);
}
#contentHome .highlights div.investor {
    background-image: url(../layout/bt-downloads-document.png);
}
#contentHome .highlights div.company {
    background-image: url(../layout/bt-downloads-building.png);
}
#contentHome .highlights div.technical {
    background-image: url(../layout/bt-downloads-presentation.png);
}
#contentHome .highlights div.shareholder {
    background-image: url(../layout/bt-downloads-graph.png);
}
#contentHome .highlights div.german {
    background-image: url(../layout/bt-downloads-german.png);
}

.bt-news {
    background-image: url(../layout/bt-download.png);
	background-repeat: no-repeat;
    height: 34px;
    margin-bottom: 6px;
    width: 205px;
	margin:0 auto;
}
.bt-news a {
 	font-size: 11px;
    text-decoration:none;
    color:#333333;
    width: 205px;
    padding: 10px 0;
    text-shadow: 0px 1px 0px #ffffff;
    display: block;
	text-align:center;
}

a#bt-news-archive {
	font-size:11px;
	display:block;
	float:right;
}

#tbASXHome {
	margin-bottom:5px;
}

#tbASXHome td {
	font-size:11px;
	vertical-align:top;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom: 1px solid #dbdbdb;
}
#tbASXHome td a {
    color: #333333;
    text-decoration: none;
}
#tbASXHome td.tdLeft {
    width: 70px;
}
#tbASXHome td.tdRight {
    width: 180px;
}

table#contentSub {
}

table#contentSub td.subNav {
	width:196px;
	background-image:url(../layout/mainpage_nav_column.gif);
	background-repeat:no-repeat;
	background-position: -1px 0;
	min-height:190px;
	vertical-align:top;
	padding:24px 14px 0 15px;
}

table#contentSub .spaceLHS {
	margin-top:20px;
	display: none;
}

table#contentSub .imgSubLHS {
	height:250px;
	padding:10px;
	vertical-align:bottom;
	background-image:url(../layout/line-lhs.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#f9f9f9;
	display: none;
}

table#contentSub td.content {
	width: 675px;
	vertical-align:top;
	padding:20px 0 30px 35px;
}
table#contentSub td.content a {
	color: #333333;
	text-decoration:none;
}
table#contentSub td.content img.person {
	border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 6px;
	box-shadow: 0px 1px 1px 0px #e2e2e2;
}

#bottom {
    position: relative;
	width:984px;
    left: 50%;
    margin-left: -482px;
	color:#666;
	font-size:11px;
	padding: 20px 0 30px 0;
	line-height:normal;
}

#bottom a {
	color:#666;
	text-decoration: none;
}

#bottom a:hover {
	color:#333;
}

#bottomDetails {
	width:400px;
    padding-left: 15px;
	float:left;
}

#bottomSignature {
	/*width:400px;*/
    padding-right: 15px;
	float:right;
	text-align:right;
}

#topLinks {
	position:absolute;
	right: 20px;
	top:15px;
    color: #
}

#slogan {
	position:absolute;
	top:80px;
	left:50px;
	width:200px;
	font-size:35px;
	line-height:35px;
	font-style:italic;
	color:#FFF;
	display: none;
}

#intro {
	position:absolute;
	top:50px;
	left:680px;
	width:235px;
	text-align:right;
	font-size:11px;
	display:none;
}

#intro h1 {
	line-height:normal;
	color:#FFF;
	font-size:13px;
	font-style:italic;
}

#intro p { 
	line-height:normal;
	color:#FFF;
}

#myContent {
	position:absolute;
	top:114px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#space-flash {
    width: 984px;
	height: 255px;
    position: relative;
}
#space-flash img {
    position: absolute;
    top: 0;
    left: 0;
}

/*---------------------------------
TABLE DOC LIST STYLE
---------------------------------*/

#tableStyle {
	border:#ededed 1px solid;
	padding:4px;
	color:#666;
}

#tableStyle tr.gray {
	background-color:#f9f9f9;
}

#tableStyle th {
	text-align:left;
	background-image:url(../layout/bg-top-table.gif);
	height:29px;
	color:#FFF;
	font-size:13px;
	padding-left:10px;
	padding-right:1px;
}

#tableStyle th.date {
	width:75px;
}

#tableStyle td {
	font-size: 12px;
	padding:6px;
	padding-left:10px;
	padding-right:10px;
}

/*---------------------------------*/

#bgTop {
	float:right;
	background-image:url(../layout/gradient-top.gif);
	background-position:left;
	width:317px;
	height:36px;
	display: none;
}

#listYear {
	text-align:right;
	margin-bottom:5px;
	padding-right:16px;
}

#pagenation {
	text-align:right;
	margin-top:5px;
	padding-right:18px;
	font-size:11px;
}

/*---------------------------------
SUBMENU
---------------------------------*/

.subMenu {
	width:205px;
	list-style:none;
	font-size:12px;
	line-height:normal;
}

.subMenu ul {
	list-style:none;
	margin-left: 0;
	padding-left: 0;
	padding-top:0px;
	margin-top:0px;
}

.subMenu li {
	list-style:none;
	height: 34px;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	font-weight: normal;
	background-image:url(../layout/mainpage_nav_sprite.gif);
}
.subMenu li.selected {
	font-weight: bold;
	background-position: 0 100%;
}

.subMenu ul li a {
	display:block;
	color:#777777;
	text-decoration:none;
	height:23px;
	padding:10px 0 0 12px;
    text-shadow: 0px 1px 0px #ffffff;
}

.subMenu ul li a:hover {
	color:#333;
}

/*---------------------------------
ACTIVE NAV STATE
---------------------------------*/

body#pg-home #myslidemenu .home,
body.pg-company #myslidemenu .company,
body.pg-investors #myslidemenu .investors, 
body.pg-technologies #myslidemenu .technologies,
body.pg-partnering #myslidemenu .partnering,
body.pg-news #myslidemenu .news {
	background-position: 0 100%;
}

/*---------------------------------
ACTIVE SUBNAV STATE
---------------------------------*/

body#overview .subMenu .overview,
body#founders .subMenu .founders,
body#business-model .subMenu .business-model,
body#board-management .subMenu .board-management,
body#board .subMenu .board,
body#scientific-advisory-board .subMenu .scientific-advisory-board,
body#contact-us .subMenu .contact-us,
body#corporate-governance .subMenu .corporate-governance,
body#financial-reports .subMenu .financial-reports,
body#analyst-coverage .subMenu .analyst-coverage,
body#press-releases .subMenu .press-releases,
body#science-events .subMenu .science-events,
body#press-kit .subMenu .press-kit,
body#media .subMenu .media,
body#asx-announcements .subMenu .asx-announcements,
body#investors-presentations .subMenu .investors-presentations,
body#investors-media-centre .subMenu .investors-media-centre,
body#german-investors .subMenu .german-investors,
body#shareholder-updates .subMenu .shareholder-updates,
body#request-information .subMenu .request-information,
body#partnering .subMenu .partnering,
body#partnering-strategy .subMenu .partnering-strategy,
body#pharmaceutical-partners .subMenu .pharmaceutical-partners,
body#technology-partners .subMenu .technology-partners,
body#licensing .subMenu .licensing,
body#competitive-position .subMenu .competitive-position,
body#phylomer-libraries .subMenu .phylomer-libraries,
body#drug-discovery .subMenu .drug-discovery,
body#phylomer-peptides .subMenu .phylomer-peptides,
body#intellectual-property .subMenu .intellectual-property,
body#publications .subMenu .publications,
body#intracellular .subMenu .intracellular,
body#extracellular-CD40L .subMenu .extracellular-CD40L,
body#antimicrobial .subMenu .antimicrobial,
body#current-partners .subMenu .current-partners,
body#news .subMenu .news,
body#career-opportunities .subMenu .career-opportunities,
body#sitemap .subMenu .sitemap,
body#privacy-statement .subMenu .privacy-statement,
body#mailing-list .subMenu .mailing-list {
	background-position: 0 100%;
    font-weight: bold;
}

/*---------------------------------*/

.btMarginTop {
	margin-top:10px;
}

.ttLine {
	margin-bottom:10px;
}

.imgLeftAlign {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}

.imgRightAlign {
	float:right;
	margin-left:15px;
	margin-bottom:5px;
}

#video-thumb {
	height:38px;
	font-size:16px;
	line-height:18px;
	color:#ff7100;
	border:1px solid #DDD;
	background-color:#F0F0F0;
	padding:10px;
	padding-left:15px;
	width:200px;
	margin-left:auto;
	margin-right:auto;
}

#video-thumb a {
	color:#ff7100;
	text-decoration:none;
}

#video-thumb a:hover {
	color:#333;
}

#video-thumb img {
	float:left;
	margin-right:15px;
}

.pdf {
    background-image: url('../layout/icon-pdf.png');
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
}
