/*
 * This style sheet defines styles for use by the DbTable class.
 * They apply site-wide, but may be customized for each web site.
 * 
 * 26-May-2005 / Alex van Oostenrijk
 * 
 */
 
 
.table 
{
  font-family:      Verdana;
	font-size:        10px;
  border:           solid 0px #999999;
  width:            100%;
  color:            black;
  padding-left:     0px;
  padding-top:      4px;
  padding-right:    4px;
  padding-bottom:   4px;
}

.rowheader 
{
  font-family:      Verdana;
	font-size:        10px;
	font-weight:      bold;              /* Headers are in bold. */
  padding-left:     2px;
  padding-top:      2px;
  padding-bottom:   2px;
}

.row td /* you *must* add td here for the padding to have effect. */
{
  font-family:      Verdana;
	font-size:        10px;
  padding-left:     2px;
  padding-top:      2px;
  padding-bottom:   2px;
}

.row0 td /* you *must* add td here for the padding to have effect. */
{
  font-family:      Verdana;
	font-size:        10px;
  border-top:       solid #999999 1px;  
  padding-left:     2px;
  background-color: #eeeeee;
  padding-bottom:   2px;
  padding-top:      2px;
}

.row1 td /* you *must* add td here for the padding to have effect. */
{
  font-family:      Verdana;
	font-size:        10px;
  border-top:       solid #999999 1px;
  padding-left:     2px;
  padding-top:      2px;
  padding-bottom:   2px;
}

.pagenumber 
{
  font-family:      Verdana;
	font-size:        10px;
  font-weight:      bold; 
}

.pager
{
  font-family:      Verdana;
	font-size:        10px;
  width:            100%;              /* To fill up the bottom of the table. */
  color:            black;             /* Color of the text of the page numbers. */
  margin-top:       3px; 
  padding-top:      2px;
}