﻿html, form  
{
    height:100%;
}
body 
{
    background-color:#DDD;
    width:100%;
    height:100%;
    min-height:100%;
    margin:0px;
    overflow:hidden;
    font-family: Roboto,sans-serif;
    font-size: 10pt;	
    color: #333;
    overflow:hidden; 
}

/*stops transform from leaving ghost lines after 2d flip*/
.page-wrapper div {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

h3
{
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

h3 a 
{
    color: #666;
    font-size: 15px;
}
p
{
    font-family:Roboto,sans-serif;
    font-size: 13px;	
    color: #444444;
}
li
{
    font-family: Roboto,sans-serif;
    font-size: 13px;	
    color: #444444;
}

table  
{
    border-collapse:collapse; 
}
table tr td a {
    display:block;
    text-decoration:none;
    height:100%;
    width:100%;
}

.loadingImg { 
    display: block;
    outline:none;
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 1s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate; 
    -moz-animation-duration: 1s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotate; 
    -o-animation-duration: 1s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    -ms-animation-name: rotate; 
    -ms-animation-duration: 1s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: rotate; 
    animation-duration: 1s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}

@-o-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}

@-ms-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.pageLoadingImage
{
    background-color: #DDD;
    background-image: url(../images/loading.gif);
    background-repeat:no-repeat;
    background-position:center center;
    outline:none;
}

.loadingMessageText {
    font-family: Roboto,sans-serif;
    font-size: 1.1em;
}

img 
{
    border:0px;    
}

/****** Main Div ******/
#viewer
{
    width:100%;
    height:100%;
}

/****** Overlay Div ******/

.divHeader
{
    width:100%;
    height:31px;
    background: #666666;
    background-repeat:repeat-x;
}

.divHeader .left
{
    padding-left:5px;
    padding-right: 10px;
    display:inline-block;
    float:left;
}

.divHeader .right
{
    width:20px;
    padding:8px 5px 0px 0px;
    display:inline-block;
    float:right;
}

.divWin {
    background-color: #e6e7e7;
    /*border:1px solid #333;*/
    border: none !important;
    border-top: 0px;
    z-index: 200;
    /*border-bottom-left-radius:20px;
    -moz-border-radius-bottomleft:20px;
    -webkit-border-bottom-left-radius:20px;
    -ms-border-bottom-left-radius:20px;
    -o-border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    -moz-border-radius-bottomright:20px;
    -webkit-border-bottom-right-radius:20px;
    -ms-border-bottom-right-radius:20px;
    -o-border-bottom-right-radius:20px;*/
}

.divWinHeader
{
    font-family:Roboto,sans-serif;
    font-size:18px;
    font-weight:bold;
    height:31px;
    color:#FFF;
    /*text-shadow:2px 2px 4px #000000;
    filter: Shadow(Color=#000000, Direction=135, Strength=5);*/
}
/****** Top Navigation ******/
#topNav
{
    position:absolute;
    width:100%;
    height:35px;
    z-index:150;
    background-color:#FFFFFF;
    
   /* border:1px solid #000;*/
}
#topNav .navElement
{
    height:31px;
    padding-top:2px;
    padding-right:3px;
    float:right;
    cursor:pointer;
}

#topNavMobile {
    position: absolute;
    width: 100%;
    height: 35px;
    z-index: 1500;
    background-color: #FFFFFF;
    /* border:1px solid #000;*/
}

#topNavMobile .navElement {
    height: 31px;
    padding-top: 2px;
    padding-right: 3px;
    float: right;
    cursor: pointer;
}


#bottomNavMobile {
    position: absolute;
    width: 100%;
    bottom:0px;
    height: 55px;
    z-index: 1501farc;
    background-color: #FFFFFF;
    border-top:1px solid #CCC;
}

#bottomNavMobile .navElement {
    width:32%;
    text-align:center;
    height: 55px;
    padding-top: 2px;
    padding-right: 3px;
    float: left;
    cursor: pointer;
}

#topCenterNav 
{
    z-index:100;
}
#topCenterNav .navElement
{
    display:inline-block;
    float:left;
    height:31px;
    position: relative;
}

.navElementText
{
    display:inline-block;
    height:31px;
    font-family:'Roboto';
    color:#FFF;
    font-size:13px;
    vertical-align:10px;
}

.subscribe
{
    display: inline-block;
    float:left;
}

