/*  CSS Document 
    Module:   cards.css
    Version:  01.00
    Build:    0001
    Created:  080111
    Updated:  080111
    Valid:    
    Used in:  cards.php
    
    01.00.0001  =new file 
*/
.cardstab-cover {margin: 8px;}
.cardstab {width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  padding: 5px;
  }
.cardstab-header {font-weight: bold; color: yellow;}
.cardstab td {
  border: 1px solid white;
  padding: 2px;
  }

