/* Globals */
#Sidebar {
	display: none;
	}

#ScheduleTopBar{
	width:100%;
}
/*#Sidebar form, #Sidebar div {
	float: left;
	clear: none;
	}

#Sidebar div div {
	float: none;
	}
	
#Sidebar .Footer {
	margin-bottom: 0;
	}
	
#SidebarBusService {
	display: none;
	}

#ContactInfo {
	display: none;
	}
	*/

#PageContent {
	width: 100%;
	padding: 0 0 40px;
	}
	

	
/* Schedule Page */	
#Schedule_Content_Area {
	background-color:#f2f2f2;
	padding:10px;
	text-align:center;
}

#PageContent .PrintMode {
	display:none;	
}

#PageContent .MapList{
	margin:0px;
	padding:0px;
	list-style:none outside;
}

#PageContent .AlertList{
	margin:0px;
	padding:0px;
	list-style:none outside;
}

#Schedule_Container_Top {
	border-bottom:1px solid black;
	padding:10px;
}

.Schedule_Container_Bottom {
	padding:10px;
	background-color:#f2f2f2;
}

#Schedule_Information {
	width:950px;
	background-color: #f2f2f2;
}

#Schedule_Information td{
	vertical-align:top;
}

#Schedule_Container_Content {
	background-color: #ffffff;
	clear:both;
	padding:15px;
}

#Schedule_Header_RouteIcon{
	margin:0px;
	padding:0px;
	line-height:auto;
	vertical-align:top;
}

#Schedule_Header_RouteName{
	font-size:20px;
	font-weight:bold;
}

#Schedule_Information_Notes td{
	padding:0px 0px 8px 0px;
	vertical-align:top;
}

.Schedule_Key{
	color:red;
	font-weight:bold;
	text-transform:uppercase;
	padding-right:5px;
}

#Schedule_Information_ServiceDays td{
	vertical-align:middle;
}

.schedule_servicedays{
	padding-left:20px;
	color:#597bb2;
	font-weight:bold;
	font-size: 14px;
}

.schedule_servicedays_selected{
	padding-left:20px;
	color:#000000;
	font-weight:bold;
	font-size: 14px;
}

#Schedule_Information_Options td{
	vertical-align: middle;
	padding:0px 6px 10px 6px;
}


.Schedule_Information_Icons{
	text-align:center;
	width:50px;
}

#Schedule_ChangeRoute {
	padding:0px;	
}

#Schedule_Information_RouteNumber{
	vertical-align:top;
}

#Schedule_Route_Numbers{
	padding-left:5px;
	margin:0px;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:-1px;
}

#Schedule_Route_Numbers .RouteDigit {
	float:left;
	margin:0px 1px;
	padding:0px;
}



#Schedule_Route_Numbers .numberSlash {
	text-indent:-999px;
	background-image:url(Images/schedule_numbers_sprite.png);
	background-position: -230px -0px;
	height:39px;
	width:18px;
}

#Schedule_Route_Numbers .number0 {
	text-indent:-999px;
	background-image:url(Images/schedule_numbers_sprite.png);
	height:39px;
	width:22px;
}

#Schedule_Route_Numbers .number1 {
	text-indent:-999px;
	background-image:url(Images/schedule_numbers_sprite.png);
	background-position: -24px -0px;	
	height:39px;
	width:16px;
}

#Schedule_Route_Numbers .number2 {
	text-indent:-999px;
	background-image:url(Images/schedule_numbers_sprite.png);
	background-position: -43px -0px;	
	height:39px;
	width:21px;
}

#Schedule_Route_Numbers .number3 {
	text-indent:-999px;
	background-image:url(Images/schedule_numbers_sprite.png);
	background-position: -66px -0px;	
	height:39px;
	width:22px;
}

#Schedule_Route_Numbers .number4 {
	text-indent:-999px;
	background-image:url(Images/schedule_numbers_sprite.png);
	background-position: -89px -0px;	
	height:39px;
	width:23px;
}

#Schedule_Route_Numbers .number5 {
	text-indent:-999px;
	background-image:url(Images/schedule_numbers_sprite.png);
	background-position: -113px -0px;	
	height:39px;
	width:23px;
}

#Schedule_Route_Numbers .number6 {
	text-indent:-999px;
	background-image:url(Images/schedule_numbers_sprite.png);
	background-position: -138px -0px;	
	height:39px;
	width:23px;
}

#Schedule_Route_Numbers .number7 {
	text-indent:-999px;
	background-image:url(Images/schedule_numbers_sprite.png);
	background-position: -162px -0px;	
	height:39px;
	width:18px;
}

#Schedule_Route_Numbers .number8 {
	text-indent:-999px;
	background-image:url(Images/schedule_numbers_sprite.png);
	background-position: -181px -0px;	
	height:39px;
	width:23px;
}

#Schedule_Route_Numbers .number9 {
	text-indent:-999px;
	background-image:url(Images/schedule_numbers_sprite.png);
	background-position: -206px -0px;	
	height:39px;
	width:23px;
}

#ScheduleTripPlanner{
	position:absolute;
	width:290px;
	background-color: #4770b3;
	z-index:0;
}

#ScheduleTripPlanner h2 {
	width:290px;
	background: #FFFFFF url(/Images/Interface/Interface_Sprite.png) no-repeat scroll 0px -180px;
}

#ScheduleRouteSchedules{
	position:absolute;
	width:290px;
	left:290px;
	background-color: #56b863;
	z-index:0;
}

#ScheduleRouteSchedules h2 {
	width:290px;
	background: #FFFFFF url(/Images/Interface/Interface_Sprite.png) no-repeat scroll -300px -180px;
}

#ScheduleRiderAlerts{
	position:absolute;
	width:290px;
	left:580px;
	background-color: #da9e30;
	z-index:0;
}

#ScheduleRiderAlerts h2 {
	width:290px;
	background: #FFFFFF url(/Images/Interface/Interface_Sprite.png) no-repeat scroll 0px -210px;
}

#ScheduleRiderAlertsContent {
	display:none;
}

#RouteHeader {
	width:100%;
}

.routetable {
	padding:20px;
	background-color:#FFF;
	width:100%;
}

.routetable td,.routetable th{
	padding:2px 5px;
	text-align:center;
	font-weight:normal;
	text-align:center;
}

.routetable .mapkeyChar {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_bg.png);
	padding:0px;
	margin:0px;
}

.routetable .mapkeyChar1 {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -0px -0px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyChar2 {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -50px -0px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyChar3 {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -100px -0px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyChar4 {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -150px -0px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyChar5 {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -200px -0px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyChar6 {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -250px -0px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyChar7 {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -300px -0px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyChar8 {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -350px -0px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyChar9 {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -400px -0px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyChar10 {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -450px -0px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyChar11 {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -500px -0px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyChar12 {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -550px -0px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyChar13 {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -600px -0px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyChar14 {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -650px -0px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyChar15 {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -700px -0px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyChar16 {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -750px -0px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyChar17 {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -800px -0px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyChar18 {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -850px -0px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyCharA {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -0px -50px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyCharB {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -50px -50px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyCharC {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -100px -50px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyCharD {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -150px -50px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyCharE {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -200px -50px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}
.routetable .mapkeyCharF {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -250px -50px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyCharG {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -300px -50px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyCharH {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -350px -50px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}

.routetable .mapkeyCharDash {
	text-indent:-99999px;
	background-image:url(Images/schedule_mapkey_sprite.png);
	background-position: -400px -50px;	
	height:50px;
	width:50px;
	padding:0px;
	margin:0px;
}




	


	

