body
{
	margin:0px;
	padding:0px;
	background-color:#979797; 
	background-image: url(../../../files/images/site_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*top bar on the site for login and member links*/
.top_bar
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	border:2px solid white;
	border-top:2px;
	border-bottom:0px;
	background-color: #FFFFFF;
	background-image: url(../../../files/images/top_bar_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color:#000000;
}


/*Login alignment*/
.team_links_bar {
	background-color: #FFFFFF;
	border-left:1px solid white;
	border-right:0px solid white;
	
}

/*Login alignment*/
.login
{
	margin:0px;
	padding:7px 0px 8px 8px;
}
html>body .login
{
	padding:8px 0px 8px 8px;
}

/*Login Boxes*/
.login_box {
	border: 1px solid #00024e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-align: center;
	height: 22px;
	background-color:#fff;
	padding:3px 0px 0px 0px;
	background-image: url(../../../files/images/login_box_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

html>body .login_box {
	border: 1px solid #00024e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-align: center;
	margin:0px 0px 0px 0px;
	background-color:#fff;
	padding:3px 0px 0px 0px;
	vertical-align:middle;
	background-image: url(../../../files/images/login_box_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.remember
{
	vertical-align: 50%;
	padding-left:4px;
}
html>body .remember
{
	vertical-align: middle;
	padding-left:4px;
}
.check {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
}
html>body .check {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 2px;
	vertical-align:middle;
}
.arrow_right
{
	padding:0px 2px 0px 0px;
}

.sign_up {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float:right;
	margin-right:10px;
	padding-top:6px;
}

html>body .sign_up {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float:right;
	margin-right:10px;
	padding-top:5px;
}

.username
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	margin-right:5px;
	padding-top:14px;
}

.button {
	
	margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;
	vertical-align:-20%;
	cursor:pointer;


}
html>body .button {
	border: 0px;
	margin:0px 0px 0px 0px; padding:0px;
	cursor:pointer;
	vertical-align:middle;
	}
	
/*Banner Section*/
.banner_table
{
	
	height:150px;
	background-color:#4e4e4e;
}
 #banner
{
	background-image: url(../../../files/images/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:150px;
	border:2px solid #fff;
	border-top:0px;
	border-bottom:0px;
	display: block;
}

.textWhite
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.textRed
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #be0000;
	}

/*Down Arrows for NAV Links which are a pain in my ass*/
 .arrow
{
	background-image: url(../../../files/images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: center 30px;
	float:left;
}

html>body .arrow
{
	background-image: url(../../../files/images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: center 30px;
	float:left;

}


/*Members Bar Links*/
.mem_bar
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	border:2px solid white;
	border-bottom:0px;
}

.mem_bar_links{
	width:100%;
}

.mem_bar_links ul{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%; /*width of menu*/
	background-color: #333333;
	background-image: url(../../../files/images/top_bar_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;

}

html>body .mem_bar_links ul{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 958px; /*width of menu*/
	background-color: #333333;
	background-image: url(../../../files/images/top_bar_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.mem_bar_links ul li{
	display: inline;
}

 .mem_bar_links ul li a{
	background-image: url(../../../files/images/top_bar_divider.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	float: left;
	color: #fff; /*text color*/
	padding: 14px 13px 14px 12px;
	text-decoration: none;
}

.mem_bar_links ul li a:visited{
	color: #fff;
}

 .mem_bar_links ul li a:hover, .mem_bar_links ul li a:active{
	color: #FFFFFF; /*text color of selected and active item*/
	padding: 14px 13px 14px 12px;
	text-decoration:none;
	border-bottom:0px;
	background-color:#000;
	background-image: url(../../../files/images/top_bar_hover.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}	

/*Drop down menu for main links*/
* html #dropmenudiv{
	position:absolute;
	z-index:100;
	padding: 5px 0px;
	margin:2px 0px 0px -1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color:  #333333;
	border:2px solid white;
	background-image: url(../../../../files/images/);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

#dropmenudiv{
	position:absolute;
	z-index:0;
	padding:5px 0px;
	margin:2px 0px 0px -1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:2px solid white;
	background-color: #333333;
	background-image: url(../../../../files/images/);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:160px;	
}

#dropmenudiv a{

	display: block;
	padding:7px 0px 7px 0px;
	text-indent:10px;
	text-decoration: none;
	border-bottom:0px solid white;
	font-weight: bold;
	color: #ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #fff;
	background-color: #008400;

}

.content_main
{
	background-color:#FFFFFF;
	background-image: url(../../../files/images/x_content_shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding:8px 5px 0px 5px;
	border-left:2px solid white;
	border-right:2px solid white;
	border-top:2px solid white;
}
.footer_shadow
{
	background-color:#FFFFFF;
	background-image: url(../../../files/images/x_footer_shadow.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height:10px;
	border-left:2px solid white;
	border-right:2px solid white;
	border-bottom:1px solid white;
}

.footer_bar
{
	/*width of menu*/
	background-color: #00024e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-top:1px solid #fff;
	color: #fff;
	height:40px;
	background-image: url(../../../files/images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
	}

.footer_corner_right
{
	background-image: url(../../../files/images/footer_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float:right;
	height:40px;
	width:11px;
}

.footer_corner_left
{
	background-image: url(../../../files/images/footer_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float:left;
	height:40px;
	width:11px;
}

.copyright
{
color:#ccc;
}

a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-decoration:	underline;
}


.orTabLink:link, .orTabSelLink:link, .orMenuLink:link
{
	color:				#000000;
	text-decoration:	bold;
	
}

.orTabLink:visited, .orTabSelLink:visited, .orMenuLink:visited
{
	color:				#000000;
	text-decoration:	bold;

}

.orTabLink:active, .orTabSelLink:active, .orMenuLink:active
{
	color:				#666666;
	text-decoration:	none;
	font-weight:		bold;
}
.orTabLink:hover, .orTabSelLink:hover, .orMenuLink:hover
{
	text-decoration:	underline;
	font-weight:		bold;

}

.orTabLink:link			{	font-size:			10pt; }
.orTabLink:visited		{	font-size:			10pt; }
.orTabLink:active		{	font-size:			10pt; }
.orTabLink:hover		{	font-size:			10pt; }
.orTabSelLink:link		{	font-size:			14pt; }
.orTabSelLink:visited	{	font-size:			14pt; }
.orTabSelLink:active	{	font-size:			14pt; }
.orTabSelLink:hover		{	font-size:			14pt; }

.linkRed:link    {color: #666666; text-decoration: none; font-weight: bold}
.linkRed:visited {color: #666666; text-decoration: none; font-weight: bold}
.linkRed:active  {color: #666666; text-decoration: none; font-weight: bold}
.linkRed:hover   {color: #8a8a8a; text-decoration: underline; font-weight: bold}
.linkWhite:link    {color: #FFFFFF; text-decoration: none; font-weight: bold}
.linkWhite:visited {color: #FFFFFF; text-decoration: none; font-weight: bold}
.linkWhite:active  {color: #FFFFFF; text-decoration: none; font-weight: bold}
.linkWhite:hover   {color: #FFFFFF; text-decoration: underlined; font-weight: bold}
.footer:link    {color: #FFFFFF; text-decoration: none; font-weight: bold}
.footer:visited {color: #FFFFFF; text-decoration: none; font-weight: bold}
.footer:hover   {color:#ccc; text-decoration: underline; font-weight: bold}


.orFolderTop
{
	background-color:	rgb(235, 235, 235);
}

.orSubMenu
{
	width:				150px;
	background-color:	rgb(235, 235, 235);
}


.playOffCell
{
	font-size:		9pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* Quote & Code blocks */
.code
{
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px;
	color: #006600;
	background-color: rgb(235, 235, 235);
	border: rgb(0, 0, 0);
	border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				10px;
	color:					rgb(25, 25, 25);
	line-height:			125%;
	background-color:		rgb(235, 235, 235);
	border:					rgb(0, 0, 95);
	border-style:			solid;
	border-left-width:		1px;
	border-top-width:		1px;
	border-right-width:		1px;
	border-bottom-width:	1px
}

.draftNotesDiv
{
	background-color:	rgb(235, 235, 235);
	border-style:		solid;
	border-width:		4px;
	border-color:		rgb(0, 0, 0);

	width:				400px;

	padding:			5px;

	visibility:			hidden;
	position:			absolute;
	z-index:			100;
}

.Waivers
{
	background:		rgb(2, 52, 120);
	color:			rgb(255, 255, 255);
}

.Pending
{
	background:		rgb(2, 52, 120);
	color:			rgb(255, 255, 255);
}

.frontPageDeadline
{
	font-size:			10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.faFilterButton
{
	font-weight:		bold;
	border-style:		solid;
	border-width:		1px;
	border-color:		rgb(125, 125, 125);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.gmTitle
{
	font-size:			10pt;
	font-weight:		bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.gmExperience
{
	font-size:			10pt;
	font-weight:		bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.smallForm
{
	display:			inline;
	margin-bottom:		0;
}

.topStoryTitle
{
	font-size:			10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.topStoryBody
{
	font-size:			8pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	background-color:#EEE;
}


.reconTitle
{
	font-size:			10px;
	font-weight:		bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mainTitle, .subTitle
{
	font-size:		10px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-weight:	bold;	
}

.mainBar
{
	text-align:			center;
	margin-left:		auto;
	margin-right:		auto;

	/*margin:				0px;
	background-color:	rgb(0, 0, 0);
	color:				rgb(0, 0, 0);

	border-color:		rgb(235, 235, 235);
	border-style:		solid;
	border-width:		0px;
	border-bottom-width:5px;*/
}


.menuBar
{
	vertical-align:		top;
	width:				155px;
	border-color:		rgb(64, 64, 64);
	border-style:		solid;
	border-width:		1px;
	font-size:			10pt;
}

.menuHeader
{
	background-color:	rgb(235, 235, 235);
	color:				rgb(0, 0, 0);
	font-weight:		bold;
	border-color:		rgb(125, 125, 125);
	border-style:		solid;
	border-width:		0px;
	border-bottom-width:1px;

	padding-left:		2px;
}

.menuOptions
{
	padding-left:		7px;
}

.whiteLink
{
	font-weight:	bold;
	color:			rgb(255, 255, 255);
}

.credits		{font:		9 geneva,verdana;}
.schedWon		{color:		rgb(0, 120, 0);}
.schedLost		{color:		rgb(255, 0, 0);}
.error			{font-size: 12pt;}

.statcell, .highlight, .highlightRight, .highlightLeft, .powHighlight, .pulseTradeLogoCell
{
	border-style:		solid;
	border-width:		0px;
	border-bottom-width:1px;
	border-color:		#000000;
	vertical-align:middle;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

.pulseCell, .pulseTradeCell
{
	border-style:		solid;
	border-width:		0px;
	border-bottom-width:1px;
	border-left-width:	1px;
	border-color:		#000000;
}

.pulseTradeCell
{
	border-right-width:	1px;
}

.breakdownInvalid
{
	color:				rgb(255, 255, 255);
	font-size:			9pt;
	background-color:	rgb(200, 0, 0);
	text-align:			center;
}

.breakdownLess
{
	color:				rgb(255, 0, 0);
	font-size:			9pt;
	text-align:			center;
}

.breakdownMore
{
	color:				rgb(0, 0, 255);
	text-align:			center;
}

.breakdownEqual
{
	text-align:			center;
}

.depthCell
{
	background-color:	rgb(255, 255, 255);
	font-weight:	bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.smallbold, .smallboldNoOutline, .smallboldWithOutline, .installTable
{
	font-weight:		bold;
	border-style:		solid;
	border-width:		1px;
	border-color:		#000000;
	border-bottom-width:0px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.smallplainWithBorder
{
	border-style:		solid;
	border-width:		1px;
	border-color:		#000000;
	border-bottom-width:0px;
	vertical-align: middle;
}

.installTable			{font-size:		12pt;	font-weight:	bold;}
.smallboldNoOutline		{border-width:	0px;}
.smallboldWithOutline	{border-width:	1px;}

.bold
{
	font-weight: bold;
	border-style:		solid;
	border-width:		1px;
	border-color:		#000000;
	border-bottom-width:0px;
}

.smallplain {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#6503b2;
}
.largebold  {
	font-size: 9pt;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.iconclass  {
	border: 0 solid #000000;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.logoclass  {
	border: 0;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	text-align: left;
}
.thinborder
{
	border-width:	1px;
	border-style:	solid;
	border-color:	#000000;
}
code        {font: 100% courier new, fixedsys; font-weight: bold}

.smalldarkback {
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.darkback   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #0102b5;
	color: #FFFFFF;
	line-height:29px;
	text-indent:3px;
	background-image: url(../../../files/images/top_bar_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}



.lightback0 {
	background: #FFF;
	color: #000000;
	margin: 0px;
	padding: 0px;	
	vertical-align: middle;
	line-height:18px;
}
.lightback1 {
	background: #f5f5f5;
	color: #000000;
	margin: 0px;
	padding: 0px;	
	vertical-align: middle;
	line-height:18px;
}

.highlight
{
	background:	#FFFFCC;
	color:		#000000;
	border-style:		solid;
	border-left-width:	1px;
	border-right-width:	1px;
	border-color:		rgb(0, 0, 0);
}

.highlightRight
{
	background:			#FFFFCC;
	color:				#000000;
	border-style:		solid;
	border-left-width:	1px;
	border-right-width:	0px;
	border-color:		rgb(0, 0, 0);
}

.highlightLeft
{
	background:			#FFFFCC;
	color:				#000000;
	border-style:		solid;
	border-left-width:	0px;
	border-right-width:	1px;
	border-color:		rgb(0, 0, 0);
}

.progressBar
{
	font-weight:		bold;
	color:				rgb(255, 255, 255);
	background:			rgb(255, 0, 0);
	border-style:		solid;
	border-width:		0px;
	border-bottom-width:1px;
	border-right-width:	1px;
	border-color:		rgb(255, 255, 255);
	padding:			2px;
	text-align:			right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.capBar
{
	font-weight:		bold;
	color:				rgb(255, 255, 255);
	background:			rgb(0, 125, 0);
	border-style:		solid;
	border-width:		0px;
	border-bottom-width:1px;
	border-right-width:	1px;
	border-color:		rgb(255, 255, 255);
	padding:			2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.teamsPageTitle
{
	font-size:	16pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:10px;
}

.lineup_depthTable
{
	width:			720px;
}

.lineup_availTable
{
	width:			720px;
	display:		none;
}

.lineup_Menu
{
	position:		absolute;
	top:			225px;
	left:			890px;
	width:			110px;
}

.errorPrint
{
	margin-top:			5px;
	margin-bottom:		5px;
	margin-left:		auto;
	margin-right:		auto;
	width:				85%;
	border-width:		1px;
	border-style:		solid;
	border-color:		rgb(128, 128, 128);
}

.errorPrintTitle
{
	background-color:	rgb(235, 235, 235);
	font-size:			15pt;
	font-weight:		bold;
	border-width:		0px;
	border-bottom-width:2px;
	border-style:		solid;
	border-color:		rgb(128, 128, 128);
	margin-bottom:		4px;
}

.errorPrintBody
{
	padding:			4px;
}

.errorPrintSQL
{
	font-size:			10pt;
	font-weight:		bold;
	border-width:		0px;
	border-top-width:	1px;
	border-style:		solid;
	border-color:		rgb(128, 128, 128);
}


.AFC
{
	font:bold 10px Verdana;
	color : #ffffff;
	line-height: 20px;
	text-align: left;
	border: 1px solid black;
	background-color: #b60124;
	background-image: url('../../../files/images/afc_standings.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}

.NFC
{
	background:		#1E3B7A;
	font:bold 10px Verdana;
	color : #ffffff;
	background-image: url('../../../files/images/nfc_standings.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 20px;
	border: 1px solid black;
	padding:0px 0px 10px 0px;
	vertical-align: text-top;
}

.t_NFL2		 { 
	background: rgb(0, 0, 95); 
	color: #FFFFFF;
	border: 1px rgb(0, 0, 0) solid;
	 }
	 
.t_NFL3		 { background: rgb(0, 0, 95); color: #FFFFFF; font-weight: bold; font-size: 10px;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }

.t_49ers      {
	background: #a40039;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;


}

.t_Bears      {
	background: #001C39;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Bengals    {
	background: #000000;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Bills      {
	background: #194c8c;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Broncos    {
	background: #000042;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Browns     {
	background: #ed7e11;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Buccaneers {
	background: #bf093a;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Cardinals  {
	background: #b2073b;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Chargers   {
	background: #0164b2;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Chiefs     {
	background: #ce0021;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Colts      {
	background: #24396a;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Cowboys    {
	background: #10285A;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Dolphins   {
	background: #007984;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Eagles     {
	background: #00414A;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Falcons    {
	background: #000000;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Giants     {
	background: #00497B;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Jaguars    {
	background: #007994;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Jets       {
	background: #104529;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Lions      {
	background: #0069b5;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Packers    {
	background: #003C29;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Panthers   {
	background: #009ed6;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Patriots   {
	background: #213c84;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Raiders    {
	background: #000000;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Rams       {
	background: #001842;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Ravens     {
	background: #31186B;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Redskins   {
	background: #7B0029;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Saints     {
	background: #b69954;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Seahawks   {
	background: #39517B;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Steelers   {
	background: #000000;
	color: #ffffff;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Texans     {
	background: #BD0839;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Titans     {
	background: #689dc9;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_Vikings    {
	background: #310452;
	color: #FFFFFF;
	font-size: 10px;
	padding: 0px 5px 3px 5px;

}

.t_49ers2      {
	background: #a40039;
	color: #FFFFFF;
    font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid white;
	border-top: 3px solid white;
	border-right: 3px solid white;
	border-left: 3px solid white;
	text-indent: 0pt;
    background-image:
	url('../../../files/images/team_banners/SF.png');
	background-repeat: no-repeat;background-position: top right;
	}

.t_Bears2      {
	background: #001C39;
	color: #FFFFFF;
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/CHI.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Bengals2    { 
	background: #000000; color: #FFFFFF;  
	font-family:verdana;
	font-size:10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	text-indent: 0pt;
	background-image:
	url('../../../files/images/team_banners/CIN.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Bills2      { 
	background: #194c8c; 
	color: #FFFFFF;
	font-family:		verdana;
	font-size:	 		 10px;
	border-top: 3px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	text-indent: 0pt;
	background-image:
	url('../../../files/images/team_banners/BUF.png');
	background-repeat: no-repeat;
	background-position: top right;
	 }
	 
.t_Broncos2    { 
	background: #000042; 
	color: #FFFFFF;
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	text-indent: 0pt;
	background-image:
	url('../../../files/images/team_banners/DEN.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Browns2     {
	background: #ed7e11; 
	color: #FFFFFF;
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/CLE.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Buccaneers2 {
	background: #bf093a;
	color: #FFFFFF;
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/TB.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Cardinals2  { 
	background: #b2073b; 
	color: #FFFFFF; 	
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/ARI.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Chargers2   { 
	background: #0164b2; 
	color: #FFFFFF; 	
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/SD.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Chiefs2     { 
	background: #ce0021; 
	color: #FFFFFF;	
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white; 
	background-image:
	url(../../../files/images/team_banners/KC.png);
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Colts2      { 
	background: #24396a; 
	color: #FFFFFF; 	
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/IND.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Cowboys2    { 
	background: #10285A; 
	color: #FFFFFF;	
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/DAL.png');
	background-repeat: no-repeat;background-position: top right;
	 }
	 
.t_Dolphins2   { 
	background: #007984; 
	color: #FFFFFF;	
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid white;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/MIA.png');
	background-repeat: no-repeat;background-position: top right;
	 }
	 
.t_Eagles2     { 
	background: #00414A; 
	color: #FFFFFF;	
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/PHI.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Falcons2    { 
	background: #000000; 
	color: #FFFFFF; 	
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/ATL.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Giants2     { 
	background: #00497B;
	color: #FFFFFF;	
	font-family:		verdana;
	font-size:	 		 10px;
 	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/NYG.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Jaguars2    { 
	background: #007994; 
	color: #FFFFFF;
 	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/JAC.png');
	background-repeat: no-repeat;background-position: top right; 
	}
	
.t_Jets2       { 
	background: #104529;
 	color: #FFFFFF; 	
	font-family:		verdana;
	font-size:	 		 10px; 
 	border-bottom: 5px solid white;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/NYJ.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Lions2      { 
	background: #0069b5; 
	color: #FFFFFF;
 	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/DET.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Packers2    { 
	background: #003C29; 
	color: #FFFFFF; 	
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/GB.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Panthers2   { 
	background: #009ed6; 
	color: #FFFFFF; 	
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/CAR.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Patriots2   { 
	background: #213c84; 
	color: #FFFFFF; 	
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid white;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/NE.png');
	background-repeat: no-repeat;background-position: top right;
	 }
	 
.t_Raiders2    { 
	background: #000000; 
	color: #FFFFFF; 	
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/OAK.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Rams2       { 
	background: #001842; 
	color: #FFFFFF; 
	font-family:		verdana;
	font-size:	 		 10px;		
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/STL.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Ravens2     { 
	background: #31186B; 
	color: #FFFFFF;	
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid white;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/BAL.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Redskins2   { 
	background: #7B0029; 
	color: #FFFFFF; 	
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/WAS.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Saints2     { 
	background: #b69954; 
	color: #FFFFFF; 	
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/NO.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Seahawks2   { 
	background: #39517B; 
	color: #FFFFFF;	
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
    url('../../../files/images/team_banners/SEA.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Steelers2   { 
	background: #000000; 
	color: #FFFFFF;
	font-family:		verdana;
	font-size:	 		 10px;	
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/PIT.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Texans2     { 
	background: #BD0839; 
	color: #FFFFFF; 
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/HOU.png');
	background-repeat: no-repeat;background-position: top right;
	}
	
.t_Titans2     {
	background: #689dc9;
	color: #FFFFFF;
	font-family:		verdana;
	font-size:	 		 10px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	border-bottom: 5px solid white;
	background-image:
	url('../../../files/images/team_banners/TEN.png');
	background-repeat: no-repeat;background-position: top right;
}
	
.t_Vikings2    { 
	background: #310452; 
	color: #FFFFFF; 	
	font-family:		verdana;
	font-size:	 		 10px;
	border-bottom: 5px solid #ffffff;
	border-top: 3px solid #ffffff;
	border-right: 3px solid white;
	border-left: 3px solid white;
	background-image:
	url('../../../files/images/team_banners/MIN.png');
	background-repeat: no-repeat;background-position: top right;
}

.t_49ers3      {
	background:  #c3a869;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
	border: 1px rgb(0, 0, 0) solid;
	padding: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.t_Bears3      {
	background: #db5605;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;
	
	border: 1px rgb(0, 0, 0) solid;
	padding: 10px;
	
}
.t_Bengals3    {
	background: #f9780c;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	border: 1px rgb(0, 0, 0) solid;
	padding: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.t_Bills3      { background: #b90016; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Broncos3    { background: #db5605; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Browns3     { background: #2f1b0b; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif; border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Buccaneers3 { background: #726e65; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Cardinals3  { background: #000; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Chargers3   { background: #142251; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Chiefs3     { background: #ce0021; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;; border: 1px rgb(0, 0, 0) solid; padding:10px; }
.t_Colts3      { background: #666; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Cowboys3    { background: #b0bab9; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif; border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Dolphins3   { background: #db5605; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Eagles3     { background: #a8afb4; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Falcons3    { background:#c31b35; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Giants3     { background: #aa0029; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Jaguars3    { background: #cbaa2f; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Jets3       { background: #104529; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Lions3      { background: #000; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Packers3    { background: #003C29; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif; border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Panthers3   { background: #000; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Patriots3   { background: #c40000; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Raiders3    { background: #000000; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif; border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Rams3       { background: #c3a869; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif; border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Ravens3     { background: #000; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif; border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Redskins3   { background: #4c1914; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Saints3     { background: #000; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Seahawks3   { background: #021226; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Steelers3   { background: #000000; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif; border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Texans3     { background: #021226; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif; border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Titans3     { background: #091d41; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif; border: 1px rgb(0, 0, 0) solid; padding: 10px; }
.t_Vikings3    { background: #310452; color: #FFFFFF; font-weight: bold; font-size: 9pt;font-family: Geneva, Arial, Helvetica, sans-serif;  border: 1px rgb(0, 0, 0) solid; padding: 10px; }

/*reset margins for header tags*/
h1 {
	padding:0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
}


/*reset margins for ul and li tags*/
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
li {
	margin: 0px;
	padding: 0px;

}

/*team quick links*/
#team_links ul {
	list-style: none;
	margin: 0; padding: 0;
} 

#team_links li { 
	float: left; 
	height: 30px; 
	overflow: hidden;
	margin: 0; padding: 0;
 }
 
#tl_bills {width: 30px;} 
#tl_dolphins {width: 30px;} 
#tl_jets {width: 30px;} 
#tl_patriots {width: 30px;} 
#tl_ravens {width: 30px;} 
#tl_bengals {width: 30px;}
#tl_steelers {width: 30px;} 
#tl_browns {width: 30px;} 
#tl_texans {width: 30px;}
#tl_colts {width: 30px;} 
#tl_titans {width: 30px;} 
#tl_jaguars {width: 30px;}
#tl_broncos {width: 30px;} 
#tl_chiefs {width: 30px;} 
#tl_chargers {width: 30px;}
#tl_raiders {width: 30px;} 
#tl_cowboys {width: 30px;} 
#tl_redskins {width: 30px;}
#tl_giants {width: 30px;} 
#tl_eagles {width: 30px;} 
#tl_bears {width: 30px;}
#tl_lions {width: 30px;} 
#tl_vikings {width: 30px;} 
#tl_packers {width: 30px;}
#tl_panthers {width: 30px;} 
#tl_bucs {width: 30px;} 
#tl_saints {width: 30px;} 
#tl_falcons {width: 30px;} 
#tl_cardinals {width: 30px;} 
#tl_49ers {width: 30px;}
#tl_rams {width: 30px;} 
#tl_seahawks {width: 30px;}

#team_links a {
	background-image: url(../../../files/images/x_team_links_hover.jpg);
	background-repeat: no-repeat;
	margin: 0; padding: 0;
} 

#team_links #tl_bills a {background-position: 0 0;} 
#team_links #tl_dolphins a {background-position: -30px 0;} 
#team_links #tl_jets a {background-position: -60px 0;}
#team_links #tl_patriots a {background-position: -90px 0;}
#team_links #tl_ravens a {background-position: -120px 0;}
#team_links #tl_bengals a {background-position: -150px 0;}
#team_links #tl_steelers a {background-position: -180px 0;}
#team_links #tl_browns a {background-position: -210px 0;}
#team_links #tl_texans a {background-position: -240px 0;}
#team_links #tl_colts a {background-position: -270px 0;}
#team_links #tl_titans a {background-position: -300px 0;}
#team_links #tl_jaguars a {background-position: -330px 0;}
#team_links #tl_broncos a {background-position: -360px 0;}
#team_links #tl_chiefs a {background-position: -390px 0;}
#team_links #tl_chargers a {background-position: -420px 0;} 
#team_links #tl_raiders a {background-position: -450px 0;}
#team_links #tl_cowboys a {background-position: -480px 0;}
#team_links #tl_redskins a {background-position: -510px 0;} 
#team_links #tl_giants a {background-position: -540px 0;} 
#team_links #tl_eagles a {background-position: -570px 0;} 
#team_links #tl_bears a {background-position: -600px 0;}
#team_links #tl_lions a {background-position: -630px 0;}
#team_links #tl_vikings a {background-position: -660px 0;}
#team_links #tl_packers a {background-position: -690px 0;}
#team_links #tl_panthers a {background-position: -720px 0;}
#team_links #tl_bucs a {background-position: -750px 0;}
#team_links #tl_saints a {background-position: -780px 0;} 
#team_links #tl_falcons a {background-position: -810px 0;} 
#team_links #tl_cardinals a {background-position: -840px 0;} 
#team_links #tl_49ers a {background-position: -870px 0;} 
#team_links #tl_rams a {background-position: -900px 0;} 
#team_links #tl_seahawks a {background-position: -930px 0;} 
 
#team_links #tl_bills a:hover {background-position: 0 -30px;} 
#team_links #tl_dolphins a:hover {background-position: -30px -30px;} 
#team_links #tl_jets a:hover {background-position: -60px -30px;} 
#team_links #tl_patriots a:hover {background-position: -90px -30px;}
#team_links #tl_ravens a:hover {background-position: -120px -30px;}
#team_links #tl_bengals a:hover {background-position: -150px -30px;}
#team_links #tl_steelers a:hover {background-position: -180px -30px;}
#team_links #tl_browns a:hover {background-position: -210px -30px;}
#team_links #tl_texans a:hover {background-position: -240px -30px;}
#team_links #tl_colts a:hover {background-position: -270px -30px;}
#team_links #tl_titans a:hover {background-position: -300px -30px;} 
#team_links #tl_jaguars a:hover {background-position: -330px -30px;}
#team_links #tl_broncos a:hover {background-position: -360px -30px;}
#team_links #tl_chiefs a:hover {background-position: -390px -30px;} 
#team_links #tl_chargers a:hover {background-position: -420px -30px;}
#team_links #tl_raiders a:hover {background-position: -450px -30px;}
#team_links #tl_cowboys a:hover {background-position: -480px -30px;}
#team_links #tl_redskins a:hover {background-position: -510px -30px;}
#team_links #tl_giants a:hover {background-position: -540px -30px;}
#team_links #tl_eagles a:hover {background-position: -570px -30px;}
#team_links #tl_bears a:hover {background-position: -600px -30px;}
#team_links #tl_lions a:hover {background-position: -630px -30px;}
#team_links #tl_vikings a:hover {background-position: -660px -30px;}
#team_links #tl_packers a:hover {background-position: -690px -30px;}
#team_links #tl_panthers a:hover {background-position: -720px -30px;}
#team_links #tl_bucs a:hover {background-position: -750px -30px;}
#team_links #tl_saints a:hover {background-position: -780px -30px;}
#team_links #tl_falcons a:hover {background-position: -810px -30px;}
#team_links #tl_cardinals a:hover {background-position: -840px -30px;}
#team_links #tl_49ers a:hover {background-position: -870px -30px;}
#team_links #tl_rams a:hover {background-position: -900px -30px;}
#team_links #tl_seahawks a:hover {background-position: -930px -30px;}

#team_links a { 
	display: block; 
	height: 30px; 
	text-indent: -9999px;
	margin: 0; padding: 0;
}