#daySelection {
	float:right;
	width:100%;
	height:72px;
	margin-top:2px;
	cursor:pointer;
	position:relative;
}
.fleft{
	float:left;
}
#daySelection div.width828 {
	width:100%;
	position:relative;
	height:100%;
}
.padding_right_left_3px{
	padding-right:3px;
	padding-left:3px;
}
span.week {
	display:block;
	width:50px;
	height:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color:#f0081c;
	line-height:40px;
	text-align:center;
	cursor:pointer;
}
span.days {
	display:block;
	width:50px;
	height:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #413e3f;
	text-align:center;
	cursor:pointer;
}
#daySelection div li.selectedDay {
	background:url(../images/calendar_bg.gif) repeat-x;
}
#daySelection div li.selectedDay span.week {
	color:#FFFFFF;
}
#daySelection div li.selectedDay span.days {
	color:#FFFFFF;
}
#daySelection div li{
	list-style:none;
}
.tvContainer{
	border:1px solid #CCCCCC;
	width:100%;
	position:relative;
}
.tvContainer td{
	border-left:1px solid #CCCCCC;
	height:100%;
	width:25%;
	padding-left:2px;
}
.tvContainerTdFirst{
	border-left:none;

}
img a{
	border:none;
	text-decoration:none;
}
.tvSpacer65{
	height:65px;
}



