.module {
	margin:0 0 20px;
	padding:10px;
}
	.module .checkbox {
		margin: 4px 4px 4px 0;
	}
	.submitRow input {
		margin: 5px 0 10px;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Page Links
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#pageLinks {
	color: #777;	/* CR */
	font-size: 13px;	/* CR */
	position: absolute;
	right: 0;
	top: 0;
}
	#pageLinks ul {
		margin: 0;
		padding: 0;
	}
	#pageLinks ul.actions {
		float: right;
	}
		#pageLinks ul li {
			line-height: 32px;	/* CR */
			float: left;
			margin-left: 15px;
			list-style: none;
		}
			#pageLinks ul li a {
				color: #444;
			}
				.addthis_button span {
					position: absolute;
					left: -999em;
				}
				#pageLinks .addthis_button img {
					padding: 8px 10px 0;
					margin: 0;
				}

/* ------------------------------------------------------------------ 
   Tags Module
   ------------------------------------------------------------------ */
.tagsModule { 
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding: 0;
	border:1px solid #ccc;
	font: inherit; 
}
.tagsModule h2 { 
	font: inherit;
	margin-bottom:0;
	padding:10px 13px; 
	background-color:#efefef;
	border-bottom: 1px solid #ccc;
	  
}
.tagsModule ul { 
	overflow:hidden; 
	margin:0; 
	padding:0; 
	list-style:none; 
}
.tagsModule li { 
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	float:left; 
	width:100%;
	padding:10px 0 10px 13px; 
	position:relative; 
}
.tagsModule li:first-child { border-top:none; }
.tagsModule a { }
.tagsModule a.filterTag { display:block; float:left; width:100px; margin-right:5px; overflow:hidden; } 
.tagsModule a.edit { }
.tagsModule a.delete, .tagsModule a.email { margin-left:4px; }
.tagsModule a.addLink { display:inline-block; margin:10px 13px; }

/**********************************************************************
  Cited By Widget
**********************************************************************/
#citedByWidget { 
	border-top: 1px solid #BAC7CF;
}

#citedByWidget .ico-email-alert span {
	position: static;
	display: inline;
	padding-left: .5em;
}

#forwardLinkingCitaions {
	padding-top: 5px;
}

.forwardLinkingItem {
	border-top: 1px dotted #BAC7CF;
	/* border-bottom: 1px dotted #BAC7CF; */
	padding-top: 5px;
	padding-bottom: 5px;
}
.forwardLinkingItem .citationIndex {
	float: left;
	font-weight: bold;
}
.forwardLinkingItem .citationText {
	padding-left: 75px;
}

.crossrefLink, .repecLink {
	font-weight: bold;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	dynamic toc
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#journalToc .dynamic .section,
.t-zone .entry {
	background: none;
}

/*#journal-toc .section li {
    list-style-type: none;
}*/