/*** panel.jsp ***/

div.panelBottomLeft {
  float:left;
  background-image:url('/templates/jsp/_style2/_premium/images/btmLeftPanelCorner.gif');
  width:6px;
  height:6px;
  line-height:0px;
  position:relative;
  overflow:hidden;
}

div.panelBottomMiddle {
  float:left;
  height:5px;
  border-bottom:1px solid #5b5b5b;
  background-color:#ffffff;
  line-height:0px;
  position:relative;
  overflow:hidden;
}

div.panelBottomRight {
	float:left;
	background-image:url('/templates/jsp/_style2/_premium/images/btmRightPanelCorner.gif');
	width:6px;
	height:6px;
    overflow:hidden;
}

div.panelTopLeft {
	width:6px;
	height:20px;
	float:left;
    background-image:url('/templates/jsp/_style2/_premium/images/topLeftPanelCorner.gif');
	line-height:1px;
}

div.panelTopMiddle {
	float:left;
    background-image:url('/templates/jsp/_style2/_premium/images/panelTitleBg.gif');
	background-repeat:repeat-x;
    height: 20px;
    line-height: 1px;
}

div.panelTopMiddle h3 {
    line-height: 1;
    margin: 3px 0 0 8px;
    padding: 0;
    font-size: 0.85em;
    color: #1E3561;
    font-weight: bold;
}

div.panelTopRight {
	width:6px;
	height:20px;
	float:left;
	background-image:url('/templates/jsp/_style2/_premium/images/topRightPanelCorner.gif');
	line-height:1px;
}

div.panelBody {
    clear:left;
	background-color:#ffffff;
}


/*** panel sizing ***/

div.panel_210, div.panel_228, div.panel_100p, div.panel_476 {
    float:left;
	clear:left;
    margin-bottom: 0.5em;
}

div.panel_210 {
	width: 210px;
}

div.panel_228 {
	width: 228px;
}

div.panel_228_pad, div.panel_210_pad {
    width: 89.2%;
    padding: 0.45em;
}

div.panel_228_width, div.panel_210_width {
    width: 90%;
}

div.panel_100p {
	width: 100%;
}

div.panel_100p_pad {
    width: 96.2%;
    padding: 0.65em;
}

div.panel_100p_width, div.panel_476_width {
    width: 97%;
}

div.panel_476 {
	width: 476px;
}

div.panel_476_pad {
    padding: 0.54em;
    width: 96.1%;
}


/*** journals.jsp ***/

tr#covers td, tr#titles td, tr#journalLinks td {
    width: 130px;
}

tr#titles td, tr#journalLinks td {
    font-size: 9pt;
    text-align: center;
    vertical-align: top;
    padding-top: 1em;
}

tr#covers {
    text-align: center;
}


/*** issueNavigator.jsp ***/

span#nextIssue {
    float: right;
}

span#prevIssue {
    float: left;
}

#journalNavPanel {
    text-align: center;
}

#nextprev {
    margin: 0 .3em 0 .3em;
}

div#smallIssueCover {
    margin-top: 1em;
    font-size: 10px;
}


/*** siteTools.jsp ***/

div#toolsPanel {
    text-align: left;
}

ul.linkSet {
    line-height: 1.3em;
    margin-bottom: 0.8em;
    margin-left: 0;
    margin-top: 2px;
    padding-left: 15px;
    list-style-type:none;
}
ul.linkSet a {
    text-decoration:none;
}


/*** mostRead.jsp ***/

#mostread {
    list-style-type: none;
}

#mostread li {
    padding-bottom: 1em;
}


/*** allIssues.jsp ***/

#issueHeading {
    font-weight: bold;
    margin: 1em 0 1em 0;
}

li.loiListHeading {
    background-repeat: no-repeat;
    background-position: 0 .1em;
    margin-top: 1em;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    color: #003366;
}

.collapsed {
    background-image: url("../images/collapsed.gif");
}

ul.loiList .expanded {
    background-image: url("../images/expanded.gif");
}

