/*
Reset Font sizes
*********************************/
html {
	background:white;
	font-size: 16px; /* reset safari's 14px default */
}
* html {
	font-size: 100%; /* override pixel value for IE's benefit */
}
body {
	font-size:70%;
}

/*
Reset Default styles
**********************************/
* {
	font-family:arial, tahoma, verdana, "sans-serif";
	margin:0;
	padding:0;
	font-size:100%;
	color:#666;
}
img,
form,
fieldset {
	border:none;
}

/*
Layout - all pages
***********************************/
body {
	text-align:center;
	background:url(../images/mainBG.jpg) top center repeat-y;
}
ul#accessibility {
	position:absolute;
	top:-5000px;
}
div#wrapper {
	text-align:left;
	width:728px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
	div#wrapper div#header {
	}
		div#wrapper div#header a#logo {
			position:absolute;
			top:5px;
			left:5px;
			z-index:100;
		}
		div#wrapper div#header form#searchForm {
			clear:none;
			float:right;
			margin:0 0 18px 0;
			width:237px;
		}
	div#wrapper div#bannerWrapper {
		clear:both;
		height:224px;
	}
		div#wrapper div#bannerWrapper ul#globalNav {
			float:right;
		}
		div#wrapper div#bannerWrapper ul#mainNav {
			list-style-type:none;
			position:absolute;
			bottom:0;
			clear:both;
		}
	div#wrapper div#lower {
		padding:20px 0 0 5px;
		width:733px;
		background:red;
		clear:left;
		float:left;
	}
		div#wrapper div#lower ul#subNav {
			float:left;
			width:110px;
			list-style-type:none;
		}
		div#wrapper div#lower ul#subNav ul {
			list-style-type:none;
		}
		div#wrapper div#content {
			float:left;
			margin:0 0 0 50px;
			width:560px;
		}
		div#wrapper div#lower div#content.wide {
			margin:0;
			width:690px;
		}
		body div#wrapper div#lower div.narrow {
			width:377px;
		}
		body div#wrapper div#lower div.narrower {
			width:355px;
			margin-left:35px;
		}
		div#wrapper div#lower div#extras {
			float:left;
			margin:0 0 0 13px;
			width:170px;
		}
		div#wrapper div#lower div.extrasWider {
			width:210px ! IMPORTANT;
		}
	div#wrapper ul#footerNav {
		list-style-type:none;
		padding:10px 0;
		float:left;
		clear:both;
		margin:0 0 0 6px;
	}
	div#wrapper p.precedent {
		float:right;
		margin:10px 0;
	}

/*
Global nav
***********************************/
ul#globalNav {
	list-style-type:none;
	border-left:1px solid #e1e1e1;
}
	ul#globalNav li {
		float:left;
		background:#f7f7f7 url(../images/greyTabGradient.jpg) top repeat-x;
		border:1px solid #e1e1e1;
		border-left:0;
		border-bottom:none;
		text-align:center;
		height:25px;
		padding:11px 0 0 0;
		vertical-align:center;
	}
	ul#globalNav li.conferences {
		width:158px;
	}
	ul#globalNav li.spring {
		width:112px;
	}
	ul#globalNav li.summer {
		width:120px;
	}
	ul#globalNav li.autumn {
		width:121px;
	}
	ul#globalNav li.selected {
		background-color:transparent;
		background-image:none;
	}
		ul#globalNav li a {
			display:block;
			margin:auto;
			height:0;
			overflow:hidden;
		}
			ul#globalNav li.conferences a {
				background:url(../images/globalNavConf.gif) top center no-repeat;
				padding-top:14px;
				width:139px;
			}
			ul#globalNav li.spring a {
				background:url(../images/globalNavSpring.gif) top center no-repeat;
				padding-top:18px;
				width:87px;
			}
			ul#globalNav li.summer a {
				background:url(../images/globalNavSummer.gif) top center no-repeat;
				padding-top:18px;
				width:99px;
			}
			ul#globalNav li.autumn a {
				background:url(../images/globalNavAutumn.gif) top center no-repeat;
				padding-top:17px;
				width:94px;
			}

