/* Style sheet for skyeye subdirectory */

body
{
  background-color: #99ccff;
  color: #000000;
  font-family: sans-serif;
}

a:link
{
  background-color: transparent;
  color: #0000cc;
}

a:visited
{
  background-color: transparent;
  color: #990099;
}

a:hover
{
  background-color: #ffffff;
  color: #ff0000;
}

h1
{
  background-color: #000000;
  background-image: url(banner02.jpg);
  background-position: center;
  background-repeat: repeat;
  border-radius: 100px;
  color: #ffffff;
  font-size: 3.0em;
  font-variant: small-caps;
  margin: 0;
  padding: 1.0em 0px;
  text-align: center;
  width: 100%;
}

h2,h3,h4,h5,h6
{
  background-color: transparent;
  color: #333399;
  font-variant: small-caps;
  text-align: center;
}

hr
{
  background-color: #333399;
  height: 3px;
  width: 100%;
}

table.data
{
  background-color: transparent;
  color: #000000;
  padding: 5px 0px 5px 0px;
  width: 100%;
}

table.month
{
  background-color: transparent;
  padding: 5px 0px 5px 0px;
  width: 100%;
}

td,th
{
  padding: 3px 5px 3px 5px;
  vertical-align: top;
}

td.dark
{
  background-color: #666666;
  color: #ffffff;
}

td.full
{
  background-color: #ffffff;
  color: #000000;
}

td.light
{
  background-color: #cccccc;
  color: #000000;
}

td.new
{
  background-color: #000000;
  color: #ffffff;
}

td.number
{
  text-align: right;
}

td.warning
{
  background-color: #ffffff;
  color: #ff0000;
  font-variant: small-caps;
  font-weight: bold;
  text-align: center;
}

th
{
  background-color: #333399;
  color: #ffffff;
  font-variant: small-caps;
}

.centre
{
  text-align: center;
}

.const
{
  font-style: italic;
  font-weight: bold;
}

.floatleft
{
  float: left;
  margin-right: 5px;
}

.floatright
{
  float: right;
  margin-left: 5px;
}

.object
{
  font-style: italic;
}

.oldlink
{
  text-decoration: underline;
}

.planet
{
  font-weight: bold;
}

.red
{
  background-color: transparent;
  color: #ff0000;
}

.skyeye
{
  background-color: transparent;
  color: #333399;
  font-variant: small-caps;
  font-weight: bold;
}

.star
{
  font-style: italic;
}

.warning
{
  background-color: #ffffff;
  color: #ff0000;
  font-variant: small-caps;
  font-weight: bold;
  padding: 3px;
  text-align: center;
}

