/* ----------------------------- Resets -------------------------------------- */
/*
 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 Code licensed under the BSD License:
 http://developer.yahoo.net/yui/license.txt
 version: 2.6.0
 */
* { margin: 0; padding: 0; }
html { color: #000; background: #FFF; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
li { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; font-variant: normal; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
input, textarea, select { font-family: inherit; }
input, textarea, select { * font-size: 100%; }
legend { color: #000; }
del, ins { text-decoration: none; }

/* ----------------------------- Main -------------------------------------- */
html, body {
    border: 0;
    text-align: center;
    color: #000;
    background: #fff;
}

html, body, td, p {
    font: normal 12px / 1.23em 'Trebuchet MS', Helvetica, sans-serif;
}
@media print {

html, body {
        color: #000;
        background: #fff;
}
}

/* link specificity: link, visited, hover, active */
a, a:link, a:visited {
    color: #3aadc1;
    background-color: transparent;
    font: normal 12px / 1.23em 'Trebuchet MS', Helvetica, sans-serif;
    text-decoration: none;
    text-transform: none;
    font-weight: bold;
}

img {
    border: 0;
    vertical-align: middle;
}

form {
    display: inline;
}

select {
    min-width: 1.5em;
}

select, option {
    
}

p {
    margin: 0 0 12px 0;
    line-height: 1.33em;
}

p.sub {
    color: #231f20; 
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: bold;
}

#page_index h1 { font-size: 17px; line-height: normal; }

strong {
    font-style: normal;
    font-weight: bold;
}

em {
    font-style: italic;
    font-weight: bold;
}

ul {
    padding: 0 0 0 5px;
}

li {
    background: url(../img/bullet.gif) no-repeat 0 5px;
    padding: 0 0 0 17px;
}

ul#toolbar-list li {
    background: none;
}

/* ---------------------------- Common ------------------------------------- */

.clear-both {
    clear: both !important;
}

.bold {
    font-weight: bold !important;
}

.error {
    color: #ff3333 !important;
}

.input {
    border: 1px solid #ccc;
    padding: 0px 2px;
}

.btn {
    color: #fff;
    background-color: #0092cf;
    font-size: 11px;
    font-weight: bold;
    border: none;
    padding: 3px;
}

.quote-open {
    margin-right: 6px;
}

.quote-close {
    margin-left: 4px;
}

.img-lft {
    margin: 0 15px 10px 0;
}

.searchResults li {
    margin: 0 0 15px 0;
}

.no-border {
    border: none !important;
}

/* ----------------------------- Message Stack ----------------------------- */
.message_stack {
    width: 420px;
    margin-bottom: 35px;
    padding: 15px 0px;
    border: 1px solid #0393cf;
    background-color: #f9fbfc;
    color: #ff3333;
    font-weight: bold;
}

.message_stack div {
    padding: 0px 15px;
}

/* ---------------------- Zoomedia Built At -------------------------------- */
#built-at-zoomedia {
    text-align: right;
    font-size: 10px;
    padding: 0 40px 0 0;
    margin: 15px 0 0 0;
}

#built-at-zoomedia a, #built-at-zoomedia a:link, #built-at-zoomedia a:visited {
    color: #b8bc9b;
    font-size: 10px;
    line-height: 12px;
    border: none !important;
    font-weight: normal;
}
@media print { #built-at-zoomedia {

display:none;
}
}

/* ---------------------------- Container ---------------------------------- */
#container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0;
    text-align: left;
    background-color: #fff;
}
@media print { #container {

width:
        640px;

margin-left:
        0px;

margin-right:
        0px;
}
}

/* ----------------------------- Wrapper ----------------------------------- */
#wrapper {
    width: 1000px;
    margin: 0;
    padding: 0;
}
@media print {
    #wrapper {
        position:relative;
        top: 1px;
        color: #333;
        background: #fff;
        width: 640px;
    }
}

/* ----------------------------- Page ----------------------------------- */
#page {
    width: 1000px;
    margin: 0;
    padding: 0;
}

@media print { #page {

float:none
        !important;

width:
        640px !important;

padding:
        0 !important;

background:none
        !important;
}
}

/* ----------------------------- Toolbar ----------------------------- */

#toolbar {
    position: relative;
    height: 31px;
    background: url(/img/bg_pagetop.gif) 0 0 repeat-x;
    padding-right: 80px;
    margin-bottom: 36px;
}

