/*----------------------------------------------------------*/
/* Rules for HTML selectors.                                */
/*----------------------------------------------------------*/
/* Page-wide attributes. */
BODY {
   font-size: 9pt;
   font-family: Arial;
   color: #000000;
   background-color: #eeeeee;
   border: 0px;
}
/* Hyperlinks */
a:link {
   color: #000034;
}
/* Active Hyperlinks */
a:hover {
   color: #941320;
}
/* Mouse-over Hyperlinks */
a:hover {
   text-decoration: none;
}
/* Table captions. */
CAPTION {
   font-size: 11pt;
   font-family: Arial;
   font-weight: bold;
}
/* Table header cells */
TH {
   font-size: 9pt;
   font-family: Arial;
   color: #FFFFFF;
   font-style: italic;
   font-weight: bold;
   background-color: #000034;
   padding: 1px 1px 1px 1px;
}
/* Table header cells - links */
/* By default, these should be the same color as the table header text color */
TH A:link, TH A:visited {
    color: #FFFFFF;
}
TR {
	vertical-align:top;
}
/* Various other HTML elements that we might want to control. */
BLOCKQUOTE, TD, OL, UL, CENTER {
   font-size: 9pt;
   font-family: Arial;
}
/* Small text */
SMALL {
   font-size: 8pt;
   font-family: Arial;
}
/* Big text */
BIG {
   font-size: 10pt;
   font-family: Arial;
}
/* Various Page Headers */
H1, H2, H3, H4 {
   text-align: center;
   font-family: Arial;
   margin-bottom: 0px;
}
H2, H3, H4 {
   margin-top: 0px;
}
H1 {
   font-size: 17pt;
   margin-top: 6px;
}
H2 {
   font-size: 13pt;
}
H3 {
   font-size: 11pt;
}
H4 {
   font-size: 10pt;
}
/* Fill-out forms. */
FORM {
   margin-top: 0px;
   margin-bottom: 0px;
}
INPUT, TEXTAREA, SELECT {
   font-family: Arial;
}
/*----------------------------------------------------------*/
/* Rules for classes that appear on many/all pages.         */
/*----------------------------------------------------------*/
/* The header of all league pages. */
.leaguehistorypageheader {
   width: 100%;
}
/* The site branding logo inside the page header. */
.leaguehistorybrandlogo {
   width: 15%;
   vertical-align: top;
}
/* The page title inside the page header. */
.leaguehistorypagetitle {
   width: 70%;
}
/* The "welcome" message inside the page header. */
.leaguehistorywelcome {
   vertical-align: top;
   text-align: right;
   width: 15%;
}
/* The body of all league history pages. */
.leaguehistorypagebody {
	border:none;
	clear:both;
	position:relative;
	z-index:1;
}
/* All even-numbered rows inside a table. */
.eventablerow {
   background-color: #BBBBFF;
}
/* All odd-numbered rows inside a table. */
.oddtablerow {
   background-color: #FFFFFF;
}
/* Tiebreaker rows inside a table. */
.tiebreakrow {
   background-color: #FFFF99;
   font-weight:bold;
   text-align:center;
}
/* Various system warnings (including injury status) */
.warning {
   color: #FF0000;
}
/* Next size smaller font. */
.reallysmall {
   font-size: 8pt;
   font-family: Arial;
}
/* Various pages have the "Go To Week:" UI at the top - this can be used to highlight */
/* the currently selected week. */
.currentweek {
   font-weight: bold;
}
/* Don't put a border around league logos. */
.leaguelogo {
   border: 0px;
}
/* Don't put a border around franchise logos. */
.franchiselogo {
   border: 0px;
}
/* Don't put a border around franchise icons. */
.franchiseicon {
   border: 0px;
}
/*--------------------------------------------------------------*/
/* Rules for classes that appear on only the league home pages. */
/*--------------------------------------------------------------*/
/* Various system messages that appear on the league home page. */
.homepagemessage {
   border: 1px solid #000034;
   padding: 0px;
   width: 60%;
}
.leaguehistorymodule TABLE {
	border-collapse:collapse;
	border: 1px solid #001D4E;
}
.homepagemodule TD {
	border: 1px solid gray;
}
.homepagemodule TH {
	border: 1px solid gray;
}
.homepagemodule TD.gamedetailcell {
  font-size: 7pt;
  font-style: italic;
  border-bottom-color: black;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
/* If the league home page uses multi-column layout, give CAPTIONs and H3's a consistent background. */
.homepagemodule CAPTION {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	background-color: #000034;
}
/* Clean up the look of H3's inside home page modules */
.homepagemodule H3 {
   margin: -1px; 
}
/*--------------------------------------------------------------------*/
/* Rules for classes that appear on only other selected league pages. */
/*--------------------------------------------------------------------*/
/* On the rosters report, when a new position starts. */
.newposition TD, .newposition TH {
   border-top: 2px solid #000000;
}
/* On the playoff brackets, the top team listed in a matchup. */
.topteam {
    border-bottom: 2px #000000 solid;
}
/* On the playoff brackets, draw a vertical line. */
.bracket {
    border-right: 2px #000000 solid;
}
/* On the playoff brackets, the bottom team listed in a matchup. */
.bottomteam {
    border-bottom: 2px #000000 solid;
    border-right: 2px #000000 solid;
}
/* On the weekly summary report, the weekly high score. */
.highscore {
   font-weight: bold;
}
/* On the weekly summary report, the weekly low score. */
.lowscore {
   font-style: italic;
   text-decoration: underline;
}
/* On the weekly results report, the tiebreaker player. */
.tiebreaker {
   font-weight: bold;
}
/* On the weekly results report, a non-starter that should have been started. */
.shouldstart {
   background: url(http://www.myfantasyleague.com/mflicons/up_arrow_green.gif) center right no-repeat;
   padding-right: 12px;
}
/* On the weekly results report, a starter that should have been benched. */
.shouldbench {
   background: url(http://www.myfantasyleague.com/mflicons/down_arrow_red.gif) center right no-repeat;
   padding-right: 12px;
}
/* Added for MFLAddons League History */
#menu {
	padding: 0;
	margin: 0 auto;
	width: 100%;
}
#mainnav {
    font-size: 1.5em;
    font-weight: bold;
	clear: both;
	margin: 0;
	padding: 0 15px 0 0;
	list-style-type: none;
	voice-family: "\"}\""; 
	voice-family:inherit; 
	width: 100%; 
}
#mainnav LI {
   list-style: none;
   float: left;
   padding: 2px;
   margin: 2px;
   white-space: nowrap;
}
#mainnav LI A {
   text-decoration: none;
   border: 1px solid;
   padding: 1px;
   margin: 1px;
   display: block;
   font-weight: bold;
   float: left;
   border-color: #FFF #000034 #000034 #FFF;
}
.leaguehistorymodule {
	display:block;
	float:left;
	padding-right:10px;
	padding-top: 10px;
}
.leaguehistorymodule TH {
	padding: 2px;
}
.leaguehistoryfooter {
	display:block;
	float:left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	vertical-align:bottom;
	text-align:center;
}
H3 warning {
	color: #FF0000;
	font-weight:bold;
}
.divisiongame {
	font-weight:bold;
}
.gamescore {
	text-align:right;
	color:#FF0000;
}
.winnermark {
	display:inline;
	color:#FF0000;
	font-size:medium;
}
.gamematchup, .prevmatchups {
	width:100%;
}
.prevmatchups .oddtablerow {
	background-color: #FFFFFF;
}
.prevmatchups .eventablerow {
	background-color:#F3BBCC;
}
.prevmatchups TH {
	background-color:#FF3333;
}
.prevmatchups caption {
	font-size:9pt;
	background-color: #FF3333;
}
#gamecenter .gamecentertable {
	border-style: none;
}
.gamecenter_submenu {
}
.gamecenter_seasonmenu_text {
}
.gamecenter_seasonmenu_label {
  font-weight: bold;
}
.gamecenter_seasonmenu_item {
}
.gamecenter_seasonmenu_current {
}
.gamecenter_weekmenu_text {
}
.gamecenter_weekmenu_label {
  font-weight: bold;
}
.gamecenter_weekmenu_item {
}
.gamecenter_weekmenu_current {
}
.standings_submenu {
}
.standings_seasonmenu_text {
}
.standings_seasonmenu_label {
  font-weight: bold;
}
.standings_seasonmenu_item {
}
.standings_seasonmenu_current {
}
.thisyear_record {
  font-weight: bold;
}
.standings_wins, .standings_losses, .standings_ties,
.standings_dwins, .standings_dlosses, .standings_dties,
.standings_cwins, .standings_closses, .standings_cties {
  text-align:right;
}
.standings_winpct, .standings_gb, .standings_pf, .standings_pa,
.standings_dwinpct, .standings_dpf, .standings_dpa,
.standings_cwinpct, .standings_cpf, .standings_cpa {
  text-align:decimal;
}
.standings_gb0 {
  text-align: center;
}
