body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0;
	margin: 0;
	padding: 0;
	color: #000000;
}

.active {
	font-weight:bold;
}

th {
	color: #323E4B;
}

th#sub {
	color: #AB0507;
	background-color: #000066
}

abbr {
	border-bottom: medium none;
}

div.line {
	height: 1px;
	font-size: 1px;
	width: 100%;
	border: 0 solid;
	border-top: 1px solid #FFFFFF;
	background-color: transparent;
	clear: both;
	margin-top: 3px;
}

div#footerbox {
	width:100%;
	height: 25px;
	border: 1px solid #003399;
	background-color: #CCCCCC;
	margin-top: 4px;
}

div#nav {
	/* position and z-index prevent overlap of main and submenus */
	position: relative;
	z-index: 50;
	font-family: Tahoma, Verdana, sans-serif;
	float: left;
	background: #FFFFFF;
	border: 1px solid #8499B0;
	width: 100%;
	margin: -1px 0 0 0;
        font-weight:bold;
}
div#nav ul {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	border: 1px solid #AFBBC8;
	border-width: 0 1px;
	font-weight:bold;
}
div#nav ul.level1 {
	margin-left: -1px;
	margin-right: -1px;
}
div#nav li {
	font-size: 8pt;
	font-weight:bold;
	position: relative;
	float: left;
	width: 8em;
	list-style: none;
	margin: 0px;
	margin-bottom: -1px;
/*	line-height: 1em; */
}
div#nav li:hover {
	background-color: #CCCCCC;
}
div#nav li.submenu {
	background: url(http://www.fantasyplaymakers.com/baseball/images/dropmenu.gif) 95% 50% no-repeat;
}
div#nav li.submenu li.submenu {
	background: url(http://www.fantasyplaymakers.com/baseball/images/submenu.gif) 95% 50% no-repeat;
}
div#nav li.submenu:hover {
	background-color: #CCCCCC;

}
div#nav li.submenu li.submenu:hover {
	background-color: #CCCCCC;

}
div#nav li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	width: 100%; /* for IE 5 */
	voice-family: "\"}\""; voice-family: inherit; /* box model hack */
	width: 7.5em; /* for IE 6 */
}
div#nav>ul a { width: auto; /* for everyone else */ }
div#nav ul ul {
	position: absolute;
	width: 8em;
	display: none;
}
div#nav ul ul li {
	border-bottom: 1px solid #AFBBC8;
font-weight:bold;
}
div#nav ul.level1 li.submenu:hover ul.level2,
div#nav ul.level2 li.submenu:hover ul.level3 {
	display: block;
}
div#nav ul.level2 {
	left: -1px;
}
div#nav ul.level3 {
	top: -1px; 
	left: 8em;
	border-top: 1px solid #AFBBC8;
}
div#nav li.submenu ul {
	margin-top: 0;
}


div#subnav {
	font-family: Tahoma, Verdana, sans-serif;
	float: left;
	border: 1px solid #8499B0; 
	width: 100%; 
	margin: -1px 0 0 0;
}
div#subnav ul {
	margin: 0;
	padding: 0;
	border: 1px solid #AFBBC8;
	border-width: 0 1px;
}
div#subnav ul.level1 {
	margin-left: -1px;
	margin-right: -1px;
}
div#subnav li {
	font-size: 8pt;
	position: relative;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	padding: 1px 3px 1px 3px;
	list-style: none;
	margin-bottom: -1px;
}
div#subnav li#caption {
	padding-left: 0px;
	margin-left: 0px;
}
div#subnav li:hover {
	background-color: #CCCCCC;
}
div#subnav li#caption:hover {
	background-color: inherit;
}
div#subnav li a:hover {
	text-decoration: none;
}

/* end new menu section */

/* I can't make this work for the body tag. 
	Looks like <table> won't inherit this property.
*/
body,table {
	font-size: 9pt;
}

 a, a:visited, a:active {
	text-decoration : none;
	color: #000066;
	font-weight : bold; 
}

