/*
last update 6.5.2007
*/

/* tabs */

.stat-tabs {
	background: url(/i/mlb/stats/tab_border.gif) repeat-x bottom;
	float: left;
	width: 100%;
	line-height: normal;
}

.tabset {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 0;
	
}

.tabset li {
	padding: 0 0 0 4px;
	margin: 0 1px 0 0;
	float: left;
	background: url(/i/mlb/stats/tab_left_lo.gif) no-repeat top left;
}

.tabset li.active {
	background: url(/i/mlb/stats/tab_left_hi.gif) no-repeat top left;
}

.tabset li a, .tabset li a:visited {
	color: #666;
	text-decoration: none;
	display: block;
	font-weight: normal;
	font-size: x-small;
	background: white url(/i/mlb/stats/tab_right_lo.gif) no-repeat top right;
}

.tabset li a:hover {
	color: #000;
}

.tabset li.active a, .tabset li.active a:visited {
	color: black;
	font-weight: bold;
	background: white url(/i/mlb/stats/tab_right_hi.gif) no-repeat top right;
}

.tabset li a span {
	display: block;
	margin-left: -4px;
	padding: 3px 7px 2px 7px;
	
}

.tabset li.active a span, .tabset li.active a:visited span {
	background-position: -100px;
	padding-bottom: 3px;
}

.stat-tabs-content {
	margin: 5px 0 0 0;
}
