/*
 * This style sheet defines styles for the Library module.
 * 
 * 13-June-2005 / Alex van Oostenrijk
 * 
 */
 
.library_table
{
  border:           solid #999999 0px;
  width:            100%;
  color:            black;
  padding:          5px;
}

.library_date
{
  font-size:        10px;
  font-style:       italic;
  border-bottom:    solid #999999 1px;
}

.library_text
{
  padding-top:      6px;
  padding-bottom:   16px;
}


