/* TGF */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video
	{
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	font-size: 100%;
	vertical-align: baseline;
	background: none repeat scroll 0% 0% transparent;
}

body {
	line-height: 1;
}

a {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	font-size: 100%;
	vertical-align: baseline;
	background: none repeat scroll 0% 0% transparent;
	
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

input,select {
	vertical-align: middle;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13.5px;
	line-height: 18px;
	background: none repeat scroll 0% 0% rgb(236, 236, 236);
	color: rgb(50, 50, 50);
}

.Page {
	padding-top: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	color: rgb(50, 50, 50);
}

h1 {
	font-size: 30px;
	line-height: 28px;
}

h2 {
	font-size: 20px;
	line-height: 44px;
}

h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 15px;
}

h4 {
	font-size: 18px;
	line-height: 16px;
	margin-bottom: 10px;
}

h5 {
	font-size: 9px;
	font-weight: 300;
	line-height: 12px;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.dashLine {
	border-bottom: 1px dashed rgb(227, 227, 227);
	padding-bottom: 6px;
	margin-bottom: 18px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6)
}

a,a:link,a:visited {
	color: rgb(24, 82, 158);
	text-decoration: none;
}

a:hover,a:active,a:focus {
	color: rgb(11, 39, 75);
	text-decoration: underline;
	z-index: 999999999;
}

ul {
	margin: 0px 0px 15px 15px;
}

:first-child+html ul.navList {
	min-height: 1px;
}

button {
	cursor: pointer;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

:first-child+html .clearfix {
	min-height: 1px;
}

.clear {
	clear: both;
}

.noMargin {
	margin: 0px ! important;
}

.noBullet {
	background: none repeat scroll 0% 0% transparent ! important;
	padding-left: 0px ! important;
}

a.altLink {
	padding: 0px 6px;
	background: none repeat scroll 0% 0% rgb(237, 237, 237);
	color: rgb(50, 50, 50) ! important;
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	text-transform: uppercase;
}

.moreBlueArrowRight {
	background: url('../images/icon-blue-arrow-right.gif') no-repeat scroll right 7px
		transparent;
	padding-right: 8px;
	display: inline-block;
	vertical-align: top;
}

span.video-dark,span.video-light,span.photo {
	background: url('../images/icon-video.png') no-repeat scroll 0px 0px transparent;
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-left: 2px;
	vertical-align: top;
	font-size: 11px;
	text-transform: uppercase;
}

span.video-dark {
	background-position: 0px 1px;
}

span.photo {
	background-position: -42px 2px;
}

#primaryHeader {
	height: 41px;
	position: relative;
	z-index: 1000;
	padding-bottom: 10px;
}

#primaryHeader .navList a {
	color: rgb(255, 255, 255);
	font-size: 10px;
	text-decoration: none;
}

#primaryHeader .navList a:hover {
	color: rgb(236, 236, 236);
	font-size: 10px;
	text-decoration: none;
	z-index: 999999999;
}

#primaryHeader h1.logo {
	position: absolute;
	left: 0px;
	top: 16px;
}

#primaryHeader h1.logo a {
	background: url('../images/logo-lg.gif') no-repeat scroll 0% 0% transparent;
	height: 70px;
	width: 336px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	visibility: hidden;
}

#primaryHeader .eyebrowNav {
	float: right;
	margin: 0px;
	padding: 5px 0px 0px;
	background: url('../images/searchdivider.gif') no-repeat scroll left top
		transparent;
	height: 30px;
}

#primaryHeader .eyebrowNav li {
	color: rgb(255, 255, 255);
	margin-left: 10px;
}

#globalSearchBox {
	border-radius: 4px 4px 4px 4px;
	text-align: left;
	margin: 7px 0px 0px;
}

#primaryHeader .searchBarLarge {
	position: absolute;
	top: -30px;
	left: 480px;
	width: 490px;
	padding-left: 50px;
	background: none repeat scroll 0px center transparent;
}

.sMid {
	background: url('../images/searchmid.gif') repeat-x scroll center top transparent;
	display: inline-block;
	float: left;
	height: 30px;
	width: 355px;
}

span.sLeft {
	background: url('../images/searchlft.png') no-repeat scroll left top transparent;
	width: 40px;
	height: 30px;
	display: inline-block;
	float: left;
}

span.sRight {
	background: url('../images/searchrt.png') no-repeat scroll right top transparent;
	width: 40px;
	height: 30px;
	display: inline-block;
	float: left;
}

.searchBar input.textInput {
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	margin: 8px 0px 0px;
	float: left;
	padding: 4px 6px;
	height: 1em;
	font-size: 0.9em;
	width: 170px;
	border: 0px none;
}

.searchBar input.inputBtn {
	float: left;
	cursor: pointer;
}

.searchBarLarge input.inputBtn {
	margin: 6px 0px 0px 5px;
	height: 20px;
	width: 29px;
	border: 0px none;
	background: url('../images/474877.png') no-repeat scroll 0% 0% transparent;
}

ul.primaryNav li.topLevel a.menuTrigger,ul.primaryNav li.topLevel a.menuTriggerNoArrow
	{
	padding: 0px 11px;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 5px rgb(17, 17, 17);
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 35px;
	background-position: center -55px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
	height: 41px;
}

ul.primaryNav li.topLevel a.menuTrigger {
	background-image: url('../images/icon-drop-down-arrows.png');
}

ul.primaryNav li.topLevel a.menuTrigger:hover,ul.primaryNav li.topLevel a.menuTriggerNoArrow:hover
	{
	line-height: 35px;
	background-position: center -55px;
	z-index: 999999999;
}

ul.primaryNav li.topLevel a.menuTrigger:hover,ul.primaryNav li.topLevel a.menuTriggerActive,ul.primaryNav li.topLevel a.menuTriggerNoArrow:hover,ul.primaryNav li.topLevel a.menuTriggerActiveNoArrow
	{
	background-position: center -50px;
	background-repeat: no-repeat;
	background-color: rgb(255, 255, 255);
	color: rgb(34, 34, 34);
	text-shadow: none;
	text-decoration: none;
	height: 41px;
	z-index: 999999999;
}

ul.primaryNav li.topLevel a.menuTrigger:hover,ul.primaryNav li.topLevel a.menuTriggerActive
	{
	background-image: url('../images/icon-drop-down-arrows.png');
}

.leftSide .dropDown {
	left: 0px;
}

.rightSide .dropDown {
	right: 0px;
}

.newsAndOpinionDrop .dropDownContent {
	width: 305px;
}

.newsAndOpinionDrop .dropDownContent .leftRail {
	width: 114px;
}

.newsAndOpinionDrop .dropDownContent .rightRail {
	width: 130px;
}

.teeTimesDrop .dropDownContent {
	width: 240px;
	padding: 15px;
}

.teeTimesDrop h4 {
	padding-bottom: 4px;
}

.ctravel .dropDownContent {
	width: 490px;
}

.ctravel .dropDownContent .leftRail {
	width: 214px;
}

.ctravel .dropDownContent .rightRail {
	width: 214px;
}

.equiped .dropDownContent {
	width: 490px;
}

.equiped .dropDownContent .leftRail {
	width: 214px;
}

.equiped .dropDownContent .rightRail {
	width: 214px;
}

.onTvDrop .dropDownContent {
	width: 490px;
}

.onTvDrop .dropDownContent .leftRail {
	width: 214px;
}

.thumbDropShadow {
	padding: 4px;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border: 1px solid rgb(219, 219, 219);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}

#primaryFooter {
	background: url('../images/bg-primary-footer-short.gif') repeat-x scroll 0% 0%
		rgb(0, 0, 0);
	color: rgb(219, 219, 219);
	min-height: 265px;
	height: auto ! important;
}

#primaryFooter .primaryFooterContent {
	width: 980px;
	margin: 0px auto;
	padding: 20px 0px;
}

#primaryFooter .primaryFooterContent a {
	color: rgb(136, 201, 241);
}

.col {
	float: left;
	margin-right: 15px;
	border-right: 1px solid rgb(160, 160, 160);
	height: 265px;
}

.col h5 {
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-weight: normal;
	margin: 10px 0px 0px;
}

#footerSocial {
	width: 320px;
}

#footerNewsletter {
	border-right: 0px none;
	margin-right: 0px;
	width: 250px;
}

.col .footerSocialRow {
	width: 300px;
	clear: both;
	height: 80px;
}

.col .footerSocialRow div {
	padding: 5px 5px 0px;
}

