/* Style sheet for 2004 SkyEye */

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

body               {background: #99CCFF; color: #000000;}

/* Header tags have centre alignment */

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

/* Tables */

table.data         {background: #FFFFFF; color: #000000; padding: 0.25em;}
table.eclipse      {background: transparent; padding: 0.25em; width: 100%;}
table.month        {background: transparent; padding: 0.25em;}
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;}
th.reverse         {background: #3300FF; color: #FFFFFF}

/* Special markup */

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