/**
 * Custom styles added to WebPAC
 *
 */

/* set a minimum page width */
body {
min-width: 960px;
}

/* for the Open Library book covers */
img.book-cover {width: 85px;}

/* added for the orders token */
table.bibOrder {
	margin: 1em 1em 1em 10em;
	width: 85%;
}
tr.bibOrderEntry td {
	border: 1px solid #BFDDE2;
	background-color: #DFE3FF; 
	padding: .5em; 
}

/* added per PP... eng */
.unnecessary-wrap {
	margin: 0 auto;
	text-align: center;
	width: 100%;
} 

.unnecessary {
	margin: 0 auto;
	padding: 1em 0 0 0;
	width: 600px;
}
.unnecessary p {
	text-align: left;
}

/* added for "new" header" */
.clear-simple {clear: both;}

#header-links-sub-assist {
	float: right;
	text-align: right;              
                        padding: 8px 30px 8px;
}
#header-links-sub-assist a:link, a:visited, a:active, a:hover 
{
text-decoration:none; 
font-size: 95%;
}

#header-links-sub-my-lib {
	float: left;
}

.grey {color: #8F7C70;}

.inline-list {
	/*border: 1px solid red;*/
	padding: 5px 0;
}

.inline-list p {
	display: inline;
}

.inline-list ul, .inline-list li {
	display: inline;
	margin: 0;
	padding: 0;
	/*color: #339;*/
	font-weight: bold;
}
.inline-list li {padding: 0 .5em;}

/* moving the search history */
<!--.searchNav {width: 100%; height: 30px; border: 0px solid #003366;}-->
<!--.searchNavMenu {background: inherit; width: 100%;}-->
#searchHistory {
	float: left;
	padding: 3px 0 3px 3px;
	width: 24%;
	background-color: inherit;
	text-align: left;
}
#searchHistory .button {
	display: none;
	visibility: hidden;
}
#searchHistory form select {
	max-width: 200px;
	width: 200px;
}
/*.navigationRow, .bibSearchHistory {*/
.navigationRow form select, .navigationRow select, .bibSearchHistory, .resourceHistory {
	display: none;
	visibility: hidden;
}

/* per B.Murray, fix links on "Saved Records/Your List of Saved Records" export page because it is not within the .navigationRow- eng */
/* this is able to be done because the main "Saved Records/Your List of Saved Records" page there is a center tag */
.pageContent center a:link,
.pageContent center a:visited  {
	color: #014184;
	text-decoration: none;
}
.pageContent center a:hover {
		text-decoration: underline;
}


/* correct the links on the order records */
/* the "div." is important because it applies to any div that DOES NOT have a class; "div" applies to ALL divs  */
.pageContent div. a:link,
.pageContent div. a:visited {
	text-decoration: none;
	color: #014184;}

.pageContent div. a:hover {
		text-decoration: underline;
}

.hide-fake {
	display: none;
	visibility: hidden;
}
.button-fake {
	padding: 0;
	margin: 3px 0 0 0;
	border: 0 none;
	vertical-align:bottom;
}

/* fix a glitch in Google Chrome */
.oclc-citation {
	padding: 1em 0;
}

/* fix the horrible layout of the Full Display to Screen export */
td.bibInfoData {
	text-align: left;
}
