/* Catalog Print CSS Definitions for Falvey Memorial Library. Chris Barr, August 2008 */ body {font-family: Arial, sans-serif; font-size: 11pt; } h1, h2, h3 {font-weight: normal; font-family: Georgia, serif; } h1 {font-size: 24pt;} #hd, #ft, #nova_footer, .breadcrumb, #siteNavBackground, .currentSearch, .sectionSub, .tools, .backtosearch, #tabnav ul li, .submenu, .add, .toggle, .fav, .searchbox, .searchtools, .pagination, .hidden, .popupBox, .loginWarning, #tagform, .addtag, .topcol1, .topcol2, #ft { display : none; } .sidebar {border-top: solid #999 thin;border-bottom: solid #999 thin;} a {color:#000; text-decoration: none;} .yui-ge { margin: 1em 0; border-bottom: 1px solid #ccc; } #resultItemLine1{ font-weight: bold; } #tabnav .active { display : block; margin: 0; padding: 0; } #tabnav a { border : none; font-weight : bold; font-size : 1em; } /* Citation Table */ .citation { padding-bottom: 1em; } .citation th { text-align:left; color:#666; padding:.3em 0 .3em 0; border-bottom: 1px solid #ccc; } .citation tr { } .citation td { padding:.3em 0 .3em 1em; border-bottom: 1px solid #ccc; } .citation tr, .citation td { vertical-align:top; } /* Data Grid (Holdings) */ table.holdingsdata { width:auto; border-collapse: collapse; } table.holdingsdata th { color: #003366; background-color: #DDEEFF; border: solid 1px #99CCFF; text-align: left; border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; padding: 5px 15px 5px 15px; } table.holdingsdata th a { color: #336699; } table.holdingsdata td { border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; padding: 5px 10px 5px 10px; } table.holdingsdata td a { color: #003366; } table.holdingsdata td.col1 { font-weight : bold; } table.holdingsdata tr.evenrow { background-color: #EEEEEE; } table.holdingsdata tr.oddrow { background-color: #DDDDDD; } .alignleft { float: right; padding: 4px; margin: 0 0 2px 15px; } /* Icon Classes */ #stabnav a.catalog { background-image:url(/images/silk/book.png); background-repeat:no-repeat; background-position: left; padding-left:20px; } #stabnav a.articles { background-image:url(/images/articles.png); background-repeat:no-repeat; background-position: left; padding-left:20px; } /* Icon Classes */ .available { color:#009900; } .checkedout { color:#cc0000; }