/*
 * $Id: seriesList.css,v 1.18 2003/11/03 20:39:00 brian Exp $
 * CSS selectors shared across all pages of the student directory site.
 */

body, div, layer, table, span, tbody, tr, p
{
  background-color: #FFFFFF;
  color: #000000;
  font-color: #000000;
}

.publisher
{
  font-weight: bold;
}


table {
  border-collapse: collapse;
  border-spacing: 0px;
  border: 0px;
}

td {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

td img {
  display: block;
}

table.list {
  width: 330px;
}

td.hLine
{
  background-color: #F3B80C;
  width:314px;
  height: 1px;
}

td.spacer
{
  width: 8px;
}

td.pub
{
  width: 159px;
}

td.check
{
  width: 20px;
}

td.series
{
  width: 135px;
}