.col .footerSocialIcon {
	float: left;
}

.col .footerSocialButton {
	float: left;
	height: 40px;
	padding-top: 10px;
	width: 60px;
	overflow: hidden;
}

.col .footerSocialCount {
	float: left;
	width: 150px;
	font-size: 42px;
	font-weight: normal;
	color: rgb(160, 160, 160);
	line-height: 42px;
}

.col .footerSocialLink {
	float: right;
	padding: 0px;
}

#footerNewsletter .colInner div {
	padding: 10px 0px 0px 15px;
}

#footerNewsletter .colList {
	margin-left: 45px;
}

#footerNewsletter .colList li {
	list-style-type: none;
	float: left;
	padding: 8px;
}

#emailSignUpCopy {
	line-height: 10px;
	margin: 5px 0px 0px;
}

.emailSignUp {
	padding: 0px;
}

.emailSignUp input#emailSubmit,.emailSignUp div#emailWrapper {
	float: left;
}

.emailSignUp #emailWrapper {
	height: 25px;
}

.emailSignUp input#email {
	width: 200px;
}

.mobile {
	background: url('../images/icons/mcaddy-mini.png') no-repeat scroll right 16px transparent;
	width: 325px;
	margin-right: 20px;
}

.mobile p {
	width: 136px;
	height: 150px;
	padding: 20px 0px 6px;
}

.mobilePlatforms {
	padding-bottom: 15px;
}

.mobilePlatforms li {
	float: left;
	list-style-type: none;
}

.mobilePlatforms li a {
	display: block;
	background: url('../images/icon-mobile-platforms.gif') no-repeat scroll left top
		transparent;
	width: 21px;
	text-indent: -9999px;
	margin-right: 10px;
}

.mobilePlatforms li #apple {
	height: 32px;
	width: 117px;
	background-image: url('../images/474878.jpg');
}

.mobilePlatforms li #amazon {
	height: 33px;
	width: 32px;
	background-image: url('../images/474880.jpg');
}

.mobilePlatforms li #android {
	height: 35px;
	width: 94px;
	background-image: url('../images/474879.jpg');
}

#courseFooter {
	background: none repeat scroll 0% 0% rgb(0, 0, 0);
	height: 600px;
	margin: 0px auto;
}

.courseitem {
	height: 600px;
	display: none;
	margin: 0px auto;
}

.courseitem.first {
	display: block;
}

.courseitem .innerContent {
	position: relative;
	width: 100%;
	height: 600px;
	margin: -106px 0px 0px;
}

.courseCarouselHeader {
	width: 1000px;
	height: 106px;
	background: url('../images/bg-course-carousel-header.png') no-repeat scroll left
		top transparent;
	position: relative;
	z-index: 4;
	margin: 0px auto;
}

.courseitem .courseDetails,.courseitem .incredibleMoments,.courseitem h4.subHeader,.courseitem h3.mainHeader,.courseitem .likeButton
	{
	position: absolute;
	z-index: 5;
}

.courseitem .courseDetails {
	right: 40px;
	top: 29px;
}

.courseitem .courseDetails {
	font-size: 11px;
	font-weight: 700;
	color: rgb(153, 153, 153);
}

.courseitem h4.subHeader {
	left: 38px;
	top: 54px;
	font-size: 12px;
	color: rgb(102, 102, 102);
	font-style: italic;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

.courseitem h3.mainHeader {
	border: medium none;
	color: rgb(50, 50, 50);
	font-size: 32px;
	font-weight: 700;
	left: 39px;
	line-height: 36px;
	top: 20px;
}

.courseAd {
	position: relative;
	top: 440px;
	left: 320px;
	z-index: 5;
	color: rgb(255, 255, 255);
	margin: 0px auto;
	width: 260px;
}

#corporateFooter {
	background-color: rgb(26, 26, 26);
	min-height: 120px;
	height: auto ! important;
	background-image: -moz-linear-gradient(center top, rgb(26, 26, 26),
		rgb(0, 0, 0) );
}

#corporateFooter .corporateFooterInner {
	width: 980px;
	margin: 0px auto;
	padding-top: 30px;
}

#corporateFooter ul.footerLinks {
	list-style-type: none;
	width: 605px;
	float: left;
	list-style-position: inside;
}

#corporateFooter ul.footerLinks li {
	list-style-type: none;
	float: left;
	color: rgb(92, 92, 92);
	font-size: 10px;
	background: url('../images/icon-disc-bullet.gif') no-repeat scroll left center
		transparent;
	display: inline;
	padding: 0px 3px 0px 8px;
	height: 21px;
}

#corporateFooter ul li a {
	font-size: 11px;
	color: rgb(136, 201, 241);
}

.copyright {
	text-align: left;
	color: rgb(130, 130, 130);
	width: 60%;
	float: left;
	margin: 1px 0px 0px;
	font-size: 11px;
}

#corporateFooter .weatherWidget {
	float: right;
	width: 340px;
	text-align: center;
	overflow: hidden;
}

#corporateFooter #footerCorporateLogos {
	float: right;
	margin-top: 40px;
}

#corporateFooter #footerCorporateLogos div {
	float: left;
	padding: 0px 0px 0px 20px;
}

.adSpace950x90 {
	width: 950px;
	height: 90px;
	margin-bottom: 15px;
	clear: both;
	position: relative;
	z-index: 1;
}

.adSpace214x90 {
	display: inline;
	overflow: hidden;
}

.adSpace728x90 {
	width: 728px;
	height: 90px;
	float: left;
	margin-left: 111px;
	position: relative;
	z-index: 5;
}

.adSpace214x90 {
	float: right;
}

.gutterAdHorizontal {
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
}

#primaryPageContent {
	margin: -2px auto;
	width: 980px;
	padding: 10px;
	background: url('../images/bg-main-layout-2.png') repeat scroll left top
		transparent;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

#primaryPageContent a {
	font-weight: 700;
}

#primaryPageContent .pageContentInner {
	width: 948px;
	padding: 15px;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border-left: 1px solid rgb(231, 231, 231);
	border-right: 1px solid rgb(231, 231, 231);
	position: relative;
}

#golfTicker {
	width: 100%;
	text-align: center;
	background: none repeat scroll 0% 0% rgb(0, 0, 0);
	overflow: visible;
	height: 29px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid rgb(221, 221, 221);
	position: fixed;
	z-index: 999999;
}

.golfTickerInner {
	width: 1260px;
	margin: 0px auto;
	text-align: left;
	height: 29px;
	overflow: visible;
}

.tickerSelect {
	float: left;
	height: 29px;
	width: 110px;
	background: url('../images/bg-nav.png') repeat-x scroll 0% 0% rgb(36, 36, 36);
	overflow: visible;
	position: relative;
	z-index: 5100;
}

.tickerSelect a {
	display: block;
	height: 21px;
	width: 98px;
	padding: 4px 0px 0px 4px;
	font-size: 11px;
	line-height: 12px;
	font-weight: 700;
	color: rgb(255, 255, 255);
	text-decoration: none ! important;
	text-align: center;
}

.tickerSelect #tickerSelectTrigger {
	margin: 0px auto;
}

.tickerSelect .tickerDropArrow {
	position: absolute;
	left: 43px;
	height: 10px;
	top: 18px;
	width: 27px;
	overflow: hidden;
	background-image: url('../images/icon-drop-down-arrows_001.png');
	background-position: 0px -80px;
}

@media only screen and (min-device-width: 768px) and (max-device-width:
	1024px) {
	ul.primaryNav {
		width: 990px;
	}
	.golfTickerInner {
		width: 1265px;
	}
}

@media only screen and (max-device-width: 480px) {
	ul.primaryNav {
		width: 990px;
	}
	.golfTickerInner {
		width: 1265px;
	}
}

#writersWidget {
	border: 8px solid rgb(237, 237, 237);
	margin-bottom: 10px;
	width: 284px;
}

#writersWidget .writersWidgetInner {
	padding: 15px;
	position: relative;
}

.forecastMap {
	float: right;
	font-size: 11px;
	width: 295px;
	height: 35px;
	position: relative;
	z-index: 10000;
}

.forecastMap #chosenForcast {
	position: absolute;
	z-index: 5;
	top: 5px;
	right: 15px;
}

#chosenForcast a.trigger {
	width: 66px;
	display: inline-block;
	vertical-align: top;
}

.forecastMap #forcastDropDown {
	position: absolute;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border: 4px solid rgb(221, 221, 221);
	top: -25px;
	right: 0px;
	z-index: 4;
	width: 100%;
	height: 160px;
}

