/* liblist.css
** Styles for library output pages
**/

 
#booklist {
    width: 930px; 
    border-top:   1px solid #666;
    border-left:  1px solid #666;
    margin:  0px 0px 4px 4px;
  }
#booklist table {
  padding:  0px;
}

#booklist th, td {
    border-bottom:  2px solid #666;
    border-right:   1px solid #666;
    background-color:  #ffffff;
    padding: 4px 6px;
    vertical-align: top;
  }

#booklist tr.oddrow td {
  background-color:  #ffffdf;
}
  
#booklist th {
  padding: 0px 0px;
}

#booklist a {
  display: block;
  width: 100%;
  padding-left: 0px;
  text-decoration: none;
  background-color: #ffc080;
}

#booklist a:hover {
    background-color: #ffff20;
  }
  

th.lib_aref {
  width:  40px;
  }
th.lib_atitle {
  width:  330px;
}
th.lib_aauth  {
  width:  200px;
}
th.lib_apub {
  width:  240px;
}
th.lib_aacq {
  width:  80px;
}
th.lib_abuts {
  width:  35px;
}

