
/*** loi.jsp ***/
#leftColumn{
    float: left;
    margin-right: 20px;
    width: 230px;
}
#middleColumn{
    float: left;
    max-width: 540px;
}

.panelHeading, .panelFooter {
    position: relative;
    padding: 0;
}
.panelHeading .content h3 {
    font-size: 11pt;
    font-weight: bold;
    margin-bottom: 10px;
}
.panelBody {
    width: auto;
    padding: 0;
}

.listOfIssues{
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.listOfIssues li{
    margin: 0 0 10px 20px;
}

.listExpandTrigger{
    background: url('/templates/jsp/_style2/_AP/_pinnacle/_theme3/images/plus-minus.png') no-repeat;
    height: 16px;
    padding: 5px 0 0 26px;
}
.listExpandTrigger:hover{
    background-position: 0 -22px;
    cursor: pointer;
}
.listCollapseTrigger{
    background: url('/templates/jsp/_style2/_AP/_pinnacle/_theme3/images/plus-minus.png') no-repeat;
    background-position: 0 -44px;
    display: none;
    height: 16px;
    padding: 5px 0 0 26px;
}
.listCollapseTrigger:hover{
    background-position: 0 -66px;
    cursor: pointer;
}
ul.loiList li {
    padding-left: 1.8em;
    clear: left;
}
ul.loiList li li li {
    padding-left: 1em;
    clear: left;
}
#journalListOfIssues {
    margin-top: 10px;
    float: left;
    width: 100%;
}

/** WIDGET **/
.widget{
    display: block;
    float: left;
    margin: 0 auto 20px auto;
    width: 230px;
}
.widget h2{
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.widgetContainer{
    float: left;
    padding: 10px 13px;
    border:1px solid #00529c;
    border-width: 0 1px 1px 1px;
}
.widgetContainer ul{
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.widgetContainer li{
    float: left;
    margin-bottom: 5px;
}

.alignCenter{
    text-align: center;
    width: 100%;
}
.currentIssue_link {
    margin-top: 10px;
}
.currentIssue_link a{
    color: #3b88bf;
    text-decoration: none;
}
.currentIssue_link a:hover {
    text-decoration: underline;
}

.mostRead a{
    color: #3b88bf;
    text-decoration: none;
}
.mostRead a:hover {
    text-decoration: underline;
}

/*** toc.jsp ***/
#issueHeader{
    min-height: 200px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 540px;
    background-color:#eaf6ff;
}
#issueCover{
    float: left;
    height: 200px;
    margin-right: 20px;
    overflow: hidden;
    width: 150px;
}
#issueMeta{
    float: left;
    padding: 0 20px 20px 0;
    width: 350px;
}
#issueNav{
    float: left;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 10px;
}
#issueMeta h2{
    font-size: 16pt;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.issuePrev{
    float: left;
}
.issueNext{
    float: right;
}
.siteEditableToc {
    float: left;
    margin-bottom: 20px;
    width: 94%;
}

.articleSummary{
    background: #fff;
    border-bottom: 1px solid #012540;
    clear: both;
    float: left;
    margin-bottom: 20px;
    padding: 0 0 10px 0;
    width: 540px;
    background-color:#eaf6ff;
    padding-top: 5px;
    padding-left: 5px;
}
.articleSummaryLeftSide{
    float: left;
    margin: 0 10px 0 0;
    vertical-align: top;
    width: 20px;
}
.articleSummaryRightSide{
    color: #737373;
    float: left;
    width: 455px;
}
.articleSummaryRightSide2{
    color: #737373;
    float: right;
    width: 10px;
}

#tocViewTriggers{
    border-bottom: 1px solid #737373;
    float: left;
    height: 20px;
    margin-bottom: 10px;
    width: 100%;
    margin-top: 15px;
}
#viewTriggers{
    float: left;
}
#viewTriggers a, #viewTriggers a:hover{
    display: inline-block;
    text-decoration: none;
}