/*
Main nav
***********************************/
ul#mainNav {
	list-style-type:none;
}
	ul#mainNav li {
		float:left;
		text-align:center;
		height:25px;
		padding:13px 0 0 0;
		vertical-align:center;
	}
	ul#mainNav li.buy         { width:70px; }
	ul#mainNav li.centre      { width:86px; }
	ul#mainNav li.info        { width:96px; }
	ul#mainNav li.new         { width:94px; }
	ul#mainNav li.hospitality { width:68px; }
	ul#mainNav li.sponsorship { width:77px; }

	ul#mainNav li.about {
		width:165px;
		padding:16px 0 0 0;
		height:22px;
		background:url(../images/menuDivider.gif) bottom right no-repeat;
	}
	ul#mainNav li.contact {
		width:70px;
		padding:16px 0 0 0;
		height:22px;
	}
	body.buy ul#mainNav li.buy                 { background:url(../images/mainNavBuyStandard.gif) top no-repeat;}
	body.hospitality ul#mainNav li.hospitality { background:url(../images/mainNavHospitalityStandard.gif) top no-repeat;}
	body.sponsorship ul#mainNav li.sponsorship { background:url(../images/mainNavSponsorshipStandard.gif) top no-repeat;}

		ul#mainNav li a {
			overflow:hidden;
			padding-top:14px;
			height:0;
			display:block;
			margin:auto;
		}
		ul#mainNav li.buy a {
			background:url(../images/mainNavBuy.gif) top center no-repeat;
			width:70px;
		}
		ul#mainNav li.centre a {
			background:url(../images/mainNavCentre.gif) top center no-repeat;
			width:86px;
		}
		ul#mainNav li.info a {
			background:url(../images/mainNavInfo.gif) top center no-repeat;
			width:96px;
		}
		ul#mainNav li.new a {
			background:url(../images/mainNavNew.gif) top center no-repeat;
			width:94px;
		}
		ul#mainNav li.hospitality a {
			background:url(../images/mainNavHospitality.gif) top center no-repeat;
			width:68px;
		}
		ul#mainNav li.sponsorship a {
			background:url(../images/mainNavSponsorship.gif) top center no-repeat;
			width:77px;
		}
		body.buy ul#mainNav li.buy a {
			background:url(../images/mainNavBuyStandardSelected.gif) top no-repeat;
			width:57px;
		}
		body.centre ul#mainNav li.centre a {
			background:url(../images/mainNavCentreStandardSelected.gif) top no-repeat;
			width:74px;
		}
		body.info ul#mainNav li.info a {
			background:url(../images/mainNavInfoStandardSelected.gif) top no-repeat;
			width:86px;
		}
		body.new ul#mainNav li.new a {
			background:url(../images/mainNavNewStandardSelected.gif) top no-repeat;
			width:74px;
		}
		body.hospitality ul#mainNav li.hospitality a {
			background:url(../images/mainNavHospitalityStandardSelected.gif) top no-repeat;
			width:55px;
		}
		body.sponsorship ul#mainNav li.sponsorship a {
			background:url(../images/mainNavSponsorshipStandardSelected.gif) top no-repeat;
			width:68px;
		}
		ul#mainNav li.about a {
			background:url(../images/mainNavAbout.gif) top center no-repeat;
			width:144px;
		}
		ul#mainNav li.contact a {
			background:url(../images/mainNavContact.gif) top center no-repeat;
			width:57px;
		}

/*
Sub nav
***********************************/
ul#subNav {
}
	div#lower ul#subNav li {
		border-bottom:1px solid #ccc;
		padding:0;
		margin:0;
	}
		ul#subNav li a {
			color:#4a4a4a;
			display:block;
			font-size:120%;
			letter-spacing:-0.05em;
			padding:4px 0 4px 15px;
			margin:0;
			background:url(../images/subNavBullet.gif) left no-repeat;
		}
		ul#subNav li a:hover {
			color:#999;
			text-decoration:none;
		}
		ul#subNav li.selected a {
			background:url(../images/subnavBulletSelected.gif) left no-repeat;
			color:#8B6E28;
		}
		ul#subNav li.selected ul {
			margin:0 0 0 10px;
		}
			div#lower ul#subNav li.selected ul li {
				padding:0 0 0 10px;
				border-bottom:0;
			}
			ul#subNav li.selected ul li.selected {
				background:url(../images/subNavBulletSmallSelected.gif) left 7px no-repeat;
			}
				ul#subNav li.selected ul li a {
					background:url(../images/dottedBorderHorizontal.gif) top left repeat-x;
					padding:4px 0 4px 0;
					color:#666;
					letter-spacing:0em;
					font-size:100%;
				}
				ul#subNav li.selected ul li a:hover {
					color:#999;
				}
				ul#subNav li.selected ul li.selected a {
					color:#333;
				}
				ul#subNav li.selected ul li.selected a:hover {
					color:#999;
				}

