@charset "UTF-8";
/* CSS Document */

/* This is the css for the new calendar icon in the rh on rfd tv htm in video arena */

#calendarCalendarIcon {
	float:left;
	width:80px;
	height:80px;
	margin-left:5px;	
}

#contentCalendarIcon {
	height:70px;
	weight:70px;
	float:left;
}
/*.calendarMonth {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	width:40px;
	text-align:center;
	margin-left:4px;
	padding-top:1px;
}*/

.calendarDay {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-stretch:condensed;
	font-size:36px;
	color:#999;
	width:40px;
	text-align:center;
	margin-top:-48px;
	margin-left:13px;
}
