.module {
	margin:0 0 20px;
	padding:10px;
}
	.module .checkbox {
		margin: 4px 4px 4px 0;
	}
	.module .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.fontResizer {
		float: right;
		margin-right: 10px;
		color: #777;/* CR */
	}
		#pageLinks ul li {
			line-height: 32px;	/* CR */
			float: left;
			margin-left: 15px;
			list-style: none;
		}
			#pageLinks ul li a {
				color: #ba131a;
			}
		#pageLinks #fontResizer li {
			margin: 0 2px 0 0;
		}
			#pageLinks #fontResizer .textNormal a {
				font-size: 11px;/* CR */
				font-wieght: bold; /* CR mis-spelled */
				font-family: "Times New Roman", Georgia, serif; /* CR */
				color: #777; /* CR */
			}
			#pageLinks #fontResizer .textLarge a {
				font-size: 16px;/* CR */
				font-wieght: bold; /* CR */ mis-spelled
				font-family: "Times New Roman", Georgia, serif; /* CR */
				color: #777; /* CR */
				line-height:30px; /* CR */
			}
			#pageLinks #fontResizer a.selected {
				color: #ba131a;
			}
				.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 {
	font-weight: bold;
}
/********************************************************************** 
	Glossary Popup 
**********************************************************************/
.glossaryEntry {
	text-decoration: none!important;
	border-bottom: 1px dashed #bbb;
	color: black;
}
.glossaryTermPopup {
	border: 1px solid #999;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	color: #222;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: normal;
	padding: 9px;
	position: absolute;
	width: 300px;
	background-color: #ffd;
	z-index: 99997;
}
.glossaryTermPopup .glossaryArrowDown {
	position: relative;
	top: 9px;
	float: right;
	margin-right: 55%;
}
.glossaryTermPopup .glossaryArrowDown .inner {
	border-top: 10px solid #ffd;
	background: transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	left: 2px;
	position: absolute;
	width: 0;
	z-index: 99999;
}
.glossaryTermPopup .glossaryArrowDown .outer {
	border-top: 12px solid #999;
	background: transparent;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	left: 0;
	position: absolute;
	width: 0;
}
.glossaryTermPopup .term {
	margin-right: 23px;
	text-align: center;
}