/*schedule curve tabs */
.clearB{clear:both;}
ul.whenwhere{margin:0px; padding:0px; list-style:none; list-style-image:none;}
ul.whenwhere li{background-color:#f2f3f3; padding:5px 5px 5px 10px;  margin-bottom:5px; font:11px Tahoma; color:#000;}
ul.whenwhere li a{color:#000; text-decoration:none;}
ul.whenwhere li a:hover{color:#038ec9; text-decoration:underline;}
ul.whenwhere li span{float:left; display:block; }

ul.whenwhere li span.d{width:50px; height:20px; color:#333333; font-weight:bold;}
ul.whenwhere li span.c{width:210px; color:#333333; font-weight:bold;}
ul.whenwhere li span.e{color:#cc0000; font-weight:bold;}

#BGTOP {
	height:25px;
	background-image:url(curvetabsbg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#tabstext {
	width: 230px;
	height:25px;
	padding-left:5px;
	float:left;
	background-image:url(curvetabsbg.gif);
	background-repeat:repeat-x;
}
.curveTabs {
	background-image:url(curvetabsbg.gif);
	background-repeat:repeat-x;
	height:25px;
	margin:0px;
	padding:0px;
	width:230px;
	float:left;
	vertical-align:top;
	overflow: hidden;
}
.curveTabs .hd {
	width:230px;
	float:left;
}

.curveTabs .tabs{
	padding-right:10px;
}
.curveTabs .tabContschedule {
	margin:0px;
	padding:0px;
	margin-top:2px;
	list-style:none;
	list-style-image:none;
}
.curveTabs .tabContschedule li {
	float:left;
	margin-right:2px;
	height:20px;
	overflow:hidden;
	background-image:url(noactive_tab.gif);
	background-repeat:no-repeat;
	width:58px
}
.curveTabs .tabContschedule li.active {
	background-image:url(linecur_active2.gif);
	height:22px;
	width:59px;
	background-repeat:no-repeat;
}
.curveTabs .tabContschedule 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;}
.height5px{
	height:5px;
}
.height10px{
	height:10px;
}