


.oroLightbox { overflow: hidden; }

h2 img { display: block; }

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: >>>>> COMMON BLOCK TAGS */

h1 { 
	font: bold 21px arial; 
}
h2{ 
	font-size: 0.923em;
	font-family: Arial; 
	margin:0 0 0.333em; 
}

h3{ 
	color: #000000;
    font: 0.923em/1 arial;
	margin: 0 0 0.385em; 
}
h4{ 
	color: #444;
	font-family: arial;
	font-size: 10px;
	margin:0 0 0.4em;
}





blockquote { 
	margin: 15px 0;
    padding: 0 20px;
}


fieldset { border: none; }

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: >>>>> FORMS */



input[type="text"],
input[type="password"] {
	border: 1px solid #ccc;
    color: #666;
    font-size:11px;
    font-family:Arial,Helvetica,sans-serif;
}

button,
button.btn-addRow,
input[type="reset"],
input[type="submit"],
input[type="button"] {
    background-color:#f5613b; /* Orange */
    border:1px solid #bc4d00; /* Dk Orange */
    color: white;
}

.feedbackForm input[type="reset"],
.feedbackForm input[type="submit"],
.feedbackForm input[type="button"] {
	background-color: #0096A0;
    border: 1px solid #098993;
}


input.orangeBtn[type="submit"] {
	background-color: #d85803;
	border: 1px solid #bd4d03;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 0 0;
	text-transform: none;
}




#myPanels .actionButtons input:hover,
#myPanels input[type="button"]:hover,
#myPanels input[type="submit"]:hover {
    background-color: #002147;
    color: white;
    border: 1px solid #002147;
}
#myPanels .actionButtons input:focus,
#myPanels input[type="button"]:focus,
#myPanels input[type="submit"]:focus {
    background-color: #002147;
    color: white;
}



.mainBase h3 { font: 1em/1.385em Arial; margin:0 0 0.385em; }

.mainBase ul.index-listing.abbreviation li dl dt {
	float: left;
	width: 70px;
}

/* THIS NEEDS FIXING */
/* THIS NEEDS FIXING */
/* THIS NEEDS FIXING */
.mainBase .section not(.abstract) {
	border-top: 2px dashed #ccc;
	padding: 20px 0 0 0;
}
/* THIS NEEDS FIXING */
/* THIS NEEDS FIXING */
/* THIS NEEDS FIXING */

	.mainBase .export { float: right; }
	.mainBase .export a {
		background: url(../images/export-arrow.gif) transparent left 2px no-repeat;
		color: #666;
		padding: 0 0 0 15px;
	}

.mainBase h2.chapter, .mainBase h3.section-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
	.mainBase h2.chapter span, .mainBase h3.section-title span {
		color: #70020a;
		display: block;
		font-size: 12px;
		text-transform: none;
	}

	

.mainBase .example {
	display: inline-block;
	background-color: #eee;
	margin: 4px 10px;
}


.mainBase form,
.mainBase fieldset{margin:0;}

		
/**********************************************************************
	Popup Tables/Figures
**********************************************************************/

.mainBase #modalContent {
	background-color: transparent;
	padding: 0;
}


/**********************************************************************
	Layout
**********************************************************************/

	.bookLanding #columnWrapper,
	.bookDetail #columnWrapper { position:relative; }
			
	.bookLanding #pageBody,
	.bookDetail #pageBody { position:static; }
			
	.bookLanding #mainContent, 
	.bookDetail #mainContent { position: static; }
	.page-viewtimeline #mainContent { margin-top:50px; }

		
#pageContent { margin: 10px 0 0 0; }
#pageContent a { color: #206B7A; }

	.page-viewtimeline #columnOne { margin-top:50px; }
			
#columnOne .faceted-nav, #leftColumn { color: #444; font:12px/19px arial, Helvetica, sans-serif; }
	.page-viewentry #leftColumn,
	.page-viewtimeline #leftColumn { background-color: #d7e6e9; }
				
#mainContent #leftColumn { padding: 0; background-color: transparent; }
#mainContent #leftColumn .module { display: none; }
		
/**********************************************************************
	Header Elements
**********************************************************************/




/**********************************************************************
	Navigation
**********************************************************************/

#searchRadio {
	text-align: right;
	height: 18px;
	line-height: 18px;
}
.searchRadioInputs {
	display: none;
}




		#mainnav { display: none; }


/**********************************************************************
	Homepages Public & Subscriber
**********************************************************************/
#mainHomeBlock p { margin: 0; }
	
#columnsTop { padding-top:10px; }	




/* Fact of the Day Module */
.message-feed-containter {
	float: right;
    width: 270px;
}

/* Twitter Module */
#twitterModule {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #000;
	float: right;
	width: 270px;
}
#twitterModule h2 {
    font-family: 'Helvetica Neue Light',Arial,sans-serif;
    font-size: 19.5px;
    margin: 0 0 7px;
	border-bottom: none;
	color: #444;
	padding-bottom: 5px;
	border-bottom: 2px solid #999999;
}
#twitterModule h2.twitter h2 {
    border-bottom: none;
    padding:0;
    margin:0;
}
/* content, rss and email updates apply to both twitter and fact of the day modules */
.content { position: relative; }
.rss {
	background: url("../images/RSS.png") no-repeat scroll left top transparent;
	width: 32px;
	height: 14px;
	display: block;
	font-size: 0;
	position: absolute;
	top: 5px;
	right: 0;
}
.emailUpdatesSignup {
	background: url("../images/email.png") no-repeat scroll left top transparent;
	width: 16px;
	height: 12px;
	display: block;
	font-size: 0;
	position: absolute;
	top: 7px;
	right: 45px;
}

.more a {
	color:#206b7a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.home-subject-gallery .da-thumbs li a,
.home-subject-gallery .da-thumbs li a img {
	max-width: 120px;
}



/**********************************************************************
	Search/Browse Results Pages
**********************************************************************/

#searchHeader {
	margin:7px 0 10px;
	font-size:13px;
	max-width: 520px;
}

	
	#booktoggle {
			vertical-align:middle;
			font:11px/1 Arial, Helvetica, sans-serif;
			height:19px;
			color: #666;
	}

		#mainContent #searchHeader .modifySearch {
		    color: #338899;
		}
		#mainContent #searchHeader .searchTerm li {
			background:transparent none;
			line-height: 20px;
			margin:0;
			padding:0;
		}

		#mainContent #searchHeader div.thinBorder {
		  clear: both;
		  height: 1px;
		  border-bottom: solid 1px #ceccbe;
		  width: 495px;
		}

      .ie9 #mainContent #searchHeader .searchTerm li,
			.ie8 #mainContent #searchHeader .searchTerm li {line-height: 22px;}
			.ie7 #mainContent #searchHeader .searchTerm li {line-height: 24px;}

				

.clearAll span {
	font-weight:bold;
	color: #338899;
}
.clearAll { text-decoration:none; }










span.referenceLibrary { float: right; font-weight: bold; color: #abaaaa; }

.clearleft { clear: left; }

.toolModule {
	display: block;
	margin: 5px 0 0 0;
}
	.toolModule h2 {
		float: left;
		margin: 4px 5px 0;
		font: 11px/1 Arial, Helvetica, sans-serif;
	}

	 #viewModeToolModule a,
	#viewModeToolModule span {
		background: url(../images/bkgd-views.gif) no-repeat top left #ebebec;
	}

	.didYouMean a { color: #338899 !important; }
	.lightboxCaption { margin: 0 0 15px 0; }
	
/**********************************************************************
	Browse Results Pages
**********************************************************************/

	.browsePage #columnOne {margin: 0px 0 0 0;}
		.ie7 .browsePage #columnOne{margin: 53px 0 0 0;}
	
/**********************************************************************
	Book Detail Page
**********************************************************************/


		

	.page-viewentry .library { margin-top: 0; }
	.page-viewentry .library h3 {
		color: #fff;
		padding: 8px 14px;
		text-transform: uppercase;
		font: bold 10px arial;
		background: #338899 url(../images/white_arrow_close.png) no-repeat 195px center;
		margin: 0 0 20px 0;
	}

.page-viewentrybook #searchWithinDocument #q_within {
	width: 246px;
}

/*-------------------------------------------------------------------
	OxEncyc Chapter/Entry Page
---------------------------------------------------------------------*/

/* Structural sections */
.mainBase #readPanel .div1, .mainBase #readPanel .eSub {
	margin-top: 15px;
	padding-top: 15px;
	margin-bottom: 15px;
}
.mainBase #readPanel .div2 {
	margin-bottom: 15px;
}
.mainBase #readPanel .eSub .div1, .mainBase #readPanel .div2 {
	margin-left: 10px;
	padding-top: 0;
}
.mainBase #readPanel .boxedFeature  {
	border: 2px solid #338899;
	padding: 20px 20px 0px 20px;
}
.page-viewentry #readPanel .div1, .mainBase #readPanel .div2, .mainBase #readPanel .eSub, .mainBase #readPanel .boxedFeature {
	clear: both;
}
.page-viewentry #readPanel ul { list-style:none; }
.floatSweeper {
	clear: both;
}
.mainBase #readPanel blockquote {
	margin: 10px 0 10px;
	padding: 0 20px;
	font-size: 0.9em;
}
/* Headings */


