
/*  Global classes */
.hidden, .nodata {
	display: none;
}

/* sandbag div-- placeholder for styling */
div.sb-div {
	font-size: 1px;
	margin: 0; padding: 0; border: none;
}

/*****************************************************************
 * HW-provided Top-level CSS stylesheet for scijnls site
 *
 * Should contain (or import) all styles used across many pages
 * within the site, and overrides to HW global CSS stylesheet.
 * 
 *****************************************************************/

/* for toc page col-2 issue info */
#col-2 .toc-navigation #issue-cover {
    padding: 10px 0 0 0;
}

#col-2 .toc-navigation cite {
    font-size:0.8em;
    font-style:normal;
}

#col-2 .toc-navigation .toc-links li {
    /*background-image:url(../../shared/img/misc/rightchevron.gif);*/
    background-position:0pt center;
    background-repeat:no-repeat;
    display:block;
    font-size:0.8em;
    margin-left:0px;
    padding: 2px 0 0 9px;
    white-space:normal;
}

#col-2 .toc-navigation .toc-links li a {
    color: #660033;
}

/* for col-2 search box go button, resize it to fit "search" */
form.searchbox #sidebar-search-input,
form.searchbox #issue-search-input {
	margin-right: 0px;
        width:108px;
}
form.searchbox #sidebar-search-go,
form.searchbox #issue-search-go {
        margin-left: 5px;
        margin-right: 0px;
	font-size: 0.8em;
        width: 42px;
}

#col-2 div#slugline {
        font-weight:normal;
}

#col-3 {
    float: right;
}

#col-3 ul.pub-links li {  
   /* background: #637CA4 url(/shared/img/standard-design/design1/white-dot-arrow.gif) no-repeat scroll 10px 9px;  */
    padding: 7px 10px 7px 12px;  
}  

#col-3 ul.other-jnl-links {
    margin-top: 0.5em;
}

#col-3 ul.other-jnl-links li {
    background-color: #C9ACB5; 
    border-left: 4px solid #A4858D;
}

#col-3 ul.other-jnl-links li a {
        color: #5E413F;
        margin-left: 8px;
}
#col-3 ul.other-jnl-links li a:link,
#col-3 ul.other-jnl-links li a:visited {
        color: #5E413F;
}
#col-3 ul.other-jnl-links li a:hover {
        color: #5E413F;
        border-bottom: 1px dotted #5E413F;
}
#col-3 ul.other-jnl-links li a:active {
        color: #5E413F;
}

#col-3 img.publisher-icon {
        margin: 20px 0 0 10px;
}

#col-3 img.hw-icon {
        margin: 20px 0 0 10px;
}

#col-3 div#sidebar-icon-group {
	font-size: .8em;
}

#col-3 div#sidebar-icon-group a:link,
#col-3 div#sidebar-icon-group a:visited,
#col-3 div#sidebar-icon-group a:hover,
#col-3 div#sidebar-icon-group a:active {
	color: #403838;
	border: none;
        text-decoration: none;
}

#header ul.header-buttons {
	right: 0;
}



div.ref-list cite abbr.cit-jnl-abbrev {
        	font-style: normal;
}
div.ref-list .cit-vol {
        	font-weight: normal;
}

div.article .fig, div.article .table {
       padding-bottom: .5em;
}
