@import url(/screens/style2010.css);

/* Useful for diagnostic work... */
/*
table {
  border: 1px solid red;
}
*/
/*
div {
  border: 1px solid #90F;
}
*/

* {
  font-family: Calibri, "Lucida Grande", Arial, sans-serif !important;
}

body {
  /* Over-riding the main OL stylesheet's setting, since III
     is so table-heavy */
  max-width: 88em;
}

font {
  /* Srsly, dude?  Font? */
  font-size: inherit !important;
  color: inherit !important;
}

font strong {
  font-weight: inherit;
  background: #FF9;
}

div {
  padding: 0;
}

kbd {
  font-family: Consolas, "Andale Mono", monospace !important;
}


/* There are quite a few of these - thanks III.  Unfortunately, this
causes Chrome to display a lot of blank spaces or empty pages.. */
/*
div:empty {
  height: 0 !important;
  width: 0 !important;
  display: none;
}
*/

#page-header {
  background: #285690 url(/screens/header-bg.png) repeat-x !important;
  border: thin solid rgb(0,0,96);
  border: thin solid rgba(0,0,48, .5);

  /* IE is displaying this only as wide as the terminal image.  So... */
  width: 92%;

}

span.serviceTitle {
  color: #FFD;
}

#page-header .topNavLinks {
  position: absolute;
  top: 13px;
  right: 2em;
  height: 42px;
  width: 50em;
  vertical-align: center;
  font-size: 14px;
}

.topNavLinks {
  color: #DDD;
}
.topNavLinks a:link {
  color: #FF9;
}
.topNavLinks a:visited {
  color: #FFC;
}
.topNavLinks a:hover {
  color: #FF0;
}

.navButtons {
  text-align: center;
  padding: 0;
}
.navButtons p {
  font-size: 90%;
  padding: .15em;
  margin: 0;
}
.navButtons img {
  border: none !important;
  padding: 0 .15em;
}

/* III only lets us define one HTML string for a Clear Requested Item
button, but we want two different images.  So we give them both to III
and turn the appropriate one off here. */

.tpdCiteEntryNum .clearButtonNavBar {
  display: none;
}

.navButtons .clearButtonBrowse {
  display: none;
}

tr.msg td {
  /* Used for e.g. "Your result set has been limited to 32000" */
  /* Do a subject search for "agricul" to see.  III uses red text. */
  font-size: 90%;
  background: #FF9;
  color: black;
  -moz-border-radius: .45em;
  -webkit-border-radius: .45em;
  border-radius: .45em;
}


/* Mostly full record stuff */

.bibSearchHistory {
  width: 25%;
  font-size: 90%;
  float: left;
  margin-bottom: .35em;
}
.bibSearchHistory select {
  max-width: 90%;
}

.bibSearchTool form {
  width: 68%;
  float: left;
  margin-left: 1.5em;
  margin-bottom: .35em;
}
.bibSearchTool p {
  clear: both;
  font-size: 90%;
}
.bibSearchToolMessage {
  clear: both;
  float: right;
  width: 65%;
  margin-top: 0;
  font-size: 90%;
  margin-right: 0;
  text-align: right;
}
#searcharg {
  width: 14em !important;
}

.bibPager, .browsePagerxxx {
  float: left;
  width: 32%;
  font-size: 90%;
  margin-left: 0;
}

.bibPager div, .browsePagerxxx div {
  margin: 0;
  margin-right: 1.5em;
  padding: 0;
  float: left;
}

.bibResourceSidebar {
  clear: both;
}

.bibDisplayContentMain {
  padding: 0;
  padding-top: 1em;
  margin-top: 1em;
  border-top: thin solid #CCC;
}


/* Changing this?  Check if you need to change gbsLink
   in bib_display.html also. */
.bibImage {
  width: 120px;
  float: right;
  text-align: center;
  font-size: 90%;
  margin-bottom: 1em;
}

.bibImage img {
  padding: .25em .5em;
}

.bibImage img:hover, #gbsLink:hover {
  background: #DDECFF;
}


table.mainBibDisplay {
  padding: 0;
  margin: 0;
  border: medium solid #F90;
}

table.mainBibDisplay td {
  vertical-align: top;
}

img.gbsIcon {
  border: 0 !important;
}

/* Things in full record pages */
table.bibDetail, table.holdingsContainer {
  padding: .5em .35em;
  margin: .5em .35em 1em 2em;
  border: thin solid #99C;
  -moz-border-radius: .45em;
  -webkit-border-radius: .45em;
  border-radius: .45em;
  width: 90%;
}

div.tocWrapper {
  padding: .5em .35em;
  margin: .5em 0 1em 2em;
  border: thin solid #99C;
  -moz-border-radius: .45em;
  -webkit-border-radius: .45em;
  border-radius: .45em;
  font-size: 100%;
  width: 82%;
  max-width: 60em;


}

