/* Style sheet for 2003 SkyEye */

/* Background is light blue and the text colour is black */

body               {background: #CFECFF; color: #000000;}

/* Header tags have centre alignment */

h1, h2, h3, h4, h5, h6 {background: transparent; text-align: center;}

/* Tables */

table.eclipse      {border: 0; cellpadding: 3; width: 100%;}
table.month        {border: 1; cellpadding: 3;}
td.dark            {background: #666666; color: #FFFFFF;}
td.darknumber      {background: #666666; color: #FFFFFF; text-align: right;}
td.full            {background: #FFFFFF; color: #000000;}
td.fullnumber      {background: #FFFFFF; color: #000000; text-align: right;}
td.light           {background: #CCCCCC; color: #000000;}
td.lightnumber     {background: #CCCCCC; color: #000000; text-align: right;}
td.new             {background: #000000; color: #FFFFFF;}
td.newnumber       {background: #000000; color: #FFFFFF; text-align: right;}
td.number          {text-align: right;}

/* Special markup */

.centre            {background: transparent; text-align: center;}
.red               {background: transparent; color: #FF0000;}