a:hover {
	text-decoration: underline;
}

 a.navig:link {
	text-decoration : none;
	color: #FFFFFF;
	font-weight : bold; 
}

 a.navig:visited {
	text-decoration : none;
	color: #FFFFFF;
	font-weight : bold; 
}

 a.navig:hover {
	text-decoration : none;
	color: #FFFFFF;
	font-weight : bold; 
}
 a.navig:active {

	text-decoration : none;
	color: #FFFFFF;
	font-weight : bold; 
}


h1, h2, h3, h4, h5, h6 {
	color: #AB0507;
}

h1#league-title {
	margin-bottom: 0;
	display:inline;
	position: relative;
	bottom: -9px;
	font-size: 16pt;
	font-variant: small-caps;
	text-decoration: underline;
	color: #AB0507;
}

h2 {
	font-size: 14pt;
	color: #AB0507
}

.bigger {
	font : 20px Verdana, Arial, Helvetica, sans-serif;
}

.big {
	font : 16px Verdana, Arial, Helvetica, sans-serif;
}


.small {
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: #003399
}

.bold {
	font-weight : bold;
}

.headline {
	font-family: Verdana,Arial, sans-serif;
	font-size: 22px;
	color: black;
	font-weight: bold;
}

.red {
	color: red
}

.white {
	color: white
}

.dark {
	color: #236;
	font-weight : bold;
}

.grey {
	color: #777777
}

.alert {
	font-size: 16px;
	color: red;
	font-weight: bold;
}

.success {
	font-size: 16px;
	color: green;
	font-weight: bold;
}

.altline {
	background-color: #dddddd;
}

.darkline {
	background-color: #236;
}

.header {
	text-decoration: none;
}

table.alldraft {
	border-collapse: collapse;
}

table.alldraft td, table.alldraft th {
	border: 1px solid #000;
	padding-left: 4px;
	padding-right: 4px;
}

.error {
	color: #F00;
	font-weight:bold;
}

td.droplink {
	font-size:x-small;
	color: #AB0507;
	border: 1px solid #AB0507;
	padding-left: 3px;
	padding-right: 4px;


}

td.droplink a, td.droplink a:visited {
	color: #AB0507;

}

td.droplink a:hover {
	text-decoration: none;
	color: #003399;
}

.alth3 h3 {
	margin-bottom:0px;
	margin-top:0px;
	padding:3px 8px 3px 8px;
	font-size: 12pt;
}

table.matchup {
	width: 90%;
	max-width: 770px;
}

table.matchup th {
	background-color: #CCC;
}

table.matchup th.top {
	background-color: #FFF;
}

table.matchup td {
	text-align:center;
}

table.matchup td.pname {
	text-align: left;
	padding-left: 1em;
}

table.stattable {
width: 350px;
}

table.stattable th {
	background-color: #000066;
	vertical-align: middle;
}

table.stattable th.vborder {
	width:1px;
    color:#333399;
background-color: #333399;
}

table.stattable td {
	text-align: leftt;
	padding-right: 1px;
}
/* Sortable tables */
table.sortable a.sortheader {
    background-color:#000066;
    color:#FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: white;
    text-decoration: none;
    weight: bold;	
}

.current {
	color: #323E4B !important; 
	font-weight: bold;
}

.oddrow {
	background-color: transparent;
}

.evenrow {
	background-color: transparent;
}

.divtest { background-image: url(menubar.gif);
}
.divtest2 { background-image: url(/baseball/lib/css/realmenubg.gif);
}
              
.tblbg { background-image: url(/baseball/lib/css/tablebg.gif);
        }
.menu14 { background-image: url(/baseball/lib/css/realmenubg.gif);
 }
.head {color:black;
		font-family:verdana, arial, helvetica, sans serif;
		font-size:20px;
		font-weight:bold;
		margin-top:0;}
.subhead {color:black;
		font-family:verdana, arial, helvetica, sans serif;
		font-size:10px;}
.subhead2 {color:white;
		font-family:verdana, arial, helvetica, sans serif;
		font-size:12px;
                text-decoration: underline;
		font-weight:bold;
		line-height:22px}
.address {color:#ffffff;
		font-family:verdana, arial, helvetica, sans serif;
		font-size:12px;
		font-weight:bold;
		line-height:18px}
.website1 {font-family:verdana, arial, helvetica, sans serif;
		font-size:14px;
		line-height:35px;
		font-weight:regular;
		color:#cc0000;
		}