#toolbar-list {
    margin-top: 8px;
    float: right;
    width: auto;
}
@media print {
    #toolbar-list { display: none; }
}

#toolbar-list li {
    float: right;
    margin: 0;
    padding: 0;
}

#toolbar-list li a {
    color: #231f20;
    display: inline-block; 
    font-size: 11px; 
}

#search-form {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    float: right;
    height: 1.2em;
    display: block;
    position: relative;
}

input.search-field {
    width: 140px;
    font-size: 13px;
    border: 0;
    margin: 0;
    padding: 0 2px;
    color: #666;
    height: 1.2em;
}

#sharethis_0 {
    display: none;  
}

li#toolbar-share {
    padding-right: 10px;
    border-right: 1px solid #fff;
    margin-right: 10px;
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 10px;  
}

li#toolbar-button {
    margin: 0;
    padding-left: 6px;        
}

#toolbar-search #button-search {
    cursor: pointer;
}

li#toolbar-search {
    margin: 0;          
}

li#toolbar-sitemap {
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 10px;  
}

li#toolbar-contact {
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 10px;   
}

li#toolbar-germany {
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 10px; 
}

li#toolbar-germany a {
    display: inline-block;
    background: url(/img/flag-german.gif) 100% 0 no-repeat;
    padding-right: 30px;   
}

/* ------------------------------ Header ----------------------------------- */
#header {
    width: 1000px;
    margin: 0;
    padding: 0;
}


#header-left {
    float: left;
    width: 250px;
    height: 79px;
    margin: 0;
    padding: 0;
}

#header-right {
    float: right;
    width: 740px;
    height: 79px;
    margin: 0 0 0 10px;
    padding: 0;
}
@media print { #header-lft {

    position:static;
    
    float:none;
    
    width:
            640px;
    
    height:
            35px;
    }
    
    #header-rgt {
            display: none;
    }
}

/* ------------------------------- Logo ------------------------------------ */

#logo {
    margin: 16px 0 0 100px;
    padding: 0;
    border: 0;
    width: 149px;
    height: 23px;
}

#logo a {
    display: block;
}

#logo #logo-img {
    display: block;
}

#logo #logo-print-img { display: none; }

@media print {
    #logo { margin:0; }
    #logo a, #logo #logo-img { display: none; }
    #logo #logo-print-img { display: block; }
}

/* --------------------------- Menu ---------------------------------------- */
#menu-ct {

}


#menu {
    position: relative;
    height: 56px;
    float: right;
}
@media print { #menu {

    display:none;
    }
}


#menu ul, #menu li, #menu a {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
}

#menu li {
    padding-left: 0;
}

#menu ul {
    list-style: none;
    width: auto;
}

#menu.menu li {
    position: relative;
    float: left;
    background: #fff;
    border-left: 1px solid #c8cccc;
}

#menu.menu li.first {
    padding-left: 1px;
}

#menu a, #menu a:link, #menu a:visited {
    position: relative;
    float: left;
    display: block;
    color: #2da8be;
    width: 131px;
    vertical-align: middle;
    cursor: pointer;
}

#menu a.on, #menu a:hover, #menu a.hover {
    color: #000;
    background: url(/img/bg_unav_ON.gif) 0 0 repeat-x !important;
}

#menu span {
    display: inline-block;
    position: absolute;
    padding-left: 12px;
    line-height: 1.2em;
    margin-top: 1.2em;
}

#menu li#menu_about_intermune span {
    margin-top: 0.6em;
    width: 100px;   
}

/* submenu styles */
#menu .submenu, #menu .submenu li, #menu .submenu a {
    height: auto !important;
    line-height: 18px !important;
}

#menu .submenu {
    display: none;
    width: 185px !important;
    list-style: none;
    position: absolute;
    top: 27px;
    left: 0;
    visibility: hidden;
    background-color: #0092cf;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    z-index: 1000;
}

#menu .submenu li {
    float: left !important;
    clear: both;
    width: 185px;
}

#menu .submenu a {
    float: none !important;
    font-size: 10px !important;
    background: none !important;
}

#menu .submenu a, #menu .submenu a:link, #menu .submenu a:visited {
}

#menu .submenu .on, #menu .submenu a:hover, #menu .submenu a.hover {
    background-color: #999999 !important;
}

#menu .submenu span {
    padding: 4px 0 4px 14px !important;
}

#menu .submenu span.label {
}

