/* precaution, can delete later: */
#navigation li.timelineNav,
.flyoutStyleNav { display: none; }



/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
	base styles (transferred from the wireframe, so it won't break
	as the wireframe is changed --> feel free to adjust/change/
	delete/add to these as needed
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/

:focus { outline: 0; }
a, a:link, a:visited, a:active { color: #215282; text-decoration: none; cursor:pointer; }
a:active { outline: 0; }
a:hover, a:focus { text-decoration: underline; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
input {
	font: 12px/12px $inputFont;
	color: $inputBorderColor;
	padding: 4px 4px 3px;
	background-color: white;
	vertical-align: middle;
}
input:focus {
	color: $inputColor;
}
input,
input[type="text"],
input[type="password"] {
	border: 1px solid #999;
	width: 150px;
	margin-bottom: 10px;
	color: #999;
}
input[type="button"],
input[type="submit"] {
	font-weight: normal;
	border: 0 none;
	width: auto;
	color: $buttonColor;
	cursor: pointer;
	background-color: $buttonBackground;
	text-transform: uppercase;
}
input[type="radio"],
input[type="checkbox"] {
	border: 0 none;
	width: auto;
	padding: 0;
	margin: 4px 0 0;
}
textarea {
	font: 12px/12px $inputFont;
	border: 1px solid $inputColor;
	color: $inputColor;
	padding: 4px;
	width: 300px;
	background-color: white;
	vertical-align: top;
}
select { vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.error {
	margin: 15px;
	padding: 15px;
	border: 1px solid red;
}
	.error .errorMessage {
		color: red;
	}

/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
	BASE FOR mainContent SECTION
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/

body .mainBase {
	font-size: 12px;
}
body.largeFont .mainBase {
	font-size: 16px;
	line-height: 26px;
}
.mainBase h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 2.5em 0 0.6em;
	color: #777;
}
.mainBase h2,
.mainBase h3,
.mainBase h4,
.mainBase h5,
.mainBase h6 {
	font-weight:bold;
	margin: 0 0 0.2em;
}
.mainBase h2 { margin: 1.2em 0 0.2em; font-size: 1.167em; }
.mainBase h3 { margin: 1.8em 0 0; color: #777; font-style: italic; }
.mainBase h4 { margin: 1.8em 0 0; color:#777; font-weight:normal; }
.mainBase h5 { font-size: 0.917em; margin: 0.4em 0; }

.mainBase abbr,
.mainBase acronym{
	border-bottom:1px dotted #000;
	cursor:help;
}
.mainBase blockquote,
.mainBase ul,
.mainBase ol {
	margin: 20px;
}
.mainBase ol {
	margin-left:2em;
}
	.mainBase ol li {
		list-style:decimal outside;
	}
	.mainBase blockquote {margin-left: 20px;}
	.mainBase #articleBody ul li {
		list-style: none;
		padding-left: 1em;
		background: transparent url("../images/bullet_square_red.png") no-repeat 1px 7px;
		margin-bottom: 0.333em;
	}
.mainBase dl {
	margin-bottom: 1em;
	overflow: hidden;
}
	.mainBase dl dt {
		float: left;
		clear: both;
		font-weight: bold;
		margin-right: 0.333em;
	}
	.mainBase dl dd {
	}
.mainBase ol li,
.mainBase ul li {
}
.mainBase .images {
}
	.mainBase img {
		max-width: 600px;
		height: auto;
		padding: 10px;
		margin: 0 0 1em;
		border: 1px solid #ddd;
	}
.mainBase table {
	margin-bottom: 1em;
	border: 1px solid #b3b5b7;
}
	.mainBase table .title,
	.mainBase caption{
		margin: 0 0 0.5em;
		text-align: left;
		font-weight: bold;
	}
	.mainBase .tableWrap th {
		font-weight: bold;
		background-color: #efefef;
	}
	.mainBase th,
	.mainBase td {
		border-bottom: 1px solid #b3b5b7;
		padding: 5px 8px;
		vertical-align: top;
	}
.mainBase p,
.mainBase fieldset,
.mainBase pre,
.mainBase input[type=text],
.mainBase input[type=password],
.mainBase textarea{
	margin-bottom: 1em;
}
.mainBase .footnoteGroup {
	margin: 2em 1em;
	padding: 1em 9em 0 1em;
	border-top: 1px solid #ddd;
}
	.mainBase .footnote {
		position: relative;
		margin: 0 0 8px;
		padding-left: 3em;
		font-size: 0.833em;
		line-height: 1.197em;
	}
		.mainBase .footnote label {
			position: absolute;
			left: 0;
			top: 0;
		}
		.mainBase .footnote p {
		}

.mainBase .figure {
	padding: 8px;
	margin: 0 0 25px;
	text-align: center;
}

	.mainBase .figure label {
		display:block;
		font-weight:bold;
	}
		.mainBase .figure label a {
		}
	.mainBase .figure .title {
		display:block;
		font-size: 16px;
		margin: 10px 0;
	}
	.mainBase .figure img {
		display: block;
		margin: 0 auto 5px;
	}
	.mainBase .figure .attribution {
		display: block;
		clear: both;
		font-size: 0.917em;
		line-height: 1.2em;
		padding: 5px 0;
		text-align: left;
	}

#mainContent ul li p { margin: 0 }


/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
	END OF BASE FOR mainContent SECTION transfer from wireframe
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/




/**********************************************************************
	Layout
**********************************************************************/

	#headerWrap {background-color: transparent;}
		#header {
			width: 1002px;
			background: url(../images/bkgd-header.gif) transparent top left no-repeat;
			height: 155px;
			font-size: 13px;
			color: #ccc;
		}
	#columnWrapper {
		background: url(../images/bkgd-body.gif) transparent top left repeat-y;
		width: 1002px;
	}
		#columnsTop, #columnsBottom {padding: 10px 0;}
		#columnsBottom {
			background: url(../images/bkgd-content-pageBtm.gif) top left no-repeat;
			margin: 0 0 0 20px;
		}
		#pageBody {
			background: url(../images/bkgd-content-page.gif) transparent top left repeat-y;
			margin: 0 20px;
		}
		.home #pageBody {
			background: url(../images/bkgd-home-content.gif) transparent top left repeat-y;
			margin: 0;
		}
		
			#mainContent {
				border-top: 1px solid #ccc;
				width: 679px;
				margin: 0 0 0 16px;
				font-family: Georgia, Times, serif;
				font-size: 13px;
				padding: 0;
				background-color: #f5efc4;
			}
			.contentPage #mainContent { background-color:white;width:619px;padding:0 30px 30px; }
			.largeFont #mainContent {font-size: 16px;}
			.page-advancedsearch #mainContent {
				background-color: transparent;
				float: right;
				margin: 0 12px 0 0;
				width: 639px;
				padding: 0 20px;
			}
			#columnOne {
				margin: 0 65px 0 0;
				padding: 0;
			}
				.page-advancedsearch #columnOne {
					float: left;
					padding: 0;
				}
			#columnTwo {min-height: 1px;}
	#footerWrap {
		background: url(../images/bkgd-footer.gif) transparent top left repeat-y;
		margin-bottom: 0;
		width: 1002px;
		padding: 0 0 20px 0;
	}
	
	#readPanel {
		background-color: #fff;
		padding: 0 30px 30px 30px;
		margin: 30px 0 0 0;
		border-top: 1px solid #ccc;
		min-height:300px;
	}
	#readPanel p {margin: 15px 0 0 0;}
	.mainBase #readPanel li {
		list-style: disc;
		margin: 0 20px;
	}
	
	#pageLinks {
		font-family: Calibri, Tahoma, Arial, sans-serif;
		font-size: 13px;
	}
	
	#pageLinks ul li {margin-left: 10px;}
	
	.actions li {
		background: url(../images/bkgd-pipe_pageLinks.gif) transparent right 11px no-repeat;
		padding: 0 10px 0 0;
	}
	.actions li.last, .actions li.email {background-image: none;}	
	
	#pageLinks ul li a {color: #215282;}
	