.holdingsContainer div {
  text-align: left;
  margin-left: 1.5em;
}

.holdingsContainer br:first-of-type {
  height: 0;
  display: none;
}

.holdingsContainer br:last-of-type {
  height: 0;
  display: none;
}

span.holdings-summary {
  color: black;
  background: #FF9;
}


#bibDisplayLayout {
  width: 82%;
}

table.bibLinks {
  border: thin solid #99C;
  padding: .5em .35em;
  margin: .5em .35em 1em 2em;
  -moz-border-radius: .45em;
  -webkit-border-radius: .45em;
  border-radius: .45em;
  width: 55%;
}

table.bibDisplayLayout td {
  vertical-align: top;
}

td.bibInfoLabel {
  vertical-align: top;
  text-align: right !important;
  font-weight: inherit !important;
  /*padding-right: 1em;*/
  padding: .1em .25em;
  background: #DDECFF;
}
td.bibInfoData {
  vertical-align: top;
  padding: .1em .25em;
}

/*.bibInfoData strong {
  font-weight: inherit !important;
  font-size: 110%;
}*/

table.bibDetail {
  margin-right: 1em;
}

table.bibLinks td, table.bibLinks th {
  border: none !important;
  text-align: left !important;
}

.centralHoldingsTable {
  margin-top: 1.25em;
}

table.centralHoldingsTable th {
  vertical-align: bottom;
  margin-bottom: .5em;
  margin-right: .5em;
  border-bottom: 1px solid #777;
  font-weight: normal;
  font-size: 90%;
  color: #777;
}
table.centralHoldingsTable td {
  vertical-align: top;
  padding: .15em .25em .2em 0;
}

table.centralInstTable td {
  vertical-align: top;
  font-size: 92%;
  padding: .15em .35em;
}

table.centralInstTable tr:nth-child(even) {
  /*background: #DDECFF;*/
}


.tocWrapper h3, .holdingsHiderShower h3 {
  margin: .5em .35em .25em;
}

#contentsHider, #contentsShower,
#holdingsHider, #holdingsShower {
  font-size: 88%;
  margin: 0 0 0 .5em;
  cursor: pointer;
  float: right;
  width: 15em;
  text-align: right;
  color: #077;
}

#tableOfContents {
  clear: both;
}

table.bibTOC {
  border: none !important;
  width: 100%;
  margin: 0;
}

table.bibTOC td {
  border: none;
  border-bottom: 1px solid #EEE;
  line-height: 140%;
  /*font-size: 95%;*/
}

table.bibTOC tr:last-child td {
  border-bottom: none;
}

table.bibTOC td[width="10%"] {
  text-align: right;
  padding-right: .5em;
}

/* Keyword Search Results */

.browseScreen {
  /*border: thin solid #99C;*/
  padding: .5em .35em;
  -moz-border-radius: .45em;
  -webkit-border-radius: .45em;
  border-radius: .45em;
  width: 99%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}


.browseSearchtoolMessage {
  text-align: right;
}

.browseSearchtool {
  font-size: 90%;
  border: none !important;
  text-align: left;
}

.browseSearchtool form {
  margin-bottom: 1.25em;
  border: thin solid #99C;
  -moz-border-radius: .45em;
  -webkit-border-radius: .45em;
  border-radius: .45em;
  text-align: left;
  padding: .35em;
  width: 55%;
}

tr.browsePager td {
  font-size: 90%;
  padding: .5em 0;
  background: #DDECFF;
  -moz-border-radius: .45em;
  -webkit-border-radius: .45em;
  border-radius: .45em;
}

tr.browsePager td strong {
  padding: .15em;
  border: 1px solid #CCC;
  font-weight: inherit !important;
}

tr.yourEntryWouldBeHere td {
  border-bottom: medium solid #CCC;
}

.browseSuperEntry td {
  background: #285690;
  color: white;
}

.briefCitRow table {
  border-top: 1px solid #CCC;
}

tr.briefCitRow:nth-child(odd) {
  background: #DDECFF;
}

tr.briefCitRow:nth-child(odd) table,
tr.briefCitRow:nth-child(even) table {
  border-top: none;
}


.matTypeEBook {
  border: 1px solid #D3D3DD;
  padding: .2em .5em .2em 0;
  -moz-border-radius: .25em;
  -webkit-border-radius: .25em;
  border-radius: .25em;
}

.matTypeEBook:before {
  content: url(/screens/ebook-icon.png);
}

.matTypeInfo {
  padding-left: .25em;
  font-size: 90%;
}

/* Field-Specific Search Results */

.browseList {
  border-spacing: 0;
}
 
.browseList, .browseList td {
  border: none;
  vertical-align: top;
}