/*
Search form
***********************************/
form#searchForm {
	background-color:#f2f2f2;
	padding:12px 17px;
}
	form#searchForm label {
		width:41px;
		height:0;
		padding:13px 0 0 0;
		overflow:hidden;
		display:block;
		float:left;
		background:url(../images/search.gif) top left no-repeat;
	}
	form#searchForm input.text {
		width:140px;
		border:1px solid #ccc;
		margin:-3px 8px 0 16px;
		padding:2px;
		float:left;
	}
	form#searchForm input.submit {
		width:20px;
		height:17px;
		padding:17px 0 0 0;
		overflow:hidden;
		color:#F2F2F2;
		font-size:0;
		border:0;
		float:left;
		background:url(../images/go.gif) top left no-repeat;
		cursor:pointer;
	}




/*
Banners
***********************************/
div#bannerWrapper {
	position:relative;
	background:url(../images/bannerAbout.jpg) top left no-repeat;
}
body.sponsorship div#bannerWrapper {
	background:url(../images/bannerSponsorship.jpg) top left no-repeat;
}
body.hospitality div#bannerWrapper {
	background:url(../images/bannerHospitality.jpg) top left no-repeat;
}
body.buy div#bannerWrapper {
	background:url(../images/bannerBuy.jpg) top left no-repeat;
}
body.contact div#bannerWrapper {
	background:url(../images/bannerContact.jpg) top left no-repeat;
}
body.conferences div#bannerWrapper {
	background:url(../images/bannerExhibitions.jpg) top left no-repeat;
}

div#bannerWrapper div {
	position:absolute;
	top:50px;
	left:0;
	color:#fff;
	padding:5px 7px;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	background:#8d6e26;
}
	div#bannerWrapper div h1 {
		color:#fff;
		font-size:28px;
		font-weight:normal;
		max-width:500px;
	}
	* html div#bannerWrapper div h1 {
		xwidth:expression(this.scrollWidth > 520 ? "500px" : "auto");
	}
	body.buy div#bannerWrapper div h1 {
		xwidth:140px;
	}
	body.centre div#bannerWrapper div h1 {
		xwidth:176px;
	}
	body.info div#bannerWrapper div h1 {
		xwidth:206px;
	}
	body.new div#bannerWrapper div h1 {
		xwidth:180px;
	}
	body.hospitality div#bannerWrapper div h1 {
		xwidth:132px;
	}
	body.sponsorship div#bannerWrapper div h1 {
		xwidth:161px;
	}
	body.contact div#bannerWrapper div h1 {
		xwidth:140px;
	}
	body.conferences div#bannerWrapper div h1 {
		xwidth:351px;
	}
	body.about div#bannerWrapper div h1 {
		xwidth:208px;
	}

/*
Lower Section
*********************************/
div#wrapper div#lower {
	background:url(../images/lowerBG.jpg) repeat-x;
}

/*
Link styles
*********************************/
a {
	text-decoration:none;
	color:#8C6E28;
}
a:hover,
a:active {
	text-decoration:underline;
	color:#8C6E28;
}
p.button a {
	height:0;
	overflow:hidden;
	display:block;
}
p.buttonFloat {
	float:left;
}
a.book {
	background:url(../images/buttonBook.jpg) top left no-repeat;
	width:112px;
	padding-top:23px;
}
a.booknow {
	background:url(../images/buttonBookNow.jpg) top left no-repeat;
	width:70px;
	padding-top:23px;
}
a.find {
	background:url(../images/buttonFind.jpg) top left no-repeat;
	width:93px;
	padding-top:23px;
}
a.play {
	background:url(../images/buttonPlay.jpg) top left no-repeat;
	width:46px;
	padding-top:18px;
}
a.read {
	background:url(../images/buttonRead.jpg) top left no-repeat;
	width:74px;
	padding-top:22px;
}
a.viewevents {
	background:url(../images/buttonFind.jpg) top left no-repeat;
	width:93px;
	padding-top:23px;
}
a.track {
	background:url(../images/buttonTrack.jpg) top left no-repeat;
	width:120px;
	padding-top:26px;
}
a.download {
	background:url(../images/buttonDownload.jpg) top left no-repeat;
	width:70px;
	height:22px;
	display:inline-block;
	float:left;
}
a.clickhere {
	background:url(../images/buttonClick.jpg) top left no-repeat;
	width:70px;
	height:22px;
	display:inline-block;
	float:left;
	
}
p.more {
	zoom:1;
	overflow:hidden;
	line-height:22px;
}
p.more strong {
	float:left;
	padding-right:5px;
}