/**********************************************************************
	Header Elements
**********************************************************************/

#headerUtilityBar {padding: 0 0 0 11px;}
	#headerUtilityBar a {
		color: #ccc;
		font-weight: bold;
	}
	#loginNav, #utilityNav { margin:5px 16px 5px 12px; }
		#loginNav a {
			color: #d69813;
			font-weight: bold;
			margin-right: 0.333em;
		}
	#utilityNav {
		overflow: hidden;
		margin-right: 23px;
	}
	#utilityNav li {
		background: url(../images/bkgd-nav-pipe.gif) transparent right 4px no-repeat;
		margin: 0;
		padding: 0 8px 0 0;
		margin: 0 -5px 0 13px;
	}
	#utilityNav li.last {background-image: none;}
#quickSearch { right: 25px; }
	#quickSearch form {
		margin: 15px 0 0 0;
	}
		#quickSearch #q {
			width: 222px;
			border: 1px solid #999;
			margin: 0;
			padding: 4px;
		}
		#quickSearch #searchBtn, #searchWithin {
			text-indent: -222em;
			background: url(../images/btn-go.gif) transparent top left no-repeat;
			width: 27px;
			height: 26px;
			line-height: 0
			font-size: 0;
			display: relative;
			margin: 0;
		}
		#quickSearch #quickSearchItems {}
			#quickSearchItems .advanced {
				font-weight: bold;
				color: #666;
				margin: 0;
				padding-right: 10px;
				background: transparent url(../images/advanced_search_arrows.png) no-repeat right 6px;
			}
			#helpBtn {display: none;}
