<!--


/* Schedule Header for 740 */

#container{
width: 710px;
margin-right: auto;
margin-left: auto;
background-color: white;
padding-left: 5px;
padding-right: 5px;
margin-top: -20px;
padding-top: 20px;
}

#rtrule {
display:none !important;
}


#arrows {
	float: none;
	clear: both;
	width: 210px;
	position: relative;
	left: 450px;
	background-color: #CCC;
	height: 45px;
	top: -12px;
}


#schedulecont {
	width: 600px;
	-webkit-overflow-scrolling: touch;
	overflow-x:auto;
	overflow-y:hidden;
	float: left;
	vertical-align: middle;
}



#schedulecont2 {
	width: 600px;
	-webkit-overflow-scrolling: touch;
	overflow-x:auto;
	overflow-y:hidden;
	float: left;
	height: 22px;
	vertical-align: middle;
	margin-left: 100px;
}