/* Login Header */
.loginHeader
{
    font-family: Roboto,sans-serif;
    font-size: 16px;
    color: #444;	
    font-weight:bold;
    text-align:center;
}


/* ARCHIVE */
#archiveDiv 
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow:auto;
}
.yearTab
{
    display:inline-block;
    width:54px; 
    text-align:center; 
    cursor:pointer; 
    font-family: Roboto,sans-serif;
    font-size: 12pt;
    color: #444444;	}
#archiveData
{
    overflow:auto;
    border: none !important;
}
.archiveIssueLink
{
    display:inline-block;
    width:125px;
    padding:4px;
    text-align:center;
    margin:0px auto;
}

.archiveList
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.archiveListItem
{
    display:inline-table;
    padding:8px 10px;
}

.archiveListItem a {
    font-weight:bold;
    text-decoration:none;
    color:#333;
}

/* roundabout carousel */
   .roundabout-holder 
   {
      list-style: none;
      padding: 0;
      margin-top:40px;
      margin-left: 80px;
      height: 300px;
      width: 600px;
   }
   .roundabout-moveable-item 
   {
      cursor: pointer;
   }
   
   .archiveListItem.roundabout-moveable-item
   {

   }
   
   .roundabout-in-focus 
   {
      cursor: auto;
   }

.socialSitesList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align:center;
}
.socialSitesListItem {
    display: inline-table;
    list-style-type: none;
    padding:10px 20px;
    text-align:center;
}

/****** Content Pages ******/
#newsFeedList
{
    width: 300px;
    height: 320px;
    border: 1px solid #666666;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
}

#newsItemList
{
    height:330px; 
    border:1px solid #666666; 
    overflow-y:auto; 
}

.newsFeedItem
{
    padding:5px 12px;
}

.newsDarkGray
{
    color:#CCC;
    background-color:#666;
}

.newsLightGray
{
    color:#333;
    background-color:#999;
}
/****** Navigation ******/

#leftNav
{
    position:absolute;
    width:15px;
    left:0px;
    z-index:100;
    float:left;
    margin:auto 0px;
    margin-bottom:15px;
    background-color: #FFFFFF !important;
    border-top:1px solid #DDD;
    background: url(../images/right_arrow.png) center right no-repeat;

}

#leftNavAccordionWrapper
{
    padding:2px 0px;
}

#rightNav 
{
    width: 100%;
    display:none;
    position: absolute;
    right: 0px;
    top: 37px;
    z-index: 100;
    float: right;
    margin: auto 0px;
    margin-bottom: 15px;
    background-color: #FFFFFF !important;
}

.thumbnailName
{
    text-align:center;   
    font-family: Roboto,sans-serif;
    font-size: 13px;	
    /*color: #444444;*/
}

.nav
{
    position:absolute;
    width:39px;
    margin-top:-20px;
    z-index:85;
}

.nextLink
{
    position:absolute;
    width:35px;
    height:71px;
    outline: none;
    left:0px;
    cursor:pointer;
    background-color:white;
    background:url(../images/next_arrow.png) no-repeat scroll 0% 0%, transparent none no-repeat scroll 0% 0%;
}

.previousLink
{
    position: absolute;
    width: 35px;
    height: 71px;
    outline: none;
    right: 0px;
    cursor: pointer;
    background-color: white;
    background: url(../images/previous_arrow.png) no-repeat scroll 0% 0%, transparent none no-repeat scroll 0% 0%;
}

.zoomInLink
{
    background:url(../images/zoomplus.png) no-repeat 0px 0px;
}


.zoomOutLink
{
    background:url(../images/zoomminus.png) no-repeat 0px 0px;
}

#viewportDiv
{
    position:absolute;
    overflow:hidden;
    right:0px;
}

#mainContainer
{
    margin:auto;
    overflow:hidden;
}
#magazineContainer
{
    margin:auto;
}
#magazineScrollableContainer 
{
    float: left;
    position: relative;
    overflow:hidden;
    -webkit-overflow-scrolling: touch;
}

#magazineLeftDiv
{
    width:39px;
    float:left;
}

#magazineRightDiv
{
    width:39px;
    float:left;
}

#magazine
{
    overflow:hidden;
    width:1024px;
    z-index:10;
}


.activTxtLink
{
    border-bottom:1px solid blue !important;
}
.activTxtLink:Hover
{
    background: transparent;
}

