/*overrides for design2.5 - replace navy with your dark color  */

#content-block .cit .cit-metadata .cit-auth-list {
    padding-left: 3em;
}
#content-block .article .ref-list .cit .cit-metadata .cit-auth-list {
    padding-left: 0;
}
/*
.inline-expansion {
    width: 412px;
}
.fig-inline, .table-inline {
    margin: 10px;
}
*/
div.article .fig, div.article .table {
    clear: both;
    margin: 5px;
}
.toc-level ul {
    padding-left: 1.5em;
}

.toc-level ul, .toc-level ol {
    list-style: none outside none;
}
.toc-cit .cit-metadata .cit-first-element {
    display: block;
}


/**********************************************************
 * Sidebar
 **********************************************************/

#col-2 div.toc-navigation  ol, #col-2 div.toc-navigation li {
	list-style: none;
	margin: 0px;
}

#col-2 div.toc-navigation h4 {
	margin-bottom: 0.7em;
}

#col-2 div.toc-navigation .issue-sections li {
	margin: 0.4em 0px;
}

/* This is to get around a nasty IE bug where it inserts extra whitespace above nested lists.  */
#col-2 div.toc-navigation ol  li.issue-sub-sections {
	display: inline;	
	padding: 0px;
	margin: 0px;
}
 
 
#col-2 div.toc-navigation ol ol {
	margin-left: 7%; 
	display: block;
}

#col-2 div.toc-navigation .content-box-section {
	font-weight: bold;
}

/**********************************************************
 * top-of-TOC area styles
 **********************************************************/
div.section-break {
    clear: both;
    padding: 0px;
    margin: 0px;
    border-bottom: none;
    /*margin-top: 265px;*/
}
#toc-header a {
    color: #660033;
}

#toc-header h1 {
    font-weight: normal;
    margin-bottom: .4em;
}

/* Reset margin/padding on ALL elements in the two floated columns.
   Appropriate margins will be added back in on a case-by-case basis. This is
   to normalize the handling across browsers (specifically to FIX IE).  */
div.issue-col-left,
div.issue-col-right,
.issue-col-right *,
.issue-col-left * {
        margin: 0px;
        padding: 0px;
}

/* this left column is fixed width to hold the cover image and prev/next issue links */
/* cover:  width=134 height=178 */
div.issue-col-left {
        float: left;
        margin-top: 15px;
        height: 230px;
        width: 195px;
        clear: none;
}
ssue-col-left img {
        margin: 0 0 0 20px;
        position: static;
}
/* the relative position allows the fixed-size prev-next items to
   be absolutely positioned within this div */
.prev-next {
        display: block;
        list-style: none;
        height: 40px;
        width: 178px;
        position: relative;
}
.prev-next li {
        display: inline;
}
.issue-col-left .prev-next li a {
        position: absolute;
        background-position: bottom left;
        background-repeat: no-repeat;
        height: 40px;
}
.issue-col-left .prev-next a:hover {
        background-position: top left;

}
.issue-col-left .prev-next li.prev-link a {
        background-image: url(../icons/toc/previous2.gif);
        width: 98px;
        left: 0px;
}
.issue-col-left .prev-next li.next-link a {
        background-image: url(../icons/toc/next2.gif);
        width: 76px;
        left: 98px;
}
div.issue-col-right {
        float:right;
        margin: 15px 0 0 0;
        min-height: 225px;
        padding: 0px;
        width: 317px;
        clear: none;
}

div#toc-header {
    position: relative;
    width: 516px;
     margin: 15px 0px 0px;
}

div#toc-header cite {
    font-style: normal;
    font-size: .8em;
}

div#toc-header .toc-links {
    padding: 0.5em 0em;
}

div#toc-header .toc-links li {
    background-image:url(../../shared/img/misc/rightchevron.gif);
    background-position:0pt center;
    background-repeat:no-repeat;
    font-size: .8em;
    display: inline;
    white-space: normal;
    margin-left: 0px;
    padding-left: 9px;
}

div#toc-header .toc-links li a {
    color: #660033;
}





.toc-jumplist p {
	position: absolute;
	left: -9999px;
}
ul.jumplist-col {
	width: 32%;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #003333;
}
/* major section headings in jumplist */
.jumplist-col li.major-section {
	font-size: 1em;
	font-weight: bold;
}
/* minor section headings in jumplist */
.jumplist-col li {
	font-size: .9em;
	margin: 1em 5%;
}
/* major headers have jump icons next to the list entry */
.jumplist-col li a {
	padding-left: 16px;
}
.jumplist-col li.major-section a {
	padding-left: 16px;
	background-image: url(../icons/toc/dwnarrow.gif);
	background-position: 0 center;
	background-repeat: no-repeat;
}

form.issue-search label {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: .5em;
}
div.toc-instructions {
	clear: both;
	margin: 0px;
	padding: 1.2em;
	border: 1px solid #660033;
	color: #660033;
	margin-bottom: 1.5em;
}
.toc-instructions p,
.toc-instructions h3 {
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
}
.toc-instructions h3 {
	margin-bottom: .6em;
	font-size: 1.1em;
}
.toc-instructions em {
	font-weight: bold;
	font-style: normal;
}

/**********************************************************
 * citation styles
 **********************************************************/
 
img.pub-coll-img {
padding-right: 0.3em;
vertical-align: middle;
}


