/* CSS Document */
/***************************
NBA Trackers Page
v 1.0.0
July 8, 2008
Rene Mattila
***************************/
#trackerwrap {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	width: auto;
	overflow: auto;
	min-width: auto;
	padding: 5px 15px;
	text-align: left;
	overflow-x: hidden;
}#trackerwrap ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.storyheader {
	border-bottom: 1px solid #E1DED2;
}
.storyheader h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0px;
}
.trackerlink {
	float: right;
	margin-top: 20px;
	background: url(/images/mlb/4.2/template/icon-link.gif) no-repeat left center;
	padding-left: 16px;
}
a.trackerlink:link, a.trackerlink:visited {
	font-size: 12px;
	font-weight: bold;
}
a.trackerlink:hover, a.trackerlink:active {
	font-size: 12px;
	font-weight: bold;
}
li.falist  {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 2px;
}
li.alt .freeagent td {
	background: #f4f3ee;
}
table.freeagent    {
	width: 100%;
	border-collapse: collapse;
}
.freeagent th, .freeagent td {
	padding: 4px;
}
.freeagent th {
	font: bold 11px Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	background: #669900;
	text-align: left;
}
.orange th {
	background: #CC3333;
}
.freeagent td {
	vertical-align: top;
	font-size: 11px;
}
.faphoto {
	padding: 2px;
	width: 50px;
	border: 1px solid #aaa;
	float: left;
	margin-right: 5px;
	background: #fff;
}
.falogo {
	float: left;
	margin-right: 3px;
}
.freeagent h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}
.freeagent h5 {
	margin: 0px;
	color: #999;
	font-size: 11px;
}
.fateam {
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.falinks td, .alt tr.falinks td {
	border-top: 1px dotted #666;
	background: #FFFFE6;
}
.falinks h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #CC3333;
	margin-left: 15px;
}
.falinks ul li {
	line-height: 1.4em;
	margin-left: 15px;
}
.falinks li a:link,
.falinks li a:visited {
	text-decoration: none;
	font-weight: bold;
}
.falinks li a:hover,
.falinks li a:active {
	text-decoration: underline;
	font-weight: bold;
}
a.link-toggle:link,
a.link-toggle:visited {
	background: url(/images/mlb/4.2/template/toggle-button.gif) no-repeat left 0px;
	line-height: 22px;
	display: block;
	text-decoration:none;
}
a.link-toggle:hover,
a.link-toggle:active {
	background: url(/images/mlb/4.2/template/toggle-button.gif) no-repeat left -23px;
	line-height: 22px;
	display: block;
	text-decoration:none;
}