.font12Normal
{
    font-family: Roboto,sans-serif;
    font-size: 12pt;
    color: #444444;	
}
/******Articles**********/

.articleLink {
	background-color: rgba(0, 128, 0, 1.0);
    opacity: 0.4;
    font-family: Trebuchet MS, MS Sans Serif, Arial;
    color:white;
    float:left;
}

.articleLink:before{
    content:"Click";
    /*background-repeat:no-repeat;
    background-position:center;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 0.75s;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 1;
    -moz-animation-delay: 0.75s;
    
    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-delay: 0.75s;*/
}

@-moz-keyframes blinker { 
    0%{opacity:0.0;}
    25%{opacity:1.0;} 
    100% { opacity:0.0}
}

@-webkit-keyframes blinker {  
    
    0%{opacity:0.0;}
    25%{opacity:1.0;} 
    100% { opacity:0.0}
}

@keyframes blinker {  
    
    0%{opacity:0.0;}
    25%{opacity:1.0;} 
    100% { opacity:0.0}
}

#articleScrollableContainer {
    float: left;
    position: relative;
    display:block;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.newArticleDiv {
    background: #FFF;
    display:inline-block;
    overflow:auto;
}
.innerArticleContent
{
    top:0px;
    max-height:100%;
    max-width:100%;
}

#articleLeftDiv {
    width: 39px;
    float: left;
}

#articleRightDiv {
    width: 39px;
    float: left;
}

.articleDiv {
    border: thin;
    border-color: darkgray;
    position: absolute;
    background: #ffffff;
    padding: 0px 5px 0px 15px;
    height: 100%;
}
.articleBody{
    font-size: 14px;
    color: black;
    font-family: Trebuchet MS, MS Sans Serif, Arial;
    height:100%;
    width:100%;
    overflow: auto;
}
.articleTitle{
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    text-align: center;
  
}
.articleImage{
   text-align:center;
   width:100%;
   height:10%;
}

.articleAuthor{
    text-align:center;
    font-style: italic;
}
.articleContent{
    font-size: inherit;
    white-space: pre-wrap;
    color:black;
}
.articleNav{
    width: 107%;
    height: 31px;
    background: #686868;
    margin: 0px 0px 0px -15px;
    border-style: solid;
    border-width: thin;
   
}
.articleInnerNav{
    margin-right:20%;
    margin-left:20%;
    margin-top:0px;
}
.articleNav_text_small{
    font-family: Trebuchet MS, MS Sans Serif, Arial;
    color:#333;
    margin-top:6px;
}
.articleNav_text_small:before{
    font-size:22px;
    content:"A"
}
.articleNav_text_large{
    font-family: Trebuchet MS, MS Sans Serif, Arial;
    color:#333;
}
.articleNav_text_large:before{
    font-size:28px;
    content:"A";
}
.articleNav_close{
    margin-top:-5px;
    color:white;
    float:right;
    
}
.articleNav_close:before{
    font-size:28px;
    content:"✖";
}


/*  Context Menu */
.context-menu-item.icon-pdf.disabled
{
    display: none; /* hide menu item altogether when disabled */
}

/*  Search */
#SearchAdvancedLink
{
    color: #333;
    text-decoration:underline;
}
.searchPageResults
{
    font-family: Roboto,sans-serif;
    font-size: 13px;
    color: #444;	
}
.searchPageSummaryHeader
{
    font-family: Roboto,sans-serif;
    font-size: 16px;
    color: #444;	
    font-weight:bold;
    text-align:center;
}

