/* @group Reset and basic styles */


html {
	overflow-y: scroll;
}

* {
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,Geneva,sans-serif;
}

body {
	background: #005941 url('../images/green_back.jpg') no-repeat 50% 0 ;
	font-size: 13px;
	color: #fff;
}
body#rsvp  {
	background: #455623 url('') no-repeat 50% 0 ;
	font-size: 13px;
	color: #222222;
}
#rsvpglobal {
	width: 742px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	margin-bottom: 50px;
}


#global * {
	
}

#global {
	width: 980px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	margin-bottom: 50px;
}


a img {
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	color: #000;
}

strong {
	font-weight: bold;
}

dl,
ol,
ul {
	margin: 0em 0;
}

dl {
	margin-top: -0.5em;
}

dt {
	font-weight: bold;
	margin: 0.5em 0 0;
}

dd {
	margin: 0 0 0 2em;
}

dd p {
	margin: 0 0 0.5em;
}

code,
kbd,
pre {
	font-family: Monaco,Courier,"Courier New",Tahoma;
}

ul {
	list-style-type: square;
}

optgroup {
	font-style: normal;
	color: #777;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 10px !important;
}

option {
	font-style: normal;
	color: #000;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 14px;
}

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

/* Easy Clearing */

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

/* IE Hack - use anything that will set hasLayout to true
 * Instead of using this old method that works for IE6, but not IE7:
 *   * html .clearfix { height: 1%; }
 * This patch uses a proprietary IE-only property that doesn't require a filter
 * and works in both IE6 and 7.
 */

.clearfix {
	zoom: 1;
}



.left_float, .float_left, .fl {
	float: left;
}

.right_float, .float_right, .fr {
	float: right;
}

.fn {
	float: none !important;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.mb10 {margin-bottom: 10px;}

.mr5 {margin-right: 50px;}

.bb {border-bottom: 1px solid #ddc9a2;}
.bl {border-left: 1px solid #ddc9a2;}

/* Dotted border on the right */
.br {background: url('../images/border-vertical.png') repeat-y right;}

.bn {border: none !important;}

.pn {padding: 0 !important ;}
.pl {padding-left: 10px;}
.pr {padding-right: 5px;}
.prr {padding-right: 15px;}
.plr {padding-left: 15px; padding-right:15px;}
.pextremeleft{
	padding-left: 20px;
}
.pb{
	padding-bottom:10px;
}
.pt{
	padding-top:10px;
}
.pt4{
	padding-top:4px;
}
.tournamentHolder{
	float:left;
}

.nopb{
	padding-bottom:0px;
}

.w650{width: 650px;}


/* For 4 column layout pages */
.w240 {width: 240px;}
.w255 {width: 255px;}
.w480 {width: 480px;}
.w720 {width: 720px;}

/* For 3+1 column layout pages. Main 700, sidebar 250 */
.w233 {width: 233px;}
.w466 {width: 466px;}
.w380 {width: 380px;}

.w700 {width: 700px;}
.w150{width: 150px;}
.w125{width: 125px;}
.w85{width: 85px;}


.container_2col{
	background:url('../images/twocol.png') repeat-y;
	width:100%;
	overflow:hidden;
}


/* @end */

/* @group Global */
a {
	color: #006940;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
/* -- -- a hover --  */
a:hover{
	text-decoration: underline;
}

a.noUnderline:hover{
	text-decoration: none;
	padding:0;
}


#header {
	width: 980px;
	height: 170px;
	background: url('../images/header-bg.png') no-repeat;
}
#header #weather {
	font-size: 11px;
	padding: 15px;
	float: left;
}
#header #weather a {
	color: #06c913;
	text-decoration: underline;
	font-weight: normal;
}
#header #topright-menu {
	float: right;
	padding: 11px 15px;
	width: 365px;
}
#header #topright-menu a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#header #topright-menu .links{
	float: left;
	
}

#header #header-search {
	float: right;
	margin-right: 15px;
	margin-top:-25px;
	
	
}

#header #topright-menu .get-tickets{
	float: right;
}
#header-ad {
	float: right;
	width: 470px;
	height: 60px;
	background: #fff;
	margin-right: 15px;
	margin-top: 7px;
}
#header #logo a{
	width: 455px;
	height: 74px;
	float: left;
}
#mainmenu {
	font-size: 16px;
	word-spacing: 5px;
	margin-top: 18px;
	margin-left: 15px;
}

/* Font replaces with cufon js script */
#mainmenu a {
	font-size: 16px;
	color: #ccd3d0;
	word-spacing: 0px;
	padding-bottom: 5px;
	border-bottom: 5px solid #011e13;
	text-decoration: none;
	font-family: impact, arial, sans;
	font-weight: 100;
}
#mainmenu a:hover {
	color: #fff;
	border-bottom: 5px solid #72a708;
	padding-bottom:5px;
}
#mainmenu a.active {
	border-bottom: 5px solid #72a708;
}


.header {
	position: relative;
}
.headerlink {
	text-align: right;
	position: absolute;
	top: 16px;
	right: 10px;
}

.headerlink.subscribe {
	text-align: right;
	position: absolute;
	top: 12px;
	right: 10px;
}

/* Gray gradient on the background. Good for any width */
.grayed-box {
	background: url('../images/grayed-bg.png') no-repeat;
	position: relative;
	overflow: hidden;
	padding: 12px;
	width: auto;
}
.small-gray-box{
	background:url(../images/small_gray_box.jpg) no-repeat;
	position: relative;
	overflow: hidden;
	min-height:128px;
	padding: 12px;
	width: auto;
}
.small-gray-box .small-right-bg {
	background:url(../images/small-gray-right.jpg) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	height: 127px;
	width: 27px;
	z-index: 0;
}
.grayed-box .right-bg {
	background: url('../images/grayed-right.png') no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	height: 346px;
	width: 30px;
	z-index: 0;
}
.grayed-box .content{
	position: relative;
	z-index: 5;
}


