/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ *//*--------------------------------------------------REQUIRED to hide the non-active tab content.But do not hide them in the print stylesheet!--------------------------------------------------*/.tabberlive .tabbertabhide {	display:none;}/*--------------------------------------------------.tabber = before the tabber interface is set up.tabberlive = after the tabber interface is set up--------------------------------------------------*/.tabber {	display:none;}.tabberlive {	margin: 0px;}/*--------------------------------------------------ul.tabbernav = the tab navigation listli.tabberactive = the active tab--------------------------------------------------*/ul.tabbernav{	float: left;	width: 345px;	height: 30px;	padding:10px 0px 0px 8px;	margin: 0px;	background: url(/SiteFiles/1386/Images/tabbernav-bg.jpg) no-repeat;}html>body ul.tabbernav{	*width: 338px;	*height: 20px;	*padding:10px 0px 0px 8px;}ul.tabbernav li{	list-style: none;	margin: 0px;	display: inline;}ul.tabbernav li a{	padding: 10px 8px;	margin: 0px 0px 0px 3px;	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: bold;	color: #333333;}ul.tabbernav li a, x:-moz-any-link {padding: 9px 8px; } /* FireFox 2 */ul.tabbernav li a, x:-moz-any-link, x:default { padding: 9px 8px;} /* FireFox 3 */html>body ul.tabbernav li a  /* IE 7 only hack */{	*padding: 8px;	*margin: 0px 0px 0px 1px;}ul.tabbernav li a:link, ul.tabbernav li a:visited { color: #CCCCCC; }ul.tabbernav li a:hover{	color: #FFFFFF;	background: #333333;}ul.tabbernav li.tabberactive a{	color: #333333;	background: #FFFFFF;}ul.tabbernav li.tabberactive a:hover{	color: #333333;	background: #FFFFFF;}/*--------------------------------------------------.tabbertab = the tab contentAdd style only after the tabber interface is set up (.tabberlive)--------------------------------------------------*/.tabberlive .tabbertab {	padding: 46px 10px 10px;	height: 350px;	/* If you don't want the tab size changing whenever a tab is changed	you can set a fixed height */	/* If you set a fix height set overflow to auto and you will get a	scrollbar when necessary */}html>body .tabberlive .tabbertab {	*padding: 10px;}.tab-stjude {	background: url(/SiteFiles/1386/Images/tabber-stjude-bg.jpg) repeat-y right top;}.tab-extras {	background: none;}/* If desired, hide the heading since a heading is provided by the tab */.tabberlive .tabbertab h2 {	display:none;}.tabberlive .tabbertab h3 {	display:none;}/* Example of using an ID to set different styles for the tabs on the page */.tabberlive#tab1 {}.tabberlive#tab2 {}.tabberlive#tab2 .tabbertab {	height:350px;	overflow:auto;}.pgatour p, .golfnews p, .golfnews li {	border-bottom: 1px solid #d4d4d4;	margin: 0px 0px 5px;	padding: 0px 0px 5px;}