.searchSelectedIssueName
{
    font-family: Roboto,sans-serif;
    font-size: 14px;
    color: #444;	
    font-weight:bold;
}
.searchPageSummary
{
    font-family: Roboto,sans-serif;
    font-size: 13px;
    color: #444;
    text-decoration: none;
}
.searchSummaryLineBreak 
{
    width: 90%;
    color: #333;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

.searchTermHighlight
{
    background: rgba(255, 0, 255, 0.4);
    cursor:pointer;
}

.searchIssueArticle {
    padding: 3px 2px 0px 8px;
    font-weight: bold;
    margin: 10px 15px;
    cursor: pointer;
    border-bottom: thin solid #d9d9d9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.searchArticle {
    padding: 3px 2px 0px 8px;
    margin: 10px 15px;
    cursor: pointer;
    border-bottom: thin solid #d9d9d9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.searchIssuePage {
    font-weight: bold;
    margin: 10px 0px;
    cursor: pointer;
}

.searchPage {
    padding: 3px 2px 0px 8px;
    margin: 10px 15px;
    cursor: pointer;
    border-bottom: thin solid #d9d9d9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*override for desktop */
@media only screen and (max-width: 768px) {

    .searchIssueArticle {
    }

    .searchArticle {
    }

    .searchIssuePage {
    }

    .searchPage {
    }}

/* Help */
#helpDiv .ui-tabs-panel {
    overflow: auto;
}
#helpDiv .tabContent
{
    height: 362px;
}
#HelpDescription
{
    height: 18px;
    font-weight: bold;
    margin: 6px 4px;
    padding-left: 4px;
}
#HelpContact
{
    height: 40px;
    margin-top: 11px;
}
#HelpCheck
{
    height: 40px;
    margin-top: 10px;
}
#HelpTabs .contentHeading
{
    margin: 0 0 0 -20px;
    padding-left: 24px;
    font-weight: bold;
}
#HelpTabs .contentHeading.withIcon
{
    background-repeat: no-repeat;
    background-position: 4px 0px;
}
#HelpTabs .contentQuote
{
    font-family: Roboto,sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #444444;
}
#HelpTabs .contentQuote.withIcon
{
    margin-left: -4px;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: 4px 0px;
}
#HelpTabs .withIcon.contextArticleText {
    background-image: url(../images/context-articletext.png);
}
#HelpTabs .withIcon.contextArticleZoom {
    background-image: url(../images/context-articlezoom.png);
}
#HelpTabs .withIcon.contextArticlePage {
    background-image: url(../images/context-articlepage.png);
}
#HelpTabs .withIcon.contextShare {
    background-image: url(../images/context-share.png);
}
#HelpTabs .withIcon.contextPrint {
    background-image: url(../images/context-print.png);
}
#HelpTabs .withIcon.contextPDF {
    background-image: url(../images/context-pdf.png);
}
#HelpTabs .withIcon.contextBookmark {
    background-image: url(../images/context-bookmark.png);
}
#HelpTabs .withIcon.contextNote {
    background-image: url(../images/context-note.png);
}
#HelpTabs .withIcon.contextOnePage {
    background-image: url(../images/context-onePage.png);
}
#HelpTabs .withIcon.contextTwoPage {
    background-image: url(../images/context-twoPage.png);
}
#HelpTabs .withIcon.contextZoomIn {
    background-image: url(../images/context-zoomIn.png);
}
#HelpTabs .withIcon.contextZoomOut {
    background-image: url(../images/context-zoomOut.png);
}
#HelpTabs .withIcon.contextZoomFit {
    background-image: url(../images/context-zoomFit.png);
}
#HelpTabs .withIcon.leftMenuArrow {
    background-image: url(../images/right_arrow.png);
}
#HelpTabs .withIcon.leftMenuPushPin {
    background-image: url(../images/thumbtack.png);
}
#HelpTabs .topMenuIcon
{
    height: 30px;
    width: 30px;
    overflow: hidden;
}
.archiveLink{
    background-image:url(../images/archive.png);
}
.searchLink{
    background-image:url(../images/search.png);
}
.toolsLink{
    background-image: url(../images/tools.png);
}