.aqua-box {
	background: #d9f5f8;
	position: relative;
	overflow: hidden;
	padding: 12px;
	width: auto;
}


.double-line {
	width: auto;
	margin: 0 15px;
	height: 6px;
	background: url('../images/double-line.png') repeat-x;
}

.single-line {
	background: url('../images/border-horizontal.png') repeat-x bottom;
	height: 1px;
	margin: 10px 0;
}

.last {
	background: none !important;
}
#footer {
	margin: 0px 14px;
	padding-top: 50px;
	width: 965px;
	height: 250px;
	background: url('../images/footer-bg-new.png') no-repeat;
	color: #545454;
	font-size: 11px;
	line-height: 150%;
}

#footer p a {
	display: inline !important;
	text-decoration: underline;
}
#footer .col {
	margin:0 14px;
	width: 210px;
	float: left;
	position: relative;
}
#footer .col h4 {
	background: url('../images/border-horizontal.png') repeat-x bottom;
	padding-bottom: 7px;
	margin: 0;
	margin-bottom: 10px;
	font-size: 12px;
}

#footer .col h4.share {
	text-align: right;
	
}

#footer .col h4.share a{
	display: inline;
	margin: 0;
}
#footer .col a {
	font-size: 11px;
	display: block;
	margin-bottom: 2px;
}
.arrow {
	background: url('../images/link-arrow.png') no-repeat right;
	padding-right: 15px;
	padding-bottom:2px;
}
.arrowdown {
	background: url('../images/link-arrowdown.png') no-repeat right;
	padding-right: 15px;
	padding-bottom:2px;
}
.rss {
	background: url('../link-rss.gif') no-repeat right;
	padding-bottom:2px;

}
img.icon-align {
	position: relative;
	top: 3px;
	margin-left: 5px;
}
#content {
	font-size: 12px;
	color: #5b5b5b;
	line-height: 150%;
	position: relative;
}
.column-content {
	padding-right: 10px;
}

.header-image {
	position: absolute;
	z-index: 0;
	background-image: url(images/headers/links_small.jpg);
}
.big-header-spacer {
	height: 325px;
}

.small-header-spacer {
	height: 140px;
}
.breadcrumbs {
	width: 910px;
	padding: 7px;
	background: url('../images/border-horizontal.png') repeat-x bottom;
}
label {
	margin-top: 10px;
	display: block;
}
ignore {
	position: relative;
	z-index: 0 !important;
}
.inp-round {
	display: inline-block;
	background: url('../images/input-bg.png');
	border: 1px solid #cbcbcb;
	padding-right: 15px;
	padding-bottom: 1px;
	zoom:1;
	*display:inline;
}
.inp-round input{
	border: #fff 1px solid;
	background-image: none;
	position: relative;
	z-index: 1000;
}
input {
	background: url('../images/input-bg.png');
	border: 1px solid #cbcbcb;
	font-size: 13px;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

textarea {
	background: url('../images/input-bg.png');
	border: 1px solid #cbcbcb;
	font-size: 13px;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input.medium, .inp-round.medium {
	width: 210px;
}
input.long .inp-round.long{
	width: 500px;
}
input.small .inp-round.small{
	width: 30px;
}
input.img-input {
	padding: 0;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
textarea.medium {
	width: 440px;
	height: 120px;
}
textarea.long {
	width: 500px;
	height: 300px;
}
.rounded {
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 10px;
}
.inline {
	display: inline !important;
}
/* @end */

/* @group Homepage */
#home-around {
	
}
#home-calendar {
	
}
#home-news {
	
}
#home-news h4 {
	color: #2c241d;
	font-size: 12px;
}
#home-news .date {
	color: #2c241d;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}
#home-news p{
	color: #5f5f5f;
	font-size: 11px;
	margin-bottom: 5px;
}
#home-news a{
	
}
#home-news .news-entry {
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url('../images/border-horizontal.png') repeat-x bottom;
}
#flash-home {
	width: 980px;
	/*height: 450px;*/
	height: 502px;
	background-color: #dfdfdf;
}
#flash-home-clock{
	width: 230px;
	/*height: 450px;*/
	height: 85px;
	background-color: #dfdfdf;
}
#flash-map {
	width: 980px;
	/*height: 450px;*/
	height: 734px;
	background-color: #dfdfdf;
}

#flashmap {
	padding:4px;
}
#flash-history {
	width: 980px;
	/*height: 450px;*/
	height: 455px;
	background-color: #dfdfdf;
}
#flash-home-index {
	width: 980px;
	/*height: 450px;*/
	height: 450px;
	background-color: #dfdfdf;
}
#promobuckets {
	position: relative;
	padding-left: 15px;
	top: -80px;
}
#promobuckets .promobucket {
	float: left;
	width: 240px;
	height: 91px;
}
h1 {
	font-size: 36px;
	margin: 20px 0 0 0;
	font-weight: normal;
	color: #38302a;
}
h2 {
	padding: 10px 0 8px 10px;
	color: #38302a;
	font-size: 24px;
}
h4 {
	font-size: 14px;
	margin: 0 0 10px 0;
}
#home-ad {
	/*display:none;*/
	visibility:visible;
	width: 250px;
	height: 250px;
	background-color: #234567;
	position: absolute;
	top: 32px;
	right: 28px;
}
#fac-ad {
	/*display:none;*/
	visibility:visible;
	width: 250px;
	height: 250px;
	background-color: #234567;
	position: absolute;
	top: 32px;
	right: 28px;
}
#mainIndex#home-ad {
	width: 250px;
	height: 250px;
	background-color: #234567;
	position: absolute;
	top: 32px;
	right: 28px;
}
#tv_media #home-ad {
	visibility:visible;
	width: 250px;
	height: 250px;
	background-color: #234567;
	position: absolute;
	top: 32px;
	right: 28px;
}
#visitors #home-ad {
	visibility:visible;
	width: 250px;
	height: 250px;
	background-color: #234567;
	position: absolute;
	top: 32px;
	right: 28px;
}
#view_facilities #home-ad {
	visibility:visible;
	width: 250px;
	height: 250px;
	background-color: #234567;
	position: absolute;
	top: 32px;
	right: 28px;
}
#home-header {
	position: relative;
}
.home #inner-content {
	
}

