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


/*   Color Scheme 
=======================
Blue: #0B2685
Red:  #E40706

                     */

/*    Main Tags
===================== */
body {
	 margin:0;
	 padding:0;
	 background:#ececec;
	 color:#000;
}
.pagebody {/*puts padding below header on sub pages */
	background: #fff;
}

.pagebody table {
border-spacing: 0;	
}
a:link, a:active, a:visited {
        color:#1c3869;
		text-decoration: underline;
}
a:hover {
        text-decoration:underline;
		color: rgb(41, 81, 148);
}
body, td, th, div { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*    Added Colors/Styles
==================== */

td.two_column_layout {
width: 50%;
}

table.report {
background-color: #AAA;
border-spacing: 1px;
}

table.report td.points {
background-color: #ccc;
}

th {
color: #fff;
}

span a:link, span a:active, span a:visited, span a:hover {
color:#7faeff;
}


/*    Top Menu
==================== */
.mainmenucurrent, a.mainmenucurrent {
   font-size: 120%; 
   text-decoration: none; 
   color:#fff;
   background-color:#1c3869;
}
a.mainmenucurrent:link,
a.mainmenucurrent:visited,
a.mainmenucurrent:active {
color:#fff;
font-size:120%;
}
.mainmenuon, 
A.mainmenuon:hover, 
A.mainmenuon:link, 
A.mainmenuon:visited, 
A.mainmenuon:active { 
  	 color: #FFF; 
  	 background-color: rgb(121, 166, 245);
	font-size:120%;
}
.mainmenuoff, 
A.mainmenuoff:hover, 
A.mainmenuoff:link, 
A.mainmenuoff:visited, 
A.mainmenuoff:active { 
   	color: #FFF; 
   	background: #1c3867; 
	font-size:120%;
}


/*      Header 
==================== */
.pageheader {   /* Main Header BG */
	height: 139px;
	border: 1px solid;
	border-right: 0;
	border-left: 0;
	background:url(header_bg.jpg) repeat-x left bottom;
	width: 100%;
   
}

.brandlogo a img {
display:none;
}
.brandlogo a {
width:159px;
height:86px;
display: block;
margin:35px 75px 0 15px;
background:url(logo.png) no-repeat left top;
}
.brandlogo a:hover {
}

.pagetitle {   /* Center Cell */
	height: 120px;
	width: 25%;
}

.mmenucontainer {
position: relative;

}

.mmenucontainer a {
padding: 0 0 0 10px;
}

.pagetitle h1 {
font: "Arial", Helvetica, Sans-serif;
font-size: 18pt;
font-weight: bold;
color: #1c3867;  
text-align: center;
vertical-align:middle; 
margin-top: 30px;
}
.welcome {  /* Right Cell */
	padding: 6px 10px 0 0;
	width:45%;
	/* color:#000; */
	color:#7faeff;
	background-image: url(header_bg_sub.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.welcome a, .welcome a:hover{
	font-size: 8pt;
	color: #000;
}

/*    Tabs
==================== */
#homepagetabs {
border-bottom: 0;
margin: 0px 30px 0px 7px;
padding: 0 0 19px 15px;
font-weight:bold;
height: 8px;
}
#homepagetabs li {
display: inline;
list-style-type: none;
margin: 0;
border-top: 1px solid #bbbbbb;
border-left: 1px solid #bbbbbb;
border-right: 1px solid #bbbbbb;
border-bottom: 0;
background-color: #dcdcdc;
background-image:url(homepage_tabs_bg.jpg);
background-position: top center;
background-repeat: repeat-x;
float: left;
line-height: 14px;
margin-right: 2px;
padding: 5px 12px 6px 12px;
text-decoration: none;
cursor: pointer;
color:#1c3868;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
}

#homepagetabs li.currenttab {
background:#FFF;
padding-bottom:5px;
border-top: 1px solid #a0a0a0;
border-right: 1px solid #a0a0a0;
border-bottom: 1px solid #FFF;
border-left: 1px solid #a0a0a0;
line-height: 18px;
margin-top: -3px;
color:#1c3868;
}

