﻿
/*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*/
/*
.calstandings a
{
	text-align:left;
	width:138px;
}
.calstandings ul li.tab1 div a span
{
	padding:0 48px 0 0;
}
.calstandings ul li.tab1 .taboff a span
{
	background:url('../images/cal_off.gif') no-repeat scroll left top;	
}
.calstandings ul li.tab1 .tabon a span
{
	background:url('../images/cal_on.gif') no-repeat scroll left top;	
}
.calstandings ul li.tab2 div a span
{
	padding:0 57px 0 0;
}
.calstandings ul li.tab2 .taboff a span
{	
	background:url('../images/standings_off.gif') no-repeat scroll left top;	
}
.calstandings ul li.tab2 .tabon a span
{
	background:url('../images/standings_on.gif') no-repeat scroll left top;	
}

#Standings_Container
{
	display:none;
}
*/



/*Generic*/
.tabstrip 
{
	clear:both;
}
.tabstrip ul 
{
	height:30px;
	list-style: none;
	margin:20px 0px 0px 0px;
	padding:0;

}
a.tablink,
a.tabstrip:hover,
a.tabstrip:link,
a.tabstrip:visited
{
	display:inline;
	float:left;
	font-weight:bold;
	line-height:2.8;
	padding:0px 0px 0 0;
	margin:0;
	text-decoration:none;
    text-indent:15px;
}
.tabstrip li.tab1 
{ 
	display:inline;
	float: left;
    width:162px;
}
.tabstrip li.tab2 
{ 
	display:inline;
	float: left;
    width:137px;
}
.tabstrip ul li div a
{
	display:inline;
	float:left;
	height:34px;	
	padding:0 0px 0 0;
}
.tabstrip ul li .taboff a
{
    color:#D5D6DA;
}
.tabstrip ul li .tabon a
{
    color:white;
}
/*Area specific*/
.calstandings a
{
	text-align:left;
	width:137px;
}
.calstandings ul li.tab1 div a
{
	text-indent:50px;
}
.calstandings ul li.tab1 .taboff a
{
	background:url('../images/cal_off.gif') no-repeat scroll left top;
    width:162px;		
}
.calstandings ul li.tab1 .tabon a
{
	background:url('../images/cal_on.gif') no-repeat scroll left top;
    width:162px;		
}
.calstandings ul li.tab2 div a
{
	text-indent:30px;
}
.calstandings ul li.tab2 .taboff a
{	
	background:url('../images/standings_off.gif') no-repeat scroll left top;	
    width:137px;
}
.calstandings ul li.tab2 .tabon a
{
	background:url('../images/standings_on.gif') no-repeat scroll left top;	
    width:137px;	
}

#Standings_Container
{
	display:none;
}