@import url(search.css);
@font-face {
  font-family: 'MiloWeb';
  src: url("//ux-static.nypl.org/milo-web/milo-slab-pro-regular/MiloSlabWebPro.eot");
  /* IE9 Compat Modes */
  src: url("//ux-static.nypl.org/milo-web/milo-slab-pro-regular/MiloSlabWebPro.eot?#iefix") format("embedded-opentype"), url("//ux-static.nypl.org/milo-web/milo-slab-pro-regular/MiloSlabWebPro.woff") format("woff");
  /* Pretty Modern Browsers */ }
@font-face {
  font-family: 'KievitWeb-Book';
  src: url("//ux-static.nypl.org/ff_kievit_web/KievitWeb-Book.eot");
  /* IE9 Compat Modes */
  src: url("//ux-static.nypl.org/ff_kievit_web/KievitWeb-Book.eot?#iefix") format("embedded-opentype"), url("//ux-static.nypl.org/ff_kievit_web/KievitWeb-Book.woff") format("woff");
  /* Pretty Modern Browsers */ }
@font-face {
  font-family: 'KievitWeb-Bold';
  src: url("//ux-static.nypl.org/ff_kievit_web/KievitWeb-Bold.eot");
  /* IE9 Compat Modes */
  src: url("//ux-static.nypl.org/ff_kievit_web/KievitWeb-Bold.eot?#iefix") format("embedded-opentype"), url("//ux-static.nypl.org/ff_kievit_web/KievitWeb-Bold.woff") format("woff");
  /* Pretty Modern Browsers */ }
@font-face {
  font-family: 'KievitWeb';
  src: url("//ux-static.nypl.org/ff_kievit_web/KievitWeb.eot");
  /* IE9 Compat Modes */
  src: url("//ux-static.nypl.org/ff_kievit_web/KievitWeb.eot?#iefix") format("embedded-opentype"), url("//ux-static.nypl.org/ff_kievit_web/KievitWeb.woff") format("woff");
  /* Pretty Modern Browsers */ }
/*<!-- Rel 2007 "Skyline" Example Set -->*/
/*<!-- This File Last Changed: 2008 Apr 24  -->*/
/* modified 2010 Apr 01 HM */
/* *******************************************************************

Color Scheme:

background gradient from blue - #9FBECE to gray - #f9f9f9
light gray background: #f9f9f9
yellow hover color : #FFFFE4
table row briefcit gray : #F8F8F8
tab border light blue: #D1D8DD
tab background light blue : #f0f4f5
browsepager blue - #9FBECE
serach tool blue - #d2e0e7
search tool border blue - #BDBDBD
browse header dark blue - #434343
browse super entry (relevance) yellow - #FFFBD6

********************************************************************** */
/* general appearance */
/* See also Web Option BODYPARAM */
.nyplButton {
  border: 2px solid #2799c5;
  border-radius: 25px;
  color: #2799c5;
  background-color: white;
  background-image: none;
  padding: 10px 15px 10px 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: .70rem;
  min-height: 19px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
  .nyplButton:hover {
    background: #2799c5;
    color: #fff; }

.nyplForm > fieldset {
  border: none;
  margin: 0 2px;
  padding: .35em 8em 1.75em;
  border-top: 2px solid #1da1d4;
  padding-left: 135px;
  padding-bottom: 16px; }
  .nyplForm > fieldset > legend {
    font-style: normal;
    padding: 24px 27px 17px;
    border: 2px solid #1da1d4;
    border-bottom: none;
    position: relative;
    bottom: 27px;
    background-color: #fff;
    margin-left: -31px;
    text-transform: uppercase;
    font-family: 'Kievit-Bold';
    letter-spacing: .04em;
    font-size: 14px; }
.nyplForm .explanation {
  width: 65%;
  line-height: 1.35rem;
  font-size: 100%; }
.nyplForm label {
  margin-top: 1em;
  display: inline-block;
  width: 6rem;
  text-align: right;
  margin-right: .5em;
  font-family: 'Kievit-Bold';
  font-weight: normal;
  letter-spacing: .03em; }
.nyplForm input[type="text"], .nyplForm input[type="password"] {
  width: 151px;
  padding: 12px;
  border: 2px solid #a3a19e;
  border-radius: 3px;
  font-style: italic;
  color: #a3a19e;
  font-family: 'KievitWeb'; }
.nyplForm .formButtons {
  text-align: left;
  padding-top: 0;
  padding-left: 240px; }
.nyplForm .errmsg {
  margin: 1rem auto 1rem 6.6rem;
  width: 270px;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  border: none;
  border-radius: 0;
  font-style: italic;
  border: solid red 2px;
  margin-bottom: 2rem;
  color: red;
  border-left: none;
  border-right: none;
  font-size: 18px; }

/* use global NYPL.org styles! */
#header3 {
  font-size: 0.9em; }

#search-tabs {
  text-align: left; }

/* Stylesheet to use for dynamic Web pages */
/* is set by Web Option STYLESHEET */
/* Section 1 */
/*Global tag styles*/
body {
  margin: 0 auto 1% auto;
  padding: 0;
  /* background: url(blue2.gif) 2% 0% repeat-x #f9f9f9; */
  background: #fff;
  font-family: "KievitWeb";
  font-style: normal;
  font-weight: normal;
  color: #202020; }

/* added 1 May 2010 to center align in IE6 */
#bodywrap {
  width: 1313px;
  margin: 0 auto; }

/*div, table {
	clear: both;
}
*/
/* This rule causes search form elements to resize along with the rest of the text on the page if the user resizes text. */
input, select, textarea {
  font-size: 95%; }

