﻿/* Set the standard font size to a common point size */
body
{
    font-size: 10pt;
    margin: 0;
    padding: 0;
}
/* Print template header... */
#printheader
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
/* Alternate print template header if defined */
.altprintheader
{
    position: relative;
    margin-top: -80px;
    z-index: 1;
}
.altprintheader img
{
    border-right: solid 500px white;
}
/* Center banner overflow constraint */
#content .bannerad
{
    overflow: hidden;
}
/* Copyright information */
#copyrightinfo
{
    border-top: solid 2px #222021;
    padding-top: 10px;
}
#copyrightinfo p
{
    margin: 0 !important;
}
/* Bump the rest down for spacing the header */
#container
{
    padding: 80px 0 0;
}
/* Links - print links inline for the content area
   note this only works in non-IE browsers such as Firefox and Safari... */
.content a:link:after, .content a:visited:after, #copyrightinfo a:link:after, #copyrightinfo a:visited:after
{
    content: " [" attr(href) "] ";
}
/* Standards chould take care of the rest of things in the content area sans maybe
   an clear left/right at the bottom for all modules that can follow it... */
.journalissues, .issuearticles, .comments, .forms, .blog, #copyrightinfo
{
    clear: both;
}
/* Hide the following page parts as they are unnecessary 
   note these may change over time so be sure to update this area as deemed necessary */
#skipto, .topshare, .bottomshare, .bookmarks, .pagefunctions, .photobar, .contentinfo, #issuecountchoice, #issuefilterchoice, #issuelisttype, .autoscroll, .journalissues h2, #issuepaging, .absoptions, #getadobe, #headercontentseparator, #resourcesset1, #resourcesset2, #navigation, #webuserresources, #copyrightinfo h2, #documentlocation h2, #comments .commentform, #commentfilter, #comments .viewmore, #documentowner h2, #documentowner h3, #documentowner h4, #documentowner p, .knowledge
{
    display: none;
    visibility: hidden;
}
/* Now for how to display stuff all the center column stuff other than the
   primary content module and banner ads... */
/* Always display gallery views and journal lists as a list as galleries don't 
   play well in IE versions for printing purposes */
#issuecount
{
    margin-bottom: 15px !important;
    font-weight: bold;
}
.journallist
{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.journalissues p
{
    margin: 0 !important;
}
.journallist img
{
    border: solid 1px #c4c4c4;
}
.journalissues li
{
    margin-bottom: 10px;
    page-break-inside: avoid;
    clear: left;
}
.journalissues .imagelink
{
    display: block;
    float: left;
}
.journalissues img
{
    display: block;
    margin: 0 15px 10px 0;
}
/* IE 6.0+ hacks next 2 lines*/
*+html .journalissues .issueinfo{margin-top:-1em;}
/*\*/ * html .journalissues .issueinfo{margin-top:-1em;} /**/
/* Override the block headers horizontal spacing to line things up better */
h2.blockheader span, h2.blockheader font
{
    padding: 0 !important;
}
/* We need to do the same for the gallery view in the content area */
.contentgallery
{
    width: 100% !important;
}
.contentgallery a.imagelink
{
    display: inline !important;
}
.contentgallery img
{
    float: left;
    margin: 0 15px 10px 0 !important;
}
.contentgallery li, .contentgallery li.float, .contentgallery li.base
{
    text-align: left !important;
    float: none !important;
    clear: left;
    margin: 0 0 10px 0 !important;
    width: auto !important;
    padding: 0 !important;
}
/* IE 6.0+ hacks next 2 lines*/
*+html .contentgallery .issueinfo{margin-top:-1em !important;}
/*\*/ * html .contentgallery .issueinfo{margin-top:-1em !important;} /**/
/* For individual journal issues hide the toggle abstract buttons */
#issuetheme
{
    font-size: 1.1em;
    font-weight: bold;
    margin-top: -10px !important;
}
.issuearticles img
{
    border: solid 1px #c4c4c4;
}
#toc
{
    margin: 0;
    padding: 0 0 0 30px;
}
#toc p
{
    margin: 0 !important;
}
#toc .article
{
    margin: 0 0 15px;
    padding: 0;
    list-style-position: outside;
}
.arttitle
{
    font-weight: bold;
}
/* For the comments, jsut display pretty and neat */
.commentpost img
{
    float: left;
    margin: 0 10px 5px 0;
    border: solid 1px #c4c4c4;
}
.commentpost
{
    border-top: dashed 1px #c4c4c4;
    clear: left;
    margin-bottom: 10px;
    padding-top: 10px;
}
.commentpost p.postby
{
    font-size: .9em;
    font-weight: bold;
    margin-top: 0 !important;
}
.commentpost p
{
    margin-bottom: 5px !important;
}
/* Content history */
.comparebtn
{
    text-align: right;
    margin-bottom: 5px;
}
#tblversions
{
    width: 100%;
    margin-bottom: 5px;
}
#tblversions caption
{
    font-style: italic;
}
#tblversions td.lasttd, #tblversions th.lasttd
{
    text-align: right;
}
.diffinfo
{
    color: #bbb !important;
    font-weight: bold;
    font-style: italic;
}
.added
{
    color: #009900;
    text-decoration: underline;
}
.deleted
{
    color: #990000;
    text-decoration: line-through;
}
.added .diffinfo
{
    color: #99bb99 !important;
}
.deleted .diffinfo
{
    color: #bb9999 !important;
}
.added .diffinfo a
{
    color: #66bb66 !important;
}
.deleted .diffinfo a
{
    color: #bb6666 !important;
}
#complegend
{
    float: right;
    border: solid 1px #c4c4c4;
    list-style-type: none;
    font-size: .9em;
    padding: 0 0 4px;
    margin: 0 0 10px 10px;
}
#complegend li
{
    padding: 4px 4px 0;
    margin: 0;
}
.baseverlink a
{
    color: #770000 !important;
}
.modverlink a
{
    color: #007700 !important;
}
.mergeconstraint
{
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
/* The Comments module uses different sizes for the h's, and also has lined borders on the
   top and bottom to help it stand apart on the print layout */
.comments h2
{
    font-size: 1.3em;
}
.comments h3
{
    font-size: 1.15em;
}
.comments h4
{
    font-size: 1.0em;
}
.comments
{
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
}
/* Archive Styles */
#archivewarning
{
    border: solid 1px #c4c4c4;
    margin-bottom: 10px;
}
#archivewarning p
{
    margin: 10px 10px 10px 10px !important;
    font-weight: bold;
}