#pagetitle.capitalized { text-transform: capitalize; }

#readPanel h1, 
#readPanel h2 {
	font-weight: bold;
	margin-bottom: 0.5em;
}
#readPanel h1 {
	font-size: 1.3em;
}
#readPanel h2 {
	font-size: 1.1em;
}
.mainBase #readPanel .eSub > h1 {
	margin-bottom: 10px;
	font-size: 1.3em;
}
.mainBase  #readPanel .eSub .div1 h1 {
	font-size: 1.1em;
}
.mainBase  #readPanel .eSub .div2 h2 {
	font-size: 1em;
}

.mainBase  #readPanel td a.externalLink {
	word-break: break-all;
}

.mainBase  #readPanel p {
	line-height:1.5;
	margin-bottom:1em;
}
.mainBase  #readPanel .inlineSans {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
.mainBase  #readPanel .underline {
	text-decoration: underline;
}
.mainBase  #readPanel .roman {
	font-style: normal;
}
.mainBase  #readPanel .etymSpan {
	margin-left: 20px;
}
/* Author/contributor details */
.page-viewentry #readPanel .authorBlock {
	padding-top: 1em;
	font-size: 1.2em;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}
.page-viewentry #readPanel .authorBlock p {
	font-family: inherit;
	font-variant: inherit;
	font-size: inherit;
}



.page-viewentry #columnWrapper #columnsTop { height:55px; }

/* ------------->>> Figures */

.figureGroup .articleimage .enlargeImageLink { 	font-family: Arial, Helvetica, sans-serif; 	}
.figureGroup .articleimage .view { color:#206b7a; }
.figureGroup .caption p { font-family: Arial, Helvetica, sans-serif; }







h2.libraryName {
	margin:0 0 18px;
	padding:10px 13px;
	background-color: #338899;
	color: white;
	font: bold 11px Arial;
	text-transform: uppercase;
}
	h2.libraryName span {
		display: block;
		background: url(../images/bkgd-nav-arrow.png) no-repeat right bottom transparent;
	}




	
blockquote.verseType li {
	list-style: none outside none;
}

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> SMART NAV */
.smartNavWrapper { display:none; }

.smartNav ul li,
.smartNav ul li:first-child { background-color:#faf9f2; }
.smartNav ul li a:hover,
.smartNav ul li a:focus,
.smartNav ul li.current a { background-color: #ade2e9; }






/**********************************************************************
	Create Content
**********************************************************************/

.createEbook #columnOne { display: none; }
.createEbook #mainContent {
	float: none;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
}


#actionButtonsTop input.create { display: none; }



.pagination .current {
	text-decoration: underline;
	color: #666;
}












/**********************************************************************
	Modules
**********************************************************************/

.page-resetpassword .formRow { clear: both; }
.page-resetpassword .formRow label { width: 250px; float: left; }

/*page-viewteibook*/






.divider { 
	left: 0;
	position: absolute;
	width: 215px;
	background: url(../images/divider.jpg) repeat-x left top; 
	height: 3px;
}
#leftColumn #expandSearchModule {
	margin-bottom: 16px;
}


#pressesModule {
	display: none;
}



.page-viewtimeline #refineSearchToc { background-color: #d7e6e9; padding:14px 17px; }

/* ------------------------------------------------------------------ 
   Content Modules
   ------------------------------------------------------------------ */

.module { background-color: #d7e6e9; padding:14px 17px; }
	.page-viewentry .module,
	.page-viewtimeline .module { margin-bottom:0; }
	.relatedContent .module { border-top:2px solid #90afb3; margin-top:15px; }
	.relatedContent .module.first,
	.relatedContent h3 + .module,
	.relatedContent h3 + div .module { border-top:none; margin-top:10px; } /* NOTE: There is an extra <div> generated on ViewEntry pages */
.module .module { margin:0 0 1.5em 0; padding:0; }

.module h2 { cursor:pointer; background: url("../images/sprite_arrows.gif") no-repeat right -45px; font-size:15px; font-weight:normal; border-top:none; border-bottom:3px solid #90AFB3; padding-bottom:5px; }	
.module.expanded h2 { background-position:right -45px; }
.module.collapsed h2 { background-position:right -195px; }

.module .moduleToggle { border-bottom:3px solid #90AFB3; padding-bottom:5px; background: url("../images/sprite_arrows.gif") no-repeat right -45px; }
.module.expanded .moduleToggle { background-position:right -45px; }
.module.collapsed .moduleToggle { background-position:right -195px; }

.module h3 { color:#444; }
.module h3 a { display:block; font-size:15px; border-bottom:3px solid #90AFB3; padding-bottom:5px; background: url("../images/sprite_arrows.gif") no-repeat right -45px; }
.module.expanded h3 a { background-position:right -45px; }
.module.collapsed h3 a { background-position:right -195px; }

#relatedTopics h3 { font-size:15px; color:#444; margin:0 0 5px; } /* This is overriding layout.css */

.module h4 { text-transform:uppercase; font-weight:bold; margin-bottom:.5em; }
.relatedContent .module h4 { cursor:pointer; margin:10px 0 0 0; display:block; font-weight:bold; font-size:11px; background: url("../images/sprite_arrows.gif") no-repeat right -47px; }
.relatedContent .module.expanded h4 { background-position:right -47px; }
.relatedContent .module.collapsed h4 { background-position:right -198px; }

.module a { font-family:Arial, Helvetica, sans-serif; color:#444; } /* This is an override for line 36 */
.module a:hover, 
.module a:focus { color:#206b7a; text-decoration: none; }

/* What modules position the icons to the left of the links?? */
.module a.external {
	display: block;
    background-image: url("../images/icon-link.png");
    background-position: left 6px;
    background-repeat:no-repeat;
    padding-left: 18px;
	margin-left: 15px;
}		
.module .full a,
.module .abstract a {
	display: block;
	background-image:url(../images/icon-locks.png);
	background-repeat:no-repeat;
    padding-left: 18px;
	margin-left: 0;
}
.module .full a { background-position:left 3px; }
.module .abstract a { background-position:left -85px; }

.bookDetail .module a { margin:0; padding:0; display:inline; }
.bookDetail .module a:hover, 
.bookDetail .module a:focus { padding-left:0; }
.bookDetail .module a.abstract,
.bookDetail .module .abstract a {
	background:transparent url(../images/icon-locks.png) no-repeat right -87px;
    padding-right:15px;	
}
.bookDetail .module a.more { 
	font-weight:bold;
	font-size:11px;
}
.bookDetail .module a.more:after { content:'\00A0\00BB'; }

.module label { display: inline; }
.module .checkbox { margin: 0px 2px 3px 0; }
.module .submitRow .submit {
    background-color: #D85803;
    border: 1px solid #BD4D03;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0 0;
    text-transform: none;
}


/* Styles for Oxford Common's RelationsModule.tml (e.g.,Related Overviews)  */
.module .subModule { margin:10px 0 5px 0; }
.module .subModule p,
.module .seeAll { margin-bottom:8px; font-family:arial, helvetica, sans-serif; font-size:12px; line-height:1.3; }
.module .subModule h5 { font-size:10px; color:#444; margin:5px 0 15px 0; text-transform:uppercase; }
.module .seeAll a { font-weight:bold; font-size:11px; }
.module .refineHeadExpanded, 
.module .refineHeadCollapsed { background:none; }

/* More Like This Module */
.module.moreLike p { font-size:12px; line-height:1.2; font-family:arial, helvetica, sans-serif; margin:0; }
.module.moreLike em { font-style:normal; }
.module.moreLike ul { margin-top:5px; }
.module.moreLike li { display:inline; padding:0; margin:0; }
.module.moreLike li:after { content:","; }
.module.moreLike li:last-child:after { content:""; }

.module #moreLikeLink, 
.module #saveButton {
	display:inline-block; 
	background-color: #f5613b;
	border: 1px solid #bc4d00;
	color: white;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}

/* Availability Module */
#availabilityModule { margin-bottom:0; padding:5px 10px; }
#availabilityModule ul { margin:0; }
#availabilityModule li { padding:0; }
#refineByAvailability .facetValues .open {
    display: none;
}

/* "In This Entry" module */
#inThisEntryModule ul {
	font-family:Arial;
	color: #231f20;
	margin:0 0 5px 0;
	padding:0;
}
#inThisEntryModule li { padding:0; margin:0 0 3px; display: block; }
#inThisEntryModule li.expandable {
	cursor: pointer;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	background:none;
	padding-left:0;
}
#inThisEntryModule li.expandable a.toggle { 
	display:block;
	float:left;
	background:transparent url("../images/toggle.png") no-repeat left -63px;
	height:16px;
    text-indent: -9999px;
    width:14px;
    margin-right:5px;
}
#inThisEntryModule li.expandable a.minustoggle { background-position:left -63px; }
#inThisEntryModule li.expandable a.plustoggle { background-position:left 0; }
#inThisEntryModule li ul,
#inThisEntryModule li.expandable ul { margin:5px 0 0 0; padding-left:20px; padding-bottom:5px; }
#inThisEntryModule li li,
#inThisEntryModule li.expandable li { padding:0; text-transform:none; }
#inThisEntryModule li li ul,
#inThisEntryModule li.expandable li ul { margin:0 0 0 9px; padding-bottom:0; padding-left:0; }
#inThisEntryModule li li li,
#inThisEntryModule li.expandable li li {
	line-height: 1.5;
	padding: 0 0 0.2em; 
}
#inThisEntryModule li li li ul,
#inThisEntryModule li.expandable li li ul { margin:0 0 0 9px; }

#inThisEntryModule li.expandable li a, 
#inThisEntryModule li li a { 
	font-size:12px; 
	font-weight:normal; 
}
#inThisEntryModule li.expandable li li a,
#inThisEntryModule li li li a { font-size:11px; }
#inThisEntryModule li.bibliography a { text-transform: capitalize; }

#columnOne .faceted-nav, #leftColumn .toc { background-color: #d7e6e9; }

/**********************************************************************
	Search Within
**********************************************************************/
/* #sideSearchBox, .searchModule used on results pages; #searchWithinDocument, .searchModule, and .module used on book and content detail pages. We should remove .module class used on book and content detail pages. */

.searchModule { padding:0; background-color:transparent; margin-bottom:13px !important; }
#q_within { width:160px; } /* Overrides declaration in entry.css */










	
	#leftColumn .border {
		border: none!important;
	}
	#expandSearchModule h2 {
		border-bottom: 3px solid #90AFB3;
		padding-bottom: 10px;
		border-top: none;
	}
	#leftColumn #expandSearchModule {
		border-top: none;
	}

