@charset "utf-8";
/* CSS Document */

html
	{
	height: 100%;
	min-height: 100%; 
	margin-bottom: 1px;
	}

#dhtmltooltip{
position: absolute;
left: -300px;
border: 1px solid black;
padding: 4px;
background-color: #C3FDB8;
visibility: hidden;
font-family:arial;
width:250px;
font-size:12px;
z-index: 100;
text-align:justify;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

	html
	{
	height: 100%;
	}

	body 
	{
		margin:0;
		padding:0;
		height: 100%;
		background-color: #666;
		color: #000;
		text-align: center;
		font-family:arial;
		font-size:14px;
	}

	#frame {
		width:1000px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		min-height:100%;
		height:100%;
		}

	#main
	{
		padding-top: 0px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0px;
		width: 960px;
		height:auto;
		min-height:100%;
		color: #000;
		text-align: left;
		float:left;
		background-image: url('framebg.png');
		background-repeat: repeat-y;
		position:relative;
		top:-1px;
	}
	
	#textcol 
	{
	background-image:url('colback2.png');
	background-repeat: repeat-y;
	float:left;
	font-family:arial;
	font-size:14px;
	height:437px;
	padding:14px;
	text-align:justify;
	width:278px;
	}

	#leaguecol
	{
		width: 642px;
		margin-left:8px;
		height:470px;
		float:left;		
	}

	#search_suggest {
		position:absolute;
		z-index:255;
		text-align: left; 
		top:42px;
		right:120px;	
		width:160px;
	}

	div.header {
		height: 109px;
		width: 940px;
		background-image: url('navback2.png');
		background-repeat: repeat-x;
		padding-top:10px;
		padding-right:10px;
		padding-left:10px;
	}

	#footer {
		height:15px;
	}

	div.textBody {
		color: #006400; 
		font-family: arial, sans serif; 
		font-size:11pt; 
		padding:4px;
	}

	div.textBodyNorm {
		color: #000; 
		font-family: arial, sans serif; 
		font-size:11pt; 
	}

	p.textBody {
		color: #006400; 
		font-family: arial, sans serif; 
		font-size:11pt; 
	}

	div.textHead {
		color: #000; 
		font-family: arial; 
		margin:0px;
		font-size:16pt; 
		float:left;
		background:#fff;
		border-bottom:2px solid #000;
		width:940px;
	}

	div.infocol 
	{
		background-image:url('colback2.png');
		background-repeat: repeat-y;
		float:left;	
		font-family:arial;
		font-size:14px;
		padding:14px;
		text-align:justify;
		width:259px;
		margin-top:12px;
		margin-left:8px;
		height:auto;
		padding-left:18px
	}

	div.navLinkLogo 
	{
		position: relative;
		float: left;
		height: 44px;
		width:266px;
	}

	div.navLink100 
	{
		font-family: felix titling;
		font-size:24px;
		text-align:center;
		color:#000;
		position: relative;
		float: left;	
		vertical-align: middle;
		padding-top:12px;
		padding-left:30px;
		padding-right:30px;
		padding-bottom:0px;
	}

	div.navLink250
	{
		font-family: felix titling;
		font-size:24px;
		text-align:center;
		color:#FFFFFF;
		float: right;
		height: 87px;
		width: 258px;
		vertical-align: middle;
		margin-top: 8px;
	}

	.suggest_link {
		background-color: #FFFFFF;
		padding: 2px 6px 2px 6px;
		font-family:arial;
		font-size: 12px;
		cursor:pointer;
		color: black;
	}
	.suggest_link_over {
		background-color: #C3FDB8;
		padding: 2px 6px 2px 6px;
		font-family: arial;
		font-size: 12px;
		cursor:pointer;
		color: black;
	}

	table.league 
	{
		font-family: arial;
		font-size: 14px;
	}

	tr.leagueheader
	{	
		font-size:20px;
		text-align:center;
		margin: auto;
	}
	
	.league a:link {color: #000000; text-decoration: none; }
	.league a:active {color: #000000; text-decoration: none; }
	.league a:visited {color: #000000; text-decoration: none; }
	.league a:hover {color: #000000; text-decoration: underline; }

	.navLink100 a:link {color: #000; text-decoration: none; }
	.navLink100 a:active {color: #000; text-decoration: none; }
	.navLink100 a:visited {color: #000; text-decoration: none; }
	.navLink100 a:hover {color: #000; text-decoration: underline; }

	.navText a:link {color: #000; text-decoration: none; }
	.navText a:active {color: #000; text-decoration: none; }
	.navText a:visited {color: #000; text-decoration: none; }
	.navText a:hover {color: #000; text-decoration: underline; }

div.grayed {
	color: gray;
}


tr.player td {
	color: black;
	font-size: 11px;
}
tr.normal { 
	background-color: #ffffff;
	text-align: right;
	font-size:14px;
	font-family:arial;
}
tr.highlight { 
	background-color: #C3FDB8;
	text-align: right;
	font-size:14px;
	font-family:arial;
}

tr.statheader {
	font-size:16px;
	text-align:right;
	color: #006400;
	font-family:arial;
	text-decoration: underline;
}

tr.statheaderMini {
	font-size:14px;
	text-align:right;
	color: #000;
	font-weight: bold;
	font-family:arial;
}

td.negNum {
	color: #FF0000;
	text-align: right;
}

td.posNum {
	color: #006400;
	text-align: right;
}

.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
	font-family:arial;
	font-size: 12px;
	cursor:pointer;
	color: black;
}
.suggest_link_over {
	background-color: #C3FDB8;
	padding: 2px 6px 2px 6px;
	font-family: arial;
	font-size: 12px;
	cursor:pointer;
	color: black;
}

div.glossdiv {
padding:10px;
}

#textcol a:link {color: #003366; text-decoration: none; font-weight:bold}
#textcol a:active {color: #003366; text-decoration: none; font-weight:bold}
#textcol a:visited {color: #003366; text-decoration: none; font-weight:bold}
#textcol a:hover {color: #003366; text-decoration: underline; font-weight:bold}

.textBody a:link {color: #003366; text-decoration: none; font-weight:bold}
.textBody a:active {color: #003366; text-decoration: none; font-weight:bold}
.textBody a:visited {color: #003366; text-decoration: none; font-weight:bold}
.textBody a:hover {color: #003366; text-decoration: underline; font-weight: bold }

.textHead a:link {color: #009900; text-decoration: none; font-weight:bold}
.textHead a:active {color: #009900; text-decoration: none; font-weight:bold}
.textHead a:visited {color: #009900; text-decoration: none; font-weight:bold;}
.textHead a:hover {color: #009900; text-decoration: underline; }

.ungrayed a:link {color: #ffffff; text-decoration: none; }
.ungrayed a:active {color: #ffffff; text-decoration: none; }
.ungrayed a:visited {color: #ffffff; text-decoration: none; }
.ungrayed a:hover {color: #ffffff; text-decoration: underline; }

.infocol a:link {color: #000000; text-decoration: none; }
.infocol a:active {color: #000000; text-decoration: none; }
.infocol a:visited {color: #000000; text-decoration: none; }
.infocol a:hover {color: #000000; text-decoration: underline; }

.teamSelect a:link {color: #000066; text-decoration: none; font-family:arial; }
.teamSelect a:active {color: #000066; text-decoration: none; font-family:arial; }
.teamSelect a:visited {color: #000066; text-decoration: none; font-family:arial; }
.teamSelect a:hover {color: #000066; text-decoration: underline; font-family:arial; }

