.hide {
    display: none;
}

.hideIfDetailed {
    display: none;
}

.right {
    float: right;
}

/** class to make stuff "invisible" but still readable by screen readers */
.offscreen {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    display:inline;
}

.footer {
/*    height: 48px; */
}

#footer-logo {
    display: inline;
    float: left;
    background:url("../images/footer-yale-logo.gif") no-repeat scroll left center transparent;
    width: 85px;
    height: 46px;
    background-color: #0f4d92;
    margin-right: 10px;
}

div.corrections {
    margin-bottom: 20px;
}

ul.recordSet {
    list-style: none outside none;
}

li.result {
    padding: 12px;
    margin: 0;
}

li.alt {
    background: #eeeeee;
}

#searchForm_type {
    margin: 8px 4px;
}

div.summcover_wrapper {
    min-width: 150px;
}

img.summcover {
    max-height: 200px;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

span.highlight {
    background-color: yellow;
}

img.brblThumb {
    margin-right: 4px;
}

.citation {
    font-size: 16px;
    border-top: 1px solid #C0C0C0;
}

.citation tr {
    border-collapse: collapse;
}

.citation th {
    /* font-weight: bold; */
    text-align: left;
    color: #656565;
    padding: .3em .6em .3em 0;
    vertical-align: top;
    border-bottom: 1px solid #eeeeee;
    font-size: 0.75em;
}

.citation td {
    padding: .3em 0 .3em 0;
    vertical-align: top;
    border-bottom: 1px solid #eeeeee;
}

#imagePanel {
    visibility: hidden;
}

#moreImages {
    display: none;
    background-color: white;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #c0c0c0;
    margin-bottom: 1em;
    -webkit=overflow-scrolling: touch;
}

.imgcaption_wrapper {
    width: 100%;
    text-align: center;
    margin-top: 2px;
}

/* overrides for mobile devices */
@media handheld, only screen and (max-width: 767px) {
  .imgcaption_wrapper {
    width: 100%;
    text-align: left;
  }
  #mainImagePadding {
    min-height: 0px;
  }
}

ul.similar {
    list-style: none outside none;
    margin: 0px;
}

ul.similar li {
    clear: both;
    padding: 5px 0;
}

ul.similar li a img {
    display: inline;
}

ul.filters {
    list-style: none outside none;
    margin: 0px;
}

ul.filters li {
    clear: both;
    padding: 5px 0;
}

ul.filters li a img {
    display: inline;
}

table.topAlign, table.topAlign tr, table.topAlign td {
    vertical-align: top;
    max-width: 100%;
}

#mainImagePadding {
    vertical-align:top;
    clear: both;
    display: block;
}

ul.yfadResults {
    margin: 0;
    border-top: 1px solid #c0c0c0;
}

li.yfadResult {
    margin: 0;
    list-style: none outside none;
    padding: 10px 0px 10px;
    border-bottom: 1px solid #c0c0c0;
}

li.yfadResult:hover {
    background-color:#ededed;
}

div.fedoraSearch {
    background-color:#dedede;
    padding: 1px 8px 12px 8px;
}

div#yfadInfo {
    display: none;
}

div#yfadAltSearch {
    display: none;
    background-color:#dedede;
    padding: 6px;
    margin-bottom: 16px;
}

#pdfOptions {
    display: none;
    background-color: #efefef;;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 4px solid #a0a0a0;
    border-bottom: 4px solid #a0a0a0;
    position: absolute;
    z-index: 99;
    padding: 5px;
    list-style: none outside none;
}

.ui-autocomplete {
    max-width: 500px;
    max-height: 300px;
    overflow: hidden;
    background-color: white;
    list-style: none outside none;
    padding: 10px;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 4px solid #a0a0a0;
    border-bottom: 4px solid #a0a0a0;
}





/* New advanced search screen stuff */
.advSearchContent {
    /* Needed for IE7 compatibility: */
    width: 96%;
}   
.groupSearchHolder {
    clear: both;
    padding: 10px 10px 5px;
}   
.groupSearchHolder .advRow {
    padding: 1px 0px;
    clear:both;
}   
.groupSearchHolder .advRow div {
    float: left;
    padding: 0px 5px;
}   
.groupSearchHolder span.clearer {
    display: block;
    clear: left;
}
.groupSearchDetails .join {
    padding-right: 5px;
    float: left;
}
.groupSearchHolder .label, .groupSearchHolder .join {
    width: 140px;
    text-align: right;
    margin-top: 5px;
}
.addSearch {
    padding: 0px 0px 25px 165px;
}
.groupSearchHolder .terms {
    width: 250px;
}
.groupSearchHolder .terms input {
    width: 100%;
}
.groupSearchHolder .field {
}
.group .groupSearchDetails {
    float: right;
    text-align: right;
    padding: 3px 5px;
}
.group0 .groupSearchDetails,
.group1 .groupSearchDetails {
    border: 1px solid #D8D7D8;
    border-top: 0px;
}
#searchHolder .group0,
#searchHolder .group1 {
    border-top : 1px solid #D8D7D8;
    background:url(../images/gradient_grey.gif) repeat-y;
}
#searchHolder .group {
    margin-bottom: 10px;
}
.searchGroups {
    margin-bottom: 10px;
    font-size: 16px;
}
.searchGroups .searchGroupDetails {
    float: right;
}