/*    Main Headings 
======================= */
.homepagecolumn .homepagemodule caption, caption{
text-align:left;
padding:0px 5px 5px 5px;
font-size:16px;
font-weight:bold;
text-transform: uppercase;
background-color: #fff;
background-image:url(submenu_header_bg.jpg);
background-position: top center;
background-repeat:repeat;
color:#7faeff;
width:auto;
}

#homepagecolumns {
background-color: #fff;
border: 1px solid #bbbbbb;
border-bottom: 0;
padding: 10px 5px;
/* margin-left: 0px;
margin-top: -1px; */
}
.homepagecolumn .homepagemodule caption span, caption span{
background:transparent;
display:block;
padding:7px 0 0 0px;
}
.homepagecolumn .homepagemodule caption span.module_expand,
caption span.module_expand{
background:none;
}
.homepagecolumn #standings h3, .homepagecolumn #brief_standings h3, h3 {  /* Division 1 ect, subpage captions */
background:#DEDEDE;
color:#0B2685;
font-weight:bold;
text-align:left;
font-size:18px;
padding:5px;
}

#homepagecolumn1, #homepagecolumn2, #homepagecolumn3 {
background-color: #fff;
padding-left: 10px;
}

.homepagecolumn .homepagemodule { width: 98%; }

.homepagemessage tbody td {
padding: 10px;
}

.homepagemessage tbody th {
background-image:url(submenu_header_bg.jpg);
background-repeat:repeat-x;
background-position: center bottom;
color: rgb(127, 174, 255);
height: 25px;
}
/*    Tables 
================== */
th {
background:#868686;
padding:2px;
font-style:normal;
text-align:center;
}

th a:link,
th a:active,
th a:visited{
color:#0B2685;
}
th a:hover{
color: rgb(41, 81, 148);
}
.eventablerow {
   background-color: #fff;
   color:#000;
}
.oddtablerow {
   background-color: #f1f1f1;
   color:#000;
}
.eventablerow a:link,
.eventablerow a:visited,
.eventablerow a:active,
.oddtablerow a:link,
.oddtablerow a:visited,
.oddtablerow a:active{
color:#0B2685;
text-decoration:underline;
}
.eventablerow a:hover,
.oddtablerow a:hover {
color:#295194;
text-decoration:underline;
}
#monthly_calendar td.today { 
border:none;
background:#E40706 url(bg-menu.gif) repeat-x left bottom;
color:#fff;
}
#monthly_calendar td.today a:link,
#monthly_calendar td.today a:visited,
#monthly_calendar td.today a:active{
color:#0B2685;
}
#monthly_calendar td .calendarday {
background: #fff;
color:#E40706;
}
#homepagecolumns #bar_chart table {
   width: auto;
}
#bar_chart td {
   padding: 0;
}
/*    footer
====================== */
.pagefooter{
     background:#cccccc url(footer_bg.jpg) repeat-x top center;
	 border-top: 1px solid #bfbfbf;
	 padding:10px;
}
.pagefooter a{
        color:#666;
}
.pagefooter a:hover{
      color:#fff;
}
.pagefooter table{
width:99%;
}
.pagefooter td{
        color:#666;
		font-size:11px;
		background:none;
		text-align:left;
}

/* main body css
================== */

/* 
#contentframe {
  margin: 0px;
  padding-left: 105px;
  padding-top: 5px;
  padding-right: 5px;
} */

#contentframe table {
  width: 100%;
}

table.two_column_layout {width: 98%;}
td.two_column_layout {width: 50%;}

/* ----Other----*/

#monthly_calendar td, #monthly_calendar th {border: 1px solid #323321;}

h3.warning {
  padding: 20px 0px;
  background-color: #fff;
  font-size: 12pt;
}

#options_18 form > table {border:none;}
#options_98 form > table {border:none;}

#kickoff_countdown h3, #draft_countdown h3, #auction_countdown h3, #calendar_countdown h3 {
  color: #323321;
  background-color: transparent;
}