#HelpTabs .faqQnAList
{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
#HelpTabs .faqQnA
{
    font-weight: bold;
    font-size: large;
}
#HelpTabs .faqQuestion
{
    padding: 0.5em;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: medium;
    background-color: #dedede;
}
#HelpTabs .faqAnswer
{
    margin-bottom: 2em;
    padding: 0 0.5em;
}
#HelpTabs .faqQnAList li
{
    padding-top: 0.4em;
    border-top: 1px solid #dedede;
}

/* Share */
.shareSiteDiv
{
    width:100px;
    padding:3px;
    text-align:center;
    display:inline-block;
    float:left;
}

#ShareLinks a
{
    text-decoration:none;
    color:#333;
}

/* Zoom */ 
#ZoomScrollWrapper 
{
    width:35px;  
    height:0px;
    margin:-2px 0px 0px -4px;
    z-index:499;
    position:absolute; 
    background-color:#686868; 
    border:1px solid #000; 
    border-top:0px; 
}

#ZoomScrollWrapper input
{
    padding:5px 2px 5px 2px;
}

#ZoomScrollBar
{
    position:absolute;
    margin-left:-4px;
    left:50%;
    top:50px;
}


   .divHeader 
   {
       cursor:move;
   }
   
/* Bookmarks */
.sideBookmark
{
    position:absolute;
    background-color:Yellow;
    border:1px solid #999;
    width:18px;
    height:38px;   
    padding:0px;
    vertical-align:middle;
    color:#666;
    white-space:nowrap;
    overflow:hidden;
    cursor:pointer;
}

.sideBookmarkDescription
{
    margin-left:20px;
    margin-right:20px;
    width:110px;
    height:20px;
    vertical-align:middle;
    padding-top:10px;
    display:inline-block;
}

.bookmark-left
{
    left:0px;
}

a.bookmarkClose
{
    position:absolute;
    cursor:pointer;
    color: #fff !important;
    border: 1px solid #AEAEAE;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
    border-radius: 20px;
    background-color: #605F61;
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 9px 3px 11px 3px;   
    margin:-2px;
    z-index:250;    
}

a.bookmarkCloseLeft
{
    left:120px;
}
a.bookmarkCloseRight
{
    right:120px;
}

.bookmarkClose:before {
    content: "×";
}

.bookmark-left .sideBookmarkTab
{
    border-right: 10px solid yellow;
    border-top: 20px solid yellow;
    border-left: 10px solid transparent;
    border-bottom: 20px solid yellow;
    width:0px;
    height:0px;
    top:0px;
    float:left;
    display:inline-block;
}

.bookmark-right
{
    right:0px;
    text-align:right;
}

.bookmark-right .sideBookmarkTab
{
    border-right: 10px solid transparent;
    border-top: 20px solid yellow;
    border-left: 10px solid yellow;
    border-bottom: 20px solid yellow;
    width:0px;
    height:0px;
    top:0px;
    float:right;    
    display:inline-block;
}
.bookmarkDiv
{
	width:20px;
	position:absolute;
	top:0;
	z-index:80;
}
.bookmarkDivLeft
{
    margin-left:18px;
}

.bookmarkDivRight
{
    margin-right:18px;
}

.bookmarkLeftNavIssue
{
    font-family: Roboto,sans-serif;
    font-size: 100%;
    color: #444;
    font-weight:bold;
    text-align:center;
    text-decoration:underline;
    padding-top:15px;
}

.bookmarkLeftNavPage
{
    font-family: Roboto,sans-serif;
    font-size: 13px;
    color: #444;	
    text-decoration:none;
}

.bookmarkLeftNavPageWrapper
{
    display: block;
    cursor:pointer;
}

/* Notes */
.note
{
    position:absolute;
    width: 400px; 
    z-index:40;
    border: 2px solid #c2c2c2; 
    background-color: #FFFFC8; 
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    -ms-border-radius-bottomright: 15px;
    -ms-border-radius-bottomleft: 15px;
    -o-border-radius-bottomright: 15px;
    -o-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    }
.noteLeft 
{
    width: 160px; 
    z-index:40;
    border: 2px solid #c2c2c2; 
    background-color: #FFFFC8; 
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    -ms-border-radius-bottomright: 15px;
    -ms-border-radius-bottomleft: 15px;
    -o-border-radius-bottomright: 15px;
    -o-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;  
}
.noteHeader
{
    padding:5px;
    background-color: #FFFF98; 
    border-bottom: 2px solid #c2c2c2; 
    cursor:move;
}
.noteLeftHeader
{
    padding:5px;
    background-color: #FFFF98; 
    border-bottom: 2px solid #c2c2c2; 
}

.noteLeftPageHeader
{
    color: #444444;
    font-family: Roboto,sans-serif;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
}
.addNoteLink
{
    color: #444444;
    font-family: Roboto,sans-serif;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
}

a.addNote
{
    float:left;
    margin-top:-5px;
    margin-right:5px;
    cursor:pointer;
    color: #fff !important;
    border: 1px solid #AEAEAE;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
    border-radius: 20px;
    background-color: #605F61;
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 9px 3px 13px 3px; 
    text-decoration:none;
}
.addNote:before {
    content: "+";
}

.addBookmarkLink
{
    color: #444444;
    font-family: Roboto,sans-serif;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
}

a.addBookmark
{
    float:left;
    margin-top:-5px;
    margin-right:5px;
    cursor:pointer;
    color: #fff !important;
    border: 1px solid #AEAEAE;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
    border-radius: 20px;
    background-color: #605F61;
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 9px 3px 13px 3px; 
    text-decoration:none;
}
.addBookmark:before {
    content: "+";
}

a.noteClose{
    float:right;
    margin-top:-10px;
    margin-right:-10px;
    cursor:pointer;
    color: #fff !important;
    border: 1px solid #AEAEAE;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
    border-radius: 20px;
    background-color: #605F61;
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 9px 3px 11px 3px;   
    text-decoration:none;
}

.noteClose:before {
    content: "×";
}
.noteBody
{
    padding:8px;
    max-height:300px;
    overflow:auto;
}

.noteLeftBodyWrapper  
{
    width: 160px;
    height: 55px; 
    overflow: hidden;
 }
 .noteLeftBodyWrapper p
 {
    padding: 10px;
    margin: 0;
 }

 /** Tabs */
 .sideTab
{
    
    border:1px solid #999;
    width:20px;
    height:80px;   
    padding-top:20px;
    color:black;
    white-space:nowrap;
    overflow:hidden;
    cursor:pointer;
    margin-bottom:5px;
    background-color:#99FF99;
    position:relative;

}

.sideTabDescription
{
	transform: rotate(-90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    width:20px;
    position:absolute;
}

.tab-left
{
    left:0px;
}

a.tabClose
{
    position:absolute;
    cursor:pointer;
    color: #fff !important;
    border: 1px solid #AEAEAE;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
    border-radius: 20px;
    background-color: #605F61;
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 9px 3px 11px 3px;   
    margin:-2px;
    z-index:250;    
}
.tab-left .sideTab
{
    border-right: 10px solid yellow;
    border-top: 20px solid yellow;
    border-left: 10px solid transparent;
    border-bottom: 20px solid yellow;
    width:0px;
    height:0px;
    top:0px;
    float:left;
    display:inline-block;
}

.tab-right
{
    right:0px;
    text-align:right;
}

.tab-right .sideTab
{
    border-right: 10px solid transparent;
    border-top: 20px solid yellow;
    border-left: 10px solid yellow;
    border-bottom: 20px solid yellow;
    width:0px;
    height:0px;
    top:0px;
    float:right;    
    /*display:inline-block;*/
}
.tabDiv
{
	width:20px;
	position:absolute;
	top:0;
	z-index:80;
}
.tabDivLeft
{
    margin-left:18px;
}

.tabDivRight
{
    margin-right:18px;
} 
.thumbnailContainerDiv
{
    width:160px;
}
.thumbnailLink {
    text-decoration: none;
}
.thumbnailItemDiv
{
  float:left;
  width:77px;
  padding-left:2px;
  margin: 0 auto;
  padding-bottom:5px;
}
.thumbnailItemDivSingle {
    float: left;
    width: 160px;
    margin: 0 auto;
    padding-bottom: 5px;
}
.thumbnailItemDiv a img {
    display:block;
    margin:auto;
}
.thumbnailItemDivSingle a img {
    display:block;
    margin:auto;
}
.blankDiv
{
    clear:both;
}

.topTOCFirstHeading
{
    font-weight:bold;
    padding:3px 6px;
}
.topTOCHeading
{
    font-weight:bold;
    padding:3px 6px;
    border-top:thin solid #d9d9d9
}
.topTOCEntry
{
    padding-left:18px;
}
.topTOCEntryDefaultHeader
{
    padding-left:18px;
    cursor:pointer;
    border-bottom:thin solid #d9d9d9
}
.topTOCColumnText
{
  float:left;
  width:85%;
}
.topTOCColumnPage
{
  float:left;
  text-align:right;
  width:15%;
  white-space:nowrap;
}

.topTOCContentsDiv
{
    height:234px !important;
}

#textResize
{
    text-decoration:none;
}
#contentsAccordion {
    padding: 0px;
    font-size: 14px;
}
#advertiserIndexAccordion {
    padding: 15px;
    font-size: 14px;
}
.leftTOCFirstHeading
{
    font-weight:bold;
    padding:3px 6px;
}
.leftTOCHeading
{
    font-weight:bold;
    padding:10px 20px;
    border-top:thin solid #d9d9d9
}
.leftTOCEntry
{
    padding:0px 8px 5px 18px;
	cursor: pointer;
}
.leftTOCEntryDefaultHeader
{
    padding:0px 8px 5px 18px;
    cursor:pointer;
    border-bottom:thin solid #d9d9d9
}
.rightTOCFirstHeading {
    font-weight: bold;
    padding: 3px 6px;
}