.toc-level * {
	margin: 0px; padding: 0px;
}
.toc-level ul,
.toc-level ol {
	list-style: none;
}
.toc-level {
	display: block;
	clear: both;
	padding-top: .5em;
	margin-top: 1.5em;
	border-top: 1px solid #660033;
}
/* handle major/minor section headers */
.toc-level h2,
.toc-level h3 {
	display: inline;
	font-weight: bold;
}
.toc-level h2 {
	font-size: 1.1em;
}
.toc-level h3 {
	font-size: 1em;
}
.toc-level a.toc-section-return {
	padding-left: 8px;
	background-image: url(../img/toc/uparrow.gif);
	background-position: 0 center;
	background-repeat: no-repeat;
	color: #003333;
}
.toc-level .level2 {
    border-top: 1px dotted #666666;
	margin-top: .5em;
}
.level2 a.toc-section-return {
	padding-left: 8px;
	font-size: 1.1em;
	color: #996600;
	/*font-style: italic;*/
	text-decoration: none;
	background-image: none;
}
/* styling for individual citation records (list items) */
.toc-cit {
	display: block;
	margin-top: .7em;
	padding: .5em .3em;
	color: #222222;
	width: 512px;
}
.toc-cit * {
	display: inline;
}
/* hide form label from toc display- but move offscreen so still available for accessibility */
.toc-cit .cit-form-select label {
	position: absolute;
	left: -9999px;
}
.toc-cit .gca-checkbox {
	padding: .5em;
}
/* hide section name from toc display */
.toc-cit .cit-metadata .cit-section {
	display: none;
}

.toc-cit .cit-metadata .cit-first-element {
	display:block;
}

.toc-cit.fromcover {
	background-color: #B9C28D;
}
.toc-cit.openaccess {
	background-color: #DDDDDD;
}
.toc-cit.inaugural {
	background-color: #D9B13F;
}
.toc-cit .cit-metadata h4,
.toc-cit .cit-metadata .cit-title-note {
	display: block;
	color: #111111;
	font-size: 1em;
	font-weight: bolder;
	margin-top: .2em;
	padding-left: 3em;
}
.toc-cit .cit-auth-list li .cit-auth {
	white-space: nowrap;
}
.toc-cit cite {
	display: block;
	font-style: normal;
	margin-top: .25em;
	padding-left: 3em;
}
.toc-cit .cit-metadata abbr.cit-jnl-abbrev {
	border: none;
}


/* handle links */
.toc-cit a {
	color: #660033;
	text-decoration: none;
}
.toc-cit a:hover {
	color: #660033;
	text-decoration: underline;
}
.toc-cit a:visited {
	color: #660033;
}

/* move view list to own line, space appropriately */
.toc-cit .cit-views {
	display: block;
	margin-top: .25em;
	margin-bottom: .25em;
	/*padding-left: 3em;*/
	padding-left: 2.5em;
}
.toc-cit .cit-views li a {
	padding-left: 9px;
	background-image: url(../../shared/img/misc/rightchevron.gif);
	background-position: 0 center;
	background-repeat: no-repeat;
}
.toc-cit .cit-views li {
	padding-left: .5em;
}

/* provide spacing between views and access indicator */
.toc-cit .open-access-indicator {
	padding-left: 3em;
	margin-left: .5em;
	padding-top: .4em;
	font-size: .9em;
	font-weight: bold;
	color: #F88A00;
	text-transform: uppercase;
}

.gca-buttons {
	margin-top: 1.5em;
}
#col-2 .toc-navigation ol.issue-sections, #col-2 .toc-navigation ol.issue-sections li, #col-2 div#cb-art-svcs ol, #col-2 div#cb-art-cit ol, #col-2 div#cb-art-gs ol, #col-2 div#cb-art-pm ol, #col-2 div#cb-art-rel ol {
    font-weight:normal;
    list-style-image:url(/publisher/img/col2-dash.gif);
    list-style-position:outside;
    list-style-type:none;
    margin-left:4px;
}
div#pageid-toc #content-block  p,
div#pageid-pap-index #content-block div.cit-blurb p{
	display: block;
	margin-top: .25em;
	margin-bottom: .25em;
	padding-left: 3em;
}
div#hovering-abs h1 a, div#hovering-abs h2 a{
	display: none;
}
.toc-level ul {
padding-left:0;
}

span.kwd-group-title {
    font-weight: bold;
}
#pageid-content .article .abstract h2 {
    text-transform:uppercase;
}
div.pagetype-content div.table-expansion table th, 
div.pagetype-content div.table-expansion table td, 
div.pagetype-content div.table-wrapper table th, 
div.pagetype-content div.table-wrapper table td {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:12px; 
}
#pageid-content #content-block sup {
    font-size: 11px;
}
#pageid-content #content-block .article h1  sup {
    font-size: 15px;
}
div.contributors .xref-sep {
    vertical-align: 9px;
    font-weight: normal;
}
#col-2 #article-dyn-nav .cb-contents ol li a{
    text-transform:uppercase;
}
.hw-optimized-content p span strong {
    font-weight:500;
}
/*
#content-block ul.toc-banner-ads  {
        list-style-type: none;
        list-style-image: none;
        margin:0em;
        padding:0em;
}


#content-block ul.toc-banner-ads li  img{
        display: block;
        margin-top: 0em;
        margin-bottom: 0.5em;
        margin-right:auto;
        margin-left:auto;
        padding:0px
}
*/
