/*
 * This style sheet defines styles for use by the Debug class.
 * They apply site-wide, but may be customized for each web site.
 * 
 * 15 June 2005 / Alex van Oostenrijk
 * 
 */
 
 
.debug_table 
{
  font-family:      Verdana;
	font-size:        8px;
  border:           solid 1px #999999;
  width:            80%;
  color:            black;
  padding-left:     3px;
  padding-top:      3px;
  padding-right:    3px;
  padding-bottom:   3px;
}

.debug_rowheader 
{
  font-family:      Verdana;
	font-size:        9px;
	font-weight:      bold;              
  text-align:       center;
  background-color: #777777;
  color:            #ffffff;
}

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

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


