/* <table border="5" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%"> */

/* general */

BODY { background-color:rgb(192, 192, 192) }

/*  cellpadding=3 border=1 */

/* TABLE   { border-collapse: separate; border: outset 1pt; border-spacing: 1pt } */
TABLE.workout-summary     { border-collapse: collapse; border: outset 1pt; border-spacing: 1pt; }
TABLE.workout-summary TR.heading TH { background-color:rgb(224, 224, 224);text-align:center; text-style:larger; }
TABLE.workout-summary TR.week TD { background-color:rgb(225, 255, 160); border: outset 1pt; }
TABLE.workout-summary TR.day-odd TD { background-color:rgb(255, 255, 255); }
TABLE.workout-summary TR.day-even TD { background-color:rgb(238, 238, 238); }
TABLE.workout-summary TR.day-even TD.delete { background-color:rgb(255, 160, 160); }
TABLE.workout-summary TR.day-odd TD.delete { background-color:rgb(255, 160, 160); }
TABLE.workout-summary TR.week-summary TD { background-color:rgb(160, 255, 160); }

TABLE.totals     { border-collapse: collapse; border: outset 1pt; border-spacing: 1pt; }
TABLE.totals TR.heading TH { background-color:rgb(224, 224, 224);text-align:center; text-style:larger; }
TABLE.totals TR.total-odd TD { background-color:rgb(255, 255, 255); }
TABLE.totals TR.total-even TD { background-color:rgb(238, 238, 238); }
TABLE.totals TR.grand-total TD { background-color:rgb(160, 255, 160); }

A.nav-link { text-decoration:none }
A.nav-link:link { color: rgb(0, 0, 153) }     /* for unvisited links */
A.nav-link:visited { color: rgb(0, 0, 153) }  /* for visited links */
A.nav-link:active { color: rgb(255, 0, 102) } /* when link is clicked */
A.nav-link:hover { color: rgb(0, 96, 255) }   /* when mouse is over link */

TABLE.workout-summary A { text-decoration:none }
TABLE.workout-summary A:link { color: rgb(0, 0, 153) }     /* for unvisited links */
TABLE.workout-summary A:visited { color: rgb(0, 0, 153) }  /* for visited links */
TABLE.workout-summary A:active { color: rgb(255, 0, 102) } /* when link is clicked */
TABLE.workout-summary A:hover { color: rgb(0, 96, 255) }   /* when mouse is over link */


/* TABLE.workout-summary TH  { border: inset 1pt; background-color:rgb(224, 224, 224);text-align:left; text-style:larger; } */
/* TABLE.workout-summary TD  { border: inset 1pt; } */

/* TH      {background-color:rgb(224, 224, 224);text-align:left;text-style:larger} */
/* TR      { border-top: 3px solid blue } */
/* TD      { background: red; border: double black } */

