#TVNavigation{
	width:783px;
	height:101px;
	position:relative;
	background:url(/layout/tv_listings/bg_silver_panel.gif) no-repeat 0 0;
	font-family:verdana;
	font-weight:bold;
	font-size:12px;
}
#tvg_listings_nav_quick_form
{	font-family:verdana;
	font-weight:bold;
	font-size:12px;
}
	
#TVNavigation form, #tvg_listings_nav_quick_form form{
	padding:0;
	margin:0;		
}
#TVNavigation form select, #tvg_listings_nav_quick_form form select{
	border-top:1px solid #eee;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:0;
}
#tvg_listings_nav_quick_form form li.starttime select, #tvg_listings_nav_quick_form form li.channels select {
	font-size:10px;

}
#TVNavigation ul, #tvg_listings_nav_quick_form ul{
	padding:0;
	margin:0;
	list-style:none;
}
#tvg_listings_nav_quick_form ul.selectdata{
	position:absolute;
	top:-34px;
	left:6px;
}
#TVNavigation ul.days li, #tvg_listings_nav_quick_form ul.selectdata li{
	display:inline;
	float:left;

}
div#tvg_listings_nav_quick_form {
	/*display: none;*/
}


#tvg_listings_nav_quick_form li.channels{
	width:260px;
	padding:23px 0px 0 0px; 
  	height: 0px;
	margin:0px;
 	overflow:hidden;	
	background:url(/layout/tv_listings/channels.gif) no-repeat 0 3px;
	display: none;
}



#tvg_listings_nav_quick_form li.channels select{
	position:absolute;
	top:3px;
	left:157px;
	padding:0;
	margin:0;
}
#tvg_listings_nav_quick_form li.starttime{
	width:190px;
	padding:20px 0px 0 0px; 
  	height: 0px;
	margin:0px;
 	overflow:hidden;	
	background:url(/layout/tv_listings/starttime.gif) no-repeat 0 3px;
}
#tvg_listings_nav_quick_form li.starttime select{
	position:absolute;
	top:3px;
	left:385px;
	padding:0;
	margin:0;
        width:60px;
}
#tvg_listings_nav_quick_form li.gobutton{
	width:100px;
	padding:30px 0px 0 0px; 
  	height: 0px;
	margin:0px;
 	overflow:hidden;	
	background:url(/layout/tv_listings/gobutton.gif) no-repeat 0 0;
}
#tvg_listings_nav_quick_form li.gobutton div{
	position:relative;
	left:56px;
	top:-48px;
	width:30px;
	padding:30px 15px 0 0; 
  	height: 0px;
	margin:0px;
 	overflow:hidden;	 
}
#tvg_listings_nav_quick_form li.gobutton div a{
	padding:30px 15px 0 0; 
  	height: 0px;
	margin:0px;
 	overflow:hidden;	
	background:url(/layout/tv_listings/buttons/go_button.gif) no-repeat 0 6px;
}
#tvg_listings_nav_quick_form li.gobutton div a:hover{
	 background:url(/layout/tv_listings/buttons/go_button_hover.gif) no-repeat 0 6px;
}
#TVNavigation #searchbox{
	position:absolute;
	top:71px;
	left:570px;
	color:#FDE33D;
	width:196px;
	background:url(/layout/tv_listings/searchtvlistings.gif) no-repeat 0 0;
}
#TVNavigation #searchbox .text{
	padding:18px 0px 0 0px; 
  	height: 0px;
	margin:0px;
 	overflow:hidden;
}
#TVNavigation #searchbox #inputdiv{
	position:relative;
	top:-19px;
	left:108px;
}
#TVNavigation form.searchTvListings input{
	border-top:1px solid #bdbdbf;
	border-left:1px solid #a1a3a2;
	border-right:1px solid #f7d3b9;
	border-bottom:1px solid #f3a97c;
	width:87px;
	height:16px;
	padding:0;
}
#TVNavigation .days{
	display:none;
}


/* NEW WEEKDAY NAVIGATION   -- tvg_listings_nav_wholeweek*/

ul.tvg_listings_nav_wholeweek{
	margin:0;
	padding:0;
	list-style:none;
	height:30px;
	position:absolute;
	top:-71px;
	left:0px;
}
ul.tvg_listings_nav_wholeweek li{
	display:inline;
	float:left;
	text-align:center;
}
ul.tvg_listings_nav_wholeweek li{
	padding:27px 0px 0 0px; 
  	height: 0px;
	margin:5px;
	width:101px;
 	overflow:hidden;
}
ul.tvg_listings_nav_wholeweek a{
	padding:27px 0px 0px 105px;
  	height: 0px;
	margin:0px;
	width:101px;
}

