/*===================================================================================*/
/* Filename:          tvguide.css                                                    */
/* Description:       TV Guide Page CSS File                                         */
/* Version:           1.0 (15.06.2010)                                               */
/* Website:           http://www.lifestylechannel.com.au                             */
/* Company:           ID Studios (http://www.idstudios.com.au)                       */
/* Author:            Tim Hornbrook / Luke Goodwin                                   */
/*===================================================================================*/
/*							    TV GUIDE LAYOUT                                      */
/*===================================================================================*/
.Layout-TVGuide #TVGuideContainer {
    width: 850px;
    padding-top: 10px;    
    background-color: #ffffff;
    overflow: hidden;    
}
.Layout-TVGuide #LeftColumn {
    width: 850px;
}
.Layout-TVGuide #RightColumn {
    display: none;
}
.Layout-TVGuide .ColumnsContainer {
}
.Layout-TVGuide .ColumnLeft {
    float: left;
    width: 530px;
    padding: 0px 10px 0px 0px;
}
.Layout-TVGuide .ColumnRight {
    float: left;
    width: 300px;
    padding: 0px 0px 0px 10px;
}

/*===================================================================================*/
/*							    GENERAL PAGE STRUCTURE                               */
/*===================================================================================*/
#TVGuideContent .Heading {
    background-position: 0px -270px;
}
.PageHeading {
    margin-bottom: 10px;
}
.HeadingArea {
	margin-bottom: 10px;
	padding: 0px;
}
.HeadingArea .TVGuideBlurb {
	margin-left: 190px;
	margin-top: 10px;
	width: 340px;
}
form,
select {
	position: relative;
	z-index: 50;
}
.HeadingArea select {
	float: left;
	margin-right: 10px;
	width: 22%;	
	border: 1px solid #7d7d7d;
	color: #7d7d7d;
}
/*===================================================================================*/
/*							    LEFT COLUMN STRUCTURE                                */
/*===================================================================================*/
#LeftColumn {
	padding: 0px 10px;
	width: 530px;
}
#TVGuideContent {
	overflow: hidden;/* IE 7 Fix For Jumping */
}
/*===================================================================================*/
/*							   TAB NAVIGATION STRUCTURE                              */
/*===================================================================================*/
#TabNavigation {
	margin: 0px 0px 0px 30px;
}
	#TabNavigation .Tabs {
		overflow: hidden;
		height: auto;
		* margin-bottom: -2px;
	}
		#TabNavigation .Tabs li {
			display: inline;
		}
			#TabNavigation .Tabs li a {
				float: left;
				display: block;
				margin-right: 5px;
				padding: 5px 5px;
				
				background-color: #fff;
				
				font-size: 12px;
				font-weight: bold;
				color: #898989;
				height: 1%;
			}
            #TabNavigation .Tabs .ui-tabs-selected a,			
			#TabNavigation .Tabs .Selected,
			#TabNavigation .Tabs .Selected:hover {
				float: left;
				display: block;
				margin-right: 5px;
				padding: 5px 5px;
				
				background-color: #464646;
				
				font-size: 12px;
				font-weight: bold;
				color: #FFFFFF;
				height: 1%;
				
				-moz-border-radius-topleft: 5px;
				-moz-border-radius-topright: 5px;
				-webkit-border-top-right-radius: 5px;
				-webkit-border-top-left-radius: 5px;
			}
			#TabNavigation .Tabs .Selected, 
			#TabNavigation .Tabs .Selected:hover {
				padding: 5px 5px;
			}
			
/*===================================================================================*/
/*							   TV GUIDE CONTENT DATA TABLE STRUCTURE                 */
/*===================================================================================*/
.DayArea {
	padding: 10px 15px 0px;
	background-color: #464646;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
	.DayArea .Day {
		float: left;
		width: 300px;
		font-size: 20px;
		color: #fff;	
	}
	.Print {
		display: block;
		margin: 5px 0px;
		text-transform: capitalize;
		cursor: pointer;
	}
	.Print span {
		float: right;
		display: block;	
		color: #fff;
		padding-left: 20px;
		background: url(../images/print.gif) no-repeat center left;	
	}
/*===================================================================================*/
/*							   TV GUIDE LISTING STRUCTURE                            */
/*===================================================================================*/
#TVGuide_Listing_Container {
    padding-bottom: 15px;
}
#TVGuide_Listing_Container .ArrowRight {
	display: inline-block;
	margin: 0px 0px 0px 10px;
	padding-right: 10px;
}
#TVGuide_Listing {
	width: 850px;
    padding: 0px;
	height: 395px;
	overflow-x: hidden;
	overflow-y: scroll; 
	background-color: #f0f0f0;
	margin-bottom: 10px;
}
#TVGuide_Listing .ChannelGuide {
    float: left;
    width: 265px;
    background-color: #f0f0f0;
    padding: 10px 6px;
}
#TVGuide_Listing table.ChannelTable tr th {
    border-top: none;
    text-align: left;
}
#TVGuide_Listing table.ChannelTable tr td {
	padding: 0px 1px;
	height: 35px;
	overflow: hidden;
	border-top: 1px dotted #b6b6b6;
}
#TVGuide_Listing table.ChannelTable tr th,
#TVGuide_Listing table.ChannelTable tr td {
    padding: 5px 0px;
}
#TVGuide_Listing .ChannelTable .Times {
    padding-left: 5px;
}
#TVGuide_Listing .Times .Plus2 {
    font-size: 9px;
    color: #898989;
}
#TVGuide_Listing .Times .Channel,
#TVGuide_Listing .Show .Title,
#TVGuide_Listing .Show .Title a {
    color: #464646;
}
#TVGuide_Listing .Show .ByLine {
    font-size: 10px;
}
#TVGuide_Listing .Show .ByLine a {
    display: block;
}
.Show .Title,
.Show .Title a,
.Show .ByLine,
.Show .ByLine a,
.Times .Channel,
.Times .Plus2 {
    overflow: hidden;
    white-space: nowrap;
}
/* Widths */
#TVGuide_Listing .Times,
#TVGuide_Listing .Times .Channel,
#TVGuide_Listing .Times .Plus2 {
    width: 55px;
}
#TVGuide_Listing .Show,
#TVGuide_Listing .Show .Title,
#TVGuide_Listing .Show .Title a,
#TVGuide_Listing .Show .ByLine,
#TVGuide_Listing .Show .ByLine a {
    width: 160px;
    padding-right: 2px;
}

