/* 

    By Public.Resource.Org, Inc.
    Last revised: Fri Feb 8 16:23:45 PST 2008
    No Rights Reserved.
 
    Author: Joel Hardi <joel -at- hardi.org>
   
    Index listing stylesheet.

*/

/*
   List headings
*/
p.volume, p.daterange, p.desc, p.publication, p.edition {
  text-align: center;
  margin: 0.5em;
}

p.volume a, p.daterange a, p.desc, p.publication a, p.edition a {
  color: black;
}

p.volume {
  font-size: 1.2em;
}

p.daterange, p.desc {
  font-size: 1.0em;
}

p.publication {
  margin: 0.75em;
  font-size: 1.3em;
  font-weight: bold;
}

p.edition {
  font-style: italic;
  font-size: 1.0em;
  margin: 0;
}

/*
   Tables
*/
table {
  text-align: left;
  margin: 1em auto 1em auto;
  border-top: 4px solid black;
  border-bottom: 3px double black;
  border-collapse: collapse;
  font-size: 0.9em;
}

tr:hover td {
  background: #eee;
}

th, td {
  margin: 0;
  padding: 0.3em 1em 0.3em 1em;
}

th {
  border-bottom: 3px double #333;
  font-variant: small-caps;
}

td {
  border-bottom: 1px solid #999;
}

/*
  Case listings
*/

td.hash {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 0.6em;
}

td.hash a, td.hash a:hover {
  color: #999;
}