ul.extendedToolsModule {
	display:none; 
}

	ul.extendedToolsModule li {
		padding: 3px 0;
		list-style: none;
		border-top: 1px solid #d3d2d0;
	}
	ul.extendedToolsModule li:first-child { border: 0 none; padding: 0 0 3px; }
		.extendedToolsModule a { color:#2b585f }

/**********************************************************************
	Tapestry
**********************************************************************/

div.t-error-popup { display:none !important; }

/**********************************************************************
	Miscellaneous
**********************************************************************/





/* 8.29.10 additions - jjoven */
/*.noresults {display: none;}*/
.popoutContentLink {
	background: url(../images/icon-calendar.png) transparent left 4px no-repeat;
	padding: 0 0 0 20px;
}

/*********************************
 CSS to be reviewed
 *********************************/


.doi { padding-bottom: 15px; }


		
/* End Specialization menu */

.page-viewentrybook #abstract h3 { margin-top: 20px; }


.indexItemLevel2 { margin-left: 30px; }
.indexItemLevel3 { margin-left: 50px; }
.indexItemLevel4 { margin-left: 70px; }


/* Static Page Styling */
.contentPage #columnOne {
	background-color: #b0ced3;
	font: 11px/17px Arial,Helvetica,sans-serif;
}
.contentPage #secondNav { padding: 19px 13px 10px 14px; }
.contentPage #secondNav h2 {
	color: #444;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}


.contentPage #secondNav li { line-height: 1.3; }

/* JMF Following styles for new table of contents at chapter view */




/* #readPanel .bookSectionHeading { font-size: 15px; } */

/* #readPanel .bookSubSectionHeading { font-size: 15px; } */














/**********************************************************************
	Static Pages
**********************************************************************/
.page-page #columnOne, .help-page #columnOne, .page-help #columnOne {
 	color: #444444;
    font: 11px/19px Arial,Helvetica,sans-serif;
    font-size: 15px;
}

.page-page #columnOne h2 { font-weight: bold; }

.page-page #columnOne h3 {
	color: #444;
	font-size: 13px;	
	font-weight: bold;
	margin: 2px 0 7px;
}

/* What is the following TOC? */
.page-page #toc,
.page-page #leftsidebar { margin: 14px 17px; }

	.page-page li ul { margin-left: 20px; }
	
#mySearches { border-left: 1px solid #609fa9; }		

.left dd { margin: 0 10px 0 0px; }

.right dd { margin: 0 10px 0 5px; }
	
.clear { clear: both; }

.extendedToolsModule { display: none; }

.topRow h3 { background: none; }



.entry_top { margin-left: 35px; }

.gradientInnerWrapper h3 { font: 1em georgia; }

.gradientInnerWrapper { 
	background-color: #e5f3f4;
	margin: 10px 0 10px 0; 
	padding: 20px 30px 10px 30px;
	font: 0.923em arial;
}
.entryContent ul { padding: 0; }
.entryContent li li { margin: 0 0 5px 28px; }


.moreExample { display: block;}

.highlight { 
	background: #e7e5da; 
	padding: 10px 10px 
}


/* .first { border: none!important; } */

	
	.overview_detail h3 a {
		color: #338899;
	}
	

	.overview_detail p a {
		color: #206b7a;
	}

		
		.page-viewdictionaryentry #mainContent ul.sense-entry li.sense:hover,
		.page-viewdictionaryentry #mainContent ul.sense-entry li.sense:focus,
		.page-viewdictionaryentry #mainContent ul.sense-entry li.sense.sfhover {
		    padding: 0 5px 0 19px;
		}

		.page-viewdictionaryentry #mainContent ul.sense-entry li.sense {
		    margin-top: -2px;
		    padding: 1px 6px 1px 20px;
		    text-indent: 0;
		}
		
.enumerator { font-weight:bold; }

.gradientified dd .sense:hover,
.gradientified dd .sense:focus,
.gradientified dd .sense.sf:hover, 
.gradientified dd .sense.sf:focus { background-color: #dbf0f2; }





#bookDetail #narrowChoicesModule {
    border-top: 3px solid #90AFB3;
    margin: 15px 0 8px 0;
    padding: 5px 0 0;
}

#bookDetail .overview_detail {
    border-top: 1px solid #CCCCCC;
    padding: 15px 0 0;
	margin: 15px 0 0 0;
}









#m_en_us1289370.001 a.mainControl { margin: 5px 5px 10px 0; }

.phrasesSubEntryBlock .senseInnerWrapper h3 {
    margin: 0;
    padding: 5px 0 0;
}
.gradientInnerWrapper h2 { margin: 0; }
.gradientInnerWrapper .sense .mainControl { margin: 0px 10px 5px 0; }



#timeContent h2 { 
	font: 18px arial; 
}
	#timeContent h2 a {
		color: #231f20;
	}




.searchHeader .searchTerm span.text strong {
	color: #444444;
	font: bold 11px arial;
}





.scrollerBlockElem .senseInnerWrapper { padding:5px 0px 5px 0px!important; }


.bibliography li a {text-transform: capitalize; }
.ie7 .bibliography ul li { clear: none; }
.ie7 #quickSearch #q { padding-top: 9px; }



/** TEMP ENTRY PAGES **/

/**********************************************************************
	OxQuot entry pages
**********************************************************************/

.quote {
	font-size: 1.077em;
	margin: 0 0 20px 0;
}
.quote-author { font-weight:bold;}
.quote-author-ad {font-size:1.071em; }
.quote-author-desc {font-size:1.071em; }
.quote-headnote{
	font-size: 1em;
	font-family: Arial,Helvetica,sans-serif;
	padding-bottom: 20px;
}
.quote-subEntry {}
.quote-subhead {
	padding: 10px 0 5px;
	font-size: 1em;
	font-variant: small-caps;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	text-indent: -2em;
}
.quote-sn, .con {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.857em;
}
.quote-s {
	font-size: 0.929em;
	font-style: normal;
	padding: 0 0 0 25px;
}
.quote-altface-roman {font-style:normal; }
.quote-altface-italic {font-style:italic; }
.quote-smallcaps {font-variant:small-caps; }

/*lines of verse*/
.lineIndented { padding-left:40px;}
.lineCentered {
	width: 30em;
	text-align:center;
}
.verticalShill {height: 0.5em;}

/*cross-reference without leading margin*/
.xrgBoxed {
	color: #818181;
	font-style: italic;
	margin-left: 0;
}


/**********************************************************************
	OxMonoling entry pages
**********************************************************************/

.se2 {
	margin-left: 20px;
	text-indent: -20px;
	margin-bottom: 10px;
	list-style: none;
}
.subEntry {
	margin-left: 10px;
	text-indent: -10px;
	margin-top: 20px;
}

#mainContent ul.sense-entry .exGrBreak { display: block; }

.exampleshow {
	margin-left: 27px;
	display: block;
}
#mainContent .sentences .sentence {
	background-position: 0 6px;
	padding-left: 11px;
}
.definition {
	padding: 0 5px 2px 11px;
	background: url("../images/dot.png") no-repeat left 13px;
	line-height: 30px;
	display: block;
}


.example_content {  margin: 0 0 0 18px; }




.exampleshow, .sentence { font-size: 12px; }