/* @end */

/* @group Inner pages */

.main {
	width: 700px;
	float: left;
}
.wide-main{
	width: 98%;
	float: left;
}
.wide-main-hundred{
	width: 100%;
	float: left;
}
.wide-main-hundred-z{
	width: 100%;
	float: left;
	z-index:999;
}

.sidebar {
	width: 250px;
	float: left;
}

.sidebar .inner {
	padding-top: 10px;
}
.green-block {
	background: #72a708;
	color: #fff;
	padding: 13px;
	width:220px;
	min-height:57px;
}
.green-block-facility{
	background: #72a708;
	color: #fff;
	padding: 13px;
	width:220px;
}
.green-block-hundred {
	background: #72a708;
	color: #fff;
	padding: 13px;
	width:95%;
	min-height:auto;
}
.green-block-hundred-table {
	background: #72a708;
	color: #fff;
	padding: 13px;
	width:95%;
	min-height:auto;
	display:table;
}
.green-block a{
	color: #023f27;
}

#facility-search {
	width: 660px;
}

/* @end */

/* @livevideo page */
	
	#livevideo .header{
		padding:10px;
	}
	
	#livevideo .ctas{
		float:left;
	}
	
	#livevideo .main{
		float:right;
		width:660px;
		padding-right:20px;
		background:none;
	}
	
	#livevideo .equalh{
		margin-top:10px;
	}
	
	
	
/* @end */


/* @tournment_index page */
	
	#tourIndexHero{
		position:relative;
		width:100%;
		height:397px;
		background-image:url("../images/tourn-index-hero-bg.jpg");
		color:white;
	}
	
	#tourIndexHero .content{
		position:relative;
		z-index:50;
		padding:45px;
	}
	
	#tourIndexHero h1{
		color:white;
		font-size:52px;
		margin:0px;
	}
	
	#tourIndexHero .ad{
		position:absolute;
		top:46px;
		left:716px;
		z-index:51;
	}
	
	#tourIndexHero select{
		min-width:170px;
		margin-top:5px;
	}
	
	#tourIndexHero .itenerary{
		position:relative;
		overflow:hidden;
		height:214px;
		margin:15px 0 0 0px;
		*margin:15px 0 0 -8px;
	}
	
	#tourIndexHero .itenerary table{
		border-spacing:0px 16px;
		width:385px;
		border-collapse: expression('separate', cellSpacing = '16px') !important;
	}
	
	#itenInner{
		position:absolute;
		top:-10px;
		width:418px;
	}
	
	
	#tourIndexHero .arrows{
		position:absolute;
		/*display:none;*/
		left:390px;
		width:15px;
	}
	
	#tourIndexHero .uparrow{
		height:200px;
	}
	
	#tournIndex .gallery{
		
	}
	
	#tournIndex .galleryNav li{
		list-style:none;
		float:left;
		width:180px;
		height:43px;
	}
	
	#tournIndex .photosLink{
		background-image:url("../images/ui/pvlinks_sm.png");
		background-position:0px -2px;
	}
	
	#tournIndex .photosLink:hover{
		background-position:0px -46px;
	}
	
	#tournIndex .videosLink{
		background-image:url("../images/ui/pvlinks_sm.png");
		background-position:0px -90px;
	}
	
	#tournIndex .videosLink:hover{
		background-position:0px -134px;
	}
	
	#tournIndex .galleryNav{
		position:relative;
		overflow:auto;
		width:100%;
		padding:10px 0;
	}
	
	#tournIndex .galleryContent{
		position:relative;
		height:430px;
	}
	
	#tournIndex .photos{
		position:absolute;
		top:0;
		left:0;
	}
	
	#tournIndex .images{
		position:relative;
		width:450px;
		height:350px;
		overflow:hidden;
	}
	
	.photos .images li, .photos .titles li{
		position:absolute;
		list-style:none;
		overflow:hidden;
	}
	
	.photos .titles{
		position:relative;
		margin-top:10px;
	}
	
	.photos .nav ul, .photos .titles ul{
		height:25px;
	}
	
	.photos .nav{
		position:relative;
		
	}
	
	.photos .nav li{
		float:left;
		list-style:none;
		padding:3px;
	}
	
	.photos .nav .selected{
		text-decoration:underline;
	}
	
	#videos{
		overflow:hidden;
		position:absolute;
		top:0;
		left:0;
		width:450px;
		height:400px;
	}
	
/* @end */


/* @group Exhibitors */
.w413 {width:413px;}
#exhibitors .main {
	padding-bottom: 15px;
	/*min-height:1120px;*/
}
#exhibitors .single-line {
	margin: 0px 10px 10px 0;
	padding: 0 15px;
}
#exhibitors .w413 {width: 413px;}
#exhibitors h2 {
	padding-left:0;
}

#exhibitors h4{
	font-size:13px;
	margin:0;
}

#horses h2 {
	padding-left:0;
}
.noPadding{
	padding: 0 0 0 0;
}
#exhibitors p, #exhibitors h3 {padding: 0 0 15px 0;}
#exhibitors #accordion h3 {
	padding: 0 0 10px 0;
	border:1px solid #DDDDDD;
	margin:0;
	padding:0;
	min-height:28px;
}
#exhibitors .ui-datepicker-calendar tr, #facilities .ui-datepicker-calendar tr {
	border-bottom:1px dashed #CCCCCC;
}

#exhibitors .breadcrumbs {
	background:none;
}

#exhibitors .equalh {
	overflow:visible;
	width:100%;
}

#exhibitors .head {
	position:relative;
	line-height:26px;
}

#exhibitors .form-colscon{
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
}

#exhibitors .form-leftcol{
	float:left;
	width:45%;
	
}

#exhibitors .form-rightcol{
	float:right;
	width:45%;
}

