/* OVERRIDE DEFAULT STYLES */
html {
background-color: #ebebeb;
background-repeat: repeat-x;
}

body {
background-color: #ebebeb;
text-align: center;
font-family: tahoma;
font-size: 0.8em;
}

#container {
  background-color: #fbfbfb;

  margin: 0 auto;
  width: 950px;
  text-align: left;
  padding: 0 0;
 }

 a:link, a:visited {
color: #5e0b2b;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #d03cb2;
font-weight: bold;
text-decoration: none;
}

#navcontainer {
width: 100%;
}

#navigation {
	text-align: center;
	padding: 10px 0 15px 0;
}

#footnote {
padding: 15px 0 0 0;
}

.title
{
text-align: center;
font-weight: bold;
}

.scores_away
{
background: #e0e0e0
}
.scores_home
{
background: #c0c0c0
}

#standings {
float: left;
font-size: 1em;
}

#gameList {
float: right;
width: 700px;
}

.leagueNote h3 {
padding: 0px;
margin: 5px 0px;
background-color: #fbfbfb;
border-bottom: 3px solid #5e0b2b;
}

.statHeader {
background-color: #eee;
vertical-align: top;
font-weight: bold;
font-size: 1.1em;
}

.leagueNote h2 {
font-size: 1.25em;
padding: 0px;
margin: 5px 0px;
background-color: #eee;
border-bottom: 3px solid #7fa73f;
}

.content_stats_data {
padding-right: 15px;
text-align: right;
}
.content_stats_title {
font-weight: bold;	
}

.even {
background-color: #f0f0f0;
}

.odd {

}