.phrasesSubEntryBlock .senseInnerWrapper { padding: 0; }
.phrasesSubEntryBlock .exampleGroup {
	display: inline;
	font: normal 12px georgia;
}
.phrasesSubEntryBlock .senseInnerWrapper { margin: 0px 0 0 0; }
.phrasesSubEntryBlock .senseInnerWrapper h3 { padding: 5px 0px 0px 0px; margin: 0; }

/**********************************************************************
	Bilingual entry pages
**********************************************************************/

.pvb {
	padding-left: 40px;
	padding-top: 1em;
}
.pvb h4 {
	font-size: 14px;
	font-weight: bold;
}
ul.phraseList {
	margin: 0px;
	padding: 0px;
}
.pv {
font-size: 1.1em;
	font-weight: bold;
}



/* Content Sub-sections and Sidebars */
.mainBase .eSub {
	padding-bottom: 20px;
	margin-bottom: 5px;
	overflow: hidden;
	border-top:3px solid #338899
}
	.mainBase #readPanel .eSub > h2 {
		padding: 11px 20px;
		margin: 0 0 15px 0;
		font-size: 1.2em;
	}

	.mainBase .eSub .div1 {
		padding: 1px 20px 1px 20px;
	}
		.mainBase .eSub .div1 p {
			padding: 0;
		}
		.mainBase .eSub p {
			padding: 1px 20px 1px 20px;
		}
		
	.mainBase .eSub .div2 {
		padding: 1px 20px 1px 20px;
	}

	/*span.headword_group {
		vertical-align: super;
	}*/

	/*	>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
		ORO-SPECIFIC PRINT STYLES:
	>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
	
	.printPreview #headerLogo a { font-size:25px; }


	/*	>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
		GIB-SPECIFIC STYLES:
	>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
	
#lib-label {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
}

#gib-label {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
}


/*  _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _
   \___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\
    \___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\ 
     \___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\ 
      \___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\___\ 
       \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ _ \ 

			OUP Platform CSS Cleanup -- Put Consolidated Styles Below...
          _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _   _
       /___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/
      /___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/
     /___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/
    /___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/___/
   / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ / _ /
*/

#expandSearchModule { display: block; }

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> ACCESSIBILITY FEATURES */

.largeFont .bookCoverMatter { font-size:130%; }

/* .largeFont .didYouMean { font-size:110%; } */

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> LAYOUT (CONTAINERS) */
.page-viewentry #mainContent {
    position:static; 
    margin-left: 28px;
    padding: 21px 0 0 38px;
    width: 675px;
}
	
	
/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> MAIN CONTENT */
a { color:#206b7a; }
a:hover,
a:focus { color: #002147; }
h1#pagetitle {
	background-color: transparent;
	color: #231f20;
	padding: 0;
	font: normal 24px arial;
}
#bookDetail h1#pagetitle i { font-style: normal; }
#readPanel h1#pagetitle {
	font-weight: normal;
	font-size: 1.85em;
	font-family: Arial, Helvetica, sans-serif;	
}
#readPanel .entryContent h1#pagetitle { margin-bottom:15px; }
#readPanel h1#pagetitle .headwordInfo {
	font-size: .65em;
}
#readPanel h1#pagetitle.oxencycl-title .oxencycl-headword > em { 
 /* FS: placeholder for styling of headwords that are work titles */
}
#readPanel h1#pagetitle.oxencycl-title .oxencycl-headword + em { 
	font-size:.75em;
	font-weight:normal;
	font-style:italic;
	color:#818181;
	margin-left:.5em; 
} /* FS: the em represents part of speech. Example: /view/10.1093/acref/9780199543700.001.0001/acref-9780199543700-e-1801?rskey=GUWWYN&result=10&q=awful */


table { background-color: #e2e2e2; border: 1px solid white; }
/***STILL WORKING ON THIS SECTION***/
/***STILL WORKING ON THIS SECTION***/
/***STILL WORKING ON THIS SECTION***/
.tableGroup {
	padding:10px;
	background-color:#faf9f2;
}
.tableGroup > p {
	font:bold 12px Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
	color: white;
	margin:0 40px 5px 0;
}

	table .title,
	caption {
		margin: 0 0 0.5em;
		font-weight: bold;
	}
	table col.title {
		margin:0;
		font-weight:normal;
	}
	th .sc { text-transform: capitalize; }
	/*th i { font-style: normal; } ORO2 #4569 */
/***STILL WORKING ON THIS SECTION***/
/***STILL WORKING ON THIS SECTION***/
/***STILL WORKING ON THIS SECTION***/


/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> LAYOUT */

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> Annotation */
#createAnnotation button {
    background-color: #0096A0;
    color: #FFFFFF;
}
.annotationsPopup .save, .annotationsPopup .edit {
    background-color: rgb(244, 97, 59);
}
/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> MASTHEAD */
#headerWrap { border-top: 7px solid #002147; }
#header { background: #faf9f2; min-height:143px; }
#header a { color:#4b4d4f; }

#headerLogo {
	left:15px;
	top:73px;
 	background:transparent url(../images/logo-ORO.gif) no-repeat left top; 
 	height:37px;
	width:360px;
}
#headerLogo a {
	height: 37px;
	width: 360px;
}

#headerUtilityBar { border-bottom:1px solid #c9c9c5; }

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> QUICK SEARCH */

#quickSearch { margin: 30px 10px 0 0; }
#quickSearch form { position: static; }

#quickSearchFilters, 
#helpBtn { display: none; }


/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> SEARCH WITHIN MODULE */
.searchModule input[type="submit"] { background-color:#f4613b; }

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> QUICK SEARCH SCOPE - SELECTIONS */

#searchRadio { height: 18px; text-align: right; line-height: 18px; }
#searchRadio .advanced { position: static; font-size:10px; }


#quickSearch .specialSearch label { color: #4b4d4f; } /* ?????? */
.specialSearch { position: static; border: 0 none; padding:0; }
.specialSearch .openSpecializationArea { line-height: 16px; vertical-align: baseline; } /* ADDED ! */
.openSpecialization { vertical-align: middle; padding-top: 3px; }
#specializations {
	background-color: #e2e2e2;
	top:138px;
}
.closeSpecialization {
	top: auto;
	right: 12px;
	bottom: 10px;
	width: 14px;
	height: 14px;
	background: url(../images/btn-close.gif) left top no-repeat;
}		
	
	.searchItems {
		position:relative;
		float: left;
		margin: 6px 0 0;
		width: 364px;
		clear:both;
	}
		.specialization {
			float:left;
			width:270px;
		}

			
label { margin-top: 1px;  padding-top: 3px;}
		.searchLinks {
			float:right;
			font: 10px/16px Arial;
		}
		
		

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> HOMEPAGE LAYOUT */
.home #mainContent { background:url("../images/faux_bkg_column_lt.gif") repeat-y 0 0; }
#homeFrame { width:745px; border:none; }
.home #welcomeBlock { padding:0 14px; }
#homeTabsAndPanels { float: left; position: relative; margin:0; padding: 24px 20px 10px; width: 702px; background-color:#e2e2e2; border-left:none; }
#homeTabsAndPanels .top { position: static; padding:0; width:auto; background-color:transparent; border-bottom:none; }
.home .contentBlock ul { margin-top:0; }

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> NEWS MODULE (ON HOMEPAGE) */