/*
Headings
**********************************/
h2, h3, h4 {
	margin:0 0 10px 0;
	z-index:100;
	position:relative;
}
h2 {
	font-size:160%;
	font-weight:normal;
	letter-spacing:-0.05em;
}
h3 {
	font-size:140%;
	font-weight:normal;
	letter-spacing:-0.05em;
}
h4 {
	font-size:120%;
	font-weight:bold;
}

/* Text colour
***********************/
h2, h3, h3 strong, table th {
	color:#8B6E28;
}
form label {
	color:#8B6E28;
}

/*
Paragraphs
***********************************/
p {
	margin-bottom:1em;
}
div#intro > p:first-child {
	font-size:120%;
}
/*p em {
	font-size:110%;
	font-weight:bold;
	font-style:normal;
	color:#333;
}*/

/*
Tables
***********************************/
table {
	font-size:100%;
	margin:0 0 1em 0;
	width:100%;
	border-collapse:collapse;
	background:#f4f1ea;
}
	table th {
		vertical-align:bottom;
		padding:5px 10px;
		margin:0;
		border-right:0;
		font-size:120%;
	}
	table td {
		vertical-align:bottom;
		padding:5px 10px;
		margin:0;
		border-right:1px solid #ccc;
	}
	table td.last {
		border-right:0;
	}

/*
Content Column - Banner
***********************************/
div#lower div#contentBanner {
	margin:0 0 10px 0;
}


/*
Content Column - Images
***********************************/
div#lower img {
	margin:0 0 1em 0;
}
div#lower div.block img {
	border: 2px solid #8c6d21;
}
div#lower div.block p img.noBorder {
	border: 0;
}
div#lower img.left {
	float:left;
	margin-right:10px;
}
div#lower img.right {
	float:right;
	margin-left:10px;
}
div#lower p.center {
	text-align:center;
}
img.noborder {
	border:none !important;
}

/*
Content Column - Forms
***********************************/
div#lower form {
}
	div#lower form fieldset {
		margin:0 0 10px 0;
	}
	div#lower form h3 {
		font-size:120%;
		font-weight:bold;
		color:#666;
		border-bottom:1px solid #ccc;
		padding:0 0 10px 0;
		margin:0 0 15px 0;
		letter-spacing:0em;
	}
	div#lower form label {
		width:150px;
		display:block;
		float:left;
		clear:left;
		text-align:right;
		margin:0 40px 10px 0;
		font-size:130%;
		letter-spacing:-0.05em;
	}
	div#lower form input.text {
		float:left;
		margin:0 0 10px 0;
		width:148px;
	}
	div#lower form input.long {
		width:198px;
	}
	div#lower form input.short {
		width:83px;
	}
	div#lower form select {
		width:148px;
	}
	div#lower form textarea {
		width:148px;
		height:110px;
	}
	div#lower form input.submit {
		width:59px;
		height:32px;
		padding-top:32px;
		overflow:hidden;
		color:#F2F2F2;
		font-size:0;
		border:0;
		background:url(../images/send.jpg) no-repeat;
		float:right;
		margin-right:215px;
		cursor:pointer;
		cursor:hand;
	}



/*
Content Column - Lists
***********************************/
div#lower ul {

}
	div#lower ul li {
		padding:0 0 0 5px;
		margin:0 0 1em 20px;
		background:url(../images/bullet.gif) 0px 5px no-repeat;
	}
div#lower ol {

}
	div#lower ol li {
		padding:0 0 0 5px;
		margin:0 0 1em 20px;
	}

/*
Content Column - Blocks
***********************************/
div#lower div.block {
	clear:both;
}

/*
Content - box with circle bg
*********************************/
div.box {
	background:url(../images/boxBG.jpg) top right no-repeat;
	padding:40px 40px 0 13px;
	margin:-20px 0 10px 0;
	min-height:40px;
}
* html div.box {
	height:40px;
}
div#extras div.box {
	padding:30px 6px 0 6px;
}

/*
Content - box with coloured bg
*********************************/
div.highlight {
	background:#EBE5D9;
	padding:3px 13px;
	margin:0 0 10px 0;
}
	div.highlight h4,
	div.highlight p {
		margin:0;
	}

