﻿body 
{
  background-color: White;
  font-size: smaller;
}

#center
{
  margin: 0 0px 0 0px;
}

a
{
  text-decoration: none;
  font-weight: bold;
}

#tblMain
{
  border-collapse: collapse;
	border: 2px solid #2A7BC1;
}

#tblMain a
{
  color: #E43C15;
}

#tblMain td
{
  vertical-align: top;
}

#tblMain div
{
  padding: 5px 0 0 0; 
}

body[orient="portrait"] #tblMain
{
  width: 300px;
}

body[orient="landscape"] #tblMain
{
  width: 400px;
}

#bottom
{
  height: 26px;
  background-image: url(http://mac.streamingscores.com/iPhone/Images/FooterBG.gif);
  text-align: center;
  padding-top: 9px;
}

#bottom a
{
  color: #1D62B3;
  padding-top: 10px;
}