.component-recent-news {
	padding:0;
	width: 392px;
	border:none;
	background-color:transparent;
}
.component-recent-news .btnRss { top:5px; }
.component-recent-news .btnRss a {
	width:32px;
	height:14px;
	background:transparent url(../images/btn-rss.png) no-repeat left top;
}
.component-recent-news h2 {
	border-bottom:2px solid #999999;
	font-family:'Helvetica Neue Light',Arial,sans-serif;
	font-size:19.5px;
	padding-bottom:5px;
	margin-bottom:7px;
	font-weight: normal;
	text-transform:none;
}
.component-recent-news h2 a { color:#444; }
.component-recent-news .newsBlurb .teaser { font-family:Georgia, "Times New Roman", Times, serif; }

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> LOGIN MODULE */
.libraryModule .signOut a { background-color:#c85e16; color:#ffffff; padding:5px; border:1px solid $buttonContrastColor; display:inline-block; margin-bottom:10px; }
#loginPanel #loginwrapper1,
#loginPanel #loginwrapper2 { background-color:#d7e6e9; }
#loginPanel #loginwrapper2 { padding-bottom:10px; }
#loginPanel h2 { font-weight:normal; background-color: #338899; }
#loginPanel input[type="submit"] { background-color:#c85e16; border:1px solid #af5212; color:#fff; }
#loginPanel #submitRow,
#loginPanel #libcardSubmitRow { float:left; margin-top: 5px; }
#loginPanel #password, 
#loginPanel #lcnum { width:174px; border-right:1px solid #bfc1c3; }
#loginPanel #passwordRow label { top:5px; }
#loginPanel a { color:#444; }
#searchLibraryResources { color:#444; }
#loginPanel a:hover,
#loginPanel a:focus { color:#206b7a; }
#loginPanel #showlibcard,
#loginPanel #athens,
#loginPanel #shibboleth {
	padding-top:0;
	background-image:none;
}
.signOut a {
    background-color:#f5613b; /* Orange */
    border:1px solid #bc4d00; /* Dk Orange */
    color: white;
}
#loginPanel #loginwrapper2 p { font-style:italic; background-image:none; }
#loginPanel #noAccount p { background-color:transparent; }
#loginPanel #noAccount a { color:#444; }

#libraryModule .authControls.expanded-panel { background-color: #338899; }
#loginPanel #usernameRow {
    margin-top: 0;
}
#loginPanel #passwordRow label, #loginPanel #usernameRow label {
    position: static;
}

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> LIBRARY MODULE */
#libraryModule { font-family:Arial, Helvetica, sans-serif; }
#libraryHeader { background-color:#338899; border-top:none; }
#libraryHeader h4 { color:#ffffff; text-transform:uppercase; }
#libraryHeader .refineHeadCollapsed { background:transparent url(../images/sprite_arrows.gif) no-repeat right -145px; }
#libraryHeader.open .refineHeadCollapsed { background:transparent url(../images/sprite_arrows.gif) no-repeat right 5px; }
#libraryHeader .helpLink {margin: 0 10px 0 -25px;}
#libraryModuleContent { background-color: #d7e6e9; }
#libraryModule .accountName {
	background-color: transparent;
}
#libraryModule #institutioninfo {
	border-bottom:none;
	border-top:none;
	background-color:transparent;
}
#libraryModuleContent .keyword {
	border-top:none;
	background-color:transparent;
	padding-top:0;
}
#expandedSearchLabel {
	background-image:url(../images/sprite_arrows.gif);
	background-position:140px -240px;
}
#libraryModuleContent #expandSubmit {
	background-color:#338899;
	border:1px solid #098993;
	color:#fff;
}
#libraryModule .authControls {
 	background-color: #338899;
}
#libraryModuleContent .signOut a { color:#FFFFFF; }

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> FEATURED BOOK (ON HOMEPAGE) */
#featuredBook { margin:0 0 20px 0; width:auto; }
#featuredBook img { border:1px solid #858585; }
#featuredBook .homeRight p {
	line-height:1.3;
	font-family:Georgia,Times serif;
    font-size:15px;
    margin-bottom:1em;
}
#featuredBook .homeRight a { color:#36879C; }

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> TOCS */
#tocWrapper a { position:inherit; padding:3px 17px; }
.bookLanding #tocWrapper a { padding: 0; }

#tocHeader { display: none; }

#tocContent h2 { color:#231f20; /*font-size:15px;*/ font-size:1.15em; font-weight:normal; }

