@import url(profile.css);

body, td, p, input, ul, li {
	font-family: 'Times New Roman', 'Times', serif;
	font-size : 14px;
}
.divider {
	margin : 0;
	padding : 0;
	border-bottom : 1px solid #ccc;
}
.issue-alert {
	display : none;
}
.apop-user {
	font-size : 14px;
	font-weight : normal;
	color : #ccc;
}
.setActive {
	font-size : 13px;
	margin: 10px;
}

#archive img.journalCover {
	margin-right: 12px;
}

/*------------------------------------- */
/* Headings */

h1 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 20px;
	font-weight : normal;
	color : #333;
}
h2 {
	color : #333;
	font-size : 16px;
	font-weight : bold;
	margin-bottom : 2px;
}
h3 {
	color : #333;
	font-size : 14px;
	font-weight : normal;
	margin-bottom : 2px;
}

h3.helpSearching {
	width: 100%;
	font-weight: bold;
	background-color: #f1f1f1;
	color: #333;
}

/*------------------------------------- */
/* pageTitle  */


#pageTitle {
	padding : 0;
	margin : 0;
}
#pageTitle {
	padding-bottom : 20px;
}
#pageTitle h1 {
	margin : 0;
	padding : 0;
	border-bottom : 1px solid #ccc;
}
#pageTitle p {
	margin : 0;
	padding : 0;
	text-align : right;
}
.delimit {
	font-size : 14px;
}

/*------------------------------------- */
/* pageTop  */

.pageTop {
	text-align : right;
	font-size : 11px;
}
.pageTop a {
	color : blue;
}
.pageTop {
	margin-bottom : 5px;
	margin-top : 80px;
	text-align : right;
}
.pageTop a:hover {
	background-color : #eee;
}

/*------------------------------------- */
/* journalTOC  */

.toc .group {
	margin-left : 10px;
	margin-top : 0;
	margin-bottom : 15px;
	border-bottom : 1px dotted #999;
}
.toc .group p {
	margin : 0;
	padding : 0;
}
.toc .title {
	color : #333;
	width : 95%;
	font-weight : bold;
	font-size : 13px;
	font-family: 'Times New Roman', 'Times', serif;
	text-align : left;
}
.toc .title sup {
	font-weight : normal;
}
.toc .author {
	color : #777;
	font-style : italic;
	width : 95%;
	font-weight : normal;
	text-align : left;
	padding-bottom : 2px !important;
}
.toc .link {
	padding-left : 10px;
	width : 50%;
	font-weight : normal;
	text-align : left;
}
.toc .pageNumber {
	color : #333;
	font-weight : normal;
	float : right;
}
.toc p.sersubsectitle {
	font-weight : normal;
	text-transform : capitalize;
	color : #000;
	padding-top : 10px !important;
	padding-bottom : 15px !important;
	margin-left : -7px !important;
}
.toc span.sersubsectitle {
	color : #333;
	font-weight : normal;
	text-transform : capitalize;
}

/*------------------------------------- */
/* akIndex */

.ak-index {
	margin-left : 20px;
}
.ak-index .dotted {
	border-bottom : 1px dotted #999;
}
.ak-index .author {
	font-weight : bold;
	text-align : left;
	color : #333;
}
.ak-index .keyword {
	font-weight : bold;
	text-align : left;
	color : #333;
}

/*------------------------------------- */
/* formBox */

.form-box h3 { 
	margin-bottom:0;
	padding-bottom:2px;
}
.form-box p {
	margin-top:0;
	padding-top:5px;
}
.form-box .nested-padding td p {
	margin:0;
	padding:0;
}
.form-box .nested-padding td {
	padding-bottom: 2px;
}

/*------------------------------------- */
/* General */

.center {
	text-align : center;
}
.uppercase {
	text-transform : uppercase;
}
.underline {
	text-decoration : underline;
}
.overline {
	text-decoration : overline;
}