.Today{
	background:url(/layout/tv_listings/buttons/button_today.gif) no-repeat 0 0;
	
}
li.tvg_Today_selected, .tvg_Today_selected{
	background:url(/layout/tv_listings/buttons/button_today_selected.gif) no-repeat 0 0;
}
.tvg_listings_nav_wholeweek li.Today a:hover{
	background:url(/layout/tv_listings/buttons/button_today_hover.gif) no-repeat 0 0;
}
.Tomorrow{
	background:url(/layout/tv_listings/buttons/button_tomorrow.gif) no-repeat 0 0;
	
}
.tvg_Tomorrow_selected{
	background:url(/layout/tv_listings/buttons/button_tomorrow_selected.gif) no-repeat 0 0;
}
.tvg_listings_nav_wholeweek li.Tomorrow a:hover{
	background:url(/layout/tv_listings/buttons/button_tomorrow_hover.gif) no-repeat 0 0;
}
.Monday{
	background:url(/layout/tv_listings/buttons/button_monday.gif) no-repeat 0 0;
}
.tvg_listings_nav_wholeweek li.Monday a:hover{
	background:url(/layout/tv_listings/buttons/button_monday_hover.gif) no-repeat 0 0;
}
.tvg_Monday_selected{
	background:url(/layout/tv_listings/buttons/button_monday_selected.gif) no-repeat 0 0;
}
.Tuesday{
	background:url(/layout/tv_listings/buttons/button_tuesday.gif) no-repeat 0 0;
}
.tvg_listings_nav_wholeweek li.Tuesday a:hover{
	background:url(/layout/tv_listings/buttons/button_tuesday_hover.gif) no-repeat 0 0;
}
.tvg_Tuesday_selected{
	background:url(/layout/tv_listings/buttons/button_tuesday_selected.gif) no-repeat 0 0;
}

 .Wednesday{
	background:url(/layout/tv_listings/buttons/button_wednesday.gif) no-repeat 0 0;
}
 .Wednesday a:hover{
	background:url(/layout/tv_listings/buttons/button_wednesday_hover.gif) no-repeat 0 0;
}
.tvg_listings_nav_wholeweek li.tvg_Wednesday_selected{
	background:url(/layout/tv_listings/buttons/button_wednesday_selected.gif) no-repeat 0 0;
}
.Thursday{
	background:url(/layout/tv_listings/buttons/button_thursday.gif) no-repeat 0 0;
}
.tvg_listings_nav_wholeweek li.Thursday a:hover{
	background:url(/layout/tv_listings/buttons/button_thursday_hover.gif) no-repeat 0 0;
}
.tvg_listings_nav_wholeweek li.tvg_Thursday_selected{
	background:url(/layout/tv_listings/buttons/button_thursday_selected.gif) no-repeat 0 0;
}

.Friday{
	background:url(/layout/tv_listings/buttons/button_friday.gif) no-repeat 0 0;
}
.tvg_listings_nav_wholeweek li.Friday a:hover {
	background:url(/layout/tv_listings/buttons/button_friday_hover.gif) no-repeat 0 0;
}
.tvg_listings_nav_wholeweek li.tvg_Friday_selected{
	background:url(/layout/tv_listings/buttons/button_friday_selected.gif) no-repeat 0 0;
}
.Saturday{
	background:url(/layout/tv_listings/buttons/button_saturday.gif) no-repeat 0 0;
}
.tvg_listings_nav_wholeweek li.Saturday a:hover{
	background:url(/layout/tv_listings/buttons/button_saturday_hover.gif) no-repeat 0 0;
}
.tvg_listings_nav_wholeweek li.tvg_Saturday_selected{
	background:url(/layout/tv_listings/buttons/button_saturday_selected.gif) no-repeat 0 0;
}
.Sunday{
	background:url(/layout/tv_listings/buttons/button_sunday.gif) no-repeat 0 0;
}
.tvg_Sunday_selected{
background:url(/layout/tv_listings/buttons/button_sunday_selected.gif) no-repeat 0 0;
}
.tvg_listings_nav_wholeweek li.Sunday a:hover{
	background:url(/layout/tv_listings/buttons/button_sunday_hover.gif) no-repeat 0 0;
}


/* old */

