@charset "utf-8";
/* CSS Document */

#articleType {
	font-size: 125%;
	font-variant: small-caps;
	font-weight: bold;
}
#articleTitle, p.Article-Title {
	font-size: x-large;
	font-weight: bold;
	margin-bottom: .5em;
	margin-top: .5em;
}
#refereeStatus {
	font-variant: small-caps;
}
.alternateTitle {
font-weight:bold;
font-size:125%;
margin-bottom: .5em;
}
#completeAuthorNames {
margin-bottom: .5em;
}
#authorAffiliations {
font-size:80%;
}

.c-i {
	font-style: italic;
}
.c-b {
	font-weight: bold;
}
.c-bi {
	font-weight: bold;
	font-style: italic;
}
.c-s {
	font-size: 60%;
	vertical-align: super;
}
.c-sub {
	font-size: 60%;
	vertical-align: sub;
}
.c-mono {
	font-family: "Lucida Console", Monaco, monospace;
	letter-spacing: -25%;
}

p.heading-1, p.Heading-1 {
	font-weight: bold;
	font-size: 1.75em;
	line-height: 1.25em;
	margin-top: .2em;
	margin-bottom: -.2em;
}
p.heading-2, p.Heading-2 {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1em;
	margin-top: .2em;
	margin-bottom: -.2em;
}

.figureTitle {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.figureFootnote {
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 0;
	margin-bottom: 0;
}
.figure table {
padding: 0px;
margin: 0px;
border-bottom:thin solid #666666;
margin-bottom: 0.5em;
}
.figure tr {
padding: 0px;
margin: 0px;
}
.figure td {
padding: 0px;
margin: 0px;
}
.figure th {
	font-weight: bold;
	padding: 2px;
	margin: 4px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: black;
}
.figure {
	font-size: 85%;
	background-color: #EEEEEE;
	border-top: thin solid #333333;
	border-right: thin none #333333;
	border-bottom: thin solid #333333;
	border-left: thin none #333333;
	padding: 5px;
	vertical-align: top;
	page-break-inside: avoid;
	break-inside: avoid;
}

.photoCredit {
text-align:right;
font-style:italic;
}

.ruleBelow {
	border-bottom: medium solid #000000;
}
.ruleBelowThin {
	border-top: thin none #666666;
	border-right: thin none #666666;
	border-bottom: thin solid #666666;
	border-left: thin none #666666;
}

td.td_subhead {
	font-weight:bold;
	border-top: none ;
	border-right: none ;
	border-bottom: thin solid #666666;
	border-left: none ;
}

.sup {
	vertical-align: super;
	font-size: 80%;
}
div .right33 {
	float: right;
	width: 33%;
}
p.article-title {
	font-size: x-large;
	font-weight: bold;
}
.hanging-indent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2em;
	text-indent: -0.5em;
	
}

/* 
 * Note that .altRowShade should be the class of <tbody>, 
 * which should not include header rows... not the entire
 * <table> .
 */
.altRowShade tr:nth-of-type(even) {background-color:#EEE;}
.altRowShade tr:nth-of-type(odd) {background-color:#DDD;}
/*
 * for groups of rows, insert multiple <tbody> tags/blocks 
 * and set the class altTbodyShade for the <table> itself. 
 * Will color headers unless they're placed in a <thead> block.
 */

.altTbodyShade tbody:nth-of-type(even) tr {background-color:#EEE;}
.altTbodyShade tbody:nth-of-type(odd) tr {background-color:#DDD;}