/* This rule uses CSS2 to give a nicer effect in compliant browsers, while avoiding an annoying display effect in Internet Explorer 6 */
input[type="checkbox"] {
  background-color: #FFF8EF; }

a img, img {
  border: 0; }

strong {
  font-weight: bold; }

td {
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
  font-family: KievitWeb; }

th {
  padding: 0.3em;
  vertical-align: top;
  text-align: left;
  font-family: KievitWeb; }

h1 {
  background: #fff;
  color: #36322d;
  padding: 0.25em 0;
  font-weight: 100; }

h2 {
  color: #7C850E;
  border-top: 1px solid #e3e3d4;
  font-weight: normal;
  margin: 0 5px 5px 0;
  padding: 0.2em 0; }

h4 {
  margin: 5px 25px 5px 0;
  padding: 0px; }

ul.srchhelpList {
  list-style: disc; }

.clearboth {
  clear: both; }

/*traditional link colors are suggested for better usability */
a {
  text-decoration: underline; }

a:link {
  color: #0071A1; }

a:active {
  color: #963266; }

a:visited {
  color: #963266; }

a:hover {
  color: #963266;
  text-decoration: underline; }

a.pageNavAreaText:link, a.pageNavAreaText:visited {
  background-color: #015F89;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none; }

a.pageNavAreaText:active, a.pageNavAreaText:hover {
  background-color: #014669;
  color: #FFF8EF;
  font-weight: bold;
  text-decoration: none; }

/* Section 2 */
/* named styles listed in alphabetical order */
.additionalCopies {
  clear: none; }

/* .additionalCopies {
	padding: 0 15px 0 15px;
} */
.additionalCopies th.bibItemsHeader {
  background: #E8E4E1;
  color: #36322d;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  border: 0px; }

.additionalCopiesNav {
  clear: none; }

/* .additionalCopiesNav {
} */
.advSrchtool {
  display: block;
  padding: 1em;
  margin: 1em 0;
  border: 1px solid #e3e3d4; }
  .advSrchtool form {
    margin: auto;
    padding: 5px 10px; }
    .advSrchtool form table {
      width: 90% !important; }
  .advSrchtool h3 {
    margin-top: 1em; }
  .advSrchtool table {
    width: 90%;
    margin: 0.5em 0; }
    .advSrchtool table td {
      width: 180px; }
      .advSrchtool table td + td {
        width: 75%; }
      .advSrchtool table td input[type="text"] {
        margin-bottom: 5px; }

.alphaERM {
  text-align: center; }

/*controls display of authority redirect information */
.authorityRedirect {
  display: block;
  background: #FFFBD6;
  font-size: 90%;
  border-right: 1px solid #B4AEA9;
  padding: 10px;
  border-bottom: 1px solid #B4AEA9;
  border-top: 0px;
  border-left: 0px;
  margin: 2% 10% 1% 10%;
  text-align: center; }

.authPublicNote {
  font-size: 80%;
  background: #F7F4F4; }

/* This is used in the Materials Booking calendar */
.available {
  font-weight: bold;
  color: green; }

.availLimMessage {
  font-style: italic;
  text-align: left; }

/* classes for bib display */
/* see also Web options TABLEPARAM_BIB... */
.bibBookingsHeader {
  font-weight: bold;
  text-decoration: none;
  padding: 3px;
  border: 1px solid #00437f;
  background: #FFFBC6;
  margin-bottom: 8px; }

.bibClear {
  clear: left; }

.bibCopyStatCont input {
  font-size: 70%; }

#coverImage {
  text-align: right; }

#bibDisplayContent a:link {
  color: #000; }

#bibDisplayContent a:hover {
  text-decoration: underline; }

#bibDisplayContent a:visited {
  color: #000; }

#bibDisplayContent div {
  padding-top: 0.2em; }

#bibDisplayContent .bibTabs a:link, #bibDisplayContent .bibTabs a:visited, #bibDisplayContent .bibTabs a:active {
  color: #000;
  text-decoration: none;
  outline: none; }

#bibDisplayContent .bibTabs a:hover {
  text-decoration: underline;
  outline: none; }

#bibDisplayContentMore h1 {
  background: #fff;
  color: #D75B27;
  text-transform: uppercase; }

.bibHistoryRow {
  margin: 0.5em 0;
  height: 2em; }

.bibHoldings {
  border: 0px; }

.bibHoldingsEntry {
  font-size: 90%;
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE; }

.bibHoldingsLabel {
  font-size: 90%;
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE; }

.bibHolds {
  font-size: 90%;
  border: 1px solid #00437f; }

.bibHoldsEntry {
  font-size: 90%;
  border: 1px solid #00437f; }

.bibInfoEntry tr td {
  padding-bottom: 0.5em; }

.bibInfoLabel {
  font-size: .80em;
  font-weight: bold;
  padding: 3px; }

.bibInfoDetails {
  margin: 0 180px 0 0;
  height: 1%; }

.bibInfoDetails table {
  width: 90%; }

.bibInfoDetails table table {
  width: 100%; }

.bibItems {
  border: 0px;
  padding: 0 3px 3px 3px;
  margin: 0px; }

.bibItemsEntry {
  color: #000;
  text-align: left; }
  .bibItemsEntry td {
    border-bottom: 1px solid #EEEEEE; }

.bibItemsHeader {
  color: #000;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #eee; }

.bibLicenseEntry {
  color: #000000;
  background: #FFF8EF;
  text-align: left; }

.bibLicenseHeader {
  color: #FFFFFF;
  background: #00437f;
  font-weight: bold;
  text-align: left; }

.bibLinks {
  border: 1px solid #00437f; }

.bibNavRow {
  padding: 6px;
  text-align: center;
  border-top: 1px solid #f6f6f0;
  border-bottom: 1px solid #f6f6f0; }

#bibNavRow img {
  padding: 6px 0; }

#bibNavColumn {
  float: right;
  width: 94px; }

.bibOrder {
  border: 1px solid #00437f;
  font-size: 90%; }

.bibPager {
  text-align: right;
  font-size: 85%;
  padding: 5px 5px 0 0;
  margin: 0 3px 0 5px;
  float: right; }

.bibRecordLink a {
  font-size: .7em;
  padding-right: 3px;
  font-style: italic; }

.bibResourceEntry td {
  font-weight: bold; }

.bibResourceLicense td {
  padding-bottom: 5px; }

.bibResourceLicenseEntry {
  background: #FFF99D; }

.bibResourceSidebar {
  float: right;
  width: 20%;
  background-color: #F2F8FC;
  text-align: center; }

.bibResourceSubEntry {
  border-bottom: 1px solid blue;
  background-color: #FFFBC6;
  font-style: italic; }

.bibSecondary {
  float: right;
  width: 160px; }

div.browseResourceTable {
  margin-top: 20px;
  border: 0px; }

table.browseResourceTable {
  margin-top: 13px;
  border: 0px; }

.bibResourceTable {
  margin: 0px;
  border: 0px; }

.bibResourceTableEntry, .browseResourceTableEntry {
  font-size: 85%;
  font-weight: normal;
  text-align: center; }

.bibResourceTableHeader, .browseResourceTableHeader {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  font-size: .9em;
  background: #36322d;
  border-bottom: 1px solid #B4AEA9; }

.bibSearch form {
  margin: auto;
  padding: 5px 10px;
  text-align: center; }

.bibSearch {
  display: block;
  background: #f6f6f0;
  font-size: .9em;
  padding: 8px 3px;
  border: 1px solid #e3e3d4;
  margin: 5px; }

.bibSearchtoolMessage {
  text-align: center;
  font-size: 1em; }

.bibSearchHistory {
  float: left;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0; }

.bibSearchHistory select {
  font-size: 0.8em; }

.bibSearchtool {
  font-size: 80%;
  background: #DEE3E7;
  border-right: 1px solid #477295;
  padding: 3px;
  border-bottom: 1px solid #477295;
  margin: 0 3% 1% 3%; }

.requestResult .bibSearchTool {
  border: none; }

.bibTabs {
  margin: 5px 0 4px 0;
  clear: both; }

.bibTabs span {
  border: 1px solid #D1D8DD;
  border-left: 0px;
  background-color: #f0f4f5;
  padding-top: .2em;
  padding-bottom: 4px;
  padding-left: .7em;
  padding-right: .7em; }

.bibTabs span.firstTab {
  border: 1px solid #D1D8DD;
  background-color: #f0f4f5;
  padding-top: .2em;
  padding-bottom: 4px;
  padding-left: .7em;
  padding-right: .7em; }

.bibTabs span.selected {
  background-color: #fff;
  border: 1px solid #D1D8DD;
  border-bottom: 1px solid #fff;
  margin: 0 0 0 -1px; }

.bibTabs span.firstSelected {
  background-color: #fff;
  border: 1px solid #D1D8DD;
  border-bottom: 1px solid #fff; }

.bibTabs span#printView {
  border: 0px;
  background-color: #fff;
  padding-top: .2em;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
  font-size: .8em;
  margin: 0 5px 0 0; }

.bibTabs span#printView a:link, .bibTabs span#printView a:visited, .bibTabs span#printView a:hover, .bibTabs span#printView a:active {
  color: #000;
  text-decoration: underline; }

.bibTabs span#webView {
  display: none; }

.bibTOC {
  width: 90%;
  font-size: 90%;
  margin-left: 30px;
  border: 1px solid #00437f;
  padding: 3px;
  margin-bottom: 3px; }

.bibTOC td {
  border-bottom: 1px solid #00437f; }

.bibVolEntry {
  text-align: center;
  padding: 2px; }

/* These are used for Materials Self-Booking */
.booking {
  text-align: center;
  margin: 0 0 5px 0; }

.booking a {
  font-size: 0.7em; }

.bookingsConfirmMsg {
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 5px;
  background: #FFFBC6; }

.bookingsRepeat {
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid #00437f;
  padding: 3px; }

.bookingsRepeatWeeklyDay {
  margin-left: 30px; }

.bookingsSelect {
  width: 90%;
  margin-left: 5%;
  margin-bottom: 1em; }

.bookingsSelectCal {
  width: 90%;
  margin-left: 5%;
  text-align: center;
  background: #00437f;
  border: 2px solid #00437f;
  margin-bottom: 1em; }

.bookingsSelectCal table {
  margin: auto;
  border: none;
  font-size: 95%; }

.bookingsSelectCal th {
  text-align: center;
  border: none; }

.bookingsSelectCal td {
  border: 1px solid #00437f; }

.bookingsSelectEndtime {
  margin-left: 10px; }

.bookingsSelectRepeat {
  margin-top: 5px;
  margin-bottom: 5px; }

.bookingsSelectTime {
  background: #00437f;
  border: 2px solid #00437f;
  padding: 3px; }

/* Brief Citation display styles */
.briefcitActions {
  padding: 5px 0 5px 0;
  text-align: left; }

.briefcitAvailability {
  font-weight: bold;
  color: #D62828; }

.briefcitDetail {
  padding: 0 0 0 8px; }

.briefcitDetail img {
  padding-top: 2px; }

.briefcitEntryNum {
  font-size: 80%;
  text-align: center;
  font-weight: bold; }

.briefcitExtras {
  font-size: 80%;
  text-align: center;
  white-space: nowrap; }

.briefcitExtras img {
  padding-bottom: 2px; }

.briefcitItems {
  /* copied from CATNYP: */ }
  .briefcitItems em {
    color: #D62828;
    font-size: 90%;
    font-style: normal;
    padding-left: 2em; }
  .briefcitItems table {
    width: 90%;
    margin: 0;
    padding: 0; }
  .briefcitItems .bibItemsHeader {
    padding: 0; }

/*
.briefcitItems em {
	font-size: 90%;
}*/
.briefcitMedia img {
  height: 20px;
  width: 20px; }

.briefcitResultInfo {
  text-align: left;
  font-size: 90%; }

.briefcitRequest {
  padding: 5px 0 5px 0;
  text-align: left; }

/*.briefcitRequest {
	text-align: left;
	padding: 3px 5px;
}*/
.briefCitRow {
  border-top: 1px solid #D1D8DD;
  padding: 1em 0; }

.briefCitRow a {
  color: #202020; }

.briefcitStatus {
  font-weight: bold;
  color: #5E564B; }

.briefcitTitle {
  font-weight: bold; }

/* classes for browse displays */
/* See also Web options BROWSE_HEADERS, TABLEPARAM_BROWSE..., TABLEPARAM_BRIEFCIT */
.browseEntry {
  color: #000000;
  font-weight: normal; }

.browseEntry td {
  border-top: 1px solid #d0d0d0; }

.browseEntryData {
  text-align: left; }

.browseEntryEntries {
  text-align: center; }

.browseEntryMark {
  font-weight: bold; }

.browseEntryMedia {
  vertical-align: middle; }

.browseEntryNum {
  text-align: center; }

.browseEntryRelevance {
  background: #d7e3ff; }

.browseEntryYear {
  text-align: center; }

.browseHeader {
  text-align: left;
  background: #434343;
  color: #fff;
  font-size: 80%; }

.browseHeaderData {
  text-align: left;
  padding: 3px;
  border-bottom: 1px solid #BDBDBD; }

.browseHeaderEntries {
  padding: 3px;
  border-bottom: 1px solid #BDBDBD; }

.browseHeaderMark {
  padding: 3px;
  border-bottom: 1px solid #BDBDBD; }

.browseHeaderMedia {
  padding: 3px;
  border-bottom: 1px solid #BDBDBD; }

.browseHeaderNum {
  padding: 3px;
  border-bottom: 1px solid #BDBDBD; }

.browseHeaderRelevance {
  padding: 3px;
  border-bottom: 1px solid #BDBDBD; }

.browseHeaderYear {
  padding: 3px;
  border-bottom: 1px solid #BDBDBD; }

.browsePager {
  font-size: .8em;
  font-weight: bold;
  padding-bottom: 10px; }

.browsePager strong {
  padding: 3px;
  margin: 2px 1px;
  background: #fff;
  color: #36322D; }

.browsePager a {
  border: 1px solid #CBC8C1;
  color: #71695E;
  text-decoration: none;
  padding: 3px;
  margin: 2px 1px; }

.browsePager a:hover {
  border: 1px solid #BAC446;
  color: #BAC446; }

.browseResourceTableEntry {
  color: #000000;
  text-align: center; }

.browseSaveJump {
  color: #000000;
  background: #FFFFFF;
  text-align: left; }

.browseSaveJump form {
  display: inline; }

.browseSearchtool {
  background: #E8E4E1;
  border: 1px solid #CBC8C1;
  display: block;
  font-size: 0.9em;
  margin: 20px;
  padding: 12px 3px; }

.browseSearchtoolMessage {
  text-align: center;
  font-size: 1em; }

.browseSubEntry {
  color: #000000;
  font-weight: normal; }

/* Is an Entries column ever drawn in Extended browse? */
.browseSuperEntry td {
  background: #E8E4E1;
  font-size: 80%;
  font-weight: bold;
  padding: 3px;
  text-align: left; }

.button {
  vertical-align: top; }

/* Checkin card styles */
.checkinInfoData {
  padding-top: 5 px; }

.checkinInfoLabel {
  padding-top: 5 px;
  font-style: italic; }

.checkinInfoHoldingsLabel {
  display: none; }

.checkinInfoHoldingsData {
  display: none; }

.checkinInfoCurrentReceipts {
  padding-top: 20px; }

.checkinCard {
  clear: right;
  padding-top: 20px; }

/* END Checkin card styles */
.clear {
  clear: both;
  margin-bottom: 5px; }

.clear2 {
  clear: both; }

/* This is used in the Materials Booking calendar */
.closed {
  font-weight: bold;
  color: red; }

#contentJumpLink {
  display: block;
  position: absolute; }

.displayBody {
  background: #fff;
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  clear: both; }

.dropcap {
  float: left;
  color: #000;
  padding: 0px 3px 0px 0px;
  width: 47px;
  font-size: 56px;
  line-height: 40px;
  font-family: Times,Georgia;
  text-align: center; }

.errormessage {
  font-size: 125%;
  color: #FF0000; }

.errormessage h2 {
  display: inline; }

/* External Patron Authentication product style */
.extpat div {
  line-height: 1.66em;
  width: 90%;
  background: #00437f;
  border: 2px solid #00437f;
  padding: 3px;
  margin-left: auto;
  margin-right: auto;
  text-align: right; }

/* External Patron Authentication product style */
.extpat strong {
  display: block;
  text-align: left; }

/* Feed styles */
#feeds {
  margin: 10px 15px;
  font-size: 90%; }

#feeds a:link {
  color: #000; }

#feeds a:hover {
  text-decoration: underline; }

#feeds a:visited {
  color: #000; }

#feeds div {
  padding-top: 0.2em; }

#feeds .tabs a:link, #feeds .tabs a:visited, #feeds .tabs a:active {
  color: #000;
  text-decoration: none;
  outline: none; }

#feeds .tabs a:hover {
  text-decoration: underline;
  outline: none; }

.feedtable a:link, .feedtable a:visited, .feedtable a:active {
  color: #000;
  text-decoration: underline;
  font-size: 90%; }

.feedtable a:hover {
  color: red;
  text-decoration: underline;
  font-size: 90%; }

/* used for search help pages tabbed navigation */
.fields td {
  padding: 2px; }

.forgotPinButton {
  display: block;
  margin: 1em 0; }

/* This is used in the featured list display */
#helpCenter {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 90%; }

#helpCenter a:link {
  color: #000; }

#helpCenter a:hover {
  text-decoration: underline; }

#helpCenter a:visited {
  color: #000; }

#helpCenter div {
  padding-top: 0.2em; }

#helpCenter .tabs a:link, #helpCenter .tabs a:visited, #helpCenter .tabs a:active {
  color: #36322d;
  text-decoration: none;
  outline: none; }

#helpCenter .tabs a:hover {
  text-decoration: underline;
  outline: none; }

.helpNote {
  font-size: 90%;
  font-style: italic; }

.helpspan {
  padding-top: .5em;
  padding-right: .5em;
  padding-bottom: .5em;
  margin: 5px 0 0 0; }

.holdingsDivider {
  display: none;
  margin: -3px; }

.holdingsItemsBookings {
  margin: 0 0 8px 0; }

.InnovativeCredit {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 70%;
  font-style: italic; }

/* Used in Related Searches display */
div#instructions {
  font-size: 90%;
  font-style: italic; }

.KidsOnline {
  font-family: "Comic Sans MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold; }

.leftSide {
  width: 80%;
  float: left;
  padding: 5px 5px 5px 10px;
  border-right: 2px dashed #d0d0d0;
  margin: 5px 0; }

/* External Patron Authentication product style */
.libpat div {
  line-height: 1.66em;
  width: 90%;
  background: #00437f;
  border: 2px solid #00437f;
  padding: 3px;
  margin-left: auto;
  margin-right: auto;
  text-align: right; }

/* External Patron Authentication product style */
.libpat strong {
  display: block;
  text-align: left; }

/* Styles used in Limit/Sort Search page - srchmod.html */
.limitEntriesFoundNum {
  font-size: 90%;
  font-style: italic; }

.limitEntriesFoundText {
  font-size: 90%;
  font-style: italic; }

.limitSearchTerm {
  font-size: 90%;
  font-weight: bold; }

.limitSearchTypeText {
  font-size: 90%; }

.limitSearchTypeIndex {
  font-size: 90%; }

.loggedInMessage {
  display: none;
  /* FIXME: this element needs to be adjusted on the template. */
  padding-left: 6px;
  font-style: italic;
  color: red;
  font-size: 90%; }

/* External Patron Authentication product styles */
.magLayoutOne {
  border-top: 1px solid #F2F2F2;
  margin: 8px 0;
  padding: 10px 0 0 0;
  clear: both; }

.magLayoutTwo {
  float: left;
  border-right: 1px solid #F2F2F2;
  margin: 0 10px 5px 0;
  padding: 0 5px;
  width: 50%; }

.magLayoutThree {
  float: left;
  margin: 0 0 5px 0;
  padding: 0 5px;
  width: 45%; }

.magFour {
  float: left;
  margin: 0 6px 0 2px; }

.magFive {
  float: right;
  margin: 0 0 0 2px; }

.magSix {
  float: left;
  margin: 3px 6px 0 2px; }

.magSeven {
  float: right;
  margin: 3px 0 0 2px; }

.msg {
  background: #F2F2B7 none repeat scroll 0 0;
  border: 2px solid #EDEA66;
  color: #36322D;
  font-weight: bold;
  display: block;
  margin: 0.5em 0;
  padding: 0.75em;
  text-align: center; }

.navHeader {
  font-weight: bold;
  color: #5E5D5D;
  font-size: .85em;
  border-bottom: 1px solid #5E5D5D;
  margin-top: 5px; }

.navigationRow {
  margin: 0px; }

.navigationRow select {
  vertical-align: top; }

.navRow {
  padding: 0;
  margin: 10px 0 0 0;
  text-align: right;
  font-size: .75em; }

.navRow li {
  list-style: none;
  display: inline;
  padding: 2px 5px; }

.nowrap {
  white-space: nowrap; }

.pageDirectoryArea {
  color: #000000;
  text-align: left; }

.pageInfoAreaHeader {
  color: #0132A7;
  background: #FFF8EF;
  font-size: 110%;
  font-weight: bolder;
  text-align: left; }

.pageMainArea {
  color: #000000;
  background: #FFF8EF;
  padding-left: 3px; }

.pageMainAreaHeader {
  color: #0132A7;
  font-size: 110%;
  font-weight: bolder;
  text-align: left; }

.pageMainAreaSubHeader {
  font-weight: bold;
  font-style: italic; }

.pageNavArea {
  color: #FFFFFF;
  background: #00437f; }

.pageNavAreaBorder {
  background: #0132A7; }

.pageNavAreaText {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  background-color: #00437f; }

/* classes for patron record display */
/* see also Web options TABLEPARAM_PATDISP, TABLEPARAM_PATFUNC, */
/* and the various BUT_PAT_ graphics options. */
.patActionsLinks {
  text-align: center;
  padding: 10px; }

.patActionsLinks img {
  vertical-align: middle; }

.patMyAccount {
  width: 99%; }

.patMyAccount td.patLeftCol {
  width: 33%; }

.patMyAccount td.patRightCol {
  width: 67%; }

.patFunc {
  border: 1px solid #D1D8DD;
  border-bottom: 0px;
  border-spacing: 0;
  width: 99%; }

span.patFunc {
  border: 0px; }

.patFunc td {
  padding: 5px;
  font-size: 90%;
  border-bottom: 1px solid #D1D8DD; }

.patFuncArea {
  border: 1px solid #999;
  margin: 0 0 1em;
  padding: 1em;
  height: 1%; }

/* 1% above is an IE6 display fix. Code below undoes the problem for compliant browsers. */
html > body .patFuncArea {
  height: auto; }

.patFuncArea form {
  display: inline; }

.patFuncArea img {
  padding-top: 2px; }

.patFuncTabs {
  margin: 0;
  height: 50px;
  list-style-type: none;
  padding: 0; }

.patFuncTabs li {
  float: left;
  width: 14%;
  margin: 0 6px 0 0;
  padding: 0;
  border: 1px solid #999;
  border-bottom: 0px solid #000;
  height: 49px;
  background: #e3e3d4;
  list-style-type: none; }

.patFuncTabs li a {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
  color: #444;
  height: 49px; }

.patFuncTabs li.selected a {
  background: #fff;
  height: 51px;
  margin-bottom: -2px; }

.patFuncTabs li a span {
  text-align: center;
  display: block;
  padding: 6px; }

.patFuncTabs li a:hover {
  background: #ff9; }

.patFuncTabs li a.importantTab {
  font-weight: bold;
  color: #c00; }

.patFuncBtns {
  color: #000000;
  background: #FFF8EF; }

.patFuncCancel {
  text-align: center; }

.patFuncEntry {
  color: #000000;
  font-weight: normal; }

td.patFuncFinesDetailAmt {
  font-size: .7em;
  font-weight: bold; }

.patFuncFinesDetailDate {
  font-style: normal;
  text-transform: uppercase;
  font-size: .7em;
  word-spacing: .5em;
  font-weight: bold; }

.patFuncFinesDetailDateLabel {
  font-style: normal;
  text-transform: uppercase;
  font-size: .7em;
  word-spacing: .5em;
  font-weight: bold; }

td.patFuncFinesDetailType {
  font-style: normal;
  text-transform: uppercase;
  font-size: .7em;
  word-spacing: .5em;
  font-weight: bold; }

.patFuncFinesEntryDetail td {
  border-bottom: 1px solid #eee; }

.patFuncFinesEntryTitle {
  color: #202020;
  background: #F8F8F8; }

.patFuncFinesEntryTitle em {
  font-style: normal;
  text-transform: uppercase;
  font-size: .7em;
  word-spacing: .5em;
  font-weight: bold; }

td.patFuncFinesTotal {
  font-style: normal;
  text-transform: uppercase;
  font-size: .7em;
  word-spacing: .5em;
  font-weight: bold; }

tr.patFuncFinesTotal {
  background: #EDF2F6; }

.patFuncFinesTotalAmt em {
  font-style: normal;
  text-transform: uppercase;
  font-size: .7em;
  word-spacing: .5em;
  font-weight: bold; }

.patFuncFinesTotalLabel em {
  font-style: normal;
  text-transform: uppercase;
  font-size: .7em;
  word-spacing: .5em;
  font-weight: bold; }

.patFuncHeaders {
  color: #000;
  background: #EDF2F6;
  font-size: 80%;
  padding: 3px;
  border-bottom: 1px solid #D1D8DD; }

.patFuncHeaders a {
  color: #202020; }

.patFuncRenewCount {
  font-style: italic;
  color: red; }

tr.patFuncTitle {
  font-weight: bold;
  color: #000;
  background: #EDF2F6;
  font-size: 90%;
  padding: 3px;
  border-bottom: 1px solid #D1D8DD; }

th.patFuncTitle {
  font-weight: bold;
  color: #000;
  background: #EDF2F6;
  font-size: 90%;
  padding: 5px;
  border-bottom: 1px solid #D1D8DD; }

.patFuncTitle {
  font-weight: bold; }

.patFuncTitle a {
  color: #202020; }

.patMainFuncs {
  float: left;
  border: 0px;
  width: 350px;
  margin: 0; }

.patMyAccount td {
  border: 0px solid #000;
  vertical-align: top;
  text-align: left;
  padding: 0 1em 1em 0; }

.patNameAddress {
  text-align: left;
  border: 0px;
  border-right: 1px solid #477295;
  border-bottom: 1px solid #477295;
  padding: 5px;
  width: 350px;
  margin: 0 10px 0 2px; }

.patnameAddress div {
  margin: 3px 0; }

.patnameAddress a {
  color: #202020; }

.patStatusLinks {
  border: 0px;
  border-right: 1px solid #477295;
  border-bottom: 1px solid #477295;
  padding: 3px;
  margin: 0 0 5px 0;
  width: 90%; }

.patStatusLinks a {
  color: #000;
  text-align: left;
  border: 0px;
  padding: 2px 0 2px 0;
  text-decoration: none; }

.patStatusLinks a:link, .patStatusLinks a:visited, .patStatusLinks a:active {
  color: #000;
  text-decoration: none; }

.patStatusLinks a:hover {
  color: #000;
  text-decoration: underline;
  background: #FFFFE4; }

.paymentPage {
  margin: 10px; }

.paymentPage h2 {
  font-weight: bold; }

.paymentPageFinestable {
  width: 80%;
  border: 2px solid #00437f; }

.popupForm {
  font-size: 90%;
  margin: 1% 3%; }

.popupForm td {
  font-size: 90%; }

.popupFormHeader {
  border-bottom: 1px solid #000;
  margin: 1% 2%; }

/* These are used in the Related Searches display in the Search Tool */
.rateLabel {
  color: #00437f;
  display: none; }

.rateLabel a:active, .rateLabel a:visited, .rateLabel a:link {
  color: #00437f;
  text-decoration: none; }

.rateLabel a:hover {
  color: #00437f;
  text-decoration: underline; }

table.recordPager {
  text-align: right;
  font-size: .8em; }

.relSearch {
  margin: 2%;
  padding: 8px;
  background: #fff;
  border: 2px solid #f9f9f9; }

.relSearch a {
  color: #202020;
  padding: 2px 0; }

.relSearch p {
  margin: 3px 0;
  padding: 2px 5px; }

.relSearch h4 {
  margin: 3px 0;
  border-bottom: 1px solid #202020; }

.relSearch h4.none {
  color: #000099;
  border: 0px; }

.reqFillTimeMsg {
  font-style: italic;
  font-size: 90%; }

.required {
  color: #900;
  font-weight: bold; }

.reserveBibs {
  border: 2px solid #00437f; }

.reserveBibs td {
  border-bottom: 1px solid #00437f; }

.reserveBibs input {
  background-color: #FFF8EF; }

/* Resource Record display */
.resourceBibEntry {
  font-size: 90%; }

.resourceBibHeader {
  text-align: left;
  background: #F7F4F4;
  font-size: 80%; }

.resourceBibHeader th {
  padding: 3px;
  border-bottom: 1px solid #D1D8DD; }

.resourceHistory {
  float: left;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0; }

.resourceInfoLabel {
  width: 22%;
  font-size: 75%;
  text-align: right;
  padding-right: 3px;
  background-color: #F7F4F4;
  font-weight: bold;
  font-style: italic;
  border-right: 1px solid #999;
  padding: 3px;
  border-bottom: 1px solid #999; }

.resourceLicenseEntry {
  font-size: 90%;
  background: #fff7d6; }

.resourceLicenseHeader {
  font-size: 95%;
  text-align: left;
  padding: 3px; }

.resourcePager {
  text-align: right;
  padding: 5px 5px 0 0;
  margin: 0 3px 0 5px;
  float: right;
  width: 50%; }

.resourceRecLink {
  font-size: 1.5em; }

.rightNav {
  padding: 0;
  margin: 0px;
  font-size: .9em; }

.rightNav li {
  list-style: none;
  padding: 2px;
  display: block; }

.rightNav li a:link, .rightNav li a:visited, .rightNav li a:active {
  display: block;
  color: #81AACF;
  text-decoration: none;
  padding: 0;
  margin: 0 0 0 3px; }

.rightNav li a:hover {
  display: block;
  color: #000;
  text-decoration: underline;
  background: #DAECFC; }

.rightSide {
  width: 15%;
  float: right;
  padding: 0px 5px 0px 10px;
  margin: 5px 13px 5px 0; }

* html .rightSide {
  width: 15%;
  float: right;
  padding: 0px 5px 0px 10px;
  margin: 5px 5px 5px 0; }

.rssChannelEntries {
  padding: 0;
  margin: 0; }

.rssChannelEntry {
  padding: 4px 0 2px 0;
  border-bottom: 1px dotted #eee; }

.rssChannelEntryDate {
  font-size: .7em;
  line-height: 1.4em;
  font-style: italic; }

.rssChannelEntryDesc {
  font-size: .8em;
  line-height: 1em;
  display: block;
  clear: both; }

.rssChannelEntryHead {
  font-size: 85%;
  font-weight: bold;
  display: block;
  padding-bottom: 2px; }

.rssChannelImage img {
  border: 0;
  margin-top: 2px; }

.rssChannelTitle {
  font-weight: bold; }

/*.rssFeed {
	padding: 5px;
	margin: 2px;
	border: 1px solid #00437f;
}
*/
.srchhelpHeader {
  border-bottom: 1px solid #000; }

.searchTipsNavAreaText {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  background-color: #0132A7; }

.searchTipsHeaderText {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #0132A7;
  text-decoration: none;
  font-weight: bold;
  background-color: #FFF8EF; }

.searchTipTable {
  margin: 1em 0;
  line-height: 1.2em; }

.searchTipTable td {
  padding: 0.5em; }

#searchTipMain {
  display: none;
  margin: 12px; }

.searchTipContentInfo {
  display: block;
  background: #fff;
  border: 0 solid #00437F;
  border-width: 0 1px;
  padding: 2px 5px;
  color: #000; }

#searchTipsLink {
  text-align: center; }

#searchTipsLink a:link, #searchTipsLink a:visited, #searchTipsLink a:active {
  color: #000;
  text-decoration: none; }

#searchTipsLink a:hover {
  color: #000;
  text-decoration: underline; }

.sectionHeading {
  font-weight: bold; }

.spacer {
  margin: 1% 2%;
  background: #fff;
  border: 1px solid #d0d0d0; }

.srchhelpList li {
  margin: 2px 5px; }

.srchhelpText {
  margin: 1em 0; }

.srchhelpEBody {
  margin: 2% 0; }

/* This is used in the patron views of holds */
.suspended td {
  font-size: 90%;
  background: #EBECF6 url(/screens/icicles.gif) repeat-x top; }

.tabBody {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: .7em;
  margin-top: 0px;
  font-size: 1.1em; }

.tabBody div {
  margin: 0 1%;
  font-size: 1.1em; }

.tabs {
  margin-bottom: 4px; }

.tabs span {
  border: 1px solid #CBC8C1;
  border-left: 0px;
  background-color: #E8E4E1;
  padding: .2em .7em 4px; }

.tabs span.firstTab {
  border: 1px solid #D1D8DD;
  background-color: #F0F4F5;
  padding-top: .2em;
  padding-bottom: 4px;
  padding-left: .7em;
  padding-right: .7em; }

.tabs span.selected {
  background-color: #fff;
  border: 1px solid #CBC8C1;
  border-bottom: 1px solid #fff;
  margin: 0 0 0 -1px; }

.tabs span.firstSelected {
  background-color: #fff;
  border: 1px solid #D1D8DD;
  border-bottom: 1px solid #fff; }

.tool form {
  margin: auto;
  padding: 5px 10px; }

.tool {
  background: #E8E4E1;
  border: 1px solid #CBC8C1;
  display: block;
  margin: 1em 0;
  padding: 1em; }

.topicFeeds {
  clear: none;
  float: right;
  width: 60%;
  padding: 5px; }

.topicLinks {
  clear: none;
  float: left;
  padding: 5px;
  width: 35%; }

.topicLinks ul {
  padding: 5px;
  padding-left: 20px;
  margin: 2px;
  border: 1px solid #00437f; }

.topLogo {
  background: url(top_back.jpg) top left no-repeat;
  width: 100%;
  height: 100px; }

/* This is used in the Materials Booking calendar */
.unavailable {
  font-weight: bold;
  color: black;
  background: #D7D7D7; }

.unpadded {
  margin-bottom: auto;
  margin-top: auto; }

.wamCalcDate {
  background: #ECECEC;
  border: 1px silver dashed;
  font-size: 90%; }

.xmlframe {
  width: 100%;
  height: 600px;
  border: 1px solid #000; }

.yourEntryWouldBeHereData {
  border: 2px solid #F5D9A3; }

/* Section 3: WebBridge */
/* WebBridge style names lowercased as of Release 2005. Declare styles using these style names for Release 2005 and later */
/* body element in WebBridge forms */
.wbbody {
  color: #000000;
  font-family: verdana,geneva,arial,sans-serif;
  background-color: #fff;
  font-size: 80%;
  margin: 0;
  padding: 0; }

/* the following .wbbody styles are used to style the wp_panel.html pop up page */
.wbbody a:link, .wbbody a:visited {
  color: #00437f;
  text-decoration: underline; }

.wbbody a:hover, .wbbody a:active {
  color: #aa1002;
  text-decoration: underline; }

/* fixing alignment of images */
.wbbody img {
  vertical-align: middle; }

.wbbody .wbcategory {
  color: #990000;
  margin: 10px 10px 0 10px;
  font-size: 11px;
  font-weight: bold;
  border-bottom: 1px solid #202020;
  padding: 2px 5px 2px 1px; }

.wbbody .wbcategory strong {
  font-weight: bold; }

.wbbody .wbcategory font {
  color: #000000; }

.wbbody .wbresourcelist {
  background-color: #fff;
  margin-top: 5px; }

.wbbody .wblinkdisplay {
  background: #F8F8FA;
  margin: 1px 10px 1px 10px;
  font-weight: normal;
  padding: 2px 5px 2px 5px;
  font-size: 11px; }

.wbbody .wblinkdisplay form {
  padding: 0;
  margin: 0; }

.wbbody .wblinktext {
  font-size: 11px; }

.wbbody .wblinkfield {
  font-style: italic;
  font-size: 11px; }

.wbbody .wbsubheading {
  font-weight: bold;
  color: #aa1002; }

.wbbody .header {
  background: #fff;
  border: 2px solid #f9f9f9;
  margin: 10px; }

.wbbody .noresources {
  color: red;
  font-size: 1.2em;
  font-weight: bold; }

.wbbody .citation {
  background-color: #FFFFFF;
  border: 1px solid #162A6D;
  padding: 5px; }

.wbbody .coverage em {
  font-style: normal; }

.wbbody .wbheading {
  font-size: 11px;
  margin: 0 10px -7px 10px; }

.wbbody .headertable {
  background: #fff;
  padding: 5px; }

.wbbody .citationtitle {
  font-weight: bold;
  color: #aa1002;
  font-size: 1.2em; }

.wbbody .fieldinsert {
  font-size: .9em;
  margin-left: 30px;
  margin-right: 30px; }

/* WebBridge category headings */
.wbcategory {
  font-weight: bold;
  margin-top: 1em; }

/* contents of the WBHEADERTEXT wwwoption */
/* Entire WebBridge Resource Definition Link Display */
/* Field selectors in Link Display (except for #@LinkText#) */
/* #@LinkText# field selector in WB Link Display */
/* deprecated style -- manually inserted in WB category definition */
.wbPanelCategory {
  color: #0132A7; }

/* Contents of resourcelist token in webbridge forms */
/* #HEADER# token in WBHEADERTEXT wwwoption */
.mainSpacer {
  margin: 0 1em 1em 1em; }

table.textFix td {
  padding: 0 0.5em 0.5em 0; }

/* table striping styles */
/* for brief citation */
td.odd {
  background: #F8F8F8; }

td.highlight {
  background: #FFFFE4; }

/* for browse entries */
tr.odd {
  background: #F8F8F8; }

tr.highlight {
  background: #FFFFE4; }

/* styles for print view and web view toggle */
#printView {
  text-align: right;
  font-size: .8em;
  margin: 0 5px 0 0;
  padding-top: 15px;
  height: 15px; }

#printView a {
  color: #162a6d; }

#webView {
  display: none; }

/* styles for Skyline design */
.leftCol {
  padding: 0;
  margin: 0px;
  font-size: .9em; }

.leftCol li {
  list-style: none;
  padding: 2px;
  display: block; }

.leftCol li a:link, .leftCol li a:visited, .leftCol li a:active {
  display: block;
  color: #534D45;
  text-decoration: none;
  padding: 0;
  margin: 0 0 0 3px; }

.leftCol li a:hover {
  display: block;
  text-decoration: underline;
  background: #E8E4E1;
  color: #000000; }

.navHeader {
  font-weight: bold;
  color: #5E5D5D;
  font-size: 1em;
  border-bottom: 1px dashed #5E5D5D;
  margin-top: 5px; }

.mainMenuSrchText {
  width: 55%;
  margin: 1em auto; }

.mainMenuSrchTool form {
  margin: auto;
  padding: 5px 10px; }

.mainMenuSrchTool {
  display: block;
  font-size: 1.5em;
  margin: 40px 5px;
  padding: 0;
  text-align: center; }

.mainMenuSrchTool input {
  font-size: .7em; }

.mainMenuSrchTool select {
  font-size: .7em; }

.headerNav {
  padding: 0;
  margin: 0;
  text-align: right;
  width: 40%;
  position: absolute;
  top: 1em;
  right: 1em; }

.headerNav a:link, .headerNav a:active, .headerNav a:visited {
  color: #fff;
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-weight: bold; }

.headerNav a:hover {
  color: #000;
  text-decoration: underline;
  background: #FFFFE4; }

.holder img {
  float: left;
  margin: 0 1%; }

a img {
  border: 0px; }

#rightSideCont {
  float: left;
  max-width: 1056px; }

.unpadded {
  margin: 0;
  padding: 0; }

.topLog {
  font-size: .8em;
  color: #000; }

.topLog input {
  font-size: 0.8em; }

/* Global Navigation */
.topLogoDiv {
  position: relative;
  margin: 0;
  padding: 1px 0 0 0;
  background: #cc3330;
  color: #fff; }

.globalLogo {
  margin: 1em;
  width: 50%; }

.headerNav {
  position: absolute;
  top: 1em;
  right: 1em;
  text-align: right;
  width: 50%; }

ul.globalNav {
  margin: 0;
  padding: 0;
  background: #444;
  list-style-type: none;
  font-weight: bold; }

ul.globalNav li {
  margin: 0;
  padding: 0.5em 0;
  list-style-type: none;
  float: left; }

ul.globalNav li a {
  padding: 0 0.5em;
  display: block;
  border-right: 1px solid #000;
  color: #fff; }

ul.globalNav li a:hover {
  background: #900; }

ul.globalNav li.last {
  float: none; }

.floatRight {
  float: right; }

.clear {
  clear: both; }

.leftnavDiv {
  float: left;
  margin-left: 108px;
  padding-right: 29px;
  width: 120px; }

.leftnavDiv h2 {
  padding: 0.3em;
  margin: 0.5em 0 0.1em;
  color: #0071A1;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase; }

.mainMenuContentDiv {
  background: #fff;
  padding: 5px;
  border: 2px solid #f9f9f9;
  clear: both;
  color: #202020; }

.bareBib {
  clear: both; }

.bareBib .bibInfoLabel {
  display: none; }

.bareLable {
  font-size: .9em;
  font-weight: bold; }

.bareCaption {
  font-size: .75em;
  font-weight: bold; }

.bareBreaker {
  font-size: 1.2em; }

#bareRes tr.bibResourceTableHeader {
  display: none; }

#bibDisplayLayout {
  width: 100%; }

#bibDisplayLayout .bibInfoData {
  padding: 3px 0; }

ul.illOtherLists {
  margin: 0 0 0 5px;
  padding: 0;
  width: 45%;
  float: left; }

ul.illOtherLists li {
  text-transform: lowercase;
  padding: 3px 0;
  margin: 0;
  list-style-type: circle; }

ul.illOtherLists li a {
  color: #202020; }

h4.srchhelpHeader {
  margin: 10px 15px; }

/* imprved table row strip CSS */
td.outline {
  border: 0px;
  border-top: 2px solid #EDEA66;
  border-bottom: 2px solid #EDEA66; }

td.outlineSub {
  border: 0px;
  border-top: 2px solid #F5D9A3; }

td.topLine {
  border: 0px;
  border-top: 2px solid #F5D9A3; }

td.botLine {
  border: 0px;
  border-bottom: 2px solid #F5D9A3; }

td.rightCap {
  border: 2px solid #F5D9A3;
  border-left: 0px; }

td.rightSide {
  padding-right: 2px;
  border-right: 2px solid #F5D9A3; }

td.leftCap {
  border: 2px solid #F5D9A3;
  border-right: 0px; }

td.rightTopCap {
  border-right: 2px solid #F5D9A3; }

td.rightBotCap {
  border-right: 2px solid #F5D9A3; }

#accessibleForm {
  font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Trebuchet, sans-serif;
  font-size: small; }

#accessibleForm fieldset {
  border: 1px solid #CCCCCC;
  margin-bottom: 12px; }

#accessibleForm form {
  background-color: #FFFFFF;
  margin: 6px;
  padding: 6px; }

#accessibleForm form legend {
  font-weight: bold; }

#accessibleForm div {
  margin: 5px 0px;
  font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Trebuchet, sans-serif; }

#accessibleForm span.formLabel {
  float: left;
  text-align: right;
  width: 120px;
  padding: 0 5px; }

#accessibleForm span.formLabelExample {
  font-style: italic;
  display: block;
  margin-left: 130px; }

#accessibleForm div.formButtonArea {
  margin-left: 137px; }

.formEntryArea {
  padding-bottom: 5px;
  clear: both; }

.formEntryError {
  color: red;
  size: medium;
  font-weight: bold; }

.formInstructText {
  margin-bottom: 18px; }

#accessibleForm .formEntryArea textarea {
  font-size: small;
  font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Trebuchet, sans-serif; }

/* adapted from Bob Duncan at Lafayette */
/* 
#############
Printing
*/
@media print {
  body {
    background: white !important;
    color: black !important;
    font-size: 10px; }

  img, .bibPager, .bibHistoryRow, .bibSearch, .browseSearchtool, .browseSearchtoolMessage, .homelink, .bibSearchtool, .browseSaveJump, .browsePager, .LoggedInMsg, .bibResourceTable, .bibResourceTableHeader, .bibResourceTableEntry, .browseResourceTable, .browseResourceTableHeader, .browseResourceTableEntry, .leftnavdiv, .navigationRow {
    display: none; }

  #header, #header1, #header2, #primary-links, #search-tabs, #recordnum {
    display: none; }

  a:link, a:visited {
    text-decoration: none;
    color: black; }

  /*tr.bibItemsEntry td {
  	font-size: 100%;
  	} */
  div.exportHeading {
    color: #000;
    font-weight: bold;
    border: silver solid 1px;
    padding-left: .5em; } }
/* END @media print */