/* --------------------------- Navigation ---------------------------------- */
#nav {
    width: 198px;
    min-height: 26px;
    font-weight: bold;
    font-size: 13px;
    line-height: 26px;
    vertical-align: middle;
    margin-bottom: 20px;
    padding: 0;
}
@media print { #nav {

display:none;
}
}

#nav a, #nav a:link, #nav a:visited {
    display: block;
    color: #2da8be;
    font-size: 13px;
    line-height: 1.2em;
    width: 198px;
    margin:0 0 12px 0;
    padding:0 0 2px 0;
    background: url(/img/bg_leftnav.gif) 0 100% no-repeat;
    cursor: pointer;
}

#nav a span {
    display: inline-block;
    padding: 0px 4px 0px 8px;
    margin: 0 14px 0 0;
}

#nav a:hover {
    color: #000;
    text-decoration: none !important;
}


#nav div.nav-row-ct {
    min-height: 26px;
}

*html #nav div.nav-row-ct {
    height: 26px;
}

#nav div.nav-row-ct.last {

}

#nav div.nav-row-ct.first div.nav-row-ct.last {
    background-color: transparent;
}


#nav div.nav-row.on {
    
}

#nav div.nav-row.on a {
    color: #000;
}

#nav .nav_quat {
    margin-top: 1em;    
}

#nav .nav_quat a, #nav .nav_quat a:link, #nav .nav_quat a:visited {
    display: block;
    padding-left: 12px;
    font-size: 11px;
    font-weight: normal;
}

#nav div.nav-row-ct .nav_quat a {
    color: #2da8be;
}

#nav div.nav-row-ct a.on.current, #nav div.nav-row-ct .nav_quat a:hover {
    color: #000;
}

/* -------------------------- Content -------------------------------------- */

#content-container {
    position: relative;
    width: 1000px;
    padding-top: 21px;
    background: url(/img/bg_colorbar.gif) 0 0 no-repeat;
}

#content, #content-home {
    margin: 0;
    padding: 0;
    background: url(/img/shadow_top.gif) 0 0 repeat-x;
}

@media print { #content {

position:static;

float:none;

width:
        640px;
}
}

/* ------------------------ Home Page Content ----------------------------- */

#content-home {
    position: relative;
}

*html content-home {
    height: 293px;
}

#content-home #content-main {
    width: 1000px;
    background: #eef0f0 url(/img/shadow_mid.gif) 0 0 repeat-x;
    padding-top: 32px;
    min-height: 215px;
    *margin: -20px 0 0 0;
}

*html #content-home #content-main {
    height: 235px;
}

#content-home #content-main-left, #content-home #content-main-middle, #content-home #content-main-right {
    float: left;
    margin-bottom: 20px;
}

#content-home #content-main-left {
    display: inline;
    width: 380px;
    margin-left: 100px;
}

#content-home #content-main-middle {
    width: 172px;
    margin-left: 30px;
}

#content-home #content-main-right {
    width: 190px;
    margin-left: 30px;
}

p.date {
    margin-bottom: 0.2em;   
}

p.news {
    margin-bottom: 1em;
    padding-bottom: 0.4em;
    border-bottom: 1px solid #c8cccc;   
}

#top-left {
    float: left;
    width: 688px;
    height: 293px;
}
#top-left-media {
    float: right;
}

#top-right {
    float: right;
    width: 230px;
    margin-right: 50px;
    margin-top: 44px;
    color: #231f20;
    display: inline;
}

img#logo-actimmune {
    margin-bottom: 10px;    
}

span.button-div, span.button-div span, span.button-div span a {
    display: inline-block;
    height: 22px;
    background: url(/img/btn_right.gif) 100% 0 no-repeat;
}

span.button-div {
    padding-right: 3px;
}

span.button-div span {
    background: url(/img/btn_left.gif) 0 0 no-repeat;
    padding-left: 4px;
}

span.button-div span a {
    background: url(/img/btn_middle.gif) 0 0 repeat-x;
    padding: 0 6px;
    line-height: 22px;
    color: #fff;
    width: auto;
}

div#top-right span.button-div span a {
    color: #fff;    
}

/* --------------------------- Regular Page Content --------------------------- */

#content {
    position: relative;
    margin-bottom: 32px;
}

*html #content {
    height: 1%; 
}

#content #column-left {
    position: relative;
    float: left;
    width: 284px;
}
@media print {
    #content #column-left { float: none; }
}