h2#summary {}
	h2#summary span {}

/**********************************************************************
	Navigation
**********************************************************************/

/* Hiding extra mainnav ul 

#mainnav {display: none;} */

#navigation {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	padding: 0 0 0 5px;
}
	#navigation ul {position: relative;}
		#navigation li {
			position: relative;
			padding: 1px 1px 1px 11px;
			margin-left: -3px;
		}
		#navigation li.last {
			background-image: none;
		}
		#navigation li.first {margin-left: 0;}
		#mainnav li.first {margin-left: -3px;}
		#mainnav li.first li.first {margin-left: 0;}
			#navigation a {
				color: #fff;
				float: left;
				padding: 8px 11px 7px 0;
				background: url(../images/bkgd-nav-divider.gif) transparent top right no-repeat;
			}
				#mainnav a {}
				#mainnav li.last a {background-image: none;}
			#navigation li.first a {padding-left: 8px;}
			#mainnav li.first a {padding-left: 0;}
			#navigation li.timelineNav {display: none;}
			#navigation li.timelineNav a {background-image: none;}
			#navigation li:hover {
				position:relative;
				background: url(../images/bkgd-navHover-left.gif) transparent top left no-repeat;
				padding: 0 0 0 10px;
				border: 1px solid #987c02;
			}
			#navigation li:hover a {
				text-decoration: none;
				background: url(../images/bkgd-navHover-right.gif) transparent top right no-repeat;
			}
			#navigation ul ul, #personalNav .dropdown {
				background-color: #c19e06;
				margin: 33px 0 0 -11px;
				border: 1px solid #987c02;
				padding: 5px 0 10px 0;
			}
				#navigation li:hover li {}
				#navigation li:hover li:hover {}
					#navigation li:hover li a {}
					#navigation li:hover li:hover a {}
					#navigation ul ul li {
						display: block;
						float: none;
						border: 0;
						margin: 0;
						padding: 0;
						border-bottom: 1px dotted #fff;
					}
					#navigation ul ul li:hover {
						padding: 0;
						border: 0 none;
						border-bottom: 1px dotted #fff;
						background-image: none;
					}
					#navigation ul li:hover ul a {
						float: none;
						margin: 0;
						padding: 3px 10px;
						font-family: Calibri, Tahoma, Arial, sans-serif;
						font-size: 14px;
						font-weight: normal;
						background-image: none;
					}
					#navigation ul ul a:hover {
						background-color: #a66e01;
						background-image: none;
					}
	#personalNav {
		margin: 0 11px 0 0;
		font-size: 14px;
	}
		#personalNav .contentDropdown {}
		#savedEntries {}
		#mySearches {}
		#mySearches a {background-image: none;}
			#personalNav ul li {}
				#personalNav a {}
					#personalNav .count {
						padding-right: 11px;
						background: transparent url(../images/nav_dropdown_arrow.png) no-repeat right 7px;
					}
					#personalNav .empty .count,
					#personalNav .dropdown .count {
						padding-right: 0;
						background-image: none;
					}
					#personalNav ul li .dropdown {}
					#personalNav ul li .dropdownOuterWrapper {}
						#personalNav ul li .dropdownInnerWrapper {}
							#personalNav ul li .section {}
							#personalNav ul li .savedSection {}
							#personalNav ul li .recentViewedSection {}
								#personalNav h3 {padding:5px 10px 0;color:white;font-weight:bold;}
								#personalNav ul li h3.first {}
								#personalNav ul li h3.last {}
									#personalNav ul li h3 .count {}
								#personalNav ul li .dropdown ul {}
								#personalNav ul li ul {}
									#personalNav ul li ul li {}
										#personalNav ul li ul li .criteria {}
											#personalNav ul li ul li .criteria a {}
										#personalNav ul li ul li a.save {}
										#personalNav ul li ul li a.delete {}
					#savedEntries li .dropdown .bot {}

