/*schedule curve tabs */
#BGTOP {
	height:25px;
	background-image:url(../images/teams_stand/curvetabsbg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#tabstext {
	width: 90px;
	height:25px;
	padding-left:5px;
	float:left;
	background-image:url(../images/teams_stand/curvetabsbg.gif);
	background-repeat:repeat-x;
}
.curveTabstand {
	background-image:url(../images/teams_stand/curvetabsbg.gif);
	background-repeat:repeat-x;
	height:25px;
	margin:0px;
	padding:0px;
	width:135px;
	float:right;
	vertical-align:top;
	overflow: hidden;
}
.curveTabstand .hd {
	width:130px;
	float:left;
}

.curveTabstand .tabs{
	float:right;
	padding-right:5px;
}
.curveTabstand .tabContstanding {
	margin:0px;
	padding:0px;
	margin-top:2px;
	list-style:none;
	list-style-image:none;
}
.curveTabstand .tabContstanding li {
	float:left;
	margin-right:2px;
	height:20px;
	overflow:hidden;
	background-image:url(../images/teams_stand/noactive_tab.gif);
	background-repeat:no-repeat;
	width:41px
}
.curveTabstand .tabContstanding li.active {
	background-image:url(../images/teams_stand/linecur_active.gif);
	height:22px;
	width:41px;
	background-repeat:no-repeat;
}
.curveTabstand .tabContstanding li span { 
	cursor: pointer;
	display:block;
	padding:5px 0px 0px 0px;
	text-align:center;
	color: #000000;
	font-size:8pt;
	font-weight:bold;
	font-family: arial;
	width:auto
}
.clearB{clear:both;}