/*
 * This stylesheet if for CSS rules that are suitable for all devices.
 * See http://www.w3.org/TR/CSS21/media.html#media-types
 */

body {
    margin: 0;
    padding: 0;
}

div.wrapper {
    font-family: sans-serif;
    color: #555;
}

div.wrapper a {
    color: #D00000;
    text-decoration: none;
}

/* No border on images within anchors. */
div.wrapper a img {
    border-style: none;
}

/* Set default styles for lists. */
div.wrapper ul,
div.wrapper ol {
    margin: 1em 0px 1em 2.5em;
    padding: 0;
}

div.wrapper sup {
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}

div.wrapper sub {
  vertical-align: baseline;
  position: relative;
  top: 0.2em;
}

div.wrapper form {
    margin: 0;
    padding: 0;
}

div.wrapper input {
    font-size: 100%;
    font-family: inherit;
}


div.wrapper input.checkbox,
div.wrapper input.radio {
    width: 1.083em;
    height: 1.083em;
    margin: 0px 0.25em 0px 0.333em;
    vertical-align: middle;
}

div.wrapper input.button {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

div.wrapper input.button:active:hover {
    padding-left: 0.583em;
    padding-right: 0.417em;
}


/* Make div.images container clear floating child elements. */
div.wrapper div.header div.images:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.wrapper div.header div.images img {
    float: left;
}

div.wrapper div.header div.images div.straplines {
    float: right;
    width: auto;
}



/* Make div.breadcrumb container clear floating child elements. */

div.wrapper div.breadcrumb {
    margin: 1em 0 0 0;
    height: 1.25em;
}

div.wrapper div.breadcrumb ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

div.wrapper div.breadcrumb ul li {
    color: #898989;
    float: left;
    width: auto;
    font-size: 62.5%;
    list-style: none;
    padding-left: 0;
}

div.wrapper div.breadcrumb ul li.trail {
    padding-left: 0.75em;
}

div.wrapper div.breadcrumb ul li span {
    padding-left: 0.75em;
}



/* -1px left adjustment to compensate for large font-size. */
div.wrapper div#content_h1 h1 {
    margin: 0.667em 0 0 0;
    padding: 0;
    font-size: 150%;
    font-weight: bold;
    color: black;
    position: relative;
}



div.wrapper div.container {
    margin-bottom: 2em;
}

div.wrapper div.container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.wrapper div.container div.content {
    margin-top: 1.333em;
    line-height: 1.333em;
    font-size: 75%;
}

div.wrapper div.container div.content h1 {
    color: black;
    font-size: 200%;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0;
    line-height: 1em;
}

div.wrapper div.container div.content h2 {
    color: #D00000;
    font-size: 100%;
    margin-top: 1em;
    margin-bottom: 0;
}

div.wrapper div.container div.content p.first {
    margin-top: 0.25em;
}

div.wrapper div.container div.content h3 {
    color: black;
    font-size: 100%;
}

div.wrapper div.container div.content ul {
    margin-left: 1.5em;
}

div.wrapper div.container div.content table {
    width: 100%;
    border-collapse: collapse;
}

div.wrapper div.container div.content table thead th {
    text-align: right;
    font-size: 91.667%;
    vertical-align: bottom;
    border-bottom: 1px solid #555;
}

div.wrapper div.container div.content table thead th.first {
    text-align: left;
}

div.wrapper div.container div.content table tbody th {
    text-align: left;
    font-weight: normal;
}

div.wrapper div.container div.content table tbody td {
    text-align: right;
}

div.wrapper div.container div.content table.simple {
    border-top: 2px solid #555;
}

div.wrapper div.container div.content table.simple caption {
    text-align: left;
    color: #D00000;
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 0.5em;
}

div.wrapper div.container div.content table.simple tbody th,
div.wrapper div.container div.content table.simple tbody td {
    border-bottom: 1px solid #555;
}

div.wrapper div.container div.content table.financial {
    background-color: #f3f3f4;
}

div.wrapper div.container div.content table.financial_nocaption {
    border-top: 2px solid #555;
}

div.wrapper div.container div.content table.financial caption {
    border-top: 2px solid #555;
    background-color: #f3f3f4;
    padding-left: 0.25em;
    text-align: left;
    color: #D00000;
    font-size: 100%;
    font-weight: bold;
}

div.wrapper div.container div.content table.financial th {
    font-weight: normal;
}

div.wrapper div.container div.content table.financial thead th,
div.wrapper div.container div.content table.financial thead td {
    padding-left: 0.25em;
    padding-right: 0.25em;
}

div.wrapper div.container div.content table.financial tbody th,
div.wrapper div.container div.content table.financial tbody td {
    padding-left: 0.25em;
    padding-right: 0.25em;
    border-bottom: 1px solid white;
}

div.wrapper div.container div.content table.financial tbody tr.last th,
div.wrapper div.container div.content table.financial tbody tr.last td {
    border-bottom-color: #555;
}

div.wrapper div.container div.content table.financial tbody tr.last2 th,
div.wrapper div.container div.content table.financial tbody tr.last2 td {
    border-bottom-color: #555;
    border-bottom-width: 2px;
}

div.wrapper div.container div.content table.financial tbody tr.total th,
div.wrapper div.container div.content table.financial tbody tr.total td {
    border-bottom-color: #555;
}