#publishDate { width: 250px; } /* cap this */
label.displayBlock {
    display:block;
    font-weight:bold;
}

.authorbox,.authorbio {
    padding:0 0 .4em .4em;
    border-bottom: 1px #eee solid;
    margin-bottom:.5em;
    /* background-image:url(../images/bg_authorbox.jpg);*/
    background-repeat: repeat-x;
    background-position: bottom;
}
.authorBox .span-5 {white-space:nowrap;}
.authorbio .providerLink {
    margin-top: 1em;
    margin-bottom: .4em;
}




/* Browse Lists */
.browseNav {
    font-size: 16px;
    background-color:#fff;
    width: 215px;
    border: 1px solid;
    height: 300px;
    overflow: scroll;
}
.browseNav ul {
    width: 100%;
    display:block;
    list-style:none;
    margin: 0;
    padding: 0;
}
.browseNav li {
    width: 100%;
    display:block;
}
.browseNav a {
    display:block;
    background:url(../images/tabs_bg.jpg) repeat-x right top;
    padding:.7em 1em .7em 1em;
    text-decoration:none;
    /*
    border-top: 1px solid #ccc;
    border-left: 1px solid #eee;
    border-right: 1px solid #ccc;
    */
    color:#333;
}
.browseNav a:hover {
    color: #0066CC;
    background:url(../images/tabs_hover_bg.jpg) repeat-x right top;
}
.browseNav .active a:hover {
    background:url(../images/tab_active_bg.jpg) repeat-x right top;
}
.browseNav a.first {
 border-left: 1px solid #ccc;
}
.browseNav .active a {
    background-image:url(../images/tab_active_bg.jpg);
    color:#000;
}
.browseNav a.viewRecords {
    float:right;
    display:table;
    font-size: 16px;
    height:100%;
    padding:5px 8px;
    background:rgba(255,255,255,.3);
    margin-left:3px;
}
.browseNav a.viewRecords:hover {
    background:rgba(255,255,255,.6);
}

.viewButtons {
    display: inline;
/*    text-align: right; */
}
.viewButtons a {
    text-decoration:none;
}
.viewButtons img {
    border:1px solid transparent;
    border-radius:3px;
}
.viewButtons .selected {
    border-color:orange;
}

.floatleft { float:left; }
.floatright { float:right; }

/* grid view css */
.gridImageBox {
    text-align:center;
    width:155px;
    height:130px;
    overflow:hidden;
}

.gridImage{
    max-height:200px;
    max-width: 150px;
    /*min-height:150px;*/
    margin-left: auto;
    margin-right: auto;
}

.gridTitleBox {
    height:125px;
    /* display:block;*/
    text-align:center;
    width:155px;
    margin-left: auto;
    margin-right: auto;
    /*overflow:hidden;*/
}

.gridTitle {
    display:block;
    /*height:60px;*/
    overflow:hidden;
    margin-top: 2px;
    line-height:1.2em;
}

td.gridCell {
    width: 25%;
}

.feed {
    background-image:url(../images/silk/feed.png);
    background-repeat:no-repeat;
    background-position: left;
    padding:.5em .5em .5em 20px;
    margin-left:1em;
}

.mail {
    background-image:url(../images/silk/email.png);
    background-repeat:no-repeat;
    background-position: left;
    padding:.5em .5em .5em 20px;
    margin-right:1em;
}

.add {
    background-image:url(../images/silk/add.png);
    background-repeat:no-repeat;
    background-position: left;
    padding:.5em .5em .5em 18px;
    margin-right:0;
}

.delete {
    background-image:url(../images/silk/delete.png);
    background-repeat:no-repeat;
    background-position: left;
    padding:.5em .5em .5em 18px;
    margin-right:0;
}

.record-visibility {
    margin: 2px 0px;
    display: none;
}

.record-visibility span {
    padding: 2px 2px 1px 2px;
    background-color: #d2e4fc;
    border: 1px solid #c0c0c0;
    font-size: 9px;
    font-family: sans-serif;
    cursor: pointer;
}

.record-visibility span.noshow {
    background-color: white;
    color: #c0c0c0;
    border: 1px solid #dddddd;
}

.section-label {
    margin: 40px 0 15px 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid #999999;
    font-size: 18px;
    color: #111111;
}

.image-count-text {
    font-size: 14px;
}

.imgcaption_wrapper {
    background-color: #e0e0e0;
    padding: 5px 0 5px 0;
}

#mainImageViewOptions {
    text-align: center;
    border: 1px solid #e0e0e0;
    padding: 10px 0 10px 0;
    
}

#mainImageID {
    color: #656565;
    font-size: 0.75em;
    text-align: right;
}
