/*schedule curve tabs */
ul.whenwhere{margin:0px; padding:0px; list-style:none; list-style-image:none;}
ul.whenwhere li{background-color:#f2f3f3; padding:5px 5px 5px 5px;  margin-bottom:3px; 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; margin-right:15px;}

ul.whenwhere li span.d{width:50px; height:20px; color:#333333; font-weight:bold;}
ul.whenwhere li span.c{color:#333333; font-weight:bold;}
ul.whenwhere li span.e{color:#cc0000; font-weight:bold;}}

#tabstext {
	width: 155px;
	height:25px;
	padding-left:5px;
	float:left;
}
.curveTabs {
	background-image:url(curvetabsbg.gif);
	background-repeat:repeat-x;
	height:25px;
	margin:0px;
	padding:0px;
	width:250px;
	float:left;
	vertical-align:top;
	overflow: hidden;
}
.curveTabs .tabs{
	float:right;
	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:80px
}
.curveTabs .tabContschedule li.active {
	background-image:url(linecur_active.gif);
	height:22px;
	width:80px;
	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
}