/**
 * styles/articleView.css
 *
 * Copyright (c) 2003-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Article view stylesheet.
 */
/* Inline PDF viewer styles */
@import url(./pdfView.css);
#body {
    width: 95%;
    margin: 0 auto
    }
#container {
    min-width: 150px !important
    }
#main {
    width: 100%;
    margin: 0
    }
#main h2 {
    font-size: 1em
    }
#main h5 {
    margin: 0 1em 0.5em 0;
    padding-top: 0;
    font-size: 1.3em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal
    }
#main h6 {
    margin: 0.5em 1em 0.5em 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: 1.2em
    }
#content {
    border: none
    }
#content img.accessLogo {
    display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0
    }
#topBar {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 2.5em
    }
#articleFontSize {
    float: right
    }
#articleFontSize img {
    display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0
    }
#accessKey {
    float: left
    }
#accessKey img {
    display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0
    }
#articleCoverImage {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    clear: left
    }
#articleCoverImage img {
    display: block;
    border: 0
    }
div.rtSeparator {
    width: 100%;
    padding: 0;
    border-bottom: 2px dotted #000;
    line-height: 0
    }
div.rtSeparatorThin {
    width: 100%;
    padding: 5px 0 5px 0;
    border-bottom: 1px dotted #000;
    line-height: 0
    }
div.rtBlock a {
    text-transform: none;
    text-decoration: none
    }
div.rtBlock ul {
    padding: 0;
    margin: 0
    }
div.rtBlock li {
    list-style-type: none
    }
span.rtSubtitle {
    text-transform: uppercase;
    font-size: 0.85em
    }
a.rtAction {
    font-size: 0.9em;
    text-transform: uppercase;
    text-decoration: none
    }
/*
*  Styles for XSLT Article Rendering
*  (based on NLM DTD classes)
*/
table.bm {
    border: 1px solid #000
    }
.tl-default, .tl-main-part {
    font-weight: bold
    }
dt {
    display: inline;
    float: left;
    margin-left: 20px;
    width: 80px
    }
dd {
    margin-left: 100px
    }
.articleToolItem {
    margin-bottom: 3px
    }
.articleToolIcon {
    padding-right: 5px;
    vertical-align: middle
    }
#sidebarRTRelatedItems ul {
    padding: 0
    }
#sidebarRTRelatedItems li {
    margin-bottom: 3px
    }
#toggleRelatedItems {
    display: none;
    padding-top: 3px;
    cursor: pointer
    }