/*
Content Column - Sitemap
***********************************/
div#lower ul#sitemap {
	margin:0 0 1em 0;
	list-style-type:none;
}
	div#lower ul#sitemap li {
		padding:0 10px 0 4px;
		background:url(../images/sitemapBG.jpg) top left no-repeat;
		display:block;
		width:100px;
		float:left;
		margin:0;
	}
	* html body div#lower ul#sitemap li {
		width:90px;
	}
		div#lower ul#sitemap li a {
			font-size:130%;
			display:block;
			padding:0 0 0 10px;
			margin:0;
		}
		div#lower ul#sitemap li ul {
			margin:0;
		}
		div#lower ul#sitemap li ul li  {
			float:none;
			border:0;
			padding:0 0 0 10px;
			margin:0;
			background:url(../images/sitemapBullet.gif) left no-repeat;
		}
		div#lower ul#sitemap li ul li a  {
			font-size:100%;
			padding:0;
			margin:.5em 0 0 0;
		}
/*
Content Column - Search Results List
***********************************/
div#lower ul#searchResults {
	margin:0 0 1em 0;
	list-style-type:none;
}
	div#lower ul#searchResults li {
		border-top:1px solid #ccc;
		padding:10px 5px;
		margin:0;
	}
	div#lower ul#searchResults li.odd {
		background-color:#F3F0E9;
	}
		div#lower ul#searchResults li a {
			margin:0;
			font-size:130%;
		}
/*
Content Column - Pages List
***********************************/
div#lower ul.pages {
	margin:0 0 1em 0;
	list-style-type:none;
	font-size:110%;
}
	div#lower ul.pages li {
		display:inline;
		padding:0 5px;
		margin:0;
		border-right:1px solid #8D6E26;
	}
	div#lower ul.pages li.noBorder {
		border-right:0;
		padding-left:0;
	}


/*
Content Column - Results List
***********************************/
div#lower ul#results {
}
	div#lower ul#results li {
		border-top:1px solid #ccc;
		padding:17px 0 10px 0;
		width:98%;
	}
		div#lower ul#results li img {
			float:left;
			margin:0 15px 10px 0;
		}
		div#lower ul#results li table {
			clear:left;
			margin:10px 0;
		}
			div#lower ul#results li table strong {
				font-size:130%;
			}

/*
Content Column - Packages List
***********************************/
div#lower ul#packages {
	list-style-type:none;
}
	div#lower ul#packages li {
		border-top:1px solid #ccc;
		padding:10px 0;
	}
		div#lower ul#packages li h3 {
			// padding:8px 0 0 25px;
			padding:8px 0 0 0;
			position:relative
		}
		div#lower ul#packages li h3 span {
			display:none;
			font-size:200%;
			color:#C6B794;
			font-weight:bold;
			position:absolute;
			top:0;
			left:0;
		}
		* html body div#lower ul#packages li h3 span {
			position:relative;
			top:0;
			left:-10px;
		}
		div#lower ul#packages li p {
			margin:0 0 10px 10px;
		}
		div#lower ul#packages li ul {
			margin:0 0 0 40px;
			width:80%;
			list-style-type:none;
		}
			div#lower ul#packages li ul li {
				border-top:1px solid #eee;
				color:#8D6F29;
				font-size:110%;
				padding:4px 0 4px 20px;
				margin:0;
				background:#ffffff url(../images/packagesBullet.gif) top left no-repeat;
			}
			div#lower ul#packages li ul li.odd {
				background:#f9f8f4 url(../images/packagesBullet.gif) top left no-repeat;
			}

/*
Content Column - News List
***********************************/
div#wrapper div#lower ul.news {
	position:relative;
	top:-10px;
}
	div#wrapper div#lower ul.news li {
		padding:10px 0 2px 0;
		margin:0;
		display:inline;
		float:left;
		width:100%;
		background:url(../images/dottedBorderHorizontal.gif) bottom left repeat-x;
	}
	* html body div#wrapper div#lower ul.news li {
		width:97%;
	}
	div#wrapper div#lower ul.news li.last {
		margin:0;
		background-image:none;
	}
	div#wrapper div#lower ul.news li img {
		float:left;
		margin:0 14px 10px 0;
		width:59px;
		height:48px;
	}
		div#wrapper div#lower ul.news li a {
		color:#333;
		display:inline;
	}

