/* extra modified css used for each page, base is in base.css */


/*body { background-color: #5d6165; color: white; }

h1 { text-shadow: #00e1fd 0px 0px 20px; }
h2 { text-shadow: #00e1fd 0px 0px 18px; }
h3 { text-shadow: #00e1fd 0px 0px 16px; }
*/
td.gtl { background: url(../images/glow/tl.png) no-repeat; width: 24px; height: 24px; }
td.gtr { background: url(../images/glow/tr.png) no-repeat; width: 24px; height: 24px; }
td.gbl { background: url(../images/glow/bl.png) no-repeat; width: 24px; height: 24px; }
td.gbr { background: url(../images/glow/br.png) no-repeat; width: 24px; height: 24px; }
td.gt_ { background: url(../images/glow/t.png)  repeat-x;               height: 24px; }
td.gb_ { background: url(../images/glow/b.png)  repeat-x;               height: 24px; }
td.gl_ { background: url(../images/glow/l.png)  repeat-y;  width: 24px; }
td.gr_ { background: url(../images/glow/r.png)  repeat-y;  width: 24px; }