.toc h3 { margin:0; color:#444; text-transform:uppercase; font-size:11px; font-weight:bold; }
.toc li.rootexpandable h3 a { background-image:url("../images/sprite_arrows.gif"); }
.toc li.rootexpandable h3 a:hover, 
.toc li.rootexpandable h3 a:focus { color:#444; }
.toc li.expandable ul { font-weight: normal; padding: 0; }
.toc li.collapsefrontexpanded,
.toc li.collapsetailexpanded { padding-left: 10px; }
.toc .title { display: none; }
.toc .unlinked {
	padding: 3px 17px;
	display: block;
}

.collapsefront { display: none; }
.collapsetail { display: none; }

#bookTocTitleLink {
	padding-left: 0 !important;	
	font:15px Arial, Helvetica, sans-serif;
	color:#444;
	margin-bottom: 10px;
}


/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> PRIMARY NAVIGATION MEGAMENU */
#navigation { height: 36px; background-color:#338899; }
#navigation > ul > li { height: 36px; }
.showTaxonomyNav .label { font-weight: normal; }
#navigation li.browseNav { background-color:#338899; }
#navigation li.browseNav.on { background-color:#002147; }

#personalNav .dropdown { border:1px solid #609fa9; background-color:#e7e5da; }
#personalNav h3 { background-color:#338899; }
#personalNav li li a { color: #206b7a; }
#personalNav li li a:hover,
#personalNav li li a:focus { color:#002147;	}

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> PRIMARY NAVIGATION MEGAMENU */
#navDrop {
	border:none;
/* 	-moz-box-shadow:inset 0 0 2px rgba(226, 226, 226, 1); */
/* 	-webkit-box-shadow:inset 0 0 2px rgba(226, 226, 226, 1); */
/* 	box-shadow:inset 0 0 2px rgba(226, 226, 226, 1); */
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background:#e2e2e2;
	filter:none;
}
#navDrop a.closeNav {
	right:8px;
	bottom:8px;
	width:16px;
	height:16px;
	background:transparent url(../images/btn-close.gif) no-repeat left top;
}

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> TAXONOMY NAVIGATION LIST */
.taxonomyNavigationBody a { color: #1a1819; }
.taxonomyNavigationBody a:hover,
.taxonomyNavigationBody a:focus { color: #dc003c; }
.taxonomyNavigation .level0 { font-weight:normal; }
#navDrop .taxonomyNavigationBody .browseAll { font-weight:normal; margin: 0 0 .8em; }


/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> SIGN IN / SIGN UP NAVIGATION */
#loginNav {
	position:absolute;
	margin:0;
	padding:0;
	right:12px;
	top:42px;
	color: #666666;
}
#loginNav a { color: #666666; }
#loginNav li { margin-right:3px; }


/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> ALPHA NAVIGATION */
.alphaNav ul { color:#E1E1E1; font-family:Arial, Helvetica, sans-serif; /*font-size:13px;*/ }

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> BREADCRUMBS */
#breadcrumb { float:left; width:50%; line-height:30px; font-family:Arial, Helvetica, sans-serif; }
	.contentPage #breadcrumb { float:none; }

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> RESULTS NAVIGATION (ENTRY NAV) */
#entryPrevNextNav {
	z-index: 1;
}
#entryPrevNextNav .prev a,
#entryPrevNextNav .next a {
	background-image: url("../images/sprite_entrynav.png");
	text-indent: 0;
}
#entryPrevNextNav li.prev a span,
#entryPrevNextNav li.next a span {
    font-size: 0;
}

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> FACETED NAVIGATION */
.navModule { padding:14px 17px; background-color:#d7e6e9; }
.navModule h2 { font-weight:normal; margin-bottom:5px; padding:0 20px 5px 0; background-color:transparent; color:#444; border-bottom:3px solid #90AFB3; }
.navModule .navToggle { background:transparent url("../images/sprite_arrows.gif") no-repeat right -45px; }
.navModule .navToggle:hover {  }
.navModule.expanded .navToggle { background-position:right -45px; }
.navModule.expanded .navToggle:hover {  }
.navModule.collapsed .navToggle { background-position:right -195px; }
.navModule.collapsed .navToggle:hover {  }
.navModule a { color:#444; }
.navModule a:hover,
.navModule a:focus { color:#206b7a; }

.faceted-nav { padding: 14px 17px; }
.faceted-nav h2.faceted-nav-header { text-transform: none; font-weight:normal; margin-bottom:5px; padding:0 20px 5px 0; background-color:transparent; color:#444; border-bottom:3px solid #90AFB3; }
.facetModule { background-color:transparent; border-top: 2px solid #90AFB3; margin-top:5px; padding:5px 0 10px 0; }
.facetModule:first-of-type { border-top: none; }
.facetModule h3 { font-size:11px; padding:0; }
.facetModule .facetToggle { color:#444; text-transform:uppercase; background:url("../images/sprite_arrows.gif") no-repeat right -50px; outline: none; margin-bottom: 10px; }
.facetModule .facetToggle:hover, .faceted-nav .faceted-nav-header:hover,
.facetModule .facetToggle:focus, .faceted-nav .faceted-nav-header:focus { background-color:transparent; color:#444; background-position:right -50px; }
.facetModule.expanded .facetToggle, .faceted-nav.expanded .faceted-nav-header { background-position:right -50px; }
.facetModule.expanded .facetToggle:hover, .faceted-nav.expanded .faceted-nav-header:hover,
.facetModule.expanded .facetToggle:focus, .faceted-nav.expanded .faceted-nav-header:focus { background-position:right -50px; }
.facetModule.collapsed .facetToggle, .faceted-nav.collapsed .faceted-nav-header { background-position:right -200px; }
.facetModule.collapsed .facetToggle:hover, .faceted-nav.collapsed .faceted-nav-header:hover,
.facetModule.collapsed .facetToggle:focus, .faceted-nav.collapsed .faceted-nav-header:focus { background-position:right -200px; }
.facetModule .facetValues { padding:0; }
.facetModule a { color:#444; }
.facetModule a:hover,
.facetModule a:focus, 
.facetModule .facetToggle:focus a { color:#206b7a; }

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> SEARCH CONTENT */
.searchPage #topSection, 
.browsePage #topSection {
	background: #f4f3e9 url("../images/topSection.jpg") repeat-y right 0px;
	border: 1px solid #dedcd2;
}
.searchPage #mainContent #searchHeader .clearAll, 
.browsePage #mainContent #searchHeader .clearAll {
    border-top: none;
    float: right;
    margin-right: 30px;
    width: auto;
}

.didYouMean {
	clear: both;
}

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> PRIVILEGED OVERVIEW */

#privilegedOverview .abstract { font-family: Georgia, "Times New Roman", serif; }


/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> CONTENT ITEMS (SEARCH RESULTS) */

.contentItem { padding-left:155px; }
.contentItem:hover,
.contentItem:focus { background-color: #faf9f2; }

#searchContent .contentItem img { border: 1px solid #d0d0d0; } /* NOTE: have to use #searchContent to override styles in browse.css */

.contentItem.oxtimeline .itemTitle.locked a { background: none; }

.contentItem .author, 
.contentItem .editor { font-weight:normal; }
.contentItem .author em, 
.contentItem .editor em { font-style:italic; }
.contentItem .source { margin-bottom:.375em; }

.contentItem .hitContext,
.contentItem .abstract { font-family: Georgia, "Times New Roman", serif; }

.contentItem .abstract a,
.contentItem .abstract a.toggle { color: #633d5d; }

/* formatting of dictionary results matches oxmonoling and oxbiling */
.contentItem .headword { display:none; }
.contentItem .pos { 
	font-style: italic;
	font-weight: normal;
	font-size: 1.167em;
	line-height: 1.714;
	margin: 0 5px;
	display: inline;
}
.contentItem .msDict { display:block; }
.contentItem .se2 { text-indent: 0; }


/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> CONTENT ITEMS (BOOK TOC, POSSIBLY ORO-SPECIFIC) */

/* 'All Contents' tab on book detail page */
#tocContent .contentItem.last + .contentItem.last { border-top:none; }
#tocContent .contentItem.first,
#tocContent .contentItem.first:hover,
#tocContent .contentItem.first:focus,
#tocContent .contentItem.last,
#tocContent .contentItem.last:hover,
#tocContent .contentItem.last:focus { background-color: #fff; }
#tocContent .contentItem.second { border-top: 1px solid #002147; }
#tocContent .contentItem .azlabel { /*font-size:15px;*/ font-size:1.15em; }


.page-viewentrybook .contentItem { padding: 8px 71px 8px 70px; }
.page-viewentrybook .contentItem a,
.page-viewentrybook .contentItem .contentType a { color: #206b7a; }
.page-viewentrybook .contentItem .entry {
	font: 13px/18px Arial, Helvetica, sans-serif;
	margin: 0 0 1px;
}
.page-viewentrybook .contentItem { color: #444;}
.page-viewentrybook .contentItem .itemTitle { margin: 9px 0 7px; }
.page-viewentrybook .contentItem .toggle { margin: 0 0 7px; }
.page-viewentrybook .contentItem .itemTitle a { font-size: 15px; }
.page-viewentrybook .contentItem:first-child .itemTitle a {color: #633d5d;}
.page-viewentrybook .contentItem .author { margin: 0 0 5px; }
.page-viewentrybook .contentItem .contributors {
	font: 13px/18px Arial, Helvetica, sans-serif;
	margin: 9px 0;
}
.page-viewentrybook .contentItem p {
	font-family: Georgia,serif;
	margin: 0 0 1px;
}
.page-viewentrybook .contentItem .more {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #2b585f;
}

.bookcollapsefrontexpanded h3.entry,
.bookcollapsetailexpanded h3.entry,
.bookcollapseessayexpanded h3.entry { font-size:.85em; line-height:1.5; }
.bookcollapsefrontexpanded h3.entry a,
.bookcollapsetailexpanded h3.entry a,
.bookcollapseessayexpanded h3.entry a { color:#206b7a; }
.bookcollapsefrontexpanded h3.entry a:hover,
.bookcollapsetailexpanded h3.entry a:hover,
.bookcollapseessayexpanded h3.entry a:hover,
.bookcollapsefrontexpanded h3.entry a:focus,
.bookcollapsetailexpanded h3.entry a:focus,
.bookcollapseessayexpanded h3.entry a:focus { color:#002147; }

.contentItem h2.bookSectionHeading a, 
.contentItem h2.bookPartHeading a , 
.contentItem h2.bookSubSectionHeading a { color: #444; }

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> STATIC PAGES */
.contentPage #columnWrapper { padding-top: 0; }

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> TABBED CONTENT */
.tabs li a:hover,
.tabs li a:focus { color:#206b7a; }




/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> INDEX CARD */

.indexCard { 
	background:#e7e6d9 url("../images/bkg_indexcard.gif") repeat-y 0 0;
	border:1px solid #ccc;
	line-height: 1.462;
}

.indexCard a.more,
.indexCard a.less { font-weight:bold; color:#338899; }

.indexSummary { border-right:none; }
.indexSummary h1#pagetitle { font-weight:normal; }
.indexSummary h2 { /*font-size:14px; line-height:18px;*/ font-size:1.08em; line-height:1.29; font-weight:bold;  }

.bookSummary h1#pagetitle { /*font-size:24px;*/ font-size:1.85em; margin: 8px 0 16px 0; }
.bookSummary h1 .bookTitle { font-style:italic; }
.bookSummary h2 { margin-bottom:.33em; color:#231f20; }
.bookSummary .abstract { font-family:Georgia, "Times New Roman", serif; }

.indexAside { border:none; width:150px; font-family:Georgia, "Times New Roman", serif; }
.indexAside .related { font-weight:normal; }
.indexAside h3 { margin:0; }
.indexAside p { margin: 0 0 7px; }

.bookIndexCard .indexAside h3 { display: none; }

.bookEditors .disclosure { display:none; }
.bookEditors dl { margin-top:10px; }
.bookEditors dt,
.bookEditors dd { margin:0; padding:0; }
.bookEditors dt { font-weight:bold; }

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> BIBLIOGRAPHIC INFORMATION */
.bibliography { margin-top:10px; padding-top:4px; font-family:arial, helvetica, sans-serif; }
.bibliography p { /*font-size:12px;*/ font-size:.92em; color: #4b4d4f; }

.indexCard .bibliography h3 {  border-top:1px solid #cccccc; padding:7px 0; font-size:10px; font-size:.77em; font-weight:bold; text-transform:uppercase; color:#231f20; }
.indexCard .bibliography table { width:100%; }
.indexCard .bibliography td { padding:1px 0; }



.findthisresourcehead { background:url("../images/select_bullet.gif") no-repeat left center; font-weight:bold; padding-left:15px; display: block; }
.findthisresourcehead.expanded { background-image:url(../images/select_bullet_down.gif); }

ul.findthisresource { margin-left:15px; }
ul.findthisresource span { text-decoration:underline; } /* Hack for the openurl link */


/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> BOOK LINKS */
.bookLinks { display:block; float:left; font-family:arial, helvetica, sans-serif; font-size:11px; line-height:1.2; }
.bookLinks li {  
	-moz-box-shadow:inset 0 0 2px rgba(255, 255, 255, 1);
	-webkit-box-shadow:inset 0 0 2px rgba(255, 255, 255, 1);
	box-shadow:inset 0 0 2px rgba(255, 255, 255, 1);
}
.ie9 .bookLinks li { filter:none; }
.bookLinks a { padding:7px 20px; }
.bookLinks span { font-weight:normal; }
.bookLinks .findInLibrary a { background:transparent url("../img/btn_bkg_library.gif") no-repeat 10px 6px; }
.bookLinks .worldcat a { }

.page-viewentry .bookLinks a {
	background: none;
	float: none;
	padding: 0;
}


/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> OLD INDEX CARD ON CHAPTER DETAIL - ORO-SPECIFIC  */
.bookCoverMatter {
	float: right;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
	width: 975px;
	color: #4b4d4f;
	font: 0.923em/1.583em Arial, Helvetica, sans-serif; /* 12px/19px */
	overflow: hidden;
	background: url("../images/bookdetail_back.jpg") repeat-y right top #e7e5da;
	border: 1px solid #cccccc;
}

.bookCoverMatter p { margin: 0; }
.bookCoverMatter h1 { font: 1.583em/1.158em Arial; margin: 0.526em 0 0.632em; color: #231f20; } /* 19px/22px margin:10px 0 12px */
.bookCoverMatter h2 { font: 1em/1.583em Arial; margin: 0; }  /* 12px/19px */
.bookCoverMatter h3 { font: bold 10px/15px Ari al; text-transform: uppercase; }
.bookCoverMatter h4 { font: italic 10px/14px Arial; }
.bookCoverMatter .bibliography { /*-size:11px;*/ font-size:.92em; }
.bookCoverMatter .abstract,
.bookCoverMatter .abstract p {
	margin: 0 0 15px;
	font: 13px/19px Georgia, Times, "Times New Roman", serif;
}
.bookCoverMatter .more {
	display: inline-block;
	padding-right: 13px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #2b585f;
	background: url("../images/arrow_more_green.png") no-repeat right 6px transparent;
}
.bookCoverMatter .bookLinks a {
	width: 120px;
	padding:7px 0;
/* 	height: 27px; */
/* 	line-height:27px; */
/* 	background: url(../images/btn_gray.png) no-repeat left top transparent; */
}
.bookCoverMatter .bookLinks a:hover, 
.bookCoverMatter .bookLinks a:focus { background-position: left bottom; }
.bookCoverMatter .bookLinks .googleBooksLink a {
	background-image: url(../images/btn_googlebook.png);
	text-indent:  -999em;
	padding:0;
	width: 120px;
	height: 27px;
}
/* .bookCoverMatter .bookLinks .worldcat { margin: 0 0 9px; } */

.page-viewentry .bookCoverMatter { 
	margin:0;
	padding: 15px;
	width: 710px;
	background: #e7e5da;
	min-height: 150px !important;
	color: #000;
}
.page-viewentry #bookCover {
    float: left;
    margin: 0 20px 0 0;
    width: 102px;
}
.page-viewentry #bookCover .cover img { width: 100px; }
.page-viewentry #bookContent {
    float: left;
    margin:0;
    width: 450px;
}
.page-viewentry .bookCoverMatter h1 { margin-top: 0; }
.page-viewentry #bookContent div.title { font: 1.583em arial; }
.page-viewentry #bookContent a.title { color: #231f20; }




/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> ARCHIVES */
#archivesCallout a { color:#22587C; }

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> FEEDBACK MODULE */
.feedbackModule { background-color: #d7e6e9; border: 0 none; }

/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> DOWNLOAD COLLECTION */
#collectionListDownload { width:180px; }

/* ------------------------------------------------------------------
   ------------------------------------------------------------------ 
   Possible DocType CSS rules...
   ------------------------------------------------------------------
   ------------------------------------------------------------------ */

.subSense { list-style:none; }

/* ------------------------------------------------------------------
   ------------------------------------------------------------------ 
   Possible obsolete CSS rules...
   ------------------------------------------------------------------
   ------------------------------------------------------------------ */
   
/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> SIDE BOX - IS THIS STILL USED? */
.sideBox li a { color: #128; }





/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> ENGINEER ADDITIONS */
/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> ENGINEER ADDITIONS */
/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> ENGINEER ADDITIONS */
/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> ENGINEER ADDITIONS */
/* = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = ~ = >>>>> ENGINEER ADDITIONS */
/* (THIS ALL NEEDS TO BE INTEGRATED INTO OUR CLEANUP, BUT IT'S A TEMP PLACE TO WORK) */


/*
 * START: Additional color overrides for OUPPLATFORM #264
 */
 
body {
	background-color: #ffffff;
	color: #000000;
}

.component-recent-news .newsBlurb,
.year_event a span,
.contentItem .source,
.page-viewauthority .contentItem,
.ex {
	color: #000000;
}

#columnWrapper,
#footerWrap {
	background-color: #ffffff;
}

a,
.more a {
	color: #206b7a;
}

a:hover,
.more a:hover,
a:focus,
.more a:focus {
	color: #002147;
}

#navigation li a {
	color: #ffffff;
}

#welcomeBlock,
.facetModule a,
.facetModule .facetToggle,
.faceted-nav-header,
.facetValues,
#relatedTopics h3,
.module a,
#leftColumn,
.navModule h2 {
	color: #002147;
}

#contentAvailabilityModule {
	background: #d7e6e9;
	padding: 10px 17px;
}

#mainContent .searchHeader h2,
h2.quick-ref, .page-viewauthority h2.related {
	color: #231f20;
}

.hi,
.hi .annot {
	color: #000000;
	background-color: #d8d8d8;
}

.component-recent-news .newsBlurb h4 {
	color: #828282;
}

#header #utilityNav a {
	color: #4b4d4f;
}

#header #loginNav {
  color: #4b4d4f;
}

#header #loginNav a {
  color: #666666;
}

#header #loginNav a:hover,
#header #loginNav a:focus {
  color: #666666;
}

#quickSearch .specialSearch label,
#header .specialSearch .openSpecializationArea a,
.specialSearch .openSpecializationArea {
  color: #4b4d4f;
}

#header,
#header a {
	color: #4b4d4f;
}

#loginNav {
  background-color: #faf9f2;
}

.specialSearch {
  background-color: #faf9f2;
}

#quickSearch #q,
#quickSearch #searchBtn {
	border-color: #d0d0d0;
}
#quickSearch #searchBtn {
	text-indent: 0;
	font-size: 0;
	color: #212121;
}
#homeTabsAndPanels {
	background-color: #e2e2e2;
}

.contentItem:hover, 
.contentItem:focus {
  background-color: #faf9f2;
}

#navDrop {
  background: #e2e2e2;
  background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#e2e2e2));
  background: -moz-linear-gradient(top, #e2e2e2, #e2e2e2);
  background: linear-gradient(top, #e2e2e2 0%,#e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#e2e2e2');
}

#contentWrapper ol.customEnumerator li p,
#contentWrapper ol.customEnumerator li div,
#contentWrapper ol.customEnumerator li span { color:#000000; }

#contentWrapper ul.customEnumerator li p,
#contentWrapper ul.customEnumerator li div,
#contentWrapper ul.customEnumerator li span { color:#000000; }

/*
 * END: Additional color overrides for OUPPLATFORM #264
 */
 
#searchContent .contentItem .source {
  font-size: 0.92em;
      font-weight: normal;
  }

#usageLoggingDiv {
  display: none;
}

div.tableGroup > p {
	color: #000000;
}

.lightboxCaptionWrapper {
	width: 95%;
}
.widget.advanced-search-widget {
	margin-left: -1em;
}
.widget.advanced-search-widget .advSearchModule  {
	padding: 0 0 20px 0;
}
.widget.advanced-search-widget .date-set .select-group.select-date-field select {
  margin-right: -1em;
}
.widget.advanced-search-widget .date-set .select-group.select-date-match select {
  margin-right: 4em;
}
.widget.advanced-search-widget fieldset input.wideField {
	width: 62%;
}
.widget.advanced-search-widget fieldset select {
	max-width: 25%;
}
.facetValues.facet-values.advanced-search {
    margin-bottom: -3em;
}
.facetModule .submitRow input {
  margin: 0;
}

div.articleimage a.enlarge-image-link {
	display: block;
}

/* #5656 */
#footerWrap {
	position: relative;
}

/* OUP-1718: Prevent bibliography text from wrapping around other content */
div.bibTitle {
    clear:both;
}

.fullSizeImageCaption {font: 15px/20px Arial, Helvetica, sans-serif;margin: 1em 1em 1em 1em;color: #444;}
<<<<<<< HEAD





/*----
	Accessibility Fixes
----*/
#headerWrap {
	z-index: 8000;
}
#navigation #homenav li {
	position: static !important;
}
#navigation #homenav ul li a {
	line-height: 1;
	font: 12px/14px Verdana, Arial, sans-serif;
}
#navigationWrapper #homenav > li > ul {
	border: 1px solid #ccc;
	border-top: none;
}
#navigationWrapper #homenav > li > ul > li {
	float: left;
}
#navigationWrapper #homenav > li > ul > li > ul > li > a {
	font-weight: 400 !important;
	padding-left: 0;
}
#navigationWrapper #homenav .level0 {
	clear: both;
	margin-bottom: 2px;
}
#navigationWrapper #homenav .level0 > a,
#navigationWrapper #homenav li.browseAll a,
#navigationWrapper #homenav li.browse-group a { color: #1a1819; font-weight: bold; }
#navigationWrapper #homenav .level0 > a:hover,
#navigationWrapper #homenav li.browseAll a:hover,
#navigationWrapper #homenav li.browse-group a:hover,
#navigationWrapper #homenav .level0 > a:focus,
#navigationWrapper #homenav li.browseAll a:focus,
#navigationWrapper #homenav li.browse-group a:focus { color: #dc003c; }

#homenav li a[aria-expanded="true"] { 
	background: none $navigationBackgroundOnColor;
	-webkit-box-shadow: inset 0 20px 0 $navigationBackgroundOnShadowColor;
	box-shadow: inset 0 20px 0 $navigationBackgroundOnShadowColor;
}

#navigationWrapper #homenav li.browseAll, 
#navigationWrapper #homenav li.browse-group {
	position: absolute !important;
    bottom: 0;
    right: 12px;
}