#breadcrumb {}
	#breadcrumb ul {}
		#breadcrumb li {}
		#breadcrumb li.first {}
		#breadcrumb li.last {}
			#breadcrumb a {}

/* Table of contents */

#toc {
	width: 251px;	
	padding: 0 0 20px 0;
	font-size: 14px;
}
	#toc h2#pagetitle,
	#toc h3 {
		display:block;
		color: #fff;
		font-size: 15px;
		text-transform: uppercase;
		padding: 4px 10px;
		margin: 0 0 10px 0;
		background:#183859 none;
		border:1px solid #183859;
		-moz-box-shadow: 0 0 5px #aaa inset;
		-webkit-box-shadow: 0 0 5px #aaa inset;
		box-shadow: 0 0 5px #aaa inset;
		*padding: 5px 10px;
		*border:0 none;
	}
	.contentPage #toc h2#pagetitle, .contentPage #secondNav h2#pagetitle {display:none;}
	.contentPage #toc ul h2 {display:block;}
	#toc .title {
		margin: 0 12px 10px 12px;
		color: #333;
		font-size: 20px
	}
	#toc ul {margin: 0 12px;}
		#toc li {
			margin: 0 0 8px 0;
			padding: 2px 5px;
			font-size: 17px;
		}
		#toc li a {
			font-weight: bold;
			color: #183859;
		}
		#toc li:hover {background-color: #96c4d5;}
		#toc li.expandable:hover {background-color: transparent;}
		#toc a:hover {text-decoration: none;}
			#toc ul li .unlinked {}
		#toc li.expandable {border-top: 1px dotted #989fa1;}
			#toc .toggle {background: url(../images/bkgd-sectionArrows.gif) transparent left 3px no-repeat;}
			#toc ul .expandable .plustoggle {background-position: top left;}
			#toc ul .expandable .minustoggle {background-position: bottom left;}
			#toc li.current ul li a, #toc a {}
				#toc li li a {font-weight: normal;}
				#toc ul .expandable .toggle span {}
				#toc ul .expandable a {}
			#toc ul .unlinked {}
			#toc li.expandable ul a {font-size: 14px;}
			#toc ul ul {margin: 10px 0 0 0;}
				#toc li li.current a {
					font-weight: bold;
					color: #d69303;
				}




/**********************************************************************
	Homepage
**********************************************************************/