div.wrapper div.container div.content table.financial td.current_year,
div.wrapper div.container div.content table.financial th.current_year {
    font-weight: bold;
}

div.wrapper div.container div.content ol.footnotes {
    list-style: none;
    font-size: 83.333%;
    margin-left: 2em;
}

div.wrapper div.container div.content ol.footnotes li {
    position: relative;
}

div.wrapper div.container div.content ol.footnotes li span.label {
    position: absolute;
    left: -2em;
}

body#homepage div.wrapper div.container div.four_column div.column_1 div.content,
body#homepage div.wrapper div.container div.four_column div.column_2 div.content,
body#homepage div.wrapper div.container div.four_column div.column_3 div.content,
body#homepage div.wrapper div.container div.four_column div.column_4 div.content {
    border: 1px solid black;
    height: 230px;
    padding: 10px;
    background-repeat: no-repeat;
}

div.wrapper p.buttons input {
    color: white;
    background-color: #D00000;
    border: 1px solid #666;
}

body#board_of_directors div.wrapper h3 {
    color: #808080;
    font-size: 100%;
    margin-top: 1em;
    margin-bottom: 0;
}

div.wrapper div.container div.content ul.highlights_of_the_year {
    list-style-type: none;
    color: #D00000;
    font-weight: bold;
    font-size: 133.333%;
}

div.wrapper div.container div.content ul.highlights_of_the_year li {
    position: relative;
    margin-top: 1em;
}

div.wrapper div.container div.content ul.highlights_of_the_year li span.label {
    position: absolute;
    left: -1.25em;
}

div.wrapper div.sitemap h3 {
    margin-top: 2em;
    margin-bottom: 0pt;
}

div.wrapper div.sitemap ul {
    margin-top: 0pt;
    margin-left: 0pt;
    list-style: none;
}

div.wrapper div.sitemap ul li {
    padding: 0.4em 0pt;
}



div.wrapper div.downloads h3 {
    margin-top: 2em;
    margin-bottom: 0pt;
}

div.wrapper div.downloads ul {
    margin-top: 0pt;
    margin-left: 2em;
    list-style: none;
}

div.wrapper div.downloads ul li {
    position: relative;
    padding: 0.4em 0pt;
}

div.wrapper div.downloads ul li input.checkbox {
    position: absolute;
    left: -2em;
}

div.wrapper div.downloads ul li span {
    margin-left: 0.6em;
    font-size: 0.833em;
}



div#print_basket_alert {
    background-color: #D00000;
}

div.wrapper div.print_basket p.buttons {
    margin-right: 0.5em;
    text-align: right;
}

div.wrapper div.print_basket table {
    width: 100%;
    border-collapse: collapse;
}

div.wrapper div.print_basket table tr th {
    color: #D00000;
}

div.wrapper div.print_basket table tr th,
div.wrapper div.print_basket table tr td {
    padding: 0.5em;
    border-bottom: 1px solid #ccc;
}

div.wrapper div.print_basket table tr th.title {
    text-align: left;
}

div.wrapper div.print_basket table tr th.order {
    text-align: center;
}

div.wrapper div.print_basket table tr th.select {
    text-align: center;
    white-space: nowrap;
}

div.wrapper div.print_basket table tr td div.page_title a {
    color: #333;
    font-weight: bold;
}

div.wrapper div.print_basket table tr td div.page_description {
    font-style: italic;
}

div.wrapper div.print_basket table tr td.page_up {
    padding-left: 0px;
    padding-right: 0.333em;
}

div.wrapper div.print_basket table tr td.page_up div {
    float: right;
    width: 13px;
    height: 12px;
    background-image: url(../images/icons/up.png);
    cursor: pointer;
}

div.wrapper div.print_basket table tr td.page_up div span {
    display: none;
}

div.wrapper div.print_basket table tr td.page_down {
    padding-left: 0.333em;
    padding-right: 0px;
}

div.wrapper div.print_basket table tr td.page_down div {
    float: left;
    width: 13px;
    height: 12px;
    background-image: url(../images/icons/down.png);
    cursor: pointer;
}

div.wrapper div.print_basket table tr td.page_down div span {
    display: none;
}

div.wrapper div.print_basket table tr td.page_checkbox {
    text-align: center;
}

div.wrapper div.container div.biography div.summary,
div.wrapper div.container div.biography div.detail div.close {
    display: block;
}

div.wrapper div.container div.biography div.summary {
    float: left;
    margin-left: 1.333em;
    padding-bottom: 2em;
}

div.wrapper div.container div.biography div.summary div.information span.name {
    color: #333;
    font-weight: bold;
}

div.wrapper div.container div.biography div.summary div.open {
    margin-top: 1em;
}

div.wrapper div.container div.biography div.detail div.close {
    text-align: right;
}

div.wrapper div.container div.biography div.thickbox_content {
    display: none;
}

div.wrapper div.container div.biography div.detail {
    margin: 2em 1em 1em 1em;
}

div.wrapper div.container div.biography div.detail div.photograph {
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
}

div.wrapper div.container div.biography div.detail span.note {
    text-transform: none;
}

div.wrapper div#footer {
    clear: both;
    padding-top: 1em;
    border-top: 3px solid #555555;
    font-size: 75%;
}