.forecastMap #forcastDropDown .innerWrap {
	position: relative;
	padding: 75px 15px 0px;
}

.forecastMap #forcastDropDown .innerWrap .weatherZipCode {
	background: url('../images/bg-tee-search.png') no-repeat scroll 0% 0% transparent;
	border: 0px none;
	height: 31px;
	width: 181px;
	font-size: 13px;
	line-height: 31px;
	padding-left: 5px;
	color: rgb(85, 85, 85);
}

.forecastMap #forcastDropDown .innerWrap .weatherZipCodeSubmit {
	background: url('../images/btn-go-tsearch.gif') no-repeat scroll 0% 0% transparent;
	border: 0px none;
	height: 31px;
	width: 40px;
	cursor: pointer;
	top: -5px;
	position: relative;
	z-index: 1;
}

.forecastMap p,.forecastMap img {
	float: left;
}

.forecastMap p {
	margin-right: 12px;
}

.forecastMap img.forcastChangeMap {
	margin-top: -3px;
	margin-right: 9px;
}

.forecastMap img.forcastOptionsArrow {
	margin-top: 7px;
}

.latestNews {
	margin: 0px 0px 18px;
	text-align: left;
}

.latestNews h3 {
	font-size: 18px;
	padding: 0px 0px 8px 8px;
	border-bottom: 1px solid rgb(227, 227, 227);
	margin-bottom: 6px;
}

.latestNews ul {
	margin: 0px 0px 15px 15px;
}

.latestNews li {
	color: rgb(172, 172, 172);
	margin: 4px 0px;
	font-size: 13px;
}

.latestNews li:before {
	content: "• ";
    	color: black;
}

.latestNews ul li a {
	font-weight: normal ! important;
}

.latestNews a {
	color: rgb(50, 50, 50);
}

.thumbnails li a.thumbImgBg,.thumbnailFrame {
	display: block;
	padding: 6px;
	position: relative;
	width: 141px;
}

.thumbnails li a.thumbImgBg img,.thumbnailFrame {
	display: block;
}

.cb {
	background: url('../images/472500.png') no-repeat scroll left top transparent;
	display: inline-block;
	height: 21px;
	padding: 0px 0px 0px 5px;
	vertical-align: top;
}

.cbr {
	background: url('../images/472501.png') no-repeat scroll right top
		rgb(255, 255, 255);
	color: rgb(255, 255, 255);
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	height: 21px;
	line-height: 17px;
	padding: 0px 5px 0px 0px;
	vertical-align: top;
}

span.video,span.gallery,span.playlist {
	height: 18px;
	z-index: 100;
	color: white;
	font-size: 9px;
	text-transform: uppercase;
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	cursor: pointer;
	padding: 1px 0px 0px 5px;
	text-align: left;
	line-height: 17px;
	font-weight: 500;
}

span.video {
	width: 56px;
	background: url('../images/bg-image-type-video.png') no-repeat scroll right top
		transparent;
}

span.small {
	bottom: 15px;
}

span.gallery {
	width: 68px;
	background: url('../images/bg-image-type-gallery.png') no-repeat scroll right top
		transparent;
}

#ie7Alert {
	background: url('../images/bg-ie7message.jpg') repeat-x scroll 0% 0% transparent;
	position: fixed;
	bottom: 0px;
	left: 0px;
	display: none;
	overflow: hidden;
	height: 50px;
	width: 100%;
	z-index: 10000;
}

#ie7Alert .inner {
	background: url('../images/bg-ie7message.jpg') repeat-x scroll 0% 0% transparent;
	position: relative;
	color: rgb(255, 255, 255);
	padding: 20px 0px 0px 20px;
	overflow: hidden;
	z-index: 100001;
	width: 990px;
	height: 25px;
}

#ie7Alert p {
	color: rgb(50, 50, 50);
	display: inline;
	font-size: 14px;
	font-weight: bold;
}

#ie7Alert span,#ie7Alert span a {
	font-weight: normal;
}

#ie7Alert #ie7closeBnBtn {
	position: absolute;
	top: 14px;
	right: 15px;
	background: url('../images/btn-close-ie7message.png') no-repeat scroll 0% 0%
		transparent;
	height: 27px;
	width: 27px;
	text-indent: -9999px;
	z-index: 100000;
}

.teeTimesSelect {
	width: 214px;
}

body,#primaryHeader,#primaryFooter,#courseFooter,#corporateFooter {
	min-width: 1020px;
}

.fjWeatherWrapper {
	overflow: hidden;
}

.fjWeatherWrapper iframe {
	overflow: hidden;
	border-style: none;
	border-width: 0px;
	height: 249px;
	width: 100%;
}

#onNow {
	background: none repeat scroll 0% 0% rgb(237, 237, 237);
	padding: 8px;
	margin-top: 5px;
}

#onNowInner {
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	text-align: left;
}

#onNowInnerTable {
	margin: 1px 5px;
	width: 278px;
}

#onNowInnerTable th span {
	font-size: 16px;
	text-transform: uppercase;
}

#onNowInnerTable td,#onNowInnerTable th {
	padding: 4px;
}

.homepageOnTv #onNowInnerTable td,.homepageOnTv #onNowInnerTable th {
	padding: 12px 8px;
	background: url('../images/bg-ontv.png') repeat-y scroll right 0px transparent;
	width: 68px;
}

#onNowInnerTable tr th,#onNowInnerTable tr#upcomingCoverage td {
	border-bottom: 1px solid rgb(227, 227, 227);
}

.homepageOnTv #onNowInnerTable tr th,.homepageOnTv #onNowInnerTable tr#upcomingCoverage td
	{
	border-bottom: 0px none;
}

a#onNowTitle {
	font-size: 14px;
}

#onNowInnerTable th.onNowSecondColumn,#onNowInnerTable td.onNowSecondColumn
	{
	padding-left: 14px;
}

.homepageOnTv #onNowInnerTable th.onNowSecondColumn,.homepageOnTv #onNowInnerTable td.onNowSecondColumn
	{
	background: none repeat scroll 0px center transparent;
	vertical-align: middle;
}

#mastersCoverage {
	margin-bottom: 15px;
}

#mastersCoverage #mastersCoverageTitle {
	border-top: 5px solid rgb(50, 50, 50);
	padding: 15px 5px 0px;
}

.homepageOnTv #mastersCoverageTitle {
	border-top: medium none ! important;
	border-bottom: 1px solid rgb(227, 227, 227);
	padding: 15px 0px 0px ! important;
	margin: 0px 5px;
	color: rgb(227, 227, 227);
}

#mastersCoverage #mastersCoverageTitle h3 {
	border-bottom: 0px none;
	float: left;
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 18px;
}

.homepageOnTv #mastersCoverageTitle h3 {
	margin: -5px 0px 0px 4px ! important;
	font-size: 18px ! important;
	display: block;
	width: 100px;
	height: 32px;
}

#mastersCoverage #mastersCoverageTitle a {
	float: right;
	margin-top: 4px;
	background: url('../images/icon-blue-arrow-right.gif') no-repeat scroll right 8px
		transparent;
	padding-right: 8px;
	display: inline-block;
	vertical-align: top;
}

.homepageOnTv #mastersCoverageTitle a {
	background: none repeat scroll 0% 0% transparent ! important;
	padding-right: 1px ! important;
}

.homepageOnTv #onNowInner a.rightArrow {
	float: left;
	background: url('../images/icon-blue-arrow-right.gif') no-repeat scroll right 8px
		transparent;
	padding-right: 8px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.homepageOnTv #onNowInner span.onTvDate {
	font-size: 10px;
	display: block;
}

.homepageOnTv #onNowInner span.onTvTime {
	color: rgb(102, 101, 107);
	font-size: 12px;
}

.homepageOnTv #onNowInner span.onTvZone {
	color: rgb(203, 203, 203);
	font-size: 10px;
	line-height: 15px;
	vertical-align: top;
}

#globalSearchList {
	position: absolute;
	top: 35px;
	z-index: 900001;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	border-right: 1px solid rgb(204, 204, 204);
	border-width: 0px 1px 1px;
	border-style: none solid solid;
	border-color: -moz-use-text-color rgb(204, 204, 204) rgb(204, 204, 204);
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
	padding: 10px;
	display: none;
}

#trendingTopics {
	width: 949px;
	height: 23px;
	border: 1px solid rgb(236, 236, 236);
	margin: 0px 0px 15px;
}