h3, h4 { color: #38302a; }

.cta { padding:10px; margin:0 0 15px 0;}
.cta h2 { font-size:20px;}
#cta-christmas {
	background:transparent url(../images/cta/christmas.jpg) no-repeat;
}
#cta-christmas h2, #cta-christmas p {
	color:#032c1b;
}
#cta-history {
	background:transparent url(../images/cta/history.jpg) no-repeat;
}
#cta-history h2, #cta-history p {
	color:#083a52;
	padding-left:85px;
}
#cta-contact {
	background:#72a708;
}
#cta-contact h2, #cta-contact p {
	color:#fff;
}

#exhibitors h1, #facilities h1 {
	position:relative;
	padding-bottom:10px;
}
#exhibitors h1 span, #facilities h1 span {
	position:absolute;
	right:0;
	width: 299px;
}

#exhibitors input.half, #exhibitors input.quarter, #exhibitors input.medium, #exhibitors input.long, #exhibitors input.w35, #exhibitors input.w50, 
#facilities input.half, #facilities input.quarter, #facilities input.medium, #facilities input.long, #facilities input.w35, #facilities input.w50,
#volunteer_application input.half, #volunteer_application input.quarter, #volunteer_application input.medium, #volunteer_application input.long, #volunteer_application input.w35, #volunteer_application input.w50 {
	margin-right:5px;
}

#exhibitors input.half, #facilities input.half, #volunteer_application input.half {width:98px;}
#exhibitors input.quarter, #facilities input.quarter, #volunteer_application input.quarter {width:41px;}
#exhibitors form .long, #facilities form .long {width:440px;}
#exhibitors input.w35, #facilities input.w35 {width:27px;}
#exhibitors input.w50, #facilities input.w50 {width:42px;}

#exhibitors select, #facilities select {
	font-size:13px;
}

#exhibitors .right {
	position:absolute;
	right:0;
	height:28px;
	line-height:28px;
}
.button {
	background: transparent url(../images/button-form.gif) repeat-x;
	display:inline-block;
	border:1px solid #ddd;
	font-weight: bold;
	padding:0 10px;
}

#exhibitors .nolabel {margin-bottom:10px;}

.button.up {
	background-position: 0px 0px;
	color:#666;
}
.button.over {
	background-position: 0px -36px;
	color:#fff;
}
.button.submit {
	background-position: 0px -66px;
	color:#fff;
}

#exhibitors .legal p {color: #663821;}
#exhibitors #accordion { margin-bottom:10px;}
#exhibitors #accordion td, #exhibitors #accordion th {
	text-align:left;
	padding:2px 5px;
	background:#dce8c2;
	height:30px;
	color:#666;
}
#exhibitors #accordion tr.even td, #exhibitors #accordion tr.even th {
	background:#f1f6e6;
}

#exhibitors .cart{
	width:100%;
	overflow:hidden;
}

#cartlist {
	width:100%;
}

#cartlist td{
	padding:5px 10px;
	border-spacing:0;
}

#cartlist .head {
	background:#828282;
}

#cartlist .cost {
	text-align:right;
}

#exhibitors .odd{
	
}

#exhibitors .even{
	background:#e1e1e1;
}

#exhibitors .carttotal {
	float:right;
	width:215px;
	position:relative;
	margin:10px 5px 0 0;
	padding:5px 5px;
	text-align:right;
	border-top:1px solid #efefef;
}

#exhibitors .carttotal p{
	padding-bottom:2px;
}

#exhibitors .total p {padding: 2px 0;}

#exhibitors .total .right {right:10px;}

#exhibitors .cartform {
	margin:0;
}

#exhibitors .vmbutton{
	color:#606060;
	background: transparent url(../images/button-form.gif) repeat-x;
	display:inline-block;
	border:1px solid #ddd;
	font-weight: bold;
	padding:5px 10px;
	
}

#exhibitors .cartsubmit {
	background-color:#AFE77C;
	background-image:none;
	border:none;
	color:#465d2f;
	font-size:11px;
	font-weight:bold;
	padding:5px 50px;
	margin:10px 10px;
	float:right;
}

#exhibitors .cartsubmit:hover{
	background-color:#9fd56e;
}

#exhibitors .returning {
	padding:18px 12px;
}

#exhibitors .returning h4{
	color:#111;
	margin:0 0 5px 0;
}

#exhibitors .returning p{
	color:#708284;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
}

#exhibitors .returning span{
	margin: 0 5px 0 0;
}

#exhibitors .submit{
	padding:4px 8px;
	color:#616161;
	font-size:11px;
	font-weight:600;
	background-position:0px 0px;
}

#exhibitors .submit:hover{
	background-position:0px -6px;
	color:#525252;
}

#exhibitors .view-event-links{
	margin-left:223px;
}

#exhibitors .view-event-links li{
	margin-bottom:5px;
}


/* @end */

/* @live feed */
	.livefeed{
		height:
	}

/* @end */


/* @group facilities */
#facilities p, #facilities h3 {padding: 0 0 15px 0;}
#facilities .w220 {width: 220px;}
#facilities .w205 {width: 205px;}
#facilities .brw {background: url('../images/border-vertical-inverse.png') repeat-y right;}
#facilities label {margin-top:0;}
#facilities .ui-datepicker {z-index: 100 !important;}
.ui-datepicker-trigger { margin-bottom:-8px;}
#facility-search {
	font-size: 13px;
}
#cta-xmas {
	background:transparent url(../images/cta/xmas.jpg) no-repeat;
}
#cta-catering {
	background:transparent url(../images/cta/catering.jpg) no-repeat;
}
#cta-catering p, #cta-catering h2, #cta-catering a {color: #ee8310;}
#cta-catering p, #cta-catering h2 {padding-left:100px;}
#cta-catering .arrow {background:transparent url(../images/link-arrow-orange.png) right center no-repeat;}
#cta-getting {
	background:transparent url(../images/cta/getting.jpg) no-repeat;
}
#cta-getting a {color: #272726; font-size:24px;}
#cta-weddings {
	background:transparent url(../images/cta/weddings.jpg) no-repeat;
}
.main .cta {width:308px; float:left; margin-left:5px; margin-right:5px;}
.main .athleteAnnounce {width:98%; float:left; margin-left:5px; padding-right:10px;}
#facilities .bl-dash {
	background: url('../images/border-vertical.png') repeat-y left;
	padding:40px 15px 15px 30px;
}
.mr10 {margin-right: 10px;}
.icon-available {
	background:transparent url(../images/icon-available.gif) left center no-repeat;
	padding:0 25px;
}
.icon-partially {
	background:transparent url(../images/icon-partially.gif) left center no-repeat;
	padding:0 25px;
}
.icon-booked {
	background:transparent url(../images/icon-booked.gif) left center no-repeat;
	padding:0 25px;
}
#facilities .ui-widget-content { border: none; background: #ffffff url(../images/ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
#facilities .ui-widget-content { border: none; background: #ffffff url(../images/ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }

