/*  ------------------
	TV-TIMES.CSS
	Contains everything specific to the Broadcast Times Pages for PGA TOUR.  Do not put any non-tv-times-page-specific information in this document.	*/
	/* NOTE: Anything beginning with [*:first-child+html] is an IE7-specific hack */
/*	----------------------------------------------------------------------------
	Table Of Contents
	1.	Section Front
		A.  Content
			1.  Country Select Drop Down
			2.  Schedule Table
			3.  Other Pods
		B.  Right Rail
			
*/		
/*  -----------------------------------------------------------------------------
	(1a) PAGE STRUCTURE - CONTENT */
div.tourTVContainer {
	position:relative;
	width:95%;
	margin:0 auto;
	text-align:center;
}
div.tourTVContainer .backToMain {
	float:left;
	margin-top:5px;
}
/*  -------------------------------------
	(1a1) COUNTRY SELECT DROP DOWN */
#tourCountrySelect {
	position:absolute;
	top:0px;
	right:0px;
	margin:10px 0px;
}
	#tourCountrySelect .tourCountryDD {
		font-size:11px;
		width:200px;
		height:20px;
	}
	.tourCountryDropBtn {
		background:url(http://i.cdn.turner.com/pgatour/.element/img/3.0/sect/r/players/sm_footer_btn.gif) no-repeat center right;
		border:none !important;
		width:18px;
		height:19px;
		cursor:pointer;
		font-size:0px;
		color:#FFF;
	}		
.highlight {
	background:#B7E896;
}	
/*  -------------------------------------
	(1a2) SCHEDULE TABLE */	
#tourTVTable {
	width:100%;
	text-align:center;
	border:1px solid #036;
	background:#FFF url(http://i.cdn.turner.com/pgatour/.element/img/3.0/sect/r/other_bkgrnd.gif) repeat-x top left;
}
#tourTVTable td {
	padding:2px 10px;	
	vertical-align:middle;
}
#tourTVTable1 {
	width:100%;
	text-align:center;
	border:1px solid #036;
	background:#FFF url(http://i.cdn.turner.com/pgatour/.element/img/3.0/sect/r/other_bkgrnd.gif) repeat-x top left;
	text-align:left;
}
#tourTVTable1 td {
	padding:2px 10px;	
	vertical-align:middle;
}
	tr.tourTVTourLogos, tr.tourTVTourLogos td {
		padding:15px 0px !important;
	}
	tr.tourTVWeekly, tr.tourTVWeekly td {
		padding:15px 10px !important;
		background:#23669E;
		color:#FFF;
		font-weight:bold;
	}
	tr.tourTVHeader, tr.tourTVHeader td {
		background:#A1BEDC;
		font-weight:bold;
		border-right:1px solid #FFF;
	}
	tr.tourTVCell, tr.tourTVCell td {
		background:#E5E5E1;
		border-right:1px solid #FFF;		
	}
	tr.tourTVCellAlt, tr.tourTVCellAlt td {
		background:#FFF;
		border-right:1px solid #FFF;		
	}	
/*  -------------------------------------
	(1a3) OTHER PODS */
div.tourTVPods {
	position:relative;
	width:300px;
	margin:10px 0px;
}
div.tourTVPodLeft {
	float:left;
	margin-right:5px;
}
div.tourTVPodRight {
	float:right;
	margin-left:5px;
}
	div.tourTVPodRight h4 {
		padding-top:0 !important;
	}
	div.tourTVPods img {
		float:right;
		margin:20px 0px;
	}
	div.tourTVPodContent {
		background:#FFF url(http://i.cdn.turner.com/pgatour/.element/img/3.0/sect/r/other_bkgrnd.gif) repeat-x top left;
		border:1px solid #036;
		border-bottom:none !important;
		width:278px;
		height:215px;
		padding:10px;
		text-align:left;
	}
		div.tourTVPodContent h4 {
			font-size:12px;
			font-weight:bold;
			color:#23669E;
			padding-top:15px;
		}
		div.tourTVPodContent a {
			color:#23669E;
			text-decoration:none;			
		}
		img.tourLinkArrow {
			position:relative;
			top:8px;
			float:none !important;
		}
		
/*  -----------------------------------------------------------------------------
	(1b) PAGE STRUCTURE - RIGHT RAIL */