.browseHeader td {
  font-weight: normal !important;
  font-size: 90%;
  border-bottom: 1px solid #CCC;
  vertical-align: bottom;
}

tr.browseEntry:nth-child(even) {
  background: #DDECFF;
}

.browseHeaderYear, .browseEntryYear {
  text-align: right;
}

/* How to deal with Extended Display tables? */
tr.browseSubEntry td {
  border-top: 1px solid #DDD;
  background: inherit !important;
}


.browseSubEntryData {
  font-size: 95%;
  padding-left: 2em;
  text-indent: -2em;
  padding-right: 1em;
}
.browseHeaderMedia, .browseSubEntryMedia {
  font-size: 88%;
  text-align: left;
}
.browseHeaderYear, .browseSubEntryYear {
  text-align: right;
}


.tpdCiteTable td {
  /*border: thin solid #F0F;*/
  padding: .25em;
  vertical-align: top;
}

.tpdCiteBib {
}

.tpdCiteBib p {
  margin-top: 0;
  padding-left: .65em;
}

.tpdCiteBib p.materialType {
  margin-top: 1.25em;
  font-size: 88%;
}

.my856link {
  display: block;
  margin-top: .5em;
}

.tpdCiteEntryNum {
  text-align: right !important;
}
.tpdCiteEntryNum p {
  margin-bottom: .35em;
}

.tpdBookJacket {
  text-align: right;
  max-width: 130px;
}
.tpdBookJacket img {
  max-width: 126px;
}

.tpdYrMatType {
  font-size: 90%;
}

tr.briefCitRow:nth-child(even) td.tpdCiteEntryNum {
  /*background: #3A95EC;*/
  background: #7CBBF7;
  color: white;
  -moz-border-radius: .25em;
  -webkit-border-radius: .25em;
  border-radius: .25em;
}

tr.briefCitRow:nth-child(odd) td.tpdCiteEntryNum {
  background: #317EC7;
  color: white;
  -moz-border-radius: .25em;
  -webkit-border-radius: .25em;
  border-radius: .25em;
}

.requestButton, .saveButton, .clearButtonBrowse {
  border: none;
}

.requestButton h3 {
  border: thin solid #F0F;
}

/* Requesting items */

div.pageMainArea {
  padding: .5em;
  background: #DDECFF;
  -moz-border-radius: .45em;
  -webkit-border-radius: .45em;
  border-radius: .45em;
}
  
.tpdLoginArea {
  padding: .5em;
  background: white;
  -moz-border-radius: .45em;
  -webkit-border-radius: .45em;
  border-radius: .45em;
}

.tpdLoginArea td {
  vertical-align: top;
  padding: .35em;
}

.tpdLoginArea tr td:first-child {
  padding-right: 1em;
  border-right: thin solid #CCC;
}

.tpdLoginArea tr td:last-child {
  padding-left: 1em;
}

.tpdPostLoginInfo {
  margin-left: 4em;
}

.tpdPostLoginInfo b {
  width: 12em;
  padding-right: .5em;
  text-align: right;
  display: inline-block;
}

#patForm .formButtonArea {
  width: 50%;
  text-align: right;
  padding-right: .5em;
  float: left;
}

/*Search menus (i.e. /search/X, /search/d) */

p.start-over {
  float: right;
  margin-top: -1em;
}

p.start-over img {
  border: none;
}

#msg h2 {
  font-weight: normal;
  background: #FF9;
  font-size: 1em;
  width: 15em;
  padding: .5em;
}

#adv-search-wrapper, #limits-wrapper, .field-search {
  border: thin solid #999;
  border-radius: .65em;
  -moz-border-radius: .65em;
  -webkit-border-radius: .65em;
  background: #DDECFF;
  padding: .5em 1em;
  margin-right: 2em;
  max-width: 55em;
}

#limits-wrapper {
  margin-top: 1.25em;
}

#adv-search-table th, #search-tips th {
  text-align: left;
}

#advSearch {
  clear: both;
}

#advSearchSubmitBox {
  padding-top: 1em;
}

#limits-table td table td {
  vertical-align: top;
}

#limits-table td table tr td:first-child {
  width: 14em;
  text-align: right;
  padding-right: .5em;
}

#SORT {
  margin-left: .5em;
}

.submitButton {
  border: none;
  vertical-align: middle;
}

#examples {
  padding: .5em .35em;
  margin-top: 1.25em;
  margin-right: 2em;
  border: thin solid #99C;
  -moz-border-radius: .45em;
  -webkit-border-radius: .45em;
  border-radius: .45em;
  max-width: 55em;
}

#search-tips {
  width: 99%;
}

#search-tips td {
  padding-right: .75em;
  padding-bottom: .65em;
  vertical-align: top;
}

#search-tips .subject {
  text-align: right;
  padding-right: 1em;
}

#search-tips p {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: .5em;
}