/*
Content Column - Months List
***********************************/
div#wrapper div#lower ul#months {
	background:url(../images/dottedBorderHorizontal.gif) bottom left repeat-x;
	margin-bottom:1em;
	padding-bottom:5px;
}

	div#wrapper div#lower ul#months li {
		margin:0;
		padding:0 15px 0 0;
		display:inline;
		font-weight:bold;
	}

		div#wrapper div#lower ul#months li a {
			font-weight:normal;
		}


/*
Extras Column - Media List
***********************************/
div#lower ul.media {
	list-style-type:none;
	padding-left:0;
	margin-left:0;
}
	div#lower ul.media li {
		padding:5px 6px;
		margin:0;
		background:url(../images/dottedBorderHorizontal.gif) bottom left repeat-x;
	}

	div#extras div.video {
		display:none;
	}
		div#lower ul.media li img {
			float:left;
			margin:0 10px 0 0;
			width:52px;
			height:52px;
		}
		div#lower ul.media h3 {
			font-weight:normal;
			font-size:100%;
			color:#666;
			letter-spacing:0em;
			display:inline;
		}
		div#lower ul.media p.button {
			margin:5px 0 10px 0;
		}
			div#lower ul.media h3 strong {
				color:#333;
			}

/* Extras Col - Promo box
 ***********************/
 div#extras div.conference {
 	background:url(../images/conferencePromoBG.jpg) top right no-repeat;
 	width:159px;
 	height:104px;
 }
 	div#extras div.conference h2 {
 		visibility:hidden;
 	}
 	div#extras div.conference p.button {
 		margin:6px;
 	}

 div.promo_l {
	width:165px;
	float:left;
 }

 div.promo_r {
	width:165px;
	float:right;
 }

 div.promo_r p {
	margin-left:0 !important;
 }

 div.block div.promo_l img,
 div.block div.promo_r img,
 div.block div.promo_w img,
 div.block div.promo   img {
	border:none !important;
 }
 
 div.extrasWider div.promoComp {
 	width:185px;
 	height:118px;
 	margin-left:12px;
 }
 	div.extrasWider div.promoComp p.button {
 		padding-top:80px;
 		padding-left:10px;
 	}

/*
Footer list
***********************************/
ul#footerNav {
	list-style-type:none;
	padding:10px 0;
	width:500px;
}
	ul#footerNav li {
		float:left;
	}
		ul#footerNav li a {
			padding:5px 0 5px 5px;
			color:#666;
		}
		ul#footerNav li.first a {
			padding-left:0;
		}

/*
Prec credit
**********************************************************************************************************************/
div#wrapper p.precedent {
	color:#999;
}
div#wrapper p.precedent a {
	color:#999;
}


/*
TurfTrax
**********************************************************************************************************************/

div.hide
{
	display:none;
}

div#turfTrax div
{
	clear:both;
	border:1px solid #ccc;
	padding:5px;
}

div#turfTrax div.scroll
{
	width:470px;
	height:500px;
	overflow:scroll;
	border:none;
}

	div#turfTrax h3
	{
		clear:both;
		font-size:120%;
		font-weight:bold;
		margin:15px 0 10px 0;
	}

	div#turfTrax ul.tabs
	{
		list-style-type:none;
		overflow:hidden;
		margin:0px 0 -1px 0;
		padding:0;
		clear:both;
		position:relative;
		z-index:2;
		zoom:1;
	}
	/* Opera */
	html:first-child div#turfTrax ul.tabs{margin-bottom:0;}
	html:first-child div#turfTrax ul[class^=tabs]{margin-bottom:-1px !important;}

	div#turfTrax ul.tabs li
	{
		background:#ebebeb;
		color:#666666;
		border:1px solid #cccccc;
		cursor:pointer;
		display:block;
		float:left;		
		font-size:1.2em;
		font-weight:bold;
		margin:6px 8px 0 0 !important;
		padding:4px 15px 2px 15px;
		text-indent:0 !important;
		width:auto;
		height:auto;
	}

		div#turfTrax ul.tabs li.active
		{
			background:#ffffff;
			border:1px solid #cccccc;
			border-bottom:1px solid #ffffff;
			margin-top:0;
			padding-bottom:8px;
			margin-bottom:0;
		}

		div#turfTrax table td
		{
			white-space:nowrap;
		}

		div#turfTrax table th.center
		{
			text-align:center;
		}

		div#turfTrax table tr.active
		{
			background:#ccc;
		}