/*  colors
    #D1D7D0   pale grayed greenish blue
    #DECA96   medium pale gold (based on the background beige)
    #E9DCBA   paler version of previous
*/

/* stylesheet to handle new styling for At A Glance on new beige background 
*/

tr.glan    { padding: 0; }
tr.wife    { background-color: #D1D7D0; }
td.spos    { background-color: #E9DCBA; }
td.nona    { background-color: transparent; }
.over td   { border-top:   1px solid #F5EFDF;
             border-right: 1px solid #F5EFDF; }           /* to adapt to IE8 which renders the cells with no space between */

