/*  Banner structure  */
.bannerSection
{
  height: 236px;
  width: 1150px;
  float: center;
  margin: 0 auto;
}

.banner
{
  text-align: center;
  float: left;
}

.weatherbug
{
  float: right;
}

#slogan
{
  position: relative;
  top: -19px;
}

#buttons
{
  position: relative;
  top: -48px;
  right: -100px;
}

.news 
{
  position: relative;
}
.azufaLogo
{
  width: 256px;
  position: absolute;
  top: 0;
  left: 0;
}
.azufaNews
{
  position: absolute;
  top: 0;
  left: 256px;
}
.clearer
{
  clear: both;
}

#content
{
  position: relative;
  top: -30px;
}

.intro
{
}

.table
{
}

.footerSection
{
  height: 100px;
  width: 1000px;
  float: left;
  margin: 0 auto;
}

.footer
{
  float: left;
  width: 700px;
}

.actionGraphic
{
  text-align: center;
  float: right;
}

h2
{
  height: 10px;
  position: relative;
  clear: both;
}

img { border: 0px; }

/*  Links within highlighted areas should be normal colors  */
A:link.highlighted { color: blue; }
A:visited.highlighted { color: purple; }
A:active.highlighted { color: blue; }

/*  Highlighted table styles  */
span.highlighted, .highlighted td
{ 
  background-color: #ffc040; 
  font-family: sans-serif;
  font-weight: bold;
  color: #0f08aa; 
}

span.highlighted2, .highlighted2 td
{ 
  background-color: hotpink;
  font-family: sans-serif;
  font-weight: bold;
  color: #0f08aa;
}

/*  Light green for new-game  */
span.newgame, .newgame td
{ 
  background-color: #c0f0c4;
  font-family: sans-serif;
  font-weight: bold;
  color: #0f08aa; 
}

/*  Pinkish for cancelled-game  */
span.cancelled, .cancelled td
{ 
  background-color: #fc9cbc;
  font-family: sans-serif;
  font-weight: bold;
  color: #0f08aa; 
}

/*  Schedule header row */
.schedHead
{
  background-color: #ccddFE;
  color: black;
  font-weight: bold;
}

/*  Schedule cell */
table.sched td
{
  border-style: solid;
  border-width: 1px;
  padding: 2px; 
}

/*  Schedule cellLink while hovered */
td.cellLinkHovered
{
  background-color: yellow;
  font-weight: bold;
  color: navy;
  cursor: pointer;
}

/*
td.cellLink a 
{ 
  text-decoration: none; 
  display: block;
  padding-bottom: 1em;
  width: 100%;
  height: 100%;
}
td.cellLink A:hover { background-color: yellow; height: 100%; }
td.cellLink A:link { color: navy; height: 100%; }
td.cellLink A:visited { color: purple; height: 100%; }
td.cellLink A:active { color: purple; height: 100%; }
*/