#mainIndex #datepicker {

	}
#bookings td {
	text-align:left;
	padding:2px 20px 2px 0;
}
/* @end */

/** @group TV MEDIA **/
#tv_media .schedule{
  border: 1px solid #e8e8e8;
  background: #fbfaf9;
  padding: 10px;
  -moz-border-radius: 10px;
}


#tv_media .schedule .provider{
  border: 1px solid #e8e8e8;
}
#tv_media .schedule .providers{
  margin: 10px 5px 20px;
}
  #tv_media .schedule .providers a{
    border: 1px solid #e8e8e8;
    background: url(../images/button-up.gif);
    padding: 5px 10px;
    color: #666666;
    -moz-border-radius: 10px;
  }
  #tv_media .schedule .providers a.selected{
    border: 1px solid #6a6968;
    background: url(../images/button-over.gif);
    color: #fff;
  }
#tv_media .schedule .control{
  float: right;
}
#tv_media .schedule table{
  width: 100%;
}
#tv_media .schedule table th, .schedule table td{
  text-align: left;
  vertical-align: top;
}
#tv_media .main {
  padding-bottom:15px;
}
#tv_media p, #exhibitors h3 {
  padding:0 0 15px;
}

/** @group EDUCATION **/
#education .sponsors{
  /*background: url(../images/sponsors.gif) no-repeat center center;*/
  height:	60px;
  width: 100%;
  margin-top: 10px;
}
#education .pdf{
  background:url(../images/link-pdf.gif) no-repeat scroll right 11px transparent;
  padding-right:25px;
  padding-top:15px;
  float:right;
}
#education .plr p {
  padding:0 0 15px;
}
#education .gallery h2, #education .contact h2{
	color: #fff;
	padding:10px 0 8px 0;
}
#education .gallery h2{
	font-size: 20px;
}
#education .gallery h2 a{
	font-size: 20px;
}
#facilities .gallery h2 a{
	font-size: 20px;
}
/** @group VOLUNTEER **/
#volunteer_application select {
  -moz-border-radius:5px 5px 5px 5px;
  background:url(../images/input-bg.png) repeat scroll 0 0 transparent;
  border:1px solid #CBCBCB;
  font-size:13px;
  padding:4px;
}
#volunteer_application select.medium {
  width:220px;
}
#volunteer_application select.small {
  width:71px;
}
.greenlinksLeft{
	color: #006940;
	font-size: 15px;
	margin-bottom:15px;
	
}
.padding-left-generic{
	
	padding-left:10px;
	width:200px;
	margin-bottom:15px;
}
.portal-split{
	width:35%;
	float:left;
	padding: 10px 10px 8px 10px;
}
.portal-split-left{
	width:55%;
	float:left;
	padding-left:10px;
	padding-right:10px;
	
}
#middle-portal-text{
	padding: 10px 10px 8px 8px;
}
#middle-portal-text-sponsor{
	padding: 10px 10px 8px 8px;
	background:url(../images/portals/riders/sponsor-small-background.jpg) no-repeat;
	width:412px;
	height:73px;
}
.sidebar-portal{
	width: 263px;
	float: left;
	background-color:#b7ce94;
	min-height:636px;
}
.sidebar-portal .inner{
	width: 263px;
	float: left;
	background:url('../images/portals/riders/riders-leftnav-back.jpg');
	background-repeat:no-repeat;
  	background-position:left bottom;
	height:100%;
	min-height:636px;
	
}
.sidebar-portal .inner h2{
	font-size:20px;
}
.left-content-portal{
	width: 443px;
	float:left;
	min-height:570px;
}

.right-content-portal{
	width: 260px;
	float:left;
	height:100%;
}
.single-line-notoppad {
	background: url('../images/border-horizontal.png') repeat-x bottom;
	height: 1px;
	margin: 0 15px;

}
.double-line-nopad {
	width: auto;
	height: 6px;
	background: url('../images/double-line.png') repeat-x;

}
.main-riders-portal {
	width: 715px;
	float: left;
	min-height:636px;
}
#riders-header{
	width: 980px;
	height: 140px;
	background:url('../images/portals/riders/riders-top-header.png') no-repeat;
}
#riders-header #topright-menu {
	float: right;
	padding: 11px 15px;
	width: 336px;
}
#riders-header #topright-menu a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#riders-header #topright-menu .links{
	float: right;
	padding: 5px;
}