ul.subjectListing {
    line-height: 1.3em;
    margin-bottom: 0.8em;
    margin-left: 0px;
    margin-top: 2px;
    padding-left: 11px;
    list-style-type: none;
}
ul.loiList {
    list-style-type: none;
    padding: 0;
    margin: 0 0 1em;

}
.loiList .loiList .loiList {
    margin: 0;
    padding-bottom: 1em;
}
ul.loiList li {
    padding-left: 1.2em;
    clear: left;
    cursor: pointer;
    cursor: hand;
}

li.hidden {
    display: none;
}

div.loiTocUrl {
    float: left;
    width: 250px;
}


/*** articleTools.jsp ***/

ul#toolsList {
    clear: both;
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 1em;
    font-size:90%;
}

ul#toolsList li {
    background-repeat: no-repeat;
    background-position: 0 .1em;
    padding-left: 1.4em;
    margin-top: 0.5em;
    display: inline;
}

ul#toolsList li a {
    white-space: nowrap;
}

li#showAbs {
    background-image: url(/templates/jsp/images/icon_viewAbstract.gif);
}

li#addToFavs {
    background-image: url(/templates/jsp/images/icon_addToFavorite.gif);
}

li#emailArt {
    background-image: url(/templates/jsp/images/icon_email.gif);
}

li#downloadCit {
    background-image: url(/templates/jsp/images/icon_download.gif);
}

li#trackCit {
    background-image: url(/templates/jsp/images/icon_track.gif);
}

li#rights {
    background-image: url(/templates/jsp/images/icon_track.gif);
    border-right: none;
}

div#articleToolsPrev {
    float: left;
}

div#articleToolsNext {
    float: right;
}

a.articleToolsNav {
    font-weight: bold;
    text-decoration: none;
}

a.articleToolsNav:hover {
    text-decoration: underline;
}

div#articleToolsHeading {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
}

li.divider {
    padding-left: 0;
    margin-right: 0.5em;
    color: #CCCCCC;
}

hr#articleToolsHr {
    color: #A0ADA4;
    width: 95%;
    margin-top: 1em;
}

ul#articleToolsFormats {
   text-align: center;
   list-style-type: none;
   margin: 0;
}

ul#articleToolsFormats li {
   display: inline;
   padding: 0 4em 0 1em;
   font-weight: bold;
}

div#articleToolsPanel {
    margin-bottom: 1em;
}


/*** FullSide.xsl ***/

div.relatedHeading {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: bold;
}

span.relatedDBname {
    line-height: 3px;
}

input#quickSearchSubmit {
    margin: 2em 5em 0 5em;
}

span.cbylink {
    padding-left: 1em;
}

div.loiIssuePages {
    float: left;
}
.iconImage {
    float: right;
}
.panelBody ul.categories li.category a {
    color: #1E3561;
}
.panelBody ul.categories li.category a:hover, ul.subjectListing li a:hover {
    text-decoration:underline;
}
ul.subjectListing li a {
    text-decoration:none;
}
div.roundedBox_formLegend {
    color: #45484B;
}
div.subjectOutlineName a.subjectLink, ul.categories li.category a {
    word-wrap: break-word;
}
ul.categories li.category a {
    font-size: 9pt;
}

/* page-builder widget */
.box {
    width: 100%;
    padding:0;
    margin:0 0 10px 0;
    position: relative;
}

.box .box-inner {
    border: 1px solid #ccc;
    border-bottom: 0;
    padding:5px;
    margin:0;
    background: #fff;
}

.box .header {
    background-color: green;
    color: white;
    padding: 0;
    margin:0;
    display:block;
    width: 100%;
}

.box .footer {
    display:block;
    height: 5px;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
}

.box .header h3 {
    margin: 0;
    padding: 3px 5px;
    font-size: 0.85em;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.box .body {
    padding: 4px;
}

.type-search-form ul.linkSet {
    padding: 0;
    margin:0;
}

.sightedHidden {
     display: none;
}