#scheduleList{
	width: 824px;
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
	background-image: url(images/sc_box.gif);
	background-repeat: no-repeat;
}

#scheduleListNew{
	width: 824px;
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
	background-image: url(images/sc_box_new.gif);
	background-repeat: no-repeat;
}

.scheduleListPhoto{
	float:left;
	width: 56px;
	height: 66px;
	margin: 0px;
	display:inline;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.scheduleListName{
	float:left;
	width:96px;
	height: 66px;
	margin: 0px;
	display:inline;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.scheduleListDate{
	float:left;
	width:96px;
	height: 66px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display:inline;
	text-align: center;
	vertical-align: middle;
}

.sc-sat {
	color: #333399;
	font-weight: normal;
}
.sc-sun {
	color: #CC0000;
	font-weight: normal;
}
.sc-day {
	color: #333333;
	font-weight: normal;
}
.sc-data-sat {
	color: #333399;
	font-size: 14px;
	font-weight: bold;
	line-height: 13px;
}
.sc-data-sun {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	line-height: 13px;	
}
.sc-data-day {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 13px;
}