/*////////////////////////////////// */
.rider-ad {
	width: 250px;
	background-color: #ffffff;
	padding-bottom:10px;
	padding-top:10px;

}
.rider-ad h4 {
	font-size:20px;
}
.input-signup{
	background:url(../images/portals/riders/sign-in-button.jpg) no-repeat;
	width: 58px;
height: 24px;
border: none;
-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	cursor: pointer;
}
.accept-submit-signup{
	cursor: pointer;
	background:url(../images/portals/riders/accept-submit.jpg) no-repeat;
	width: 154px;
   height: 24px;
   border: none;
   -moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.input-submit-generic{
	background:url(../images/portals/riders/submit.jpg) no-repeat;
	width: 57px;
height: 24px;
border: none;
-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	cursor: pointer;
}
.input-browse{
	background:url(../images/portals/riders/browse.jpg) no-repeat;
	width: 60px;
height: 24px;
border: none;
-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	cursor: pointer;
}
#announcements{
	float:left;
	width:90%;
	padding: 10px 10px 8px 10px;
}
#maintable
{

width:98%;
border-collapse:collapse;
} 
#maintable td
{
font-size:1.2em;
/*border:1px solid #98bf21;*/
border-right:1px solid #dddddd;
border-top:1px solid #dddddd;
border-bottom:1px solid #dddddd;
padding:3px 7px 2px 7px;
}
#maintable td#tdlast{
	border-right:none;
}
#maintable th 
{
font-size:1.4em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
}
#maintable th.thright{
	text-align:right;
}
#maintable td.tdnoline{
	border:none;
}
#maintable td.tdnolineright{
	text-align:right;
	border:none;
}
#maintable tr.tdgreybackground{
	background-color:#ebebeb;
}
#rider-titles{
	font-size: 30px;
	font-weight: normal;
	color: #38302a;
	margin-top: 5px;
}
.small-titles{
	color: #38302a;
	font-size: 24px;
	padding-bottom:8px;
}
.lineholder{
	float:left;
	width:98%;
}
#top-image-portal-embed{
	background:url(../images/portals/riders/horse-background.jpg) no-repeat;
	height:140px;
}
#italic-portal-text{
	color: #38302a;
	font-size: 36px;
	padding-top:70px;
	padding-left:25px;
	font-style: italic;
	font-family: georgia, times, serif;
	letter-spacing: -1px;
}
#sidebar-portal-white{
	width: 263px;
	float: left;
	background-color:#fff;
	min-height:636px;
}
#volunteers .posting{
  border: 2px solid #e1e1e1;
  padding:8px 22px 8px 17px;
  margin-right: 10px;
  -moz-border-radius: 10px;
  float: left;
  min-height: 90px;
  width: auto;
  position: relative;
  z-index: 100;
}
#volunteers .posting p{
  padding: 0;
}
#volunteers p {
  padding:0 0 15px;
}
#volunteers .profile {
  float:left;
  padding:0 10px 0 0;
}

#volunteers .mr10 {
  margin-right:5px;
}

/* tooltip styling */ 
#volunteers .tooltip {     
  display:	none;     
  background:	#72a708;          
  padding:	20px;     
  width:		275px;     
  font-size:	11px;     
  color:		#fff; 
  position: 	absolute;
  top: 		-20px;
  right: 		-300px;
  z-index: 	999;
} 
#volunteers .tooltip .pointer{
  background: url(../images/pointer.gif);
  height:		37px;
  width:		18px;
  position: 	absolute;
  left: 		-17px;
}
#volunteers .tooltip h3, #volunteers .tooltip h4{
  color:#fff;
  margin-bottom: 0;
  font-weight:bold;
  font-size: 12px;
}
#volunteers .tooltip p {
  padding:0 0 15px;
}

#volunteers .faq h2 {
  padding-left: 0;
}
#volunteers .faq h3, #volunteers .faq h4 {
  color:#023F27;
}

/** @group VISITORS **/
#visitors p {
  padding:0 0 15px;
}
#visitors .item p {
  margin-left: 178px;
}
#visitors .main .col{
  width: 50%;
}
  #visitors .main .col img {
    float:left;
    padding:0 10px 0 0;
  }
  
.no_head{
  padding-top: 10px;
}

/** @group INFORMED **/
#informed select {
  -moz-border-radius:5px 5px 5px 5px;
  background:url(../images/input-bg.png) repeat scroll 0 0 transparent;
  border:1px solid #CBCBCB;
  font-size:13px;
  padding:4px;
}
#informed select.medium {
  width:220px;
}
#informed select.small {
  width:71px;
}
#informed .error input, #informed .error select{
  border:1px solid #ff2222;
}
#informed .error .msg{
  color: #ff2222;
  font-weight: bold;
  padding-left: 10px;
}

/* @group photos & video */
#photos .main li {
	list-style:none;
}
#photos .main h4 {
	padding: 10px 0 0 0;
	margin:0;
}
#photos .main h4 span{
	font-weight:normal;
	font-size:0.8em;
	color:#666;
}
#photos .main p {
	margin:0 0 10px 0;
}
#photos .main ul.thumbs li {
	float:left;
	width:130px;
	padding:0 10px 10px 0;
}
.w420 {width: 420px;}
.w220 {width: 220px;}
/* @end */
.shadedbox{
	float:left;
	width:100%;
	background:url(../images/shaded-box.jpg);
	height:42px;
}
.tablecontent{
	float:left;
	width:412px;
}
/* Entertainment styles */
/** @group TV MEDIA **/
#entertainment .schedule{

  padding: 10px;
  -moz-border-radius: 10px;
}


#entertainment .schedule .provider{
}
#entertainment .schedule .providers{
  margin: 10px 5px 20px;
}
  #entertainment .schedule .providers a{
    border: 1px solid #e8e8e8;
    background: url(../images/button-up.gif);
    padding: 5px 10px;
    color: #666666;
    -moz-border-radius: 10px;
  }
  #entertainment .schedule .providers a.selected{
    border: 1px solid #6a6968;
    background: url(../images/button-over.gif);
    color: #fff;
  }