.rightTOCHeading {
    font-weight: bold;
    padding: 10px 20px;
    border-top: thin solid #d9d9d9
}

.rightTOCEntry {
    padding: 0px 8px 5px 18px;
}

.rightTOCEntryDefaultHeader {
    padding: 3px 2px 0px 8px;
    margin: 10px 15px;
    cursor: pointer;
    border-bottom: thin solid #d9d9d9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.leftArticleTOCEntry {
    padding: 0px 8px 5px 18px;
}
.leftArticleTOCEntryDefaultHeader {
    padding: 0px 8px 5px 18px;
    cursor: pointer;
    border-bottom: thin solid #d9d9d9;
}
.leftArticleTOCTitle {
    font-family: Roboto,sans-serif;
    font-size: 10pt;
}
.leftArticleTOCAuthor {
    font-family: Roboto,sans-serif;
    font-size: 8pt;
    font-style:italic;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}

#leftArticlesAccordion {
    padding: 0px;
    font-size: 14px;
}
.rightArticleTOCEntry {
    padding: 15px 20px;
}

.rightArticleTOCEntryDefaultHeader {
    padding: 3px 2px 0px 8px;
    margin: 10px 15px;
    cursor: pointer;
    border-bottom: thin solid #d9d9d9;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.rightArticleTOCTitle {
    font-family: Roboto,sans-serif;
    font-size: 12pt;
    padding-bottom:4px;
}