#trendingTopics ul,#trendingTopics h4,#trendingTopics li {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px;
}

#trendingTopics ul {
	width: 949px;
	height: 23px;
	overflow: hidden;
}

#trendingTopics h4 {
	width: 102px;
	height: 25px;
	background: url('../images/475368.gif') no-repeat scroll 0px -1px transparent;
}

#trendingTopics li {
	list-style-type: none;
	list-style-image: none;
	white-space: nowrap;
	padding: 4px 5px 0px;
}

#trendingTopics li.first {
	background: none repeat scroll 0px center transparent;
}

#trendingTopics li a {
	font-weight: normal;
}
/* ::::: http://www.golfchannel.com/Components/Design/Compressor/Compressor.ashx?css=home-page,forums,widgets-override ::::: */
#homePageContainer,#pageContentBG {
	background-color: rgb(236, 236, 236);
}

#homePageLeftRail {
	float: left;
	width: 622px;
}

#homePageRightRail {
	float: right;
	width: 303px;
	text-align: center;
}

#mainArticleHero #mainArticleHeroWrapper {
	padding: 6px;
}

#mainArticleHero #mainArticleHeroWrapper img {
	display: block;
}

#mainArticleHero #mainArticleHeroWrapper .mainArticleTitle {
	width: 389px;
	padding: 13px 17px 20px;
}

#mainArticleHero #mainArticleHeroWrapper .mainArticleTitle h2 {
	color: rgb(255, 255, 255);
	font-size: 28px;
	line-height: 30px;
	margin: 0px 0px 5px;
	padding: 0px;
}

#mainArticleHero #mainArticleHeroWrapper .mainArticleTitle h2 a {
	color: rgb(255, 255, 255);
}

#mainArticleHero #mainArticleHeroWrapper .mainArticleTitle p {
	font-size: 12px;
	color: rgb(50, 50, 50);
	line-height: 18px;
}

#mainArticleHero #mainArticleHeroWrapper .mainArticleTitle p a {
	font-weight: bold;
}

#mainArticleHero #mainArticleHeroWrapper .mainArticleTitle p span {
	color: rgb(112, 112, 112);
	font-size: 10px;
}

#mastersLeaderboard,#featuredPhotoGalleries,#spotlightContent {
	margin: 18px 0px 0px;
}

#featuredPhotoGalleries,#spotlightContent {
	height: 190px;
}

#spotlightContent {
	margin: 0px;
}

#featuredPhotoGalleries #featuredPhotoGalleriesTitle {
	border-top: 5px solid rgb(50, 50, 50);
	padding: 8px 0px 0px;
}

#featuredPhotoGalleriesTitle a,#spotlightContentTitle span {
	margin-right: 20px;
}

#mastersLeaderboard #mastersLeaderboardTitle h2,#featuredPhotoGalleries #featuredPhotoGalleriesTitle h2,#spotlightContent #spotlightContentTitle h2
	{
	font-size: 18px;
}

#mastersLeaderboard #mastersLeaderboardTitle {
	border-bottom: 1px solid rgb(236, 236, 236);
}

#mastersLeaderboard #mastersLeaderboardTitle h2,#featuredPhotoGalleries #featuredPhotoGalleriesTitle h2,#spotlightContent #spotlightContentTitle h2
	{
	float: left;
}

#mastersLeaderboard #mastersLeaderboardTitle a,#featuredPhotoGalleries #featuredPhotoGalleriesTitle a,#spotlightContent #spotlightContentTitle span.link
	{
	float: right;
	margin-top: 12px;
}

#mastersNewsContentRightRail .thumbnails {
	padding: 0px 5px;
	margin: 0px;
}

#mastersNewsContentRightRail .thumbnails li,#mastersNewsContentRightRail .thumbnails li.first
	{
	width: 157px;
	padding: 3px 0px;
	font-size: 11px;
	border-bottom: 1px dashed rgb(227, 227, 227);
	margin-top: 5px;
}

#mastersNewsContentRightRail .thumbnails li.first {
	margin-top: 0px;
	padding: 0px;
}

#mastersNewsContentRightRail .thumbnails li.last {
	border-bottom: 0px none;
}

#mastersNewsContentRightRail .thumbnails li img {
	text-align: center;
}

#mastersNewsContentRightRail .thumbnails li a.thumbImgBg {
	text-align: center;
	margin: 0px auto;
	position: relative;
	z-index: 5;
}

#mastersNewsContentRightRail .thumbnails li p {
	margin: 4px 0px 7px;
	line-height: 14px;
}

#homeContent #homeContentLeftRail {
	float: left;
	width: 438px;
}

#homeContent #homeContentRightRail {
	float: right;
	width: 163px;
}

.editorialContentLink {
	border-bottom: 1px solid rgb(227, 227, 227);
	padding-top: 5px;
	width: 415px;
	margin: 0px auto;
}

.editorialContentLink a.authIcon {
	float: left;
	height: 71px;
	margin-right: 12px;
	width: 70px;
}

.editorialContentLink ul li a.editorailTitle {
	float: none ! important;
	height: auto ! important;
	margin-right: 0px ! important;
	width: auto ! important;
}

.editorialContentLink ul {
	float: left;
	margin: 0px 0px 0px 10px ! important;
	width: 300px;
}

.editorialContentLink ul li {
	margin: 0px;
}

.editorialContentLink ul li a.editorailTitle {
	color: rgb(24, 82, 158);
	font-size: 12px;
}

.editorialContentLink ul li p {
	font-size: 11px;
	color: rgb(50, 50, 50);
}

.editorialContentLink ul li p a {
	text-decoration: underline;
	clear: both;
	color: rgb(24, 82, 158);
}

#primaryPageContent .golfNow {
	margin-top: 10px;
	padding: 0px ! important;
	width: 979px;
}

#primaryPageContent .golfNow #topBlueBorder {
	border-top: 5px solid rgb(37, 102, 159);
}

#primaryPageContent .golfNow .golfNowInner {
	padding: 15px;
	border-left: 1px solid rgb(255, 255, 255);
	border-bottom: 1px solid rgb(255, 255, 255);
	border-right: 1px solid rgb(255, 255, 255);
	background-image: -moz-linear-gradient(center top, rgb(255, 255, 255),
		rgb(223, 223, 223) );
}

#primaryPageContent .golfNow .golfNowInner .golfNowHeader {
	background: url('../images/golfnow-header-shadow.gif') no-repeat scroll center
		bottom transparent;
	padding: 10px 0px 30px;
}

#primaryPageContent .golfNow .golfNowInner .golfNowHeader a.golfNowLogo
	{
	display: block;
	text-indent: -500000px;
	width: 143px;
	height: 26px;
	background: url('../images/golfnow-logo.gif') no-repeat scroll left top
		transparent;
}

#primaryPageContent .pageGutterLinksWrapper {
	margin-top: 10px;
}

#primaryPageContent .pageGutterLinksWrapper .pageGutterLinksModule {
	float: left;
	width: 318px;
	padding: 0px;
	margin-right: 10px;
}

#primaryPageContent .pageGutterLinksWrapper .pageGutterLinksModule.pageGutterLinksModuleRight
	{
	float: right;
	margin-right: 0px;
}

.pageGutterLinksModuleInner {
	padding: 15px;
	border-top: 5px solid rgb(50, 50, 50);
}

.pageGutterLinksItem {
	float: left;
	margin-right: 14px;
	width: 125px;
}

.pageGutterLinksItem a {
	font-size: 11px;
	line-height: 14px;
}

.pageGutterLinksItem img {
	padding: 4px;
}

.pageGutterLinksItem.first {
	margin-left: 10px;
}

.pageGutterLinksItem.last {
	margin-right: 0px;
}

.pageGutterLinksItem a {
	float: none;
	margin: 0px;
	position: relative;
	display: block;
}

.pageGutterLinksItem p {
	font-size: 11px;
	line-height: 14px;
}

.pageGutterLinksListWrapper {
	border-bottom: 1px dashed rgb(227, 227, 227);
	margin-bottom: 1px;
	padding-bottom: 1px;
}

.pageGutterLinksListWrapper ul {
	float: left;
	margin: 0px 0px 15px 15px;
}

.pageGutterLinksListWrapper ul li {
	color: rgb(172, 172, 172);
	list-style-type: none;
	font-size: 14px;
	list-style-position: inherit;
}

.pageGutterLinksListWrapper dl {
	color: #2E2E2E;
	padding: 8px 6px;
	margin: 0 0 0 0px;
	font-size: 12px;
}