#entertainment .schedule .control{
  float: right;
}
#entertainment .schedule table{
  width: 100%;
}
#entertainment .schedule table th, .schedule table td{
  text-align: left;
  vertical-align: top;
}
#entertainment .main {
  padding-bottom:15px;
}
#entertainment p, #exhibitors h3 {
  padding:0 0 15px;
}
.buy-tickets{
	width:100px;
	height:100px;
	text-align:center;
	padding-right:20px;
	float:right;
}
.tournHolders1{
	float:left;
	width:215px;
	height:84px;
	padding-left:0px;
	padding-top:5px;
		padding-top:5px;
	color:#FFF;
}
.tournHolders2{
	float:left;
	width:215px;
	height:84px;
	padding-left:7px;
	padding-top:5px;
	color:#FFF;
}
.tournHolders3{
	float:left;
	width:215px;
	height:84px;
	padding-left:7px;
		padding-top:5px;
	color:#FFF;
}
.linkPad{
	padding-left:10px;
}
.athleteLeft{
	width:200px;
	float:left
}
.athleteLeftSmallImage{
	padding-right:5px;
	width:75px;
	min-height:45px;
	float:left
}
.athleteRight{
	width:350px;
	float:left
}

.teamLogoHolder{
	float:left;
	width:226px;
	height:98px;
}
.single-lineBottom {
	background: url('../images/border-horizontal.png') repeat-x bottom;
	height: 1px;
}
.single-lineTop {
	background: url('../images/border-horizontal.png') repeat-x top;
	height: 1px;
}
.fourCol{
	float:left;
	width:228px;
	height:164px;
	position:relative;
	padding-left:12px;
	bottom:15px;
}
.fourColSmallPad{
	float:left;
	width:228px;
	height:168px;
	position:relative;
	padding-left:11px;
	bottom:2px;
}
.leftSmallCol{
	width:240px;
	float:left;
	color: #000;
}
.rightSmallCol{
	width:220px;
	float:left;	
	color: #000;
}
.rightMedCol{
	width:228px;
	float:left;	
	color: #000;
}

.middleSmallCol{
	width:485px;
	float:left;	
	color: #000;
}
#cta-clock {
	background:transparent url(../images/cta/clock_bucket.png) no-repeat;
	min-height:80px;
}
#cta-clock h2, #cta-clock p {
	color:#083a52;
}
.home-cal-holder{
	background:url(../images/home_calendar.jpg) no-repeat;
	min-height:280px;
	width:466px;
	padding-left:15px;
	padding-right:15px;
	padding-top:60px;
}
.calLeft{
float:left;
width:35%;
}
.calRight{
	float:left;
width:55%;
}
.familyHolder{
	float:left;
	padding-right:15px;
	padding-bottom:10px;
}
.contentHeadersText{

	font-size: 16px;
	word-spacing: 5px;
	color:#000;

}
.smallcontentText{
	font-size:12px;
	word-spacing:5px;
	color:#666666;
}
.searchBackground{
	min-height:55px;
	background:url(../images/green_search_bar.jpg) no-repeat;
}
.athletePhoto{
	position:relative;
	width:100%;
	min-height:135px;
	
	
}
.athletePhotoSmall{
	
	width:100%;
	padding-top:10px;
	float:left;
	padding-right:10px;
	
	
	
}
.clipped
{
position:absolute;
clip:rect(0px 168px 112px 0px);
}
.clipped65
{
position:absolute;
	clip:rect(0px 65px 45px 0px);
	
}
.clipped85
{
position:absolute;
	clip:rect(0px 85px 60px 0px);
	
}
.clipped90
{
position:absolute;
	clip:rect(0px 90px 65px 0px);
	
}
.clipped200
{

	position:absolute;
	clip:rect(0px 200px 134px 0px);
}
.clipped250
{

	position:absolute;
	clip:rect(0px 250px 165px 0px);
}
.clipped110{
	position:absolute;
	clip:rect(0px 110px 75px 0px);
}
.clipped120{
	position:absolute;
	clip:rect(0px 120px 65px 0px);
}
.hiddenDisplay{
	display:none;
}
/** @group CONTINENTAL **/
#continental .grayed-box {
	padding: 17px;
}
#continental .schedule table td.first{
	font-weight: bold;
	border-left: 0;
	
	width: 53px;
	text-align: left;
}
#continental .schedule table td{
	padding: 10px 14px;
	margin: 0;
	border: 1px solid #dddddb;
	
	border-top: 0;
	
	width: 150px;
	
	text-align: center;
	font-size:10px;
	font-weight: normal;
}
#continental .schedule table th.first{
	border-right: 1px solid #dddddb;
	text-align: left!important;
}
#continental .schedule table th{
	border-bottom: 1px solid #dddddb;

	text-align: center!important;
	font-weight: bold;
	font-size: 13px;
	padding: 10px 14px;
}
/* @end */

/** @group TOURNAMENT **/
#results .schedule .control, #continental .schedule .control {
	float:right;
}
#results .main, #continental .main {
	padding-bottom:15px;
}
#results .schedule, #continental .schedule {
	-moz-border-radius:10px 10px 10px 10px;
	background:none repeat scroll 0 0 #FBFAF9;
	border:1px solid #E8E8E8;
	padding:10px;
}
#results .schedule .dates, #continental .schedule .dates {
	margin:10px 5px 20px;
}
#results .schedule .dates a.selected, #continental .schedule .dates a.selected {
	background:url("../images/button-over.gif") repeat scroll 0 0 transparent;
	border:1px solid #6A6968;
	color:#FFFFFF;
}
#results .schedule .dates a, #continental .schedule .dates a {
	-moz-border-radius:10px 10px 10px 10px;
	background:url("../images/button-up.gif") repeat scroll 0 0 transparent;
	border:1px solid #E8E8E8;
	color:#666666;
	padding:5px 10px;
}
#results .schedule table, #continental .schedule table {
	width:100%;
}
#results .schedule table td.first{
	text-align: left;
}
#results .schedule table td{
	padding: 10px 14px;
	margin: 0;
	
	text-align: right;
	font-size:10px;
	font-weight: normal;
}
#results .breed td, #results .canada td, #results .international td{
	border-bottom: 1px solid #fff;
}
#results .breed td{
	background-color: #eef2e1;
}
#results .canada td{
	background-color: #f7e9e0;
}
#results .international td{
	background-color: #e6eef0;
}

#results h2{
	background: url(../images/bg-results.gif) repeat-x;
	font-size: 14px;
	margin: 0;
	padding: 7px 14px 5px;
	color: #fff;
}
#results h2.first{
	-moz-border-radius: 10px 10px 0 0;
}

