#container
{
  width: 100%;
  margin: 1px;
  border: 1px solid gray;
  line-height: 150%;
}

body
{
  color: black;
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.center, .right_body
{
  text-align: center;
}

.center_body, .right_body, .left_body
{ 
  margin-top: 40px;
}

.center_body
{
  width: 80%;
  text-align: left;
  margin-left: 20px;
  min-height: 380px;
}

h1
{
  color: rgb(0, 153,0);
}

.left_body
{ 
  float: left;
  vertical-align: middle;
  max-width: 180px;
  min-height: 380px;
  margin-right: 20px;
  margin-left: 5px;
}

.right_body
{
  float: right;
  min-height: 380px;
}

#next-game
{
  border-style: solid;
  border-width: thin;
  font-size: small;
  margin-right: 10px;
  margin-top: 10px;
  padding: 5px;
}

#navbar
{ 
  background-color: white;
  text-align: center;
  clear: both;
}

#navbar h1
{
  font-size: 24px;
}

#navbar ul
{
  text-align: left;
  margin: 0;
  padding: 0;
  background-color: rgb(0,153,0);
  width: 100%;
  float: left;
}

#navbar li
{
  display: inline;
  text-align: center;
  padding: 0em 0.6em 0em 0.6em;
  margin: 0em 0em 0em 0em;
  border-right: 1px solid white;
}

#navbar a:link, #navbar a:visited
{
  color: white;
  text-decoration: none;
}

#navbar a:hover
{
  color: white;
  background-color: rgb(0,240,0);
  text-decoration: underline;
}


#navbar a:active
{
  background-color: rgb(0,153,0);
  color: white;
}

#footer
{
  font-size: 10px;
  float:left;
  width: 100%;
  text-align: center;
  clear: both;
}

#summary
{ 
  font-size: 14px;
  width: 80%;
  text-align: left;
}

.boxscore, #roster-table, #standings-table, .schedule-table, #playerdata, #statstable, #pitching_table
{
  text-align: left;
  width: 80%;
  font-size: 10px;
  font-family: Verdana;
  background: gainsboro none repeat scroll 0%;
  clear: both;
}

.boxscore
{ 
  vertical-align: top;
  width: 385px;
}

#playerdata td
{ 
  vertical-align: top;
}

#standings-table
{ 
  width: 60%;
}

#standings-table td
{ 
  text-align: right;
}

#statstable, #pitching_table
{ 
  width: 85%;
  text-align: left;
}

a.sortable_header
{
  color: black;
  text-decoration: none;
}

tr.head
{ 
  color: white;
  background-color: black;
}

tr.evenrow
{
  background-color: white;
}

tr.oddrow
{ 
  background-color: lightgrey;
}