#navigation #homenav li.browseNav {
	padding-right: 0;
}
#navigation #homenav li.browseNav > a {
	padding-right: 15px;
}


#navigation #homenav ul {
    position: absolute !important;
    width: calc(100% - 4px) !important;
    display: none;
}
#navigation #homenav .browseNav.expandable > ul {
	left: 0 !important;
}
#navigation #homenav .browseNav.expandable a[aria-expanded="true"] + ul {
	display: block !important;
}
#homenav #homenav li.on {
	background: transparent;
	box-shadow: none;
}
#homenav a[aria-expanded="false"] .browseArrow {
    background: url(../images/bkgd-nav-arrow.png) transparent 0 center no-repeat;
    text-decoration: none;
}
#homenav a[aria-expanded="true"] .browseArrow {
    background: url(../images/openArrow.png) transparent 0 center no-repeat;
    text-decoration: none;
}
#navigation #homenav .browseNav ul ul {
	display: block !important;
}
#navigation #homenav .browseNav ul ul li {
	clear: both;
}
#navigation #homenav > li > ul ul {
	background: transparent;
	margin-bottom: 3px;
	position: static !important;
} 
#navigation #homenav > li > ul ul ul a {
	font-style: italic;
	padding-left: 3px;
}
#navigation #homenav > li > ul > li ul a {
	color: #000000; 
}

