/** article **/
#articleHeader2{
    background: #fff;
    clear: both;
    width: 540px;
}
#articleHeader2 .image{
    float: left;
    display: inline;
    margin-right: 20px;
}
#articleTitleExtras2 {
    margin: 10px 0;
    width: 100%;
    font-size: 11pt;
    font-weight: bold;
}
#crossMark{
    background: url('/templates/jsp/_style2/_AP/_pinnacle/_theme3/images/crossmark-28pt.png');
    background-position: 0 -1px;
    display: block;
    float: right;
    height: 29px;
    text-indent: -9999px;
    width: 85px;
}
#crossMark:hover{
    background-position: 0 -31px;
}
#articleTitle2 {
    font-size: 16pt;
    font-weight: bold;
    margin: 0;
    width: 100%;
}
.articleMeta {
    clear: both;
}
#articleContent {
    clear: both;
    margin-top: 10px;
}

#returnToSearch{
    background: url( '/templates/jsp/_style2/_AP/_pinnacle/_theme3/images/return-to-search.png' ) no-repeat right;
    float: left;
    font-weight: 700;
    height: 30px;
    margin: 0 auto;
    padding: 20px 20px 10px 40px;
    width: 120px;
}

.keyWords {
    padding-top: 10px;
}

.articleCitation, .authors {
    margin-bottom: 10px;
    margin-top: 10px;
}

.AuthorAff {
    background: url('/templates/jsp/_style2/_AP/_pinnacle/_theme3/images/author-info.png') no-repeat;
    margin: 0px 1px -2px 2px;
    height: 13px;
    width:13px;
    padding: 0 0 0 1px;
}

.AuthorAff-inActive {
    background: url('/templates/jsp/_style2/_AP/_pinnacle/_theme3/images/author-info-inactive.png') no-repeat;
    margin-left: 3px;
    height: 13px;
    padding: 0 0 0 15px;
    display: none;
}

/* For author affiliation popup */
#articleAuthors{
    float: left;
    margin: 10px 0;
    width: 540px;
}
#articleAuthors li{
    display: inline;
    font-style: italic;
}
.authorMeta{
    margin-left: 3px;
}
.authorMeta.active{
    display: none;
}
.authorMetaAffiliation{
    /*not going to work in IE 8 and older*/
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    background: #fff;
    border: 1px solid #014a7f;
    border-top: 2px solid #014a7f;
    display: none;
    font-style: normal;
    margin-top: -4px;
    margin-left: 20px;
    padding: 3px 9px 4px 9px;
    position: absolute;
    white-space: normal;
    width: 230px;
}
.authorMetaAffiliation li{
    display: block !important;
    margin-top: 5px;
}
.authorMetaAffiliation li a{
    background: url('/templates/jsp/_style2/_AP/_pinnacle/_theme3/images/author-meta-affiliations.png') no-repeat;
    font-style: normal;
    padding-left: 20px;
}
.authorMetaAffiliation p{
    color: #444;
    font-size: 9pt;
}
.authorMetaAffiliation li a.orcid{
    background-position: 0 0;
}
.authorMetaAffiliation li a.orcid:hover{
    background-position: 0 -17px;
}
.authorMetaAffiliation li a.homepage{
    background-position: 0 -34px;
}
.authorMetaAffiliation li a.homepage:hover{
    background-position: 0 -51px;
}
.authorMetaAffiliation li a.email{
    background-position: 0 -69px;
}
.authorMetaAffiliation li a.email:hover{
    background-position: 0 -85px;
}

#pubDates{
    float:left;
    margin: 10px 0;
    width: 100%;
}
#pubDates h3{
    display: inline;
    margin-right: 5px;
}

.references {
    float: left;
}

.articleSection{
    float: left;
    margin-bottom: 20px;
}
.articleSection p{
    margin: 10px 0;
}

/** Article keywords ***/
#keywordsExpandTrigger{
    background: url('/templates/jsp/_style2/_AP/_pinnacle/_theme3/images/plus-minus-mini.png') no-repeat;
    display: none;
    float: left;
    height: 13px;
    padding: 0 0 0 15px;
}
#keywordsExpandTrigger:hover{
    background-position: 0 -13px;
    cursor: pointer;
}
#keywordsCollapseTrigger{
    background: url('/templates/jsp/_style2/_AP/_pinnacle/_theme3/images/plus-minus-mini.png') no-repeat;
    background-position: 0 -26px;
    float: left;
    height: 12px;
    padding: 0 0 0 15px;
}
#keywordsCollapseTrigger:hover{
    background-position: 0 -39px;
    cursor: pointer;
}
#keywordsList{
    float: right;
    margin-top: 5px;
    width: 100%;
}
#keywordsList li{
    display: inline;
}