.rightArticleTOCAuthor {
    font-family: Roboto,sans-serif;
    font-size: 10pt;
    font-style: italic;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}

#mobileTOCAccordion 
{
    padding:0px;
}

#mobileSearchAccordion {
    padding: 0px;
}

#MobileSearchContainer 
{
    padding: 0px;
    margin: auto;
    top:0px;
    position:relative;
}

#MobileArticleTOCContainer {
    padding: 20px;
    overflow-y:scroll;
    overflow-x:hidden;
    height:auto;
}

#btnMobilePDFDownload{
    width:80%;
    max-width:250px;
}

#MobilePDFDownloadContainer {
    padding: 10px;
    position: relative;
}

#MobileSupportContainer {
    padding: 10px;
    position: relative;
}

.leftTOCColumnText {
    float: left;
    width: 85%;
    font-family: Roboto,sans-serif;
    font-size: 10pt;
}
.leftTOCColumnPage
{
    float:left;
    text-align:right;
    width:15%;
    font-family: Roboto,sans-serif;
    font-size: 10pt;
}
.leftAdvertiserIndexColumnText {
    font-family: Roboto,sans-serif;
    font-size: 10pt;
    text-decoration:none;
    padding-top:10px;
}
.leftAdvertiserIndexColumnText a{
    text-decoration: none;
}
.leftAdvertiserIndexColumnPagesText {
    font-family: Roboto,sans-serif;
    font-size: 10pt;
    display: block;
    clear: left;
    text-align: right;
}
.leftAdvertiserIndexColumnPagesText a {
    text-decoration: none;
}
.rightTOCColumnText {
    float: left;
    width: 85%;
    font-family: Roboto,sans-serif;
    font-size: 10pt;
}

.rightTOCColumnPage {
    float: left;
    text-align: right;
    width: 15%;
    font-family: Roboto,sans-serif;
    font-size: 10pt;
}

.overlayShadow 
{
    border:1px solid #333;
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
}

a.sampleClose{
    float:right;
    margin-top:-10px;
    margin-right:-10px;
    cursor:pointer;
    color: #fff !important;
    border: 1px solid #AEAEAE;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
    border-radius: 20px;
    background-color: #605F61;
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 9px 3px 11px 3px;       
}

.sampleClose:before {
    content: "×";
}

.iframeButton {
    margin-left: 50%;
    transform: translateX(-50%);
}

.iframeDescription {
    width: 50%;
    height: 50%;
    margin: 25% auto;
    border: 1px solid #333;
    display: none;
}

/* Mobile & Tablet */
@media screen and (max-width: 1024px) {
    .activTxtLink {
        border-bottom: 0px !important;
    }

        .activTxtLink:Hover {
            background: transparent;
        }
}