a.expandTrigger{
    background: url('/templates/jsp/_style2/_AP/_pinnacle/_theme3/images/plus-minus.png');
    background-position: 0 -1px;
    float: left;
    height: 21px;
    margin-bottom: 10px;
    overflow: hidden;
    text-indent: -9999px;
    width: 20px;
}
a.expandTrigger:hover{
    background-position: 0 -23px;
}
a.collapseTrigger{
    background: url('/templates/jsp/_style2/_AP/_pinnacle/_theme3/images/plus-minus.png') no-repeat;
    background-position: 0 -45px;
    display: none;
    height: 21px;
    margin-bottom: 10px;
    overflow: hidden;
    text-indent: -9999px;
    width: 20px;
}
a.collapseTrigger:hover{
    background-position: 0 -67px;
}
a.articleTools{
    background: url('/templates/jsp/_style2/_AP/_pinnacle/_theme3/images/tool-box.png');
    display: block;
    height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-indent: -9999px;
    width: 20px;
}
a.articleTools:hover{
    background-position: 0 -20px;
}
div.art_title {
    color: #3b88bf;
    display: inline;
}
.articleSummaryAuthorList{
    color: #000;
    float: left;
    font-style: italic;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.precis {
    margin-bottom: 10px;
}
.precis, .abstract, .summaryLinks{
    float: left;
    width: 100%;
}
.abstract {
    margin-bottom: 10px;
}
.summaryLinks{
    text-align: center;
}
.abstractSection p {
    margin: 0;
    display: inline;
}
.articleType{
    color: #000;
    margin-bottom: 10px;
    float:left;
}
.articleSummaryOpenAccessIcon{
    float: right;
    height: 20px;
    width: 50px;
    display: inline;
    text-align: right;
    padding-right: 3px;
}

#articleListFooter {
    margin-bottom: 10px;
}
#articleListFooter > .accessLegend {
    display: inline;
}
div.openAccessIcon, div.accessIcon_free {
    float: right;
    margin-right: 0;
    margin-bottom: 1em;
}

.articleToolsOptions{
    /*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: -10px;
    padding: 3px 9px 0 9px;
    position: absolute;
    white-space: normal;
    width: 200px;
}
.articleToolsOptions li{
    margin-bottom: 5px;
}
.articleToolsOptions li a{
    padding-left: 20px;
}

/** article Tools widget **/
#articleToolsNav{
    height: 20px;
    margin: 10px 0;
    width: 100%;
}
#articleToolsNav a{
    float: left;
    font-size: 100%;
    font-weight: normal;
    color: #3b88bf;
    cursor: pointer;
}
#articleToolsNav .prev {
    float: left;
}
#articleToolsNav .next {
    float: right;
}
#articleToolsNav a:hover{
    text-decoration: underline;
    cursor: pointer;
}
#sectionSelect {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}

li#addToFavs {
    background: url('/templates/jsp/_style2/_AP/_pinnacle/_theme3/images/articletools.png') no-repeat;
    background-position: 0 -1px !important;
}
li#addToFavs:hover{
    background-position: 0 -18px !important;
}
li#emailArt {
    background: url('/templates/jsp/_style2/_AP/_pinnacle/_theme3/images/articletools.png') no-repeat;
    background-position: 0 -35px !important;
}
li#emailArt:hover{
    background: url('/templates/jsp/_style2/_AP/_pinnacle/_theme3/images/articletools.png') no-repeat;
    background-position: 0 -52px !important;
}
li#downloadCit {
    background: url('/templates/jsp/_style2/_AP/_pinnacle/_theme3/images/articletools.png') no-repeat;
    background-position: 0 -68px !important;
}
li#downloadCit:hover{
    background-position: 0 -86px !important;
}
li#trackCit {
    background: url('/templates/jsp/_style2/_AP/_pinnacle/_theme3/images/articletools.png') no-repeat;
    background-position: 0 -102px !important;
}
li#trackCit:hover{
    background-position: 0 -120px !important;
}
li#rights {
    background: url('/templates/jsp/_style2/_AP/_pinnacle/_theme3/images/articletools.png') no-repeat;
    background-position: 0 -136px !important;
}
li#rights:hover{
    background-position: 0 -155px !important;
}
#articleToolsShare span{
    float: none;
    text-decoration: none;
    color: #000000;
    display: inline-block;
    cursor: pointer;
}
ul#toolsList {
    clear: both;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
