/*favroite channel name */
.channel-list li.channel.show-favorite .name{ 
	font-size: 10px;	
}
/* sport tab link */
.channel-genre .sports-link{
	float:right;
	color:#FFF;
	font-size:11px;
	font-weight:normal;	
	padding-top: 3px;
}
/* grid additional show border */
.channel-schedule li.show-row div.show-started.show-ended{
    border-right:1px solid #d3d3d3;
    padding-right:4px !important;
}
/*elv grid additional show times */
.channel-schedule li.show-row div.show-75m{
    width:253px;
}

.channel-schedule li.show-row div.show-90m{
    width:305px;
}

.channel-schedule li.show-row div.show-105m{
    width:357px;
}

.channel-schedule li.show-row div.show-135m{
    width:463px;
}

.channel-schedule li.show-row div.show-150m{
    width:516px;
}

.channel-schedule li.show-row div.show-165m{
    width:570px;
}
/*elv20101110: ITQ:57147 */
#calendar-carousel a{ 
	cursor:pointer;
}

#calendar-zones a{
	cursor:pointer;
}
/* display red heart in favorites tab */
span.channel-favorite{
    background:url(../img/global/icons.png) no-repeat 0 0;
    text-indent:-1000px;
    overflow:hidden;
    display:inline-block;
    width:18px;
    height:13px;
    margin:0 0 -2px 0;
    position:relative;
}

span.channel-favorite{
    background-position:0 -65px;
}

#hero-program .menu-program li.fav{
	text-align:left;
	width: 104px;
}

#hero-program .menu-program li.fav a{
	background: url("../img/program-schedule/btn-myfav-navigation.png") no-repeat scroll 0 0 transparent;
	padding: 14px 0 0 10px;
	width: 104px;
}

#hero-program .menu-program li.fav a:hover{
	background-position: 0px -45px;
	left: 0px;
	padding: 14px 0 0 10px;
	width: 104px;		
}

#hero-program .menu-program li.fav a.active{
	background-position: 0px -45px;
	left: 0px;
	padding: 14px 0 0 10px;
	width: 104px;			
}

/* elv20101213: rules required to show encore dates */
div.program-favorite-wrapper ul.channel-schedule li.show-row{
	height:auto; 
	border-bottom: 0px;
}

div.program-favorite-wrapper ul.channel-schedule li.show-row div.has-favorite-detail{
	height:auto;
}

div.program-favorite-wrapper ul.channel-schedule li.show-row div.has-favorite-detail.fallback{
	height:60px;	
}

div.program-favorite-wrapper.odd{
	background-color:#0D86C9;
}

div.program-favorite-wrapper{
	background-color:#11AAFF;
}

div.program-favorite-wrapper ul.channel-list  li.channel{
	background: none;
	border: 0px;	
}

div.program-favorite-wrapper div.ed-show-more-wrapper{
	display:none;
}
/* remove small gap in grid rows*/
.channel-list li.channel, .channel-list li.channel-odd, .channel-schedule li.show-row{
	border-bottom: 0px;
}

/*elv201012301343: ITQ: 59641*/
#calendar-prev {
  cursor:pointer;
}
#calendar-next {
  cursor:pointer;
}
#calendar-prev.disable-prev-navegation {
  cursor:default;
  background-position: 0 0 !important;
  right: 0;
}
#calendar-next.disable-next-navegation {
  cursor:default;	
  background-position: -32px 0 !important;
  right: 0;
}
/* elv201101121525 ITQ:60927 */
.channel-list li.channel .logo{
	background-position: 0 0;
	top: 0;
}