.home #columnsTop {
	background: url(../images/bkgd-home-contentTop.gif) transparent bottom left no-repeat;
	padding: 20px 0 0 0;
}
	.home #mainContent {
		padding: 0 30px 0 16px;
		font-family: Georgia, Times, serif;
		font-size: 14px;
		border: 0;
		margin: 0 0 0 9px;
		width: 623px;
		background-color: transparent;
	}
	.home #columnOne {
		padding: 20px 22px;
		margin: 0 1px 20px 32px;
		width:212px;
	}
	.home #columnsBottom {
		background: url(../images/bkgd-home-contentBtm.gif) transparent top left no-repeat;
		padding: 0 0 20px 0;
		margin: 0;
	}
	
	.home .mainBase h1 {
		margin: 20px 0 10px 0;
		color: #bca43c;
		font-size: 55px;
	}
	
	.home .mainBase h2 {
		margin: 20px 0;
		color: #215282;
		font-size: 30px;
		font-weight: normal;
	}
	
	.home .mainBase a {
		color: #215282;
	}
	
	.credits {font-style: italic;font-size:13px;}
	
	.home .actions li {background-image: none;}

/**********************************************************************
	Login Panel
**********************************************************************/

.home #loginPanel {}
.home #loginPanel a {
	color: #215282;
}
	#loginPanel h2 {display: none;}
	h2.login {
		font-size: 24px;
		font-family: Georgia, Times, serif;
		color: #a08514;
		margin: 0 0 20px 0;
	}
		.authenticated h2.login {display: none;}
		#loginPanel .formRow {}
		#loginPanel #submitRow, #loginPanel #libcardSubmitRow {
			width: 27px;
			height: 26px;
			margin: -36px -22px 0 0;
			float: right;
		}
			#usernameSubmit, #libcardSubmit {
				background: transparent url(../images/btn-go-blue.gif) top left no-repeat;
				width: 27px;
				height: 26px;
				line-height: 0;
				font-size: 0;
				color: #8ebad8;
			}
			#loginPanel label {font-weight: bold;}
			#forgotPassword, #loginwrapper2, #loginwrapper2 .actions {font-size: 14px;}
			#forgotPassword {
				font-size: 13px;
				margin: 0 0 15px 0;
			}
				#showusernameform, #noAccount, #shibboleth {}
				input[type="text"], input[type="password"] {width: 193px;}

/**********************************************************************
	Footer
**********************************************************************/

#footer {
	color: #ccc;
	height: auto;
	overflow: hidden;
	min-height: 120px;
	font-family: Arial,sans-serif;
	font-size: 11px;
}
#footer a {color: #ccc;}
#footerDetail {
	float: none;
	margin: -4px 21px 0 23px;
}

#footerAccounts {
	position: static;
}

#footerlogo {
	position: absolute;
	left: -1px;
	bottom: 75px;
}

#footerlogo a {
	background: url(../images/logo-oxford.gif) transparent top left no-repeat;
	width: 113px;
	height: 33px;
	position: absolute;
	left: 23px;
	top: 0;
}

#footer #institutioninfo {
	margin: 0 0 0 225px;
	padding: 50px 0 0 0;
}
	
#footer #institutioninfo a {
	margin: 0;
	border-left: 1px solid #4e5862;
}
#footer #institutioninfo a:hover {
	text-decoration:none;
}

#institutioninfo {
	padding: 0;
}
		#institutioninfo img {
			padding: 10px 20px 0 20px;
			left: auto;
			top: auto;
		}
		#institutioninfo span.preamble {
			display:block;
			position:static;
			margin: 0 0 0 20px;
		}

	#footerNav {
		position: absolute;
		top: 15px;
		right: 16px;
	}
	
	#footerNav li {
		background: url(../images/bkgd-footer-pipe.gif) transparent right 4px no-repeat;
		padding: 0 10px 0 0;
	}
		#footerNav li.last {background-image: none;}
	#footerLogoWrap {
		right: 28px;
		bottom: 0;
		text-transform: uppercase;
	}
	#footerLogoWrap .attribution {margin: 1px 10px 0 0;}
	#footerAccounts .attribution {
		left: 246px;
		top: 112px;
	}
	#footerCopyright {position: absolute; left: 25px; bottom: 0; float: none;}
	#footerLogo {
		background: url(../images/logo-pubfactory.gif) transparent top left no-repeat;
		width: 130px;
		height: 38px;
	}
	#footerLogo a {
		width: 130px;
		height: 38px;
	}