#articleTools {
    background-color: white;
}
#articleTools.fixed{
    position:fixed;
    top:200px;
}

/** related publication widget **/
#searchByAuthor {
    margin-top: 10px;
}

/** Author index **/
#authorIndexHeader{
    float: left;
    height: 15px;
    margin-bottom: 10px;
    padding: 5px 0;
    width: 540px;
}
#authorIndexHeader p, #authorIndexHeader h3{
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding-top: 3px;
}
#issueDisplay{
    float: left;
}
#authorIndexNav{
    float: right;
    margin: 0;
}
#navTabsAuthorIndex li a{
    padding: 10px 5px;
}
#pubDates h3{
    display: inline;
    margin-right: 5px;
}
#navTabs{
    float: left;
    margin-bottom: 10px;
}
#navTabs ul{
    border-bottom: 3px solid #3b88bf;
    float: left;
    height: 22px;
    margin: 10px 0;
    padding-bottom: 13px;
    width: 540px;
}
#navTabs li{
    float: left;
}
#navTabs li a{
    float: left;
    padding: 10px 5px;
}
#navTabs li a:hover, #navTabs li a:active, .active{
    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;
}
#navTabs li .active {
    color: white !important;
}

/*ADVANCED SEARCH*/
#advancedSearchWidget input[type=text], #advancedSearchWidget select{
    margin: 5px 0 10px 0;
    width: 95%;
}
#advancedSearchCalendar{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    float: left;
    /*height: 70px;*/
    margin: 10px 0 10px 0;
    padding: 10px 0;
    vertical-align: top;
    width: 100%;
}
#advancedSearchCalendar h3{
    margin-bottom: 10px;
}
#advancedSearchCalendar input[type=image]{
    float: left;
    height: 30px;
    margin: 0 20px 0 20px;
    padding: 0;
    width: 30px;
}
#advancedSearchCalendar p{
    float: left;
}
.calendar {
    background: url('/templates/jsp/_style2/_AP/_pinnacle/_theme3/images/calendar-icon.png');
}
#history {
    width: 200px;
}
.datePickerInput {
    display: inline;
    width: 120px !important;
    margin-right: 10px !important;
}
.ui-datepicker-trigger {
    margin-bottom: -5px;
}

.paginationLinks li {
    display: inline;
    float: left;
    padding-left: 5px;
}
#pagination {
    float: right;
}
#resultPerPage {
    display: inline;
    float: left;
}
.prevDisable a, .nextDisable a {
    color: #000000 !important;
    pointer-events: none;
    cursor: default;
}
.number {
    color: #3b88bf;
    font-size:11pt;
    font-weight:bold;
}
#searchButtons{
    margin-top: 10px;
}


ul#toolsList li{
    float:left;
    margin-bottom: 0px;
}

#searchSavedWidget input[type=text], #searchSavedWidget select{
    margin: 5px 0 10px 0;
    width: 95%;
}

#searchSavedWidget div.previousSearches{
    background: #f2f2f2;
    float: left;
    margin-top: 20px;
    padding: 20px 10px;
}

#searchSavedWidget div.previousSearches p {
    color: #777;
    font-size: 9pt;
    font-style: italic;
    margin-bottom: 0px;
}
td.searchResultCell{
    height: 33px;
}
div.noSearchResults{
    margin-bottom: 17px;
    margin-top: 28px;
}

div.didYouMean{
    color: red;
}
