/* CSS Document */

@import url(../all.css);

body {
   margin: 0px;
   padding: 0px;
   border: 0px;
   background-color: #000000;
   background-image:url(bgkd.jpg);
   background-position:top center;
   background-repeat:no-repeat;
   background-attachment:fixed;
   color: #000000;
   font-family: Tahoma, Geneva, sans-serif, "MS sans serif";
}

h1,h2,h3,h4,h5,h6,p,caption,td,th,ol,ul{
   font-family: Tahoma, Geneva, sans-serif, "MS sans serif" !important;
}
a:link {
	color: #000066;
	text-decoration: underline;
}

a:visited {
	color: #000099;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a:active {
	color: #99AACC;
	text-decoration: underline;
}

caption, th, .homepagecolumn .homepagemodule caption {
   text-align: left;
   white-space: nowrap;
   font-size: 14px;
   font-weight: bold;
   font-style: normal;
   color: #000000;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #000000;
   background-color: #ffffff;
}
.homepagecolumn #standings H3, .homepagecolumn #brief_standings H3 {
   text-align: Center;
   white-space: nowrap;
   font-size: 14px;
   font-weight: bold;
   font-style: normal;
   color: #ffffff;
   background-color: #ae381e;
}
.homepagecolumn table {
	background-color:#000000;
}
.homepagecolumn th {
	font-style:italic;
	font-size:12px;
	text-align:center;
}
.eventablerow {
   background-color: #CCCCCC;
}

.oddtablerow {
   background-color: #EEEEEE;
}

.pageheader {
   background: url(headerGraphic.jpg) 0px 0px no-repeat;
   background-color: #FFFFFF;
   height: 150px;
   width:960px;
   margin:0 auto;
}
.brandlogo a {
	height:80px;
	width:80px;
	display:block;
	background:none;
}
.brandlogo img {
	visibility:hidden;
}
.pagetitle h1 {
	visibility:hidden;
	display:none;
}
.welcome{
	padding:110px 4px 0 0;
	font-weight:bold;
	font-size:10px;
}

.pagefooter {
   background-color:none;
}

.pagefooter TD {
	padding: 3px;
	color: #000000;
	font-size: 90%;
	text-align: center;
}

.pagefooter A {
	font-weight: bold;
	text-decoration:none;
}

.pagefooter A:link {
	color: #ae381e;
}

.pagefooter A:visited {
	color: #ae381e;
}

.pagefooter A:hover {
	color: #ffffff;
	background-color:#ae381e;
}

.pagefooter A:active {
	color: #ae381eF;
}

.pagebody {
  padding:0;
  width:960px;
  margin:0 auto;
  background-color: #FFFFFF;
  position:relative;
}
.homePageMessage h1, .homePageMessage p {
	text-align:left;
	padding:0;
	margin:5px;
}
.report a:link, .report a:visited, .report a, .welcome a:link, .welcome a:visited, .welcome a{
	font-weight:bold;
	text-decoration:none;
	padding:0 2px;
	color:#ae381e;
}
.report a:hover, .welcome a:hover{
	color:#ffffff;
	background-color:#ae381e;
}
.report th{
	color:#ffffff;
	background-color:#11342c;
	border:none;
	padding:2px 4px;
}
.mainmenuon,  A.mainmenuon:hover, A.mainmenuon:link, A.mainmenuon:visited, A.mainmenuon:active {
	color: #ffffff;
	background-color: #ae381e;
}

.mainmenucurrent, A.mainmenucurrent:link, A.mainmenucurrent:hover, .mainmenuoff, A.mainmenuoff:hover, A.mainmenuoff:link, A.mainmenuoff:visited, A.mainmenuoff:active {
	color: #ffffff;
	background-color: #11342c;
}

.header_links, .header_links TD, .header_links TH {
   border: none;
}

H2 {
   font-size: 14px;
   text-align: left;
}

#body_buffalo_trace_05 H2 {
   font-size: 20px;
   text-align: center;
   color: white;
}

.gameunderway {
   background: url(http://www.myfantasyleague.com/mflicons/game_under_way.gif) center right no-repeat;
   padding-right: 12px;
}

/* On the live scoring pages, indicate that the team has the ball. */
.haspossession {
   background: url(http://www.myfantasyleague.com/mflicons/has_ball.gif) center right no-repeat;
   padding-right: 12px;
}

/* On the live scoring pages, indicate that the team has the ball inside the red zone. */
.redzone {
   background: url(http://www.myfantasyleague.com/mflicons/red_zone.gif) center right no-repeat;
   padding-right: 12px;
}

/* On the live scoring pages, indicate that the player has recent stats. */
.updatedstats {
   background: url(http://www.myfantasyleague.com/mflicons/new_stats_3.gif) center right no-repeat;
   padding-right: 12px;
}

/*top menu*/
#menu0 {
	top:0px !important;
}