/*
 * TOC page: page title.
 */
.pb_page_title {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #000000;
}
/*
 * TOC page: issue name, volume name or editors.
 */
.pb_toc_sub_title {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #000000;
}
/*
 * TOC page: article or session title in a list.
 */
.pb_toc_article_title {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #000000;
}
/*
 * TOC page: article authors, issue editors, special issue editors, volume editors and session editors.
 */
.pb_toc_authors {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #000000;
}
/*
 * TOC page: article publish date.
 */
.pb_toc_publish_date {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #000000;
}
/*
 * TOC page: article pages.
 */
.pb_toc_pages {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #000000;
}
/*
 * TOC page: article link, volume link, issue link, special issue link, session link, topic link.
 */
.pb_toc_link, .pb_toc_text {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #000000;
}
/*
 * TOC page: table with content.
 */
table.pb_toc {
	border-top: 1px solid #AFAFAF;
	border-left: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
}
/* Header row */
tr.pb_header {
	background-color: #EDEDED;
}
/* Header cell with a title */
td.pb_header {
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 11px;
	height: 20px
}
/* Toc table cell with an underline */
td.pb_underline {
	border-bottom: 1px solid #AFAFAF;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Toc table cell with side padding */
td.pb_side_padding {
	padding-left: 3px;
	padding-right: 3px;
}
/* Extra bottom padding */
.pb_top_padding3px {
	padding-top: 3px;
}
/*
 * TOC page: volume and issue year, special issue year.
 */
.pb_toc_year {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #000000;
}
/*
 * Article page: citation header.
 */
.pb_citation_header {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #000000;
}
/*
 * Article page: authors.
 */
 .pb_authors {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #000000;
}
/*
 * Article page: affiliations.
 */
 .pb_affiliations {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #000000;
}
/*
 * Article page: article title.
 */
 .pb_article_title {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #000000;
	line-height: normal;
}
/*
 * Article page: abstract.
 */
 .pb_abstract {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}
 .pb_abstract .pb_abstract_title {
 	font-weight: bold;
 }

 /*
 * Imported from Editor for discussion.
 */
 .edt_page_title {
	font-size: 1.3em;
	font-weight: bold;
}
.edt_nobr {
	white-space: nowrap;
}
.edt_bold {
	font-weight: bold;
}
.edt_bg_discuss {
	background-color: #EDEDED;
}
a.edt_discuss {
	text-decoration: none !important;
}
a.edt_discuss:visited {
	text-decoration: none !important;
}
a.edt_discuss:hover {
	text-decoration: underline !important;
}