#contentframe #article table, #options_73 .articlepicturetable, #options_177 .articlepicturetable, #fantasy_recap .articlepicturetable, #options_185 .articlepicturetable, #contentframe .articlepicturetable {width: auto;}
#article td {padding: 5px;}

#options_20 table table {
   width: auto;
}

#options_06 .report .report { width: 100%; }








/*   Sub Nav Wrapper
======================= */
#withmenus {
margin-top: 20px;
margin-left: 20px;
}

#withmenus.withleft{
    margin-left:130px;
	margin-top: 20px;
	margin-right: 20px;
    zoom: 1;
}

/*   Horizontal Sub Nav
======================= */
#hsubmenu {
    padding:0;
    overflow:hidden;
    position:relative;
	background-color:#CCC;
	background-image: url(submenu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	border-bottom: 1px solid #adadad;
	height: 34px;
	margin-top: -1px;
}
#hsubmenu ul{
    list-style: none;
    line-height: 1em;
	height: 34px;
	left: 0;
	margin-left: 6px;
}
#hsubmenu ul li {
    float: left;
    padding: 0;
    margin: 0;
    list-style:none;
    border-left:1px solid #FFF;
	border-right: 1px solid #adadad;
    height: 34px;
	right: 0;

}
#hsubmenu ul li:first-child{
    border-left:none;
}
#hsubmenu ul a {
    text-decoration: none;
    padding: 11px 10px;
    margin:0;
	color: #1c3869;
	vertical-align:middle;
	height: 34px;
	margin-top: 0px;
    display: block;
}

#hsubmenu ul a:hover {
    text-decoration: none;
    padding: 11px 10px;
    white-space:nowrap;
    margin:0;
	margin-top: 0px;
	color: #1c3869;
	background-image:url(submenu_bg_hover.jpg);
	background-position: top center;
	background-repeat:repeat-x;
    display: block;
}

/*   Vert Sub Nav
======================= */
#vsubmenu {
    float:left;
    clear:both;
	width: 111px;
	margin-top: 0px;
	border-bottom: 2px solid #3b5274;
}
#vsubmenu ul{
    list-style:none;
    width:100px;
    margin:0;
    padding:0;
    line-height:1em;
}

#vsubmenu ul li {
    position:relative;
    float:left;
    font-weight:bold;
    margin:0;
    padding: 17px 5px 0px 5px;
    background-image: url(submenu_header_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
    list-style:none;
    width: 100px; /*  total width */
	border-right: 2px solid #3b5274;
}

li.vsubmenuheader {
color: #79a6f5;
text-transform:uppercase;
background-image: url(submenu_header_bg.jpg);
background-position:bottom center;
background-repeat: repeat-x;
}

#vsubmenu ul li ul li{
    padding:0;
    width:100px;
    font-weight:normal;
}
#vsubmenu ul li a, #vsubmenu ul li a:hover {
    display:block;
    padding:3px 0px 3px 10px;
    text-decoration:none;
	border-top: 1px solid #3b5274;
	border-bottom: 1px solid #162a4e;
	border-right: 1px solid #162a4e;
    background-color: #1c3869;
	color: #fff;
    text-transform:none;
	width:100px; /*  total width */
}

#vsubmenu ul li a:hover {
	background-color: #244a8a;
	border-top: 1px solid #355a95;
	border-bottom: 1px solid #1c396b;
}

#vsubmenu ul li ul {
    padding-top:5px;
    margin-left:-5px;
}
/* Fix IE. Hide from IE Mac \*/
* html #vsubmenu ul li { float: left; height: 1%; }
* html #vsubmenu ul li a { height: 1%; }
/* End */








