/* Copyright (C) 2002-2003, CodeHouse.com. All rights reserved */

/*EJP -- left padding causes right margin clip on print*/
table td.ss-padl {
   padding-left: 2em;
   line-height: 1.5em;
}  
  
table.ss-list {
   width: 95%;
   background: black;
   font-size: smaller;
}

table.ss-list th {
   background: AliceBlue;
}
   
table.ss-list tr {
   background: WhiteSmoke;	  
}