﻿/*Generic*/
.tabstrip ul 
{
	height:26px;
	list-style: none;
	margin:0 0 10px 0;
	padding:0;
	position:relative;
	text-indent:0;
}
a.tablink,
a.tabstrip:hover,
a.tabstrip:link,
a.tabstrip:visited
{
	color:#FFF;
	display:inline;
	float:left;
	font-style:italic;
	font-weight:bold;
	line-height:normal;
	padding:6px 11px 0 0;
	margin:0;
	text-decoration:none;
}
.tabstrip li 
{ 
	display:inline;
	float: left;
}
.tabstrip ul li div a span
{
	display:inline;
	float:left;
	height:26px;
	margin-top:-6px;
	padding:0 10px 0 0;
}
.tabstrip ul li .taboff a
{
	background:url('../images/tab_off.gif') no-repeat scroll right top;
}
.tabstrip ul li .taboff a span
{
	background:url('../images/tab_off.gif') no-repeat scroll left top;
}
.tabstrip ul li .tabon a
{
	background:url('../images/header_right.gif') no-repeat scroll right top;
}
.tabstrip ul li .tabon a span
{
	background:url('../images/header_left.gif') no-repeat scroll left top;
}
/*Area specific*/
.facetwit a
{
	text-align:left;
	width:138px;
}
.facetwit ul li.tab1 div a span
{
	padding:0 48px 0 0;
}
.facetwit ul li.tab1 .taboff a span
{
	background:url('../images/tab_face_off.gif') no-repeat scroll left top;	
}
.facetwit ul li.tab1 .tabon a span
{
	background:url('../images/tab_face_on.gif') no-repeat scroll left top;	
}
.facetwit ul li.tab2 div a span
{
	padding:0 57px 0 0;
}
.facetwit ul li.tab2 .taboff a span
{	
	background:url('../images/tab_twit_off.gif') no-repeat scroll left top;	
}
.facetwit ul li.tab2 .tabon a span
{
	background:url('../images/tab_twit_on.gif') no-repeat scroll left top;	
}

/*Area specific*/
.laddertab a
{
	text-align:left;
	width:84px;
}
.laddertab ul li div a span
{
	padding:0 33px 0 0;
}
.laddertab ul li.tab1 .taboff a span
{
	background:url('../images/tab_off_nrl.gif') no-repeat scroll left top;	
}
.laddertab ul li.tab1 .tabon a span
{
	background:url('../images/tab_on_nrl.gif') no-repeat scroll left top;	
}
.laddertab ul li.tab2 .taboff a span
{	
	background:url('../images/tab_off_nyc.gif') no-repeat scroll left top;	
}
.laddertab ul li.tab2 .tabon a span
{
	background:url('../images/tab_on_nyc.gif') no-repeat scroll left top;	
}

.facetwit a
{
	width:139px;
}

/* Audio Video Tabstrip */
 
.audiovideotabstrip ul 
{
	height:26px;
	list-style: none;
	margin:0 0 0px 0;
	padding:0;
	position:relative;
	text-indent:0;
}
a.tablink,
a.audiovideotabstrip:hover,
a.audiovideotabstrip:link,
a.audiovideotabstrip:visited
{
	color:#FFF;
	display:inline;
	float:left;
	font-style:italic;
	font-weight:bold;
	line-height:normal;
	padding:6px 11px 0 0;
	margin:0;
	text-decoration:none;
}
.audiovideotabstrip li 
{ 
	display:inline;
	float: left;
}
.audiovideotabstrip ul li div a span
{
	display:inline;
	float:left;
	height:26px;
	margin-top:-6px;
	padding:0 10px 0 0;
width:96px;
}
.audiovideotabstrip ul li .taboff a
{
	background:url('../images/tab_off.gif') no-repeat scroll right top;
}
.audiovideotabstrip ul li .taboff a span
{
	background:url('../images/tab_off.gif') no-repeat scroll left top;
}
.audiovideotabstrip ul li .tabon a
{
	background:url('../images/tab_on.gif') no-repeat scroll right top;
}
.audiovideotabstrip ul li .tabon a span
{
	background:url('../images/tab_on.gif') no-repeat scroll left top;
}

/*Tabs 300px wide*/
.tabs_schedule300{
	float:left;			
	height:22px;
	overflow:hidden;	
	width:300px;
	border-bottom:1px solid #6A1A41;
}
.tabs_schedule300 ul{
	list-style:none;
	margin:0;
	padding:0;
}
.tabs_schedule300 ul li{
	/*floated cos if the surrounding div is display inline doesn't work*/
	float:left;	
	width:auto;	
}
.tabs_schedule300 ul li a
{
	text-decoration:none;	
}
.tabs_schedule300 .tab2 .taboff{
	background:url(../images/tab_off.gif) no-repeat top left;
	float:left;	
	text-align:center;
	height:22px;
}
.tabs_schedule300 .tab1 .taboff{
	background:url(../images/tab_off.gif) no-repeat top left;
	float:left;	
	text-align:center;
	height:22px;
}
.tabs_schedule300 .tab1 .taboff .tablink{
	color:#000000;
	font-weight:bold;
	background:url(../images/tab_off.gif) no-repeat top right;
	height:22px;
	margin:0px 0px 0px 34px;
	float:left;
	padding:4px 34px 0px 0px;
	width:82px;
}
.tabs_schedule300 .taboff .tablink
{
	color:#000000;
	font-weight:bold;
	background:url(../images/tab_off.gif) no-repeat top right;
	height:22px;
	margin:0px 0px 0px 34px;
	float:left;
	padding:4px 34px 0px 0px;
	width:82px;
}
.tabs_schedule300 .tabon{	
	background:url(../images/tab_on.gif) no-repeat top left;
	float:left;	
	text-align:center;
	height:22px;
}
.tabs_schedule300 .tabon .tablink
{
	color:#000000;
	font-weight:bold;
	background:url(../images/tab_on.gif) no-repeat top right;
	height:22px;
	margin:0px 0px 0px 34px;
	float:left;
	padding:4px 34px 0px 0px;
	width:82px;
}