ul { margin-top: 0; margin-bottom: 0; }
ul li { margin-left: -1.5em; }
small { font-size: 95%; }
h1, h2, h3, h4 { text-align: center; margin-bottom: 0px; }
h2, h3, h4 { margin-top: 0px; }
h1 { font-size: 200%; margin-top: 6px; }
h2 { font-size: 160%; }
h3 { font-size: 140%; }
h4 { font-size: 120%; }
form { margin-top: 0px; margin-bottom: 0px; }
.form_buttons { margin-left: auto; margin-right: auto; text-align: center; }
td.points, td.week, td.salary, td.contractyear, td.drafted, td.year, td.rank { text-align: right; }
.reportfooter td { text-align: center; }
.pageheader { width: 100%; }
.brandlogo { width: 15%; vertical-align: top; }
.welcome { vertical-align: top; text-align: right; width: 15%; }
.report, .playoffbracket, .homepagemessage { margin-bottom: 1em; }
.pagefooter, .pagefooter TD { font-size: 95%; }
.pagefooter { clear: both; }
.homepagemessage { margin-top: 0px; margin-left: 1px; }
.module_expand { font-family: monospace; float: right; visibility: visible; cursor: pointer; }
.warning { color: red; }
.moohighlight { background-color:#FFFF00; }
.reallysmall { font-size: 90%; }
.picks { width: 400px; }
.currentweek { font-weight: bold; }
.leaguelogo, .franchiselogo, .standingslogo { border: 0px; display: block; margin-left: auto; margin-right: auto; text-align: center; }
#support .leaguelogo { display: none; }
.franchiseicon { border: 0px; }
.requiredfield { font-weight: bold; }
.inputlabel { text-align: right; }
.inputfield { text-align: center; }
td.confw { text-align: right; }
td.divpct { text-align: right; }
td.nondivw { text-align: right; }
td.maxpa { text-align: right; }
td.gb { text-align: center; }
td.confl { text-align: right; }
td.nonconfwlt { text-align: right; }
td.divt { text-align: right; }
td.confwlt { text-align: center; }
td.minpa { text-align: right; }
td.pa { text-align: right; }
td.nonconfw { text-align: right; }
td.maxpf { text-align: right; }
td.divwlt { text-align: center; }
td.vp { text-align: right; }
td.confpf { text-align: right; }
td.dp { text-align: right; }
td.nondivt { text-align: right; }
td.h2hl { text-align: right; }
td.bbidspent { text-align: right; }
td.nondivl { text-align: right; }
td.nondivpct { text-align: right; }
td.op { text-align: right; }
td.divl { text-align: right; }
td.nonconfpct { text-align: right; }
td.pwr { text-align: right; }
td.confpct { text-align: right; }
td.eff { text-align: right; }
td.ww { text-align: right; }
td.bbidbalance { text-align: right; }
td.strk { text-align: center; }
td.nondivwlt { text-align: right; }
td.pf { text-align: right; }
td.h2ht { text-align: right; }
td.divw { text-align: right; }
td.nonconfl { text-align: right; }
td.avgpf { text-align: right; }
td.minpf { text-align: right; }
td.#w { text-align: right; }
td.h2hwlt { text-align: center; }
td.pb { text-align: right; }
td.conft { text-align: right; }
td.nonconft { text-align: right; }
td.divpf { text-align: right; }
td.pp { text-align: right; }
td.acct { text-align: right; }
td.avgpa { text-align: right; }
td.salary { text-align: right; }
td.h2hw { text-align: right; }
td.h2hpct { text-align: right; }
.header_links th, .header_links caption { display: none; }
.header_links li { list-style: none; float: left; padding: 2px; margin: 2px; white-space: nowrap; }
.header_links a { text-decoration: none; border: 1px solid; padding: 1px; margin: 1px; display: block; font-weight: bold; float: left; border-color: #FFF #333 #333 #FFF; }
.header_links .warning a { border: none; display: inline; float: none; }
.header_links .oddtablerow { background-color: transparent; }
.homepagecolumn { vertical-align: top; } 
#homepagecolumns { width: 100%; }
.homepagemessage { border: 1px solid #0B2685; width: 60%; }
.livescoringsummary { width: 260px; height: 300px; }

#options_207 table table caption a {
  color: white;
}

#home #withmenus {
        overflow: hidden;
}
.homepagetabcontent {
        clear: both
}