/**********************************************************************
	Entry styles
**********************************************************************/

#entryPrevNextNav {
	left: 25px;
	font-size: 12px;
}
	#entryPrevNextNav ul li {
		line-height: 32px;
	}

	.mainBase h1 {
		font-size: 30px;
		color: #bca43c;
		margin: 20px 0 10px 0;
		font-family: Georgia, Times, serif;
	}
	
	#notes h2 {
		border-top: 1px solid #e5c026;
		font-size: 24px;
		color: #bca43c;
		margin: 20px 0 15px 0;
		padding: 15px 0 0 0;
		font-family: Georgia, Times, serif;
		font-weight: normal;
	}
	
/**********************************************************************
	Search styles
**********************************************************************/

#sideSearchBox {
	background: url(../images/bkgd-searchWithin.gif) transparent top left no-repeat;
	width: 225px;
	padding: 40px 13px;
}

#refineTerm {margin: 0 10px 1px 0;}

#topSection, #searchContent, .resultsBar {background-color: #fff;}
#searchHeader, #resultsBarTop, #resultsBarBottom {margin: 0;}
h2.itemTitle {margin: 0 0 10px 120px;}

.page-search .mainBase h1 {
	border-top: 1px solid #ccc;
	margin: 30px 0 5px 0;
	padding: 10px 19px;
}

.contentItem {
	margin: 0 19px 15px 19px;
	border-bottom: 1px solid #f2df92;
	overflow: auto;
}

.contentItem h2 a {
	font-size: 21px;
	color: #215282;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	margin: 0;
}

#searchContent .contentItem h3 {
	margin: 0 0 5px 120px;
	color: #333;
	text-transform: uppercase;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-style: normal;
}
	h3.chapterTitle, h3.author {display: none;}

#searchContent .contentItem h3 em {
	text-transform: none;
	color: #666;
	font-family: Georgia, Times, serif;
}

.contentItem p.context {
	margin: 10px 0 10px 120px;
}

#searchHeader {
	padding: 0 19px;
	font-size: 13px;
}

#resultsBarTop, #resultsBarBottom {
	border: 19px solid #fff;
	border-width: 10px 19px;
	background-color: #e7f3f8;
	padding: 5px 10px;
	font-family: Calibri, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
}

#resultsBarBottom {
	border-top-width: 15px;
	margin-top: -15px; 
}

/**********************************************************************
	Misc
**********************************************************************/

#homeTabs, #whatsNewPanel {display: none;}
.mainBase img {
	border: 0;
	padding: 0;
}

#spotlight {
	background-color: #f5efc4;
	float: left;
	width: 679px;
	height: 245px;
}
	#spotlight .left {width: 225px;}
	#spotlight .right {
		width: 419px;
		margin: 0 15px 0 0;
	}
	#stories p,
	#spotlight p {
		margin-bottom: 0.75em;
	}
	#stories p.review { font-size: 13px;}

	.readMore {
		text-transform: uppercase;
		font-family: Calibri, Tahoma, Arial, sans-serif;
	}
	.author {color: #666;}
	
	#stories {
		width: 679px;
		padding: 20px 0;
		float: left;
	}
	
	#stories .wrapper {
		background: url(../images/bkgd-stories-divider.gif) transparent top left repeat-y;
		float: left;
	}
	
	#stories .left, #stories .right {
		width: 290px;
		margin: 0 20px;
	}
	
	#stories .right {margin: 55px 0 0 30px;}
	
.browseResults #resultsBarBottom .viewControls,
.browseResults #resultsBarBottom form,
.browseResults .viewControls,
.browseResults #searchActions {
	display: none;
}

/* Additional overrides */
div.t-data-grid-pager a, #pageLinks #fontResizer a.selected {color: #215282;}
#searchContent .hi {
	background-color: #bbd6e8;
	padding: 0 2px;
}



