@media print {
	
	/*Remove all items that don't need to be displayed*/
	#PictureBar,
	#FooterBar,
	#Footer,
	#SideBarRight,
	#NavigationBar,
	#TipMasters,
	#Home,
	#UpNext span.flag,
	#PGDayHeader a{
		display: none;
		}
	
	/*Adjust backgrounds*/
	#PageWrapper,
	#PageWrapperTwo,
	#Content,
	#SideBarLeft,
	#ProgramGuide{
		background-image: none;
		background-color: transparent;
		width: 100%;
		height: auto;
		font-size: 10px;
		position: static; 
		overflow: visible; 
		float: none; 
		}
		
	html,
	body {
		background-image: none;
		background-color: #ffffff;
		height: auto;
		}
	#ProgramGuide .pghover,
	#ProgramGuide h3,
	#PhoneNumber,
	h1,
	#PGDayHeader{
		color: black;
	}
	#UpNext {
		background-color: transparent;
	}
	}