.website2 {font-family:verdana, arial, helvetica, sans serif;
		font-size:12px;
		line-height:16px;
		font-weight:regular;
		color:#000000;}
.website2 {font-family:verdana, arial, helvetica, sans serif;
		font-size:12px;
		line-height:16px;
		font-weight:regular;
		color:#FFFFFF;}
.webaddress {font-family:verdana, arial, helvetica, sans serif;
		font-size:12px;
		line-height:16px;
		font-weight:regular;
		color:#0000FF;
		}
.webaddress2 {font-family:verdana, arial, helvetica, sans serif;
		font-size:12px;
		line-height:16px;
		font-weight:regular;
		color:#0000FF;
		}
.email {font-family:verdana, arial, helvetica, sans serif;
		font-size:12px;
		line-height:16px;
		font-weight:regular;
		color:#0000FF;
		text-transform:lowercase;}
.links {font-family:verdana, arial, helvetica, sans serif;
		font-size:10px;
		line-height:14px;
		font-weight:normal;
		color:#FFFF00;}
.body {font-family:verdana, arial, helvetica, sans serif;
		font-size:12px;
		font-weight:normal;
		color:#014878;}
.contact {font-family:verdana, arial, helvetica, sans serif;
                font-size:14px;
                font-weight:bold;
                color:#0000FF;
                align:center}
                 }

div.line {
	height: 1px;
	font-size: 1px;
	width: 100%;
	border: 0 solid;
	border-top: 1px solid #8499B0;
	background-color: transparent;
	clear: both;
	margin-top: 3px;
}

div#footerbox {
	width:842;
	height: 16px;
	border: 1px solid #8499B0;
	background-color: #CCCCCC;
	margin-top: 4px;
}

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
color:#FFFFFF;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
color:#FFFFFF;
}

#tablist li a{
background-image: url(/baseball/lib/css/midmenubg.gif);
text-decoration: none;
height: 38px;
padding: 3px 0.5em;
margin-left: 3px;
border-bottom: none;
}

#tablist li a:link{font-family:verdana, arial, helvetica, sans serif;
		font-size:12px;
		line-height:14px;
		font-weight:bold;
		color:#FFFFFF;}


#tablist li a:visited{font-family:verdana, arial, helvetica, sans serif;
		font-size:12px;
		line-height:14px;
                font-weight:bold;
		color:#FFFFFF;}

#tablist li a.current{
		font-size:12px;
		line-height:14px;
                font-weight:bold;
                color:#333399;
               }

#tablist li a.hover{
		font-size:12px;
		line-height:14px;
                font-weight:bold;
                color:#AB0507;
                text-decoration: none;
               }



 a.navig:link {
	text-decoration : none;
	font-size:12px;
	color: #FFFFFF;
	font-weight : bold;
}

 a.navig:visited {
	text-decoration : none;
	font-size:12px;
	color: #FFFFFF;
	font-weight : bold;
}

 a.navig:hover {
	text-decoration : none;
	font-size:12px;
	color: #000066;
	background: #FFFFFF;
	font-weight : bold;
}
 a.navig:active {
	text-decoration : none;
	font-size:12px;
	color: #FFFFFF;
	font-weight : bold;
}
.menu {
list-style-type: none;
margin: 0;
padding: 0;
}

.menu a {
  display: block;
  width:125px;
  font-family: verdana,helvetica,arial,sans-serif;
  font-weight: bold;
  background-image: url(/baseball/lib/css/tablebg.gif);
  text-align: center;
  color: #000;
  text-decoration: none;
	margin: 2px 0;
}
.menu a:link, .menu a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
.menu a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}
a.test {text-decoration: none;
color: #222;
}
a.test:hover{text-decoration: underline;
}
a.arrow{border: 0px
}
div.d-americanleague, div.d-nationalleague {
  float: left;
  width: 225px;
  margin: 0;
}

div.d-americanleague {
  margin-right: -1px;
  border-right: 1px solid #DFDDDE;
  padding-right: 15px;
  padding-left: 15px;
}

div.d-nationalleague {
  border-left: 1px solid #DFDDDE;
  padding-left: 15px;
  padding-right: 15px;
}
.stathead {
  text-align: center;
  background-color: #AB0507; 
  margin: 0;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