/* Related Links area */
#relatedLinks {margin: 18px;}
	#relatedLinks h3 {
		font-weight: bold;
		font-size: 15px;
	}
	#relatedLinks li {
		line-height: 1.2;
		margin: 0 0 8px 0;
		font-size: 13px;
	}
	#relatedLinks ul a {color: #183859;}
	#relatedLinks h3 a {color: #000; display: inline-block;}
	
/* Main entry content area items */

.figureGroup {
	border-top: 1px solid #f2df92;
	margin: 10px 0;
	padding: 10px 0;
}

.caption {
	font-weight: bold;
	font-size: 12px;
}

.advancedSearch #typeWrapper legend {padding: 20px 0 0 0;}
.advancedSearch #typeWrapper .typeWrap {
	float: left;
	margin: 0 20px 0 0;
}
	.advancedSearch #typeWrapper .typeWrap input[type="checkbox"] {margin: 1px 0 0 0;}

.advancedSearch #typeWrapper { display: none; }

/* Includes override for lightbox table styles */
.mainBase table, #modalContent table {
	margin: 0 0 15px 0;
	border-color: #f2df92;
	border-width: 1px 0;
}

.mainBase th, #modalContent th {
	font-weight: bold;
	background-color: #fcfbef;
	border: 0;
	border-bottom: 1px solid #f2df92;
}
.mainBase th, #modalContent th,.mainBase td, #modalContent td {
	padding: 2px 5px;
	vertical-align:top;
}
.mainBase td, #modalContent td {
	border: 0;
}
.mainBase tr.even td, #modalContent tr.even td{background-color:#fff;}

/* Table of content-esque bulleted list styles */
.mainBase #readPanel ul.contents, .mainBase #readPanel ul.contents ul, .mainBase #readPanel ul.contents li,
.mainBase #readPanel ol.contents, .mainBase #readPanel ol.contents ul, .mainBase #readPanel ol.contents li  {
	list-style: none;
	margin: 0;
}

.mainBase #readPanel ul.contents li, .mainBase #readPanel ol.contents li {margin: 0 0 15px 0;}
.mainBase #readPanel ul.contents li a, .mainBase #readPanel ol.contents li a {float: right;}

.mainBase ul.contents .enumerator, .mainBase ol.contents .enumerator {padding-right: 5px;}
.mainBase #readPanel ul.other, .mainBase #readPanel ul.other ul, .mainBase #readPanel ul.other li {
		list-style: none;
		padding: 0;
		margin: 0;
}

.mainBase #readPanel ul.other li {margin: 0 0 10px 0;}
.mainBase #readPanel ul.other li a {float: right;}

#athens {display: none;}
/* Print Overrides */
.printPreview #contentWrapper #footerCopyright {margin: -64px 0 10px 0;}
.printPreview #footer #institutioninfo {border: 0;}
.printPreview #contentWrapper #footerLogoWrap {margin: 50px 0 0 0;}
@media print {
	#footer #institutioninfo {border: 0;}
}

.page-help #mainContent {
	background-color: #fff;
	padding: 0 15px;
	width: 649px;
}

#leftsidebar { display: none; }

h2.subtitle {
	font-size: 20px;
	color: #bca43c;
	margin: 20px 0 10px 0;
	font-family: Georgia, Times, serif;
}

/**********************************************************************
	My Stuff
**********************************************************************/


a.editSearch { 
	background: url("../images/icon_edit.png") no-repeat 0 0;
	height: 16px;
	width: 16px;
	display: inline-block;
	margin-bottom: -2px;
}
a.editSearch span, span.delete a span { display: none; }

span.delete a {
	background: url("../images/trash-icon.gif") no-repeat 0 0;
	height: 16px;
	width: 16px;
	display: inline-block;
	margin-bottom: -2px;
}

.editNotes a { 
	background: url("../images/icon_notes.gif") no-repeat 0 0;
	height: 16px;
	width: 20px;
	display: inline-block;
	margin-bottom: -2px;
	}
.editNotes a span { display: none; }