.pageGutterLinksListWrapper img {
	float: left;
	padding: 0px 8px 6px 8px;
}

.pageGutterLinksListWrapper .t-mult {
	margin-left: 60px;
	margin-top: 5px
}

.pageGutterLinksListWrapper .tweet-dl {
	padding: 0px 8px 6px 0 !important;
}

#primaryPageContent .pageContentInner {
	padding: 15px 15px 5px;
}

#primaryPageContent .gutterAdHorizontal {
	padding: 15px;
	margin: 10px 0px 0px;
}

#primaryPageContent .gutterAdHorizontal .adSpace950x90 {
	margin-bottom: 0px;
}

.countDown {
	margin: 5px 0px 0px;
	width: 154px;
}

.countDown .countDownTitle {
	float: left;
	font-size: 12px;
	display: inline;
	text-align: left;
	line-height: 14px;
}

.teeTimeMod {
	position: relative;
	margin: 15px 0px 0px;
}

#teeTimeCarousel {
	position: relative;
	width: 268px;
	height: 197px;
	overflow: hidden;
	margin-left: 11px;
}

#teeTimeCarousel .carouselItem {
	width: 268px;
	height: 197px;
}

#teeTimeCarousel .carouselItem img {
	display: block;
	margin: 0px auto;
}

#mastersNewsContentRightRail {
	text-align: center;
}

#mastersNewsContentRightRail a,#mastersNewsContentRightRail div {
	text-align: left;
}
/* ::::: http://images.thegolfchannel.com/downloads/massRelevance/css/massMain.css ::::: */
.mr_intent {
	width: 100%;
	clear: both;
}
/* ::::: http://images.thegolfchannel.com/downloads/massRelevance/css/massRelevance_300.css ::::: */
.tr-entity {
	position: relative;
}

#tr-title {
	display: none;
}

.tr-body {
	padding-left: 55px;
	display: block;
	padding-right: 5px;
	text-align: left;
	font-weight: normal;
}

.tr-streammeta {
	display: none;
}

.tr-via,.tr-source,.tr-rt-by {
	display: none;
}

.tr-author {
	display: block;
}

.tr-stream-wrapper {
	height: 250px;
	overflow: auto;
	position: relative;
}

#writersWidget .writersWidgetInner {
	padding: 10px 5px 10px 10px;
}

.tr-avatar {
	margin-bottom: 40px;
}

.mr_intent {
	display: block;
	margin: 0px 0px 15px;
}

.tr-widget {
	margin: 0px 10px;
}

.widgetHeader {
	margin: -10px -10px 0px -15px;
}

.widgetHeader {
	background: none repeat scroll 0% 0% rgb(236, 236, 236);
}

.tr-entity {
	min-height: 48px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(232, 232, 232);
}

.tr-tweet {
	min-height: 48px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(232, 232, 232);
}

.tr-avatar {
	float: left;
	margin-right: 10px;
}

.tr-avatar img {
	border-width: 0px;
	width: 48px;
	height: 48px;
}

.tr-body {
	
}

.tr-meta {
	margin: 3px;
	color: rgb(119, 119, 119);
	font-size: 0.8em;
}

.tr-intent {
	margin-left: 5px;
}

.tr-intent img {
	vertical-align: bottom;
	margin-right: 2px;
	border-width: 0px;
	display: inline;
}

.tr-author-fullname {
	display: none;
}

#Header {
	background-color: white;
	repeat-x: top left;
	height: 105px;
	padding: 15px 0 0px 0;
}

#Header .wrapper {
	margin: 0 auto;
	position: relative;
	width: 984px;
	vertical-align: middle;
	alignment-adjust: central
}

#Header h1 span {
	display: none;
}

#Header span {
	color: #000;
	display: block;
	left: 55px;
	position: absolute;
	top: 60px;
}

#Header form {
	background-color: white;
	no-repeat: top left;
	display: block;
	height: 39px;
	left: 455px;
	position: absolute;
	top: 21px;
	width: 364px;
}

#Header form .search {
	background: none transparent;
	border: 0;
	color: #333;
	font: bold 16px Arial;
	margin: 10px 0 0 8px;
	width: 253px;
}

#Header form .Button1a {
	left: 268px;
	top: 0px;
	position: absolute;
}

#Header img.sponsor {
	left: 857px;
	top: 0px;
	position: absolute;
}

.Button1a {
	background: url(/ui/images/layout/header-search-button.gif) no-repeat
		top left;
	border: none;
	cursor: pointer;
	display: block;
	height: 39px;
	width: 96px;
}

.ButtonSave {
	background: url(/ui/images/buttons/blue-pill-save.gif) no-repeat top
		left;
	border: none;
	cursor: pointer;
	display: block;
	height: 31px;
	overflow: hidden;
	text-indent: -99999em;
	text-transform: capitalize;
	width: 89px;
}

.socialLinks {
	color: #fff;
	left: 835px;
	position: absolute;
	top: 10px;
}

.socialLinks p {
	margin: 4px 0 -3px -2px;
}

.facebookLink {
	background: url(/ui/images/facebookLink.png) no-repeat center;
	float: left;
	width: 27px;
	height: 27px;
	padding: 7px 0;
}

.twitterLink {
	background: url(/ui/images/twitterLink.png) no-repeat center;
	float: left;
	width: 27px;
	height: 27px;
	padding: 7px 0;
}