/*===================================================================================*/
/*							   CHANNEL THEME-ING                                     */
/*===================================================================================*/
/* LifeStyle Channel */
#TVGuide_Listing .LSChannelGuide .GuideHeadings .Title,
#TVGuide_Listing .LSChannelGuide .Show .ByLine,
#TVGuide_Listing .LSChannelGuide .Show .ByLine a {
    color: #0099CC !important;
}
#TVGuide_Listing .LSChannelGuide tr.TimeSlot_NowShowing {
	background-color: #0099CC;
}
#TVGuide_Listing .LSChannelGuide tr.TimeSlot_NowShowing .Plus2 {
    color: #bde2ef;
}
/* LifeStyle FOOD */
#TVGuide_Listing .LSFoodGuide {
    background-color: #e7e7e7;
}
#TVGuide_Listing .LSFoodGuide .GuideHeadings .Title,
#TVGuide_Listing .LSFoodGuide .Show .ByLine,
#TVGuide_Listing .LSFoodGuide .Show .ByLine a {
    color: #ff9900 !important;
}
#TVGuide_Listing .LSFoodGuide tr.TimeSlot_NowShowing {
	background-color: #ff9900;
}
#TVGuide_Listing .LSFoodGuide tr.TimeSlot_NowShowing .Plus2 {
    color: #fed7ad;
}
/* LifeStyle YOU */
#TVGuide_Listing .LSYouGuide .GuideHeadings .Title,
#TVGuide_Listing .LSYouGuide .Show .ByLine,
#TVGuide_Listing .LSYouGuide .Show .ByLine a {
    color: #cc0033 !important;
}
#TVGuide_Listing .LSYouGuide tr.TimeSlot_NowShowing {
	background-color: #cc0033;
}
#TVGuide_Listing .LSYouGuide tr.TimeSlot_NowShowing .Plus2 {
    color: #f5989d;
}
/*===================================================================================*/
/*							   NOW SHOWING STRUCTURE                                 */
/*===================================================================================*/
#TVGuide_Listing table tr.TimeSlot_NowShowing {
	color: #FFFFFF;
	font-weight: bold;
}
#TVGuide_Listing .ChannelGuide table tr.TimeSlot_NowShowing .Title,
#TVGuide_Listing .ChannelGuide table tr.TimeSlot_NowShowing .Channel,
#TVGuide_Listing .ChannelGuide table tr.TimeSlot_NowShowing a {
	color: #FFFFFF;
}
#TVGuide_Listing table tr.TimeSlot_NowShowing .NowShowing {
	font-weight: normal;
}
#TVGuide_Listing .ChannelGuide table tr.TimeSlot_NowShowing .ByLine {
	color: #ffffff;	
	font-size: 10px;
}
.TimeSlot_NowShowing .Download span,
.TimeSlot_NowShowing .Reminder span,
.TimeSlot_NowShowing .Record span {
	background-image: url(../images/guide_icons_white.png);
	_background-image: url(../images/guide_icons_white.gif);
}
/*===================================================================================*/
/*							   SHOW & REMINDER TIP STRUCTURE                         */
/*===================================================================================*/
.Download,
.Reminder,
.Record {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0px;	
	text-transform: uppercase;
	cursor: pointer;
}
.Download span,
.Reminder span,
.Record span {
	float: left;
	display: inline-block;	
	width: 18px;
	height: 18px;
	background: url(../images/guide_icons.gif) no-repeat top left;	
}
.Download span { background-position: 0px 0px; }
.Reminder span { background-position: 0px -20px; }
.Record span { background-position: 0px -40px; }

/*===================================================================================*/
/*							   SUBSCRIBE TO POD                                      */
/*===================================================================================*/
.SubscribeTo {
    margin-bottom: 35px;
}

/*
#TVGuide_Listing .Duration30 {
    height:45px;
}
#TVGuide_Listing .Duration60 {
    height:90px;
}*/

#TVGuide_Listing .LSFoodGuide .RemindersContainer,
#TVGuide_Listing .LSYouGuide .RemindersContainer {
    visibility: hidden;
}