#schedule .borderRight {
	border-right: 2px solid #CCCCCC;
	padding-right: 3px;
	padding-left: 3px;
}

#schedule .fixedColumn {
	width: 100px;
}

#schedule td {
	font-size: 10px;
	background-image: url(../images/cell_bkgd.png);
	background-repeat: repeat-x;
	color: #003663;	
	padding-top:3px;
	padding-bottom:3px;
}

#schedule th {
	background-image: url(../images/label_bkgd.jpg);
	background-position: center;
	background-repeat: no-repeat;
	font: 9px "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-weight: bold;
	color: #001638;
	height: 35px;
	text-align: center;
}

#schedule #updatedon {
	background-image: url(../images/label_bkgd_small.jpg);
	width: 60px;
}

#schedule #watchnow {
	background-image: url(../images/label_bkgd2.jpg);
	color: #FFFFFF;
	width: 107px;
}

#schedule #nextweek {
	width: 93px;
}

#schedule #daterange {
	width: 96px;
}


#schedule a {
	color: #003663;
	font-weight: bold;
}

#schedule .weekday {
	color: #666666;
}

#scheduleWrapper {
	margin-top: 15px;
	margin-bottom: 7px;
	height: 975px;
	width: 635px;
	padding-left: 3px;
	overflow: auto;
}

div.leftbase {
	width:662px;
}

table.container {
	width: 662px;
	height: 987px;
}