/*----
	AddThis Replacement - Accessibility Fixes
----*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
#at20mc, body > div > div.atm {
    display: none !important;
}
#pageLinks > ul > li > a > span {
    font-size: 0;
    text-indent: 0;
}
#pageLinks ul li.share {
	position: relative;
}
.pageLinks a:focus, .pageLinks a:active {
    border: none;
}
#pageLinks ul li.share div.addthis_inline_share_toolbox {
	display: none;
	position: absolute;
	top:18px;
	right:0;
	background: #fff;
	border: 1px solid #CFD5E4;
	padding: 3px;
	z-index: 10;
}
#pageLinks ul li.share:hover div.addthis_inline_share_toolbox {
	display: block;
}
#pageLinks ul li.share a[aria-expanded="true"] + div.addthis_inline_share_toolbox {
	display: block;
}
#pageLinks ul li.share div.addthis_inline_share_toolbox a {
	background: none;
	display: flex;
    width: 100%;
	height: auto;
	float: none;
	margin: 0;
	padding: 0;
}
#pageLinks ul li.share div.addthis_inline_share_toolbox a:focus {
    position: relative;
    z-index: 1;
}
#pageLinks ul li.share div.addthis_inline_share_toolbox a:hover .at-label, 
#pageLinks ul li.share div.addthis_inline_share_toolbox a:focus .at-label {
    text-decoration: underline;
}
#pageLinks ul li.share div.addthis_inline_share_toolbox a span {
	text-indent: 0;
}
#pageLinks ul li.share .at-icon-wrapper {
	line-height: 22px;
	height: 22px;
	width: 22px;
}
#pageLinks ul li.share .at-label {
	line-height: 22px;
	height: auto;
	padding-right: 5px !important;
	padding-left: 5px;
	margin-left: 0;
	width: calc(100% - 40px);
	background: #fff;
	color: #1a1819 !important;
	width: 100px;
	font-size: 12px !important;
}
#pageLinks ul li.share a:hover .at-label,
#pageLinks ul li.share a:focus .at-label,
#pageLinks ul li.share a:active .at-label {
	color: #dc003c !important;
}
#pageLinks ul li.share .at4-share-count-container {
	display: none;
}
.at-resp-share-element .at-share-btn:focus, 
.at-resp-share-element .at-share-btn:hover {
	transform: none !important;
}
#at-expanded-menu-host .at-expanded-menu-round .at-expanded-menu-button {
	height: auto;
}

#specializations {
	left: auto;
	right: 0;
	display: none;
}

#addThisMenu {
    z-index: 1;
}

.error-header {border-width: 1px; border-style:solid; border-color:#be2228; padding:10px 8px; margin-bottom:15px; width:100%; text-align:left;}
.error-message { position:relative; left:475px; top:-18px; color:#be2228; text-align:left; margin-bottom:-18px; }
#login .error-message, #loginPanel form div.error-message:first-of-type { position:relative; left:0px; top:0px; color:#be2228; text-align:left; margin-top:5px; margin-bottom:5px;}
.display-none {display:none;}
.display-hidden { display:block; visibility:hidden; }
label.t-error { color:initial; font-weight:initial; font-size:inherit !important; padding: 0 10px 0 0 !important; margin-bottom:0 !important; }
textarea.t-error, input[type="text"].t-error, input[type="password"].t-error {margin-bottom:0;}
.formRow input[type="text"].t-error, .formRow input[type="password"].t-error { margin: 0 !important; padding:4px 3px !important; font: 13px/1.4 Arial, Helvetica, sans-serif; line-height:normal !important; }

.page-signup .error-message {left: 550px; }
.page-signup .error-header {margin-left: 100px; }

#usernameForm .error-header, #libcardForm .error-header {width:inherit;}

input[type="checkbox"].t-error {position:relative;}
input[type="checkbox"].t-error:after { content: " "; width:calc(100% - 2px); height:calc(100% - 2px); position:absolute; border-style:solid; border-color: #be2228; border-width:1px; border-radius:2px; }
INPUT.t-error, TEXTAREA.t-error, #loginPanel INPUT[type="text"].t-error, #loginPanel INPUT[type="password"].t-error { border-color: #be2228; font: 11px Arial,Helvetica,sans-serif !important; padding:5px !important; margin: 0 !important; }

#savedEntries, #mySearches { display:block; }


/*-----
    Focus Override
-----*/
:focus, 
#navigation #homenav > li > a:focus, #navigation #personalNav > ul > li > a:focus {
    outline: 1px dotted #212121 !important;
	outline: thin dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important;
}
#mainContent:focus {
    outline: none !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    :focus {
        outline: none !important;
    }
    a:focus, input:focus, textarea:focus, button:focus, select:focus {
        outline: 1px dotted #212121 !important;
        outline: thin dotted !important;
        outline: 5px auto -webkit-focus-ring-color !important;
    }
}


/*-----
    Loader
-----*/
.throbber {
    display: inline-block;
}
.throbber.circular  {
  margin: 22px auto;
  font-size: 6px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000;
  }
}




/*-----
    MicroModal
-----*/
.micromodaljs-modal {
  display: none;
}

.micromodaljs-modal.is-open {
  display: block;
}

.micromodaljs-modal iframe {
  border:none;
  max-height:100%;
  width:100%;
}

.micromodaljs-modal header {
  position:absolute;
  top:10px;
  right:15px;
}

.micromodaljs-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:999999;
}

.micromodaljs-modal-container {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 4px;
  box-sizing: border-box;
  position:relative;
  max-height:80%;
}

.micromodaljs-modal-close-button {
  position:absolute;
  top:0;
  right:0;
  background:none;
  border:none;
}
.micromodaljs-modal {
  	display: none;
}

.micromodaljs-modal.is-open {
  	display: block;
}
.micromodaljs-modal iframe {
    border:none;
    max-height:100%;
    width:100%;
  }
.micromodaljs-modal header {
    position:absolute;
    top:10px;
    right:15px;
}
.micromodaljs-modal .loading {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.15), 0px 6px 10px 0px rgba(0, 0, 0, 0.1), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
	position: fixed;
    top: calc(50vh - 25px);
    z-index: 100;
}
.micromodaljs-modal .loading .throbber span {
    position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.lightboxTitle span {
    position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.micromodaljs-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:999999;
}

.micromodaljs-modal-container {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 4px;
  box-sizing: border-box;
  position:relative;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.15), 0px 24px 38px 3px rgba(0, 0, 0, 0.1), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  max-height:80vh;
}
.micromodaljs-modal-container iframe {
	max-height: calc(80vh - 30px);
}
.micromodaljs-modal-close-button {
  position:absolute;
  top: -25px;
  right: -32px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background:none;
  border:none;
  border: 2px solid #ffffff;
  background-color: black;
  border-radius: 50px;
  padding: 0;
  text-align: center;
}
.micromodaljs-modal-close-button i {
	font-size: 20px;
	position: relative;
}
.micromodaljs-modal-close-button i:before, 
.micromodaljs-modal-close-button i:after {
	width: 15px;
	height: 3px;
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	top: 17px;
    right: 0;
	border-radius: 5px;
	transform: rotate(45deg);
} 
.micromodaljs-modal-close-button i:after {
	transform: rotate(135deg);
}
.micromodaljs-modal-close-button .c-IconButton {
    padding: 7px;
}

.has-open-modal {
  overflow:hidden !important;
}

div.t-data-grid-pager a:focus {
    text-decoration: underline;
}

#libraryModule .authControls h2 {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
}

.taxonomyTree > h3 {
    font-size: 11px !important;
    float: none !important;
    cursor: pointer !important;
    background-image: url(../images/sprite_arrows.gif) !important;
    background-repeat: no-repeat !important;
    background-position: right -50px !important;
    height: auto !important;
    width: auto !important;
    margin-right: 0 !important;
}
.collapsed .facetToggle, 
.collapsed .faceted-nav-header,
.collapsed .facetToggle:focus, 
.collapsed .faceted-nav-header:focus {
	background-position: right -50px !important;
}
.facetModule .facetToggle[aria-expanded="false"] {
    background-position: right -200px !important;
}

.taxonomyTree > h3 a {
    text-indent: 0 !important;
    display: block;
}

#advancedSearchWidget h2 {
    margin: 0;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    margin-left: 12px;
    margin-bottom: 10px;
}
#refineSearchTerms fieldset.form-row h3 {
    background: transparent;
    font-size: 12px;
}
#refineSearchTerms fieldset.form-row legend {
    padding-top: 10px;
}
#refineSearchTerms fieldset.form-row legend h3 {
    margin-top: -10px;
}
.widget.advanced-search-widget .advSearchModule {
	padding: 0;
}
.facetValues.facet-values.advanced-search {
	margin-bottom: 0;
}