#full .abstractSection h3,.shortAbstract h3, #abstractText .abstractSection h3{
    font-size: 11pt;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

/*For article menu*/
#mainArticlePage {
    overflow: hidden;
    padding: 1px;
}
#mainTabs:after {
    display: block;
    content: '';
    clear: both;
}
#mainTabs ul{
    border-bottom: 3px solid #3b88bf;
    float: left;
    height: inherit;
    padding-bottom: 0px;
    width: 100%;
    border-radius: 0;
}
#mainTabs li{
    float: left;
}
#mainTabs li a{
    float: left;
    padding: 10px 5px;
}
#mainTabs li a:hover, #mainTabs .ui-state-active a{
    background: #3b88bf;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color: white !important;
    text-decoration: none;
}
#mainTabs .ui-state-active a{
    color: white;
}
.articleSectionHead {
    margin-bottom: 10px;
    margin-top: 25px;
}

/** Fig ***/
.mediaTab{
    border-top: none !important;
    padding-top: 0 !important;
}
.mediaContainer{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    clear: both;
    float: left;
    margin: 10px 0;
    padding: 20px 0 10px 0;
    width: 100%;
}
.mediaLeft{
    float: left;
    margin-right: 20px;
    overflow: hidden;
    text-align: center;
    width: 220px;
}
.mediaLeft a{
    float: left;
    margin: 5px 0 10px 0;
    width: 100%;
}
.mediaRight{
    float: left;
    width: 300px;
}

/** discussion **/
#discussion form{
    margin: 20px;
    width: 500px;
}
#commentTitle, #commentEntry{
    border-top: 1px solid #000;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #000;
    padding: 2px 5px;
    min-width: 478px; /*500px minus padding and border strokes, minus 10 for aesthetics*/
    max-width: 478px;
}
#commentTitle{
    margin: 5px 0 10px 0;
}
#commentEntry{
    margin: 0 0 10px 0;
    min-height: 100px;
}
#commentHeader, #commentFooter{
    float: left;
    /*height: 15px;*/
    padding: 5px 0;
    width: 540px;
}
#commentHeader{
    border-bottom: 1px solid #000;
}
#commentFooter{
    margin-bottom: 20px;
}
#commentCount{
    float: left;
    padding-top: 5px;
}
#commentNavSort{
    float: left;
}
#commentNavSort .selected{
    color: #000000 !important;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}
#commentNav{
    float: right;
    width: 50%;
    padding-top: 5px;
}
#commentNavPages ul, #commentNavPages p{
    float: right;
}
#commentNavPages li{
    display: inline;
    float: left;
    margin: 0 2px;
}
.comment{
    border-bottom: 1px solid #000;
    float: left;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 540px;
}
.commentMeta{
    margin-bottom: 10px;
    width: 100%;
}
.commentContentTitle{
    border-bottom: 1px solid #aaa;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
.commentContentTitle h2{
    border-bottom: 1px solid #fff;
    display: inline;
    float: left;
    margin-bottom: -1px;
    padding-right: 20px;
}

#abstractText .abstractImage {
    display: none;
}

.abstractSection .abstractSecHeadings{
    font-weight: bold;
}

#articleContent sup {
    line-height: 0px;
    font-size: 8pt;
}
#articleContent sup a{
    font-size: 8pt;
}

div.citedBySection h2{
    color:inherit;
}

#mainArticlePage #abstractText .image {
    display: none;
}
div.citingArticles{
    margin-bottom: 12px;
}

#sectionAcknowledgments h2.ackTitle, #sectionFootnotes h2.footTitle{
     margin-bottom: 15px;
}

.figureCaptions{
    margin-bottom:20px;
}

.articleAuthors .contribSpan{
    display: inline-block;
    *display: inline; /* IE7 inline-block hack */
    *zoom: 1;
}

.discussionBody {
    display: none;
}