#content #nav-container {
    margin-left: 77px;
    width: 196px;
    padding: 0 0 15px 0;
    margin-bottom: 20px;
    margin-top: 20px;   
}

*html #content #nav-container {
    height: 224px;  
}

#content #module-news {
    width: 167px;
    margin-left: 88px;
}

#content #column-main {
    position: relative;
    float: right;
    width: 682px;
    margin-right: 34px;
    *margin-right: 28px;
}
@media print {
    #content #column-main { width: 640px; float: none; }
}

#content #masthead {
    width: 682px;
    height: 228px;
}
@media print { #content #masthead { height: 30px; } }

#content #masthead h1 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: normal;
    display: block;
    padding: 20px 0 0 20px;
}

#content #masthead h1.print { display: none; }
@media print {
    #content #masthead h1.print {
        display: block !important;
        color: #000;
    }
}

#content #content-main {
    margin: 16px 20px 0 20px;
    _margin: 16px 0 0 20px;
    position: relative;
}

#sec-level-masthead {
    margin: 0 45px auto 296px;
    color: #ffffff;
    display: table; 
    height: 228px; 
    #position: relative; 
    overflow: hidden;
}
#sec-level-masthead-container {
    margin: 0;
    padding: 0;
    #position: absolute; 
    #top: 50%;
    display: table-cell; 
    vertical-align: middle; 
}

#sec-level-masthead-container h1 {
    margin: 0 0 15px 0;
    padding: 0 0 0 0 !important;
    color: #ffffff; 
    font-family: 'Trebuchet MS',Helvetica,sans-serif !important;    
}
#sec-level-masthead-container h2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #ffffff;
    font-family: 'Trebuchet MS',Helvetica,sans-serif !important;        
    font-size: 13px;
    line-height: 1.2em;
    font-weight: normal;
}

/* --------------------------- Footer -------------------------------------- */

#footer {
    width: 1000px;
    background: #cdd0d1 url(/img/shadow_footer.gif) 0 0 repeat-x;
    padding-top: 24px;
    padding-bottom: 40px;
    text-align: right;
}

#footer-content {
    margin-right: 40px; 
}

#footer a, #footer a:link, #footer a:visited {
    color: #231f20;
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid #fff;
}

#copyright {
    color: #231f20;
}

@media print { #footer {

    width:
            640px;
    
    text-align:left;
    
    background:none;
    }
    
    #footer a {
            display: none
    }
    
    #footer #copyright {
            color: #333;
    }
}

/* -------------------------- Sitemap -------------------------------------- */
#sitemap {
}

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

#sitemap ul li {
    display: block;
/*    background: transparent url(/img/bullet.gif) no-repeat 0px 8px; */
    padding-left: 11px;
}

#sitemap ul a, #sitemap ul a:link, #sitemap ul a:visited {
    font-size: 13px;
    line-height: 1.73em;
}

#sitemap .category .heading {
    padding-bottom: 5px;
}

#sitemap .category .heading a, #sitemap .category .heading a:link, #sitemap .category .heading a:visited {
    font-weight: bold;
    font-size: 16px;
    color: #006b6e;
}

#sitemap .col {
}

#sitemap .sitemap-col {
    position: relative;
    float: left;
    width: 280px;
}

#sitemap .sitemap-col.sitemap-col-lft {
    margin-right: 10px;
}

#sitemap .sitemap-col.sitemap-col-rgt {
}
@media print { #sitemap

ul {
        padding-left: 0;
}

#sitemap ul li {
        background: none;
}

#sitemap .sitemap-col {
        position: static;
        float: none;
        padding-right: 0;
        width: 640px;
}

#sitemap .sitemap-col.sitemap-col-lft {
        margin-right: 0px;
}
}

/* -------------------------- Forms -------------------------------------- */
table.form tr {
    vertical-align: top;
}

table.form th {
    padding-right: 5px;
    text-align: right;
}

/* -------------------------- Glossary ------------------------------------- */
a.glossary-item, a.glossary-item:link, a.glossary-item:visited, a.glossary-item:active, a.glossary-item:hover {
    cursor: help;
    border-bottom: 1px dotted #c3cfd4;
    text-decoration: none !important;
}

.glossary {
    width: 234px;
    border: 1px solid #0099cc;
    z-index: 100000 !important;
    background-color: #fff;
}

.glossary .header {
    background-color: #f1f1f1;
    padding: 3px 0px 0px 4px;
    font-weight: bold;
    font-size: 13px;
    color: #666;
}

.glossary .footer {
    text-align: right;
    padding: 5px;
}

.glossary .footer a, .glossary .footer a:link, .glossary .footer a:visited {
/*    background: transparent url(/img/icon_close.gif) no-repeat 0px 5px; */
    padding: 0px 5px 0px 10px;
    font-size: 11px;
}

.glossary .main {
    padding: 10px 5px;
    color: #666;
}


/* -------------------------- News ------------------------------------- */
.news-archive-year-links {
    padding-top: 10px;
}

.news-archive-year-links span, .news-archive-year-links a {
    font-size: 13px;
    line-height: 13px;
    height: 13px;
    vertical-align: middle;
}

.news-archive-item span.date {
    display: block;
    color: #666;
}

.news-archive-item a {
    font-size: 13px;
    line-height: 1.2em;
}

.news-archive-item p {
    margin-bottom: 20px;
}

.news-archive-item table {
    margin: 1px;
    text-align: left;
}

.news-archive-item th {
    border-bottom: 1px solid #333;
    font-weight: bold;
}

.news-archive-item td.border {
    border-bottom: 1px solid #333;
}

.news-archive-item th, .news-archive-item td {
    padding: 4px 10px 4px 0px;
}

.news-archive-item table tfoot {
    font-style: italic;
}

.news-archive-item table caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left;
}

/* .footnote { color:#666; font-size:11px; line-height:1em; } */
.news-archive-paginator-links {
    font-size: 10px;
    margin: 10px 0px 15px 0px;
}

.news-archive-paginator-links a.link {
    font-size: 12px;
    margin: 0px 3px;
}

.news-archive-paginator-links span.current {
    margin: 0px 3px;
}

.news-archive-paginator-links a.link.first, .news-archive-paginator-links span.first {
    padding-right: 3px;
}

.news-archive-paginator-links a.link.previous, .news-archive-paginator-links span.previous {
    margin-right: 0;
    padding-right: 3px;
}

.news-archive-paginator-links a.link.next, .news-archive-paginator-links span.next {
    margin-left: 0;
    padding-right: 3px;
}

.news-archive-paginator-links a.link.last, .news-archive-paginator-links span.last {
    padding-right: 3px;
}

.content-news-item p.date-line {
    margin-top: 10px;
}

.news-item-nav-links {
    padding: 0px 0px 10px 0px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
    text-align: right;
}

.news-item-nav-links a {
    height: 12px;
    line-height: 12px;
    vertical-align: middle;
}

.news-item-nav-links a.previous {
/*    background: url(/img/arrow_blue_left.gif) no-repeat left center; */
    padding-left: 13px
}

.news-item-nav-links a.next {
/*    background: url(/img/arrow_blue.gif) no-repeat right center; */
    padding-right: 13px
}

#pipeline {
    width: 682px;
}

#pipeline-header {
    display: block;
    background: url('/img/pipeline-header.gif') no-repeat 0 0;
    height: 28px;
}

#pipeline .pipeline-section {
    height: 18px;
    text-transform: uppercase;
    color:#01839c;
    font-weight: bold;
    padding: 2px 0 2px 10px;
}

#pipeline .pipeline-items {
    display: block;
    padding: 20px 0 10px 20px;
    height: auto;
    background: url('/img/pipeline-itembg.gif') repeat-y 0 0;
}

#pipeline .pipeline-item {
    display: block;
    padding: 2px 0 2px 5px;
    background-color: #bfe0e7;
    margin: 5px 0 20px 0;
}

#pipeline .pipeline-item.first {
    margin: 0;
}

#pipeline small {
    display: block;
    margin: 0 0 -5px 0;
    _margin: 0;
    padding: 0 0 0 5px;
    font-style: italic;
    font-weight: normal;
    font-size: 11px;
}

#pipeline a {
    color: #000;
}

#pipeline .pipeline-item p,
#pipeline .pipeline-section p {
    padding: 0;
    margin: 0;
}

div#left1 {
float: left;
width: 175px;
}

div#left2 {
float: left;
width: 180px;
margin-left: 20px;
}

h1.ascend {
    display: block;
    background: url(/img/ascend.gif) 0 0 no-repeat;
    padding-left: 74px;
    line-height: 1em;
    padding-top: 15px;
    min-height: 15px;
    margin-top: -15px;
}

h1.ascend span {
    display: none;  
}