nav[role=navigation] {
	background-color: #444444;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444),
		color-stop(100%, #141414) );
	background-image: -webkit-linear-gradient(#444444, #141414);
	background-image: -moz-linear-gradient(#444444, #141414);
	background-image: -o-linear-gradient(#444444, #141414);
	background-image: linear-gradient(#444444, #141414);
	border-top: 0px solid #383838;
	border-bottom: 0px solid #444444;
	-moz-box-shadow: 0 2px 0 0 #262626, 0 -1px 0 0 #171717;
	box-shadow: 0 2px 0 0 #262626, 0 -1px 0 0 #444444;
	display: block;
	margin-bottom: 0px;
	min-width: 984px;
	position: relative;
	z-index: 3100
}

nav[role=navigation]>ul {
	position: relative;
	left: -5px
}

nav[role=navigation] ul,.info-nav {
	margin: 0 auto;
	list-style: none;
	width: 994px
}

nav[role=navigation] ul li,.info-nav li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	z-index: 5000
}

nav[role=navigation] ul li .dropdown,.info-nav li .dropdown {
	background-color: #141414;
	border-bottom: 1px solid rgba(35, 35, 35, 0.2);
	box-shadow: 4px 4px 0 0 rgba(35, 35, 35, 0.1);
	display: none;
	left: 0;
	padding: 5px 5px;
	position: absolute;
	top: 35px;
	width: 150px;
	z-index: 9999999;
}

nav[role=navigation] ul li .dropdown ul,.info-nav li .dropdown ul {
	width: 100%;
	list-style-type: none
}

nav[role=navigation] ul li .dropdown li,.info-nav li .dropdown li {
	display: block;
	float: none;
	font-size: inherit;
	line-height: 24px;
	margin: 0;
	padding: 0;
	z-index: auto
}

nav[role=navigation] ul li .dropdown li a,.info-nav li .dropdown li a {
	border-bottom: 0;
	color: #7e7e7e;
	display: block;
	font-size: inherit;
	line-height: 16px;
	margin: 0;
	padding: 5px;
	position: static;
	text-shadow: 0 0 transparent
}

nav[role=navigation] ul li .dropdown li:hover,.info-nav li .dropdown li:hover
	{
	background: transparent
	z-index: 999999999;
}

nav[role=navigation] ul li .dropdown a:hover,.info-nav li .dropdown a:hover
	{
	background: transparent;
	color: #fff;
	background: #60a318;
	background: -moz-linear-gradient(top, #60a318 0%, #588514 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #60a318),
		color-stop(100%, #588514) );
	background: -webkit-linear-gradient(top, #60a318 0%, #588514 100%);
	background: -o-linear-gradient(top, #60a318 0%, #588514 100%);
	background: -ms-linear-gradient(top, #60a318 0%, #588514 100%);
	background: linear-gradient(top, #60a318 0%, #588514 100%);
	filter: progid : DXImageTransform.Microsoft.gradient (   startColorstr =
		'#60a318', endColorstr = '#588514', GradientType = 0 );
	text-decoration: none;
	text-shadow: 0 0 0 transparent, 0 1px rgba(29, 29, 29, 0.2)
	z-index: 999999999;
}

nav[role=navigation] ul .meta-links-top,.info-nav .meta-links-top {
	border-bottom: 1px solid #ccc;
	margin-bottom: 4px;
	padding-bottom: 4px
}

nav[role=navigation] ul .meta-links-bottom,.info-nav .meta-links-bottom
	{
	border-top: 1px solid #ccc;
	margin-top: 4px;
	padding-top: 4px
}

nav[role=navigation] ul a,.info-nav a {
	border-bottom: 1px solid transparent;
	color: #c5c5c5;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	padding: 6px 10px;
	position: relative;
	display: inline-block;
	text-shadow: 0 0 0 transparent, 0 1px rgba(29, 29, 29, 0.2);
	top: -2px
}

nav[role=navigation] ul li:hover a,.info-nav li:hover a {
	background: #af4009;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #60a318),
		color-stop(100%, #588514) );
	background-image: -webkit-linear-gradient(#60a318, #588514);
	background-image: -moz-linear-gradient(#60a318, #588514);
	background-image: -o-linear-gradient(#60a318, #588514);
	background-image: linear-gradient(#60a318, #588514);
	border-bottom: 1px solid #588514;
	color: #fff;
	text-decoration: none
	z-index: 999999999;
}

nav[role=navigation] ul li:hover .cross-site-category:after,.info-nav li:hover .cross-site-category:after
	{
	background: url('../images/common.png') 0 -1203px;
}

nav[role=navigation] ul li:hover div,.info-nav li:hover div {
	display: block
}

nav[role=navigation] ul li:hover div a,.info-nav li:hover div a {
	background: transparent;
	border-bottom: 0
}

nav[role=navigation] .search-container {
	*zoom: 1;
	display: block;
	float: right;
	padding: 0px 0;
	position: relative;
	margin-left: 0px;
    margin-right: 0px;
}

nav[role=navigation] .search-container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden
}

nav[role=navigation] .search-container input {
	border-color: #fff;
	float: left;
	margin-right: 10px;
	padding-top: 6px;
	width: 150px
}

nav[role=navigation] .search-container button[type=submit] {
	background: #588514 url('../images/common.png') 7px -738px no-repeat;
	background: url('../images/common.png') 7px -738px no-repeat,
		-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #60a318),
		color-stop(100%, #588514) ), #588514 url('../images/common.png') 7px -738px
		no-repeat;
	background: url('../images/common.png') 7px -738px no-repeat,
		-webkit-linear-gradient(#60a318, #588514), #588514 url('../images/common.png')
		7px -738px no-repeat;
	background: url('../images/common.png') 7px -738px no-repeat,
		-moz-linear-gradient(#60a318, #588514), #588514 url('../images/common.png') 7px
		-738px no-repeat;
	background: url('../images/common.png') 7px -738px no-repeat,
		-o-linear-gradient(#60a318, #588514), #588514 url('../images/common.png') 7px
		-738px no-repeat;
	background: url('../images/common.png') 7px -738px no-repeat,
		linear-gradient(#60a318, #588514), #588514 url('../images/common.png') 7px
		-738px no-repeat;
	border: 0;
	float: right;
	height: 30px
}

nav[role=navigation] .search-container button[type=submit]:hover,nav[role=navigation] .search-container button[type=submit]:focus
	{
	background: #bc3415 url('../images/common.png') 7px -738px no-repeat;
	background: url('../images/common.png') 7px -738px no-repeat,
		-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #60a318),
		color-stop(100%, #bc3415) ), #bc3415 url('../images/common.png') 7px -738px
		no-repeat;
	background: url('../images/common.png') 7px -738px no-repeat,
		-webkit-linear-gradient(#60a318, #bc3415), #bc3415 url('../images/common.png')
		7px -738px no-repeat;
	background: url('../images/common.png') 7px -738px no-repeat,
		-moz-linear-gradient(#60a318, #bc3415), #bc3415 url('../images/common.png') 7px
		-738px no-repeat;
	background: url('../images/common.png') 7px -738px no-repeat,
		-o-linear-gradient(#60a318, #bc3415), #bc3415 url('../images/common.png') 7px
		-738px no-repeat;
	background: url('../images/common.png') 7px -738px no-repeat,
		linear-gradient(#60a318, #bc3415), #bc3415 url('../images/common.png') 7px
		-738px no-repeat
}

nav[role=navigation] .search-container button[type=submit]:active {
	background: #588514 url('../images/common.png') 7px -737px no-repeat;
	background: url('../images/common.png') 7px -737px no-repeat,
		-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bc3415),
		color-stop(100%, #60a318) ), #588514 url('../images/common.png') 7px -737px
		no-repeat;
	background: url('../images/common.png') 7px -737px no-repeat,
		-webkit-linear-gradient(#bc3415, #60a318), #588514 url('../images/common.png')
		7px -737px no-repeat;
	background: url('../images/common.png') 7px -737px no-repeat,
		-moz-linear-gradient(#bc3415, #60a318), #588514 url('../images/common.png') 7px
		-737px no-repeat;
	background: url('../images/common.png') 7px -737px no-repeat,
		-o-linear-gradient(#bc3415, #60a318), #588514 url('../images/common.png') 7px
		-737px no-repeat;
	background: url('../images/common.png') 7px -737px no-repeat,
		linear-gradient(#bc3415, #60a318), #588514 url('../images/common.png') 7px
		-737px no-repeat
}

.ie7 nav[role=navigation] .search-container {
	width: 205px
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0
}

.image-button {
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	-o-background-clip: padding-box;
	-ms-background-clip: padding-box;
	-khtml-background-clip: padding-box;
	background-clip: padding-box;
	min-width: 10px;
	text-indent: -9999px;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
	width: 32px
}

.image-button:hover,.image-button:focus,.image-button:active {
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	-o-background-clip: padding-box;
	-ms-background-clip: padding-box;
	-khtml-background-clip: padding-box;
	background-clip: padding-box
}

.ie8 .image-button {
	min-width: 0
}

.ie7 .image-button {
	height: 32px
}

.search[type=submit] {
	background: #588514 url('../images/common.png') 6px -739px no-repeat;
	background: url('../images/common.png') 6px -739px no-repeat,
		-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #60a318),
		color-stop(100%, #588514) ), #588514 url('../images/common.png') 6px -739px
		no-repeat;
	background: url('../images/common.png') 6px -739px no-repeat,
		-webkit-linear-gradient(#60a318, #588514), #588514 url('../images/common.png')
		6px -739px no-repeat;
	background: url('../images/common.png') 6px -739px no-repeat,
		-moz-linear-gradient(#60a318, #588514), #588514 url('../images/common.png') 6px
		-739px no-repeat;
	background: url('../images/common.png') 6px -739px no-repeat,
		-o-linear-gradient(#60a318, #588514), #588514 url('../images/common.png') 6px
		-739px no-repeat;
	background: url('../images/common.png') 6px -739px no-repeat,
		linear-gradient(#60a318, #588514), #588514 url('../images/common.png') 6px
		-739px no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px
}

.search[type=submit]:hover,.search[type=submit]:focus {
	background: #bc3415 url('../images/common.png') 6px -739px no-repeat;
	background: url('../images/common.png') 6px -739px no-repeat,
		-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #60a318),
		color-stop(100%, #bc3415) ), #bc3415 url('../images/common.png') 6px -739px
		no-repeat;
	background: url('../images/common.png') 6px -739px no-repeat,
		-webkit-linear-gradient(#60a318, #bc3415), #bc3415 url('../images/common.png')
		6px -739px no-repeat;
	background: url('../images/common.png') 6px -739px no-repeat,
		-moz-linear-gradient(#60a318, #bc3415), #bc3415 url('../images/common.png') 6px
		-739px no-repeat;
	background: url('../images/common.png') 6px -739px no-repeat,
		-o-linear-gradient(#60a318, #bc3415), #bc3415 url('../images/common.png') 6px
		-739px no-repeat;
	background: url('../images/common.png') 6px -739px no-repeat,
		linear-gradient(#60a318, #bc3415), #bc3415 url('../images/common.png') 6px
		-739px no-repeat
}

.search[type=submit]:active {
	background: #588514 url('../images/common.png') 6px -738px no-repeat;
	background: url('../images/common.png') 6px -738px no-repeat,
		-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bc3415),
		color-stop(100%, #60a318) ), #588514 url('../images/common.png') 6px -738px
		no-repeat;
	background: url('../images/common.png') 6px -738px no-repeat,
		-webkit-linear-gradient(#bc3415, #60a318), #588514 url('../images/common.png')
		6px -738px no-repeat;
	background: url('../images/common.png') 6px -738px no-repeat,
		-moz-linear-gradient(#bc3415, #60a318), #588514 url('../images/common.png') 6px
		-738px no-repeat;
	background: url('../images/common.png') 6px -738px no-repeat,
		-o-linear-gradient(#bc3415, #60a318), #588514 url('../images/common.png') 6px
		-738px no-repeat;
	background: url('../images/common.png') 6px -738px no-repeat,
		linear-gradient(#bc3415, #60a318), #588514 url('../images/common.png') 6px
		-738px no-repeat
}

input[type="email"],input[type="password"],input[type="search"],input[type="text"]
	{
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	-o-background-clip: padding-box;
	-ms-background-clip: padding-box;
	-khtml-background-clip: padding-box;
	background-clip: padding-box;
	background: white;
	border: 1px solid #BBB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/*
	color: #7E7E7E;
	*/
	color: #323232;
	height: 24px;
	margin: 2px;
	outline: 0;
	padding: 5px 0 6px 8px;
	position: relative;
	width: 150px;
	-webkit-appearance: none;
}

label,input,select,textarea {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
	/*
	z-index: 100000;
	*/
}

.findCourses {
	background: url(../images/golf-course.jpeg) no-repeat left center;
	height: 146px;
	margin: 0 auto 15px;
	padding-top: 26px;
	width: 620px;
}

.findCourses form {
	background: url(../images/glSearchForm.png) no-repeat left center;
	color: #fff;
	font-size: 22px;
	height: 100px;
	padding: 21px 0 0 20px;
	margin: 0 auto;
	width: 370px;
}

.findCourses input {
	height: 30px;
}

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}

.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666),
		to(#000) );
	background: -moz-linear-gradient(top, #666, #000);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#444444', endColorstr = '#000000' );
}

.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444),
		to(#000) );
	background: -moz-linear-gradient(top, #444, #000);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#444444', endColorstr = '#000000' );
}

.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000),
		to(#444) );
	background: -moz-linear-gradient(top, #000, #444);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#000000', endColorstr = '#444444' );
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888),
		to(#575757) );
	background: -moz-linear-gradient(top, #888, #575757);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#888888', endColorstr = '#575757' );
}

.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575),
		to(#4b4b4b) );
	background: -moz-linear-gradient(top, #757575, #4b4b4b);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#757575', endColorstr = '#4b4b4b' );
}

.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757),
		to(#888) );
	background: -moz-linear-gradient(top, #575757, #888);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#575757', endColorstr = '#888888' );
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#ededed) );
	background: -moz-linear-gradient(top, #fff, #ededed);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#ffffff', endColorstr = '#ededed' );
}

.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#dcdcdc) );
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#ffffff', endColorstr = '#dcdcdc' );
}

.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed),
		to(#fff) );
	background: -moz-linear-gradient(top, #ededed, #fff);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#ededed', endColorstr = '#ffffff' );
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee),
		to(#0078a5) );
	background: -moz-linear-gradient(top, #00adee, #0078a5);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#00adee', endColorstr = '#0078a5' );
}

.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc),
		to(#00678e) );
	background: -moz-linear-gradient(top, #0095cc, #00678e);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#0095cc', endColorstr = '#00678e' );
}

.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5),
		to(#00adee) );
	background: -moz-linear-gradient(top, #0078a5, #00adee);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#0078a5', endColorstr = '#00adee' );
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a),
		to(#f47a20) );
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#faa51a', endColorstr = '#f47a20' );
}

.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11),
		to(#f06015) );
	background: -moz-linear-gradient(top, #f88e11, #f06015);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#f88e11', endColorstr = '#f06015' );
}

.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20),
		to(#faa51a) );
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#f47a20', endColorstr = '#faa51a' );
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24),
		to(#aa1317) );
	background: -moz-linear-gradient(top, #ed1c24, #aa1317);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#ed1c24', endColorstr = '#aa1317' );
}

.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b),
		to(#a11115) );
	background: -moz-linear-gradient(top, #c9151b, #a11115);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#c9151b', endColorstr = '#a11115' );
}

.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317),
		to(#ed1c24) );
	background: -moz-linear-gradient(top, #aa1317, #ed1c24);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#aa1317', endColorstr = '#ed1c24' );
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f),
		to(#4e7d0e) );
	background: -moz-linear-gradient(top, #7db72f, #4e7d0e);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#7db72f', endColorstr = '#4e7d0e' );
}

.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28),
		to(#436b0c) );
	background: -moz-linear-gradient(top, #6b9d28, #436b0c);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#6b9d28', endColorstr = '#436b0c' );
}

.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e),
		to(#7db72f) );
	background: -moz-linear-gradient(top, #4e7d0e, #7db72f);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#4e7d0e', endColorstr = '#7db72f' );
}

#secondary .widget {
	background: #EEE;
	background-image: -moz-linear-gradient(top, white, #EEE);
	background-image: -ms-linear-gradient(top, white, #EEE);
	background-image: -o-linear-gradient(top, white, #EEE);
	background-image: -webkit-linear-gradient(top, white, #EEE);
	background-image: linear-gradient(top, white, #EEE);
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 0 #9a9a9a;
	-webkit-box-shadow: 0 1px 0 #9A9A9A;
	box-shadow: 0 1px 0 #9A9A9A;
	margin: 0 0 10px;
	padding: 10px;
	text-shadow: 0 1px 0 white;
	position: relative;
	z-index: 0;
}

.widget {
	clear: both;
	margin: 0 0 2.2em;
}

.widget-area {
	font-size: 12px;
}

.widget-title {
	color: #666;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

.widget img {
	display: block;
}

table { /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	border-collapse: collapse;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	width: 100%;
}

table caption {
	font-weight: bold;
	letter-spacing: inherit;
	margin-bottom: 10px;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #666;
}

table a {
	text-decoration: none;
	border-bottom: 1px;
	color: #f60;
	font-weight: bold;
}

table a:hover {
	text-decoration: none;
	color: #f60;
}

table tr th a {
	color: #f60;
	border-bottom: 1px;
}

table tr th a:hover {
	color: #f60;
}

table thead tr th {
	/* mett edit
	text-transform: uppercase;
	*/
	color: #fff;
	background: #3A4856;
}

table tfoot tr th,table tfoot tr td {
	color: #999;
	font-weight: bold;
	font-size: 12px;
}

table td,table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	line-height: 1.5em;
	vertical-align: top;
}

table tr.odd th,table tr.odd td {
	background: #efefef;
}

table th,table tr.odd th {
	text-align: center;
}

tbody tr:hover,tbody tr.odd:hover {
	background: #e5f0d4;
	border: 0px solid #03476F;
}

tbody tr:hover th,tbody tr.odd:hover th,tbody tr.odd:hover td {
	background: #e5f0d4;
}

tbody tr.nobg:hover {
	background: none;
}

.tableHeader a {
	color: #f60;
}

.datetime {
	font-size: 10.5px;
	font-style: normal;
	font-weight: lighter;
}

.footnote {
	font-size: 10px;
	font-style: italic;
	font-weight: lighter;
	line-height: 10px;
	text-align: left;
}

.forum-signature {
	font-size: 9px;
	font-weight: 300;
	line-height: 12px;
	margin-bottom: 10px;
}

.major {
	font-size: 12px;
	line-height: 18px;
}

.minor {
	font-size: 10px;
	margin-bottom: 5px;
}

figure {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 20px 20px 0;
}

figure img {
	width: 285px;
	display: block;
}

figcaption {
	position: absolute;
	background: black;
	background: rgba(0, 0, 0, 0.25);
	color: white;
	font-size: 20px;
	padding: 10px 20px;
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

figure:hover figcaption {
	opacity: 1;
}

figure:before {
	content: "?";
	position: absolute;
	font-weight: 800;
	background: black;
	background: rgba(255, 255, 255, 0.75);
	text-shadow: 0 0 5px white;
	color: black;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	-moz-transition: all 0.6s ease;
	opacity: 0.75;
}

figure:hover:before {
	opacity: 0;
}

.cap-bot-left:before {
	bottom: 10px;
	left: 10px;
}

.cap-bot-left figcaption {
	bottom: 0;
	left: -30%;
}

.cap-bot-left:hover figcaption {
	left: 0;
}

.cap-bot-right:before {
	bottom: 10px;
	right: 10px;
}

.cap-bot-right figcaption {
	bottom: 0;
	right: -30%;
}

.cap-bot-right:hover figcaption {
	right: 0;
}

.cap-top-left:before {
	top: 10px;
	left: 10px;
}

.cap-top-left figcaption {
	left: -30%;
	top: 0;
}

.cap-top-left:hover figcaption {
	left: 0;
}

.cap-top-right:before {
	top: 10px;
	right: 10px;
}

.cap-top-right figcaption {
	top: 0;
	right: -30%;
}

.cap-top-right:hover figcaption {
	right: 0;
}

/* ========================================================
   Mini Profile
   ===================================================== */
.user {
	position: relative;
	padding: 0 10px 0 0;
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
}

.user a {
	color: #000;
	font-style: normal;
}

.user:hover ul {
	visibility: visible;
	opacity: 1;
	padding: 4px 0 6px;
}

.user ul {
	visibility: hidden;
	opacity: 0;
	list-style: none;
	position: absolute;
	bottom: 100%;
	width: 140px;
	z-index: 1000000;
	left: 0;
	right: 0;
	border: 1px solid;
	border-color: #777 #6c6c6c #666;
	border-radius: 5px;
	-webkit-transition-property: opacity, padding, visibility;
	-moz-transition-property: opacity, padding, visibility;
	-ms-transition-property: opacity, padding, visibility;
	-o-transition-property: opacity, padding, visibility;
	transition-property: opacity, padding, visibility;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	background-color: #d9e3fa;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eef3fe),
		color-stop(100%, #d9e3fa) );
	background-image: -webkit-linear-gradient(top, #eef3fe, #d9e3fa);
	background-image: -moz-linear-gradient(top, #eef3fe, #d9e3fa);
	background-image: -ms-linear-gradient(top, #eef3fe, #d9e3fa);
	background-image: -o-linear-gradient(top, #eef3fe, #d9e3fa);
	background-image: linear-gradient(top, #eef3fe, #d9e3fa);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px
		rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px
		rgba(0, 0, 0, 0.1);
}

.user ul:before,.user ul:after,.user li:first-child:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 15px;
	border: 7px outset transparent;
}

.user ul:before {
	border-top: 7px solid #555;
	bottom: -14px;
}

.user li:first-child:after {
	border-top: 7px solid #fff;
	bottom: -13px;
}

.user ul:after {
	border-top: 7px solid #d9e3fa;
	bottom: -12px;
}

.user li {
	padding: 0 12px;
	font-size: 11px;
	text-shadow: 0 1px #fff;
	color: #313a4f;
}

.user li.sep {
	border-top: 1px solid #b4bbce;
	padding-top: 4px;
	margin-top: 4px;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);
	color: #838ca2;
}

.user li a {
	display: block;
	position: relative;
	margin: 0 -13px;
	padding: 0 20px 0 12px;
	color: #313a4f;
	border: 1px solid transparent;
}

.user li a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	border-color: #5a70b0 #495d98 #42558a;
	background-color: #5a70b0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7688bd),
		color-stop(100%, #4e64a3) );
	background-image: -webkit-linear-gradient(top, #7688bd, #4e64a3);
	background-image: -moz-linear-gradient(top, #7688bd, #4e64a3);
	background-image: -ms-linear-gradient(top, #7688bd, #4e64a3);
	background-image: -o-linear-gradient(top, #7688bd, #4e64a3);
	background-image: linear-gradient(top, #7688bd, #4e64a3);
}

.user li a:hover:after {
	display: block;
}

.user li a:after {
	display: none;
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -4px;
	border: 4px solid transparent;
	border-left-color: #9facd1;
	border-left-color: rgba(255, 255, 255, 0.4);
}


/* mett tab */
article.tabs
{
	position: relative;
	display: block;
	width: 400px;
	height: 15px;
	/*
	margin: 2px auto;
	
	background: #faa51a;
	background: -moz-linear-gradient(top, #faa51a 0%, #f47a20 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faa51a), color-stop(100%,#f47a20));
	background: -webkit-linear-gradient(top, #faa51a 0%,#f47a20 100%);
	background: -o-linear-gradient(top, #faa51a 0%,#f47a20 100%);
	background: -ms-linear-gradient(top, #faa51a 0%,#f47a20 100%);
	background: linear-gradient(top, #faa51a 0%,#f47a20 100%);	
	*/
}

article.tabs section
{
	position: absolute;
	/*
	position:fixed;
	
	*/
	display: block;
	top: 1.8em;
	left: 0;
	
	width: 400px;
	/*
	height: 100px;
	padding: 10px 20px;
	*/
	background-color: #ddd;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	z-index: 0;
	
}

article.tabs section:first-child
{
	z-index: 1;
}

article.tabs section h2
{
	
	position: absolute;
	font-size: 1em;
	font-weight: normal;
	width: 120px;
	height: 30px;
	top: -30px;
	left: 10px;
	padding: 0;
	margin: 0;
	color: #999;
	background-color: #FF8000;
	border-radius: 5px 5px 0 0;
	box-shadow: 0px 5px 0px #faa51a;
	
}
article.tabs section:nth-child(2) h2
{
	left: 132px;
}
article.tabs section:nth-child(3) h2
{
	left: 254px;
}
article.tabs section h2 a
{
	display: block;
	width: 100%;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	/*
	color: inherit;
	*/
	color: #000000;
	outline: 0 none;
}

article.tabs section:target,
article.tabs section:target h2
{
	color: #333;
	background-color: #F9F9F9;
	z-index: 2;
}

article.tabs section:target h2
{
	background-color: #faa51a;
}

article.tabs section,
article.tabs section h2
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

article.tabs .line{
	background-color: #faa51a;
	height: 5px;
	border-radius: 5px 5px 0 0;
	margin-top: 0px;
	z-index: 10;
}


#tabs {
	/*
	font-size: 90%;
	margin: 20px 0;
	*/
}

#tabs > ul {
	float: left;
	/*
	background: red;
	*/
	width: 500px;
	padding-top: 4px;
	margin: 0 0 0 0;
}

#tabs li {
	margin-left: 8px;
	list-style: none;
	/*
	background-color: #faa51a;
	*/
	background-color: #FF8000;
	border-radius: 5px 5px 0 0;
	box-shadow: 0px 4px 0px #faa51a;
}

/*
* html #tabs li {
	display: inline;
}
*/

#tabs li,#tabs li a {
	float: left;
	/*
	background-color: #faa51a;
	*/
}

#tabs ul li.active {
	border-top: 2px #faa51a solid;
	background: #faa51a;
}

#tabs ul li.active a {
	color: #333333;
}

#tabs > div {
	background: #F9F9F9;
	clear: both;
	padding: 15px;
	min-height: 200px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}

#tabs > div h3 {
	margin-bottom: 12px;
}

#tabs > div p {
	line-height: 150%;
}

#tabs ul li a {
	text-decoration: none;
	padding: 8px;
	color: #000;
	font-weight: 500;
	font-size : 90%;
}

.thumbs {
	float: left;
	border: #000 solid 1px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#tabs .line{
	background-color: #faa51a;
	height: 4px;
	min-height: 1px;
	width: 100%;
	border-radius: 5px 5px 0 0;
	margin-top: 0px;
	z-index: 10;
	padding: 0px;
}

/* mett hack */ 
.noHover:hover{
	background-color: #FFFFFF;
}

.row {
	/*
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    border: 1px solid red;
    */
}

.row label{

	font-size: 12px;
    display: block;
    float: left;
    width: 150px;
}


.inputDisable input[type="text"]{
	background-color : #d1d1d1; 
}

.booking {
	background-color: #FFE0B2;
	padding: 10px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);

}

.booking-price {
	width: 200px;
	background-clip: padding-box;
	-webkit-background-clip:padding-box;
	background-color: #FEBA02;
	color: #000000;
	font-size: 20px;
	padding: 10px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);

}

.booking-des {
	width: 96%;
	background-clip: padding-box;
	-webkit-background-clip:padding-box;
	background-color: #FEBA02;
	color: #000000;
	font-size: 14px;
	padding: 10px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);

}

.booking-date {
	width: 300px;
	background-clip: padding-box;
	-webkit-background-clip:padding-box;
	background-color: #FEBA02;
	color: #000000;
	font-size: 20px;
	padding: 10px;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}

.route_input_type input[type="text"] {
	width: 80px;
	padding: 1px;
}

.route_input_hole input[type="text"] {
	width: 40px;
	padding: 1px;
}

.input-error {
	background-color: red;
}