#results .legend {
	list-style: none;
				margin: 10px 0;
}
#results .legend li{
	padding:2px 5px 5px 22px;
	display: inline;
}
#results .legend li.breed{ background: url(../images/legend-breed.gif) no-repeat }
#results .legend li.canada{ background: url(../images/legend-canada.gif) no-repeat }
#results .legend li.international{ background: url(../images/legend-fei.gif) no-repeat }
/* @end */

/** @group SEATING **/
#seating ul {
	list-style-type:disc;
}
#seating .main {
	padding-bottom:15px;
}
#seating .info {
	-moz-border-radius:10px 10px 10px 10px;
	background:none repeat scroll 0 0 #FBFAF9;
	border:1px solid #E8E8E8;
	padding:10px;
}
#seating .info .dates {
	margin:10px 5px 20px;
}
#seating .info .dates a.selected {
	background:url("../images/button-over.gif") repeat scroll 0 0 transparent;
	border:1px solid #6A6968;
	color:#FFFFFF;
}
#seating .info .dates a {
	-moz-border-radius:10px 10px 10px 10px;
	background:url("../images/button-up.gif") repeat scroll 0 0 transparent;
	border:1px solid #E8E8E8;
	color:#666666;
	padding:5px 10px;
}
#seating .info table td{
	margin: 0;
	font-size:10px;
	font-weight: normal;
}
#seating table{
	width: 100%;
}
#seating table th{
	border-bottom: 1px solid #dddddb;
	text-align: left!important;
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
}

#seating .tooltip{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 224px;
	text-align: left;
	padding: 15px;
	
	color: #fff;
}
	#seating .tooltip h3{
		color: #fff;
		padding-bottom: 8px;
	}

#seating .seating_sections{
	position: relative;
	text-align: right;
}
#seating .seating_sections img{
	border: 0;
}
#section1_tip{
	background: #57b7df;
}
#section2_tip{
	background: #fcb040;
}
#section3_tip{
	background: #f7aabd;
}
#section4_tip.tooltip{
	background: #f7aabd;
	top: 80px;
}
#section5_tip.tooltip{
	background: #dcd087;
	top: 80px;
}
#section6_tip.tooltip{
	background: #fcb040;
	top: 80px;
}
#section7_tip.tooltip{
	background: #dcd087;
	top: 80px;
}
#section8_tip{
	background: #fcb040;
}

#seat_synopsis td{
	padding: 15px;
}

#seating .legend{padding:3px 0 3px 25px;}
#seating .legend.rush{ background: url(../images/seating-rush.gif) no-repeat; }
#seating .legend.reserved{ background: url(../images/seating-reserved.gif) no-repeat; }
#seating .legend.international{ background: url(../images/seating-international.gif) no-repeat; }
#seating .legend.atco{ background: url(../images/seating-atco.gif) no-repeat; }
#seating .terms ol li{ margin-left: 15px;}
/* @end */

.textOverlay{
	padding-left:10px;
	padding-top:210px;
	padding-right:10px;
	padding-bottom:10px;
	min-height:100px;
	color:#FFF;
}
.whiteText{
	color:#FFF;
}
.entertainmentLeft{
	width:175px;
	float:left;
}
.entertainmentTextLeft{
	width:400px;
	float:left;
}
#content-menu {
	background: #72a708 url(../images/bg-content-nav.jpg) bottom left;
}
#content-menu li {
	list-style: none;
	float: left;
	padding: 9px 12px;
}
#content-menu .active {
	background: #f4f8ec;
}
#content-menu .active a {
	color: #72a708;
}
#content-menu li a {
	color: #f5f5f5;
}


#content-submenu {
	background: url(../images/bg-content-subnav.jpg);
	border-right: 1px solid #e3ead6;
}
#content-submenu li {
	list-style: none;
	float: left;
	display: block;
	height: 72px;
	border-right: 1px solid #e3ead6;
	padding: 18px 12px 0;
	text-align: center;
}
#content-submenu li a {
	color: #005633;
}
#content-submenu li a:hover {
	color: #72a708;
}

#content-submenu li.more {
	text-align: left;
	width: 260px;
	padding: 8px 12px 0;
	border: 0;
	float:right;
}
#content-submenu li.more .links a {
	float: left;
	width:100px;
	margin-right: 5px;
	font-weight: normal;
	color: #6d6763;
}
#content-submenu li.more .links a:hover {
	
	color: #72a708;
}
.font14{
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.font16{
	font-size:16px;
}
.weather{
	width:310px;
	background:url(../images/weatherBack.jpg) no-repeat;
	height:113px;
	padding:10px;
	color:#115765;
}
#tip7-close{
	position:absolute;
	top:0;
}
#tip7-title { text-align: left; 
padding-left:100px;}

#tip7-title b { display: block; }

#tip7-title span { float: right;

}


.holderLeftDiv{
	/*width:110px;*/
	float:left;
	
}
.holderLeftDiv100{
	width:100px;
	min-height:65px;
	padding-right:5px;

	float:left;
}
.verbanddd{
	width:70px;
	height:72px;
	float:left;
	
}
.verbandddl{
	width:560px;
	min-height:72px;
	float:left;
	
}
.horseHolder{
	width:630px;
	min-height:65px;
	padding-right:5px;

	float:left;
}
.horseInfo{
	width:200px;
	min-height:65px;
	float:left;
}
#contact table td{
	width:33%;
}
select {
  -moz-border-radius:5px 5px 5px 5px;
  background:url(../images/input-bg.png) repeat scroll 0 0;
  background-color:#FFF;
  border:1px solid #CBCBCB;
  font-size:13px;
  padding:4px;
}
select.medium {
  width:220px;
}
select.small {
  width:71px;
}
.green-block-horse {
	background: #72a708;
	color: #fff;
	padding: 13px;
	width:220px;
	min-height:22px;
}


#footer p{
	padding:0;
}

