/*
-----------------------------------------------
author:   Urban Expression
----------------------------------------------- 
*/

/*img, div, input { behavior: url("iepngfix.htc") }*/

body {
	font-family: Arial, serif;
	font-size: 10.5px;
	line-height: 1.7em;
	padding: 5px;
	margin: 0;
	color: #373737;
	background: #373737 url(/images/seatbgblack_blur.jpg) no-repeat fixed 50% 0%;
}

body#popup {
  color: #ffffff;
  background: #373737;
}

body#popup div#wrapper{
  max-width: 700px;
  margin: 0 auto 30px auto;
}

body#popup h1 { font-size: 2em; color: #00A8FF; }
body#popup h2 { font-size: 1.7em; }
body#popup h3 { color: #00A8FF; border-bottom: 1px dotted #ccc; font-size: 1.2em;}

p {
	margin: .5em 0 1em 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #4274B9;
}
a:hover {  
	text-decoration: underline; 
	color: #E29C9B;
}
table.data thead td, table.data thead th { font-weight: bold; text-align: left; }
table.data tbody td {
  border-top: 1px solid #ccc;
}
table.data tr td {
  background-color: #edd;
}
table.data tr.alt td {
  background-color: #eee;
}
table.data tr:hover td {
  background-color: #ccc;
}

h1 {
  font-size: 1.6em;
	line-height: 1.2em;
}

h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0.2em 0;
}

h3, li.title {
  font-size: 1.2em;
	text-transform: uppercase;
	font-size: 0.9em;
}
 
p, ul, ol {
margin:0;
padding:0 0 10px 0;
}
 
ul, ol {
list-style:none;
/* padding:0 0 18px 40px; */
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
div.float-fix {
	overflow:hidden;
	clear:both;
	height:0;
}

.np { padding: 0; }

/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
  margin: 2px;
  font:1em arial, helvetica, sans-serif;
}

input, textarea {
  border: 1px #ddd solid;
  background-color: #eee;
}

form.form input {
  width: 300px;
}

input.submit {
  padding: 1px 6px;
  border: #000 solid 1px;
  background: #ccc;
}

textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
color: #555;
}

div.form-row {
  padding: 2px;
  clear: left;
}

div.form-row label {
  display: block;
  width: 200px;	
  margin-right: 10px;
  text-align: right;
  float: left;
}

div.form-row span {
  margin-left: 70px;
  display: block;
}

div#bookings label {
  width: 85px !important;
}

.form_error
{
  padding-left: 85px;
  color: #d8732f;
}

/***** Tables *****/
 
table {
border:0;
margin:0 0 18px 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** Wrapper *****/
 
#wrapper {
  width: 990px;
  margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.relative      { position: relative; }
/* LAYOUT */

div#content {
  float: left;
  width: 560px;
  margin: 0px 10px;
  /* height: expression( this.scrollHeight < 470 ? "470px" : "auto" );
  min-height: 470px;
  height: auto; */
}

div#events-wrapper {
  float: left;
  width: 580px;
  margin: 0 10px;
  z-index: 0;
}
/*
div#events-wrapper img {
	width: expression( this.scrollWidth < 530 ? "530px" : "auto" );
	max-width: 530px;
}*/

div#events-tabs {
}

div#events-content {
  clear: left;
  position: relative;
  background: #fff;
  min-height: 287px;
  padding: 20px;
}

div#events-content img {
	max-width: 540px;
	width: expression(this.width > 540 ? 540: true);
}

div#events-content li {
	margin-left: 10px;
}

div#bookings {
  padding: 10px;
  min-height: 100px;
  background: #F6F6F6 url(/images/layout/booking-form-separator.jpg) top no-repeat;
  position: relative;
	width: 560px;
}

div#bookings div.left-booking-col h2 {
  margin-top: 0;
}

div#right-col {
  float: left;
  width: 228px;
}

div#footer {
  clear: both;
  text-align: center;
  padding-top: 12px;
  color: #ddd;
}
div#footer a {
  margin: 10px;
  color: #5AB1F3; 
}
div#footer a:hover {
  color: #fff;
  text-decoration: none;
}
div#footer div#footer_inner {
  width: 970px;
  margin: 0 auto 20px auto;
  padding: 10px;
  background-color: #000000;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  filter:alpha(opacity=75);
  -moz-opacity:0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}

a.footer-sport-link {
  font-size: 11px !important;
  margin: 0 !important;
}

div#wrapper div {
  
}

div#nav { text-align: right; }

#login a { text-decoration: underline; }

#login input {  }

#nav {
  padding: 8px;
}
div#nav a { 
  color: #FFFFFF; 
  margin-left: 15px;
  font-size: 1.2em;
}

div#nav a:hover {
  text-decoration: none;
  color: #5AB1F3;
}

div#banner {
  position: relative;
  /*background: url(/images/layout/top-banner.png) no-repeat;*/
  height: 63px;
  width: 990px;
}

.tl { top: 0; left: 0; }
.tr { top: 0; right: 0; }
.bl { bottom: 0; left: 0; }
.br { bottom: 0; right: 0; }

.tl_theme { top: -1px; left: -1px; }
.tr_theme { top: -1px; right: -1px; }
.bl_theme { bottom: -1px; left: -1px; }
.br_theme { bottom: -1px; right: -1px; }

.corner {
	position: absolute;
  width: 9px;
  height: 9px;
	z-index: 2;
}
.corner_orange_tl { background: #38506C url(/images/layout/corner-tl-orange.png) no-repeat; }
.corner_orange_tr { background: #38506C url(/images/layout/corner-tr-orange.png) no-repeat; }
.corner_orange_bl { background: #38506C url(/images/layout/corner-bl-orange.png) no-repeat; }
.corner_orange_br { background: #38506C url(/images/layout/corner-br-orange.png) no-repeat; }
.corner_white_tl { background: #38506C url(/images/layout/corner-tl-white.png) no-repeat; }
.corner_white_tr { background: #38506C url(/images/layout/corner-tr-white.png) no-repeat; }
.corner_white_bl { background: #38506C url(/images/layout/corner-bl-white.png) no-repeat; }
.corner_white_br { background: #38506C url(/images/layout/corner-br-white.png) no-repeat; }
.corner_dark_tl { background: #38506C url(/images/layout/corner-tl-dark.png) no-repeat; }
.corner_dark_tr { background: #38506C url(/images/layout/corner-tr-dark.png) no-repeat; }
.corner_dark_bl { background: #38506C url(/images/layout/corner-bl-dark.png) no-repeat; }
.corner_dark_br { background: #38506C url(/images/layout/corner-br-dark.png) no-repeat; }
.corner_blue_tl { background: #38506C url(/images/layout/corner-tl-blue.png) no-repeat; }
.corner_blue_tr { background: #38506C url(/images/layout/corner-tr-blue.png) no-repeat; }
.corner_blue_bl { background: #38506C url(/images/layout/corner-bl-blue.png) no-repeat; }
.corner_blue_br { background: #38506C url(/images/layout/corner-br-blue.png) no-repeat; }
.corner_green_tl { background: #38506C url(/images/layout/corner-tl-green.png) no-repeat; }
.corner_green_tr { background: #38506C url(/images/layout/corner-tr-green.png) no-repeat; }
.corner_green_bl { background: #38506C url(/images/layout/corner-bl-green.png) no-repeat; }
.corner_green_br { background: #38506C url(/images/layout/corner-br-green.png) no-repeat; }
.corner_red_tl { background: #38506C url(/images/layout/corner-tl-red.png) no-repeat; }
.corner_red_tr { background: #38506C url(/images/layout/corner-tr-red.png) no-repeat; }
.corner_red_bl { background: #38506C url(/images/layout/corner-bl-red.png) no-repeat; }
.corner_red_br { background: #38506C url(/images/layout/corner-br-red.png) no-repeat; }
.theme_red .tl_theme { background: #38506C url(/images/homepage-theme/corner-tl-red.png) no-repeat; }
.theme_red .tr_theme { background: #38506C url(/images/homepage-theme/corner-tr-red.png) no-repeat; }
.theme_red .bl_theme { background: #38506C url(/images/homepage-theme/corner-bl-red.png) no-repeat; }
.theme_red .br_theme { background: #38506C url(/images/homepage-theme/corner-br-red.png) no-repeat; }
.theme_blue .tl_theme { background: #38506C url(/images/homepage-theme/corner-tl-blue.png) no-repeat; }
.theme_blue .tr_theme { background: #38506C url(/images/homepage-theme/corner-tr-blue.png) no-repeat; }
.theme_blue .bl_theme { background: #38506C url(/images/homepage-theme/corner-bl-blue.png) no-repeat; }
.theme_blue .br_theme { background: #38506C url(/images/homepage-theme/corner-br-blue.png) no-repeat; }
.theme_green .tl_theme { background: #38506C url(/images/homepage-theme/corner-tl-green.png) no-repeat; }
.theme_green .tr_theme { background: #38506C url(/images/homepage-theme/corner-tr-green.png) no-repeat; }
.theme_green .bl_theme { background: #38506C url(/images/homepage-theme/corner-bl-green.png) no-repeat; }
.theme_green .br_theme { background: #38506C url(/images/homepage-theme/corner-br-green.png) no-repeat; }
.theme_silver .tl_theme { background: #38506C url(/images/homepage-theme/corner-tl-silver.png) no-repeat; }
.theme_silver .tr_theme { background: #38506C url(/images/homepage-theme/corner-tr-silver.png) no-repeat; }
.theme_silver .bl_theme { background: #38506C url(/images/homepage-theme/corner-bl-silver.png) no-repeat; }
.theme_silver .br_theme { background: #38506C url(/images/homepage-theme/corner-br-silver.png) no-repeat; }


div#logo-l {
  height: 63px;
	width: 304px;
	background: url(/images/layout/top-banner-l.png) no-repeat;
  float: left;
	clear: both;
	position: relative;
}

div#logo-m {
  height: 63px;
	width: 446px;
	background: url(/images/layout/top-banner-m.png) no-repeat;
  float: left;
}

div#logo-r {
  height: 63px;
	width: 240px;
	background: url(/images/layout/top-banner-r.png) no-repeat;
  float: left;
}

div#banner a {
  display: block;
  /*background: url(/images/layout/sportsnet-logo.jpg) no-repeat;*/
  width: 100%;
  height: 63px;
}
div#banner a span { display: none; }

div#phone-number {
  line-height: 2em;
  position: absolute;
  font-size: 3em;
  height: 60px;
  left: 414px;
  top: 54px;
  width: 300px;
  color: #aaa;
}
span#slogan {
  position: absolute;
  top: 100px;
  font-weight: bold;
  left: 100px;
  color: #5AB1F3;
  font-size: 18px;
  letter-spacing: -0.02em;
}
div#login {
  text-align: right;
  padding-right: 10px;
  margin-left: 640px;
  padding-top: 6px;
}

/* Boxes */

div.main-content {
  width: 960px;
  padding: 10px;
  margin: 10px 0;
}

div.wide {

}

div.rounded-box {
  float: left;
  position: relative;
  background: #fff;	
}

div#left-col {
	float: left;
  width: 150px;
}

div#left-col ul {
  text-align: right;
}


div.right-main-col {
  padding: 10px;
  width: 218px;
  height: 100px;
  margin: 10px 0 0 10px;
  
}

div.right-half-col {
  padding: 10px;
  width: 218px;
  margin: 10px 0px 0 0;
}

div.similar-events-right-col {
  padding: 10px;
  width: 218px;
  margin: 10px 0px 0 0;
}

div.third-col {
  width: 303px;
  padding: 10px;
  margin-top: 10px;
  height: expression( this.scrollHeight < 95 ? "95px" : "auto" );
  min-height: 90px;
}

div.third-col h2 {
  font-size: 100%;
}

div.centre-third-col {
  margin-left: 10px;
  margin-right: 10px;
}

div.half {
  width: 50%;
}
div.thin {
  width: 228px;
  
}
div.normal-height {
  height: 200px;
}

div.short {
  height: 80px;
}

div.high {
  height: 319px;
}

div.half-normal-height {
  height: 90px;
}

div#right-nav {
  width: 238px;
  text-align: right;
  padding-top: 10px;
  background-color: #c62b29; /* #00ADEF; */
}

#right-nav li.first a {
  border-top: 1px #eee solid;
}

#right-nav ul li a {
  border-bottom: 1px #eee solid;
  display: block;
  width: 225px;
  padding: 2px 10px 2px 2px;
  color: #FFFFFF;
}

#right-nav ul li a.main-right-nav-item {
  color: #00A8FF;
  font-size: 1.3em;
  font-weight: bold;
}

#right-nav ul li a:hover {
  text-decoration: none;
	color: #8FBCFA;
}

#right-nav ul li a:hover {
  /* background-color: #00A8FF; */
}

/* HOME PAGE */


/* ITEMS */

#search { 
  width: 245px; 
  float: left;
  position: relative;
  text-align: right;
}

#search-page-search input#search_term {
  position: relative;
}

#search input {
  border: none;
}

input#search_term {
  position: absolute;
  top: 1px;
  left: 0;
  border: 1px solid #ccc;
  font-size: 19px;
  font-family: Arial;
  padding: 1px;
  width: 200px;
}

div.name-and-date {
  text-align: right;
  font-size: 90%;
}


/* LISTS */
ul.multi-list, ul.multi-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  float: left;
  width: 300px;
}

ul.multi-list li, ul.multi-list li ul li {
	margin: 0;
}

ul.multi-list li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		color: #555;
		text-decoration: none;
		width: 100%;
}

html>body ul.multi-list li a {
		width: auto;
}

ul.multi-list li a:hover {
    border-left: 10px solid #1c64d1;
    color: #000;
}

ul.multi-list li ul li a {
		padding: 5px 5px 5px 1.5em;
		color: #000;
		display: block;
		border-left: 10px solid #1958b7;
		text-decoration: none;
		width: 100%;
}

div.sport-link {
  float: left;
  margin: 0px;
  width: 112px;
  height: 112px;
  z-index: 1;
  position: relative;
  padding: 0;
}

div.sport-link span {
  position: absolute;
  padding: 0;
  margin: 0;
  display: block;
  width: 107px;
  text-align: center;
  z-index: 10;
  font-size: 1.4em;
  color: #fff;
  background-color: #000;    
  filter:alpha(opacity=80);  
   -moz-opacity:0.8;         
   opacity: 0.8;             
  font-weight: bold;
  top: 40px;
  left: 0;
  padding: 8px 0;
}

div.sport-link img {
  padding: 0;
  margin: 0;
  width: 107px;
  height: 104px;
}

div.sport-link a {
  padding: 0;
  margin: 0;
  display: block;
  width: 107px;
  height: 104px;
  text-align: center;
}

div.sport-link span {
  color: #444;
}

div.sport-link a span {
  color: #FFF;
}

div.sport-link a:hover {
  text-decoration: none;
  color: #000;
}

div.sport-link a:hover span {
  background-color: #FFF;
  color: #000;
}

div.event-summary {
  border-top: 1px dashed #ccc;
  padding: 5px 0;
}

div.event-summary a.title {
  font-size: 1.4em;
  font-weight: bold;
}

a.tab, span.tab {
  background: url(/images/layout/tab.jpg) no-repeat;
  width: 94px;
  height: 20px;
  float: left;
  color: #FFF;
  text-align: center;
  margin-right: 1px;
  padding-top: 3px;
}

a.tab.active, a.tab:hover, span.tab:hover {
  text-decoration: none;
  color: #00a8ff;
  background: url(/images/layout/tab-hover.jpg) no-repeat;
}

a.tab-link {
  font-size: 16px;
}
div#events-wrapper h1 {
  border-bottom: 1px solid #4669B3;
  padding-bottom: 10px;  
}

div#events-wrapper h2 {
  border-bottom: 1px solid #9BBEF9;
  padding-bottom: 10px;  
}

div.left-booking-col {
  width: 49%;
  float: left;
}
div.right-booking-col {
  width: 49%;
  float: left;
}

div.title {
  font-size: 140%;
  font-weight: bold;
}
div.list-item {
  padding: 10px 4px 0 4px;
}
div.alt {
  background: #ddd;
}
div.list-item .link {
  margin-top: 10px;
  margin-right: 10px;
  float: right;
}

div#tab-content-media img {
  max-width: 100%;
}

div.media-item {
  text-align: center;
  padding: 5px;
}

div.media-item-caption {
 font-style: italic;
 margin-bottom: 15px;
 text-align: right;
}

/* hotel */
table.hotel {
  width: 100%;
  border-bottom: solid 1px #eee;
}

table.hotel thead td {
  font-weight: bold;
}

table.hotel td {
  padding: 0.2em 0.5em;
  border-top: solid 1px #eee;
  border-right: solid 1px #eee;
  text-align: center;
  background-color: none;
}

table.hotel td.nowrap {
  white-space: nowrap;
}

div.tooltip{
  padding: 5px;
  margin: 5px;
  background-color: #F0F0F0;
}

div.testimonial {
	margin-top: 10px;
	padding: 10px;
	position: relative;
}

.testimonial-link {
	/*width: 400px;*/
	float: right;
	/*clear: right;*/
	text-align: right;
}
.testimonial-link img {
	vertical-align: middle;
}

.indicator {
	width: 66px;
	height: 66px;
	left: 50%;
	top: 30%;
	position: absolute;
}

.special-event-box .testimonial {
  border: none;
}

img.testimonial-photo {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

div.cms-content {
  
}

div.cms-content li {
  list-style: normal;
  margin-left: 20px;
}

a#ue-link {
  font-size: 80%;
}

a.button {
  padding: 3px 10px;
  color: #38506C;
  border: solid 1px #00A8FF;
  background: #FFF;
}

a.button:hover {
  background: #00A8FF;
  color: #FFF;
  text-decoration: none;
}

a.package-prices {
  padding: 2px;
  display: block;
  height: 33px;
  width: 232px;
  border: solid 1px #00A8FF;
  margin: auto;
}

a.package-prices:hover {
  border: solid 1px #022f58;
}


/* VALIDATION */

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF2965;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

.event-date {
  float: right;
  font-size: 120%;
}

h1.event-title {
  padding: 10px;
  text-align: center;
  background: #738684;
  border: none !important;
  color: #fff;
  -moz-border-radius: 10px;
}

h1.platinum{
  background: #9B988B url(../images/platinum-gradient.jpg) repeat-x;
  color: #555555;
}

h1.black {
	background: #000000;
  color: #FFE100;
}

h1.h1-fix-margin {
  margin: 10px -10px;
  padding: 10px;
}

a.back-button {
  font-size: 120%;
  color: #00A8FF;
  font-weight: bold;
}

a.book-button {
  font-size: 120%;
  color: #00A8FF;
  font-weight: bold;
  float: right;
}

div.message {
  padding: 10px;
  border: 1px solid #00A8FF;
  text-align: center;
  margin: 5px;
  background: #B3D5E6;
  font-weight: bold;
}

div.sport-subcategory-summary {

}


ul#site-map {
  font-size: 120%;
}

ul#site-map, ul#site-map ul {
  margin-left: 20px;
}

ul#site-map li {
  background: url('/images/plane-bullet.png') left 3px no-repeat;
  padding: 3px 0 3px 18px;
}

ul#site-map li ul li {
  margin-left: 20px;
}

.roundedCornerSpacer {
  margin: 0px; padding: 0px; border: 0px;
  clear: both;
  font-size: 1px; line-height: 1px;
}

#platinum-experiences-button {
  display: block;
  width: 241px;
  height: 33px;
  background: url(/images/platinum-experiences-button.png) top;
}

#platinum-experiences-button span {
  display: none;
}

#platinum-experiences-button:hover {
  background-position: bottom;
}

#sporting-events-button {
  display: block;
  width: 232px;
  height: 33px;
  background: url(/images/sporting-events-button.png) top;
}

#sporting-events-button span {
  display: none;
}

#sporting-events-button:hover {
  background-position: bottom;
}

.third-col p {
  line-height: 1.5em;
}

#child-nav {
  width: 160px;
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
}

#child-nav h3 {
  padding-right: 5px;
}

#child-nav li {
  margin: 0;
  padding: 0;
}

#child-nav li a {
  display: block;
  width: 160px;
  padding: 5px;
  border-bottom: solid 1px #eee; 
}

#child-nav li a:hover {
 background: url(../images/background-gradient-light-blue.jpg) right repeat-y; 
 color: #000;
 text-decoration: none;
}

.submit-button {
  border: none;
  float: right;
}

.search-field {
  color: #999;
}

#email-address {
  display: block;
  width: 300px;
  height: 20px;
  float: right;
  font-size: 22px;
  margin-top: 70px;
  margin-right: 20px;
}

#email-address span {
  display: none;
}


/* BUTTONS */
.buttons {
  height: 40px;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
.buttons a:hover {
  text-decoration: none;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* Specific buttons styles */
.buttons #tab-accommodation-link {
  font-size: 1.4em;
  border-color: #2B4983;
}
.buttons #tab-accommodation-link img {
  height: 20px;
  width: 20px;
}
.buttons.book-now {
  float: right;
}

.buttons.book-now a {

}

.package-inclusions-view-prices {
  float: right;
  margin: 20px;
}

.ad {
  /*position: relative;*/
}

.text-overlay {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 10px;
}

.ad a:hover {
  text-decoration: none;
}

.text-overlay.medium { font-size: 2em; }
.text-overlay.large { font-size: 3em; }

a.sport-subcategory-link {
  display: block;
  padding: 5px;
  font-size: 1.3em;
  border: solid 1px #ddd;
  text-decoration: none;
  font-weight: bold;
  margin: 5px 0;
}

a.sport-subcategory-link:hover {
  background-color: #dff4ff;
}

ul#tabs {
	margin-left: 170px;
}

ul#tabs li {
	float: left;
}

#tabs {
  margin: 10px 0 0 8px;
  height: 13px;
}

#tabs ul {
  margin: 0;
  padding: 0;
  position: relative;
}

#tabs ul li {
  margin: 0;
	float: left;
	width: 104px;
	height: 42px;
	position: relative;
	zoom: 1;
}

#tabs ul li a, #tabs ul li span {
  display: block;
  margin: 0;
  width: 98px;
  height: 32px;
  background: url(/images/layout/tab-home.png) no-repeat;
}

#tabs a.tab:hover, #tabs span:hover {
  background: url(/images/layout/tab-home-hover.png) no-repeat;
}

#tabs li ul {
  top: 42px;
  padding: 0;
	position: absolute;
	width: 98px;
	left: -999em;
	clear: left;
}

#tabs li ul li {
  margin: 0;
  padding: 0;
  height: 40px;
}

#tabs li ul li a, #tabs li ul li a:visited {
  background: #728685 none;
  color: #FFFFFF;
  font-size: 0.9em;
  height: 30px;
}

#tabs ul li ul li a.tab:hover {
  background: #A1AAAA none; 
}

/*#tabs ul li:hover ul {
  left: auto;
}
*/

#header {
	margin-bottom: 10px;
}


/* Left Sports Nav */

div#sport-nav {
	background-color: #c62b29; /* #00ADEF; */
	position: relative;
	padding: 10px 0;
	z-index: 90;
}

div#sport-nav ul {
	position: relative;
	padding: 0;
}

div#sport-nav ul li {
	text-align: right;
	border-bottom: solid 1px white;
	position: relative;
	margin: 0;
}

div#sport-nav ul li:last-child {
	border-bottom: none;
}

div#sport-nav ul li a {
	color: #fff;
	display: block;
	padding: 2px;
}

div#sport-nav ul li a:hover {
	text-decoration: none;
	color: #8FBCFA;
}

div#sport-nav ul li ul {
	background-color:#C62B29;
	zoom: 1;
	position: absolute;
	display: none;
	left: 150px;
	top: -5px;
	padding: 5px 0;
	width: 250px;
	z-index: 99;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
}

#events-wrapper {
	
}

div#sport-nav ul li:hover ul.L2 {
	display: block;
}

div#sport-nav ul li ul li ul {
	top: -5px;
	padding: 5px 0;
	position: absolute;
	display: none;
	left: 250px;
	width: 250px;
}

div#sport-nav ul li ul li:hover ul {
	display: block;
}

div#sport-nav ul li ul li {	
	padding-right: 5px;
}

#did-you-know {
	color: #FFF;
	background-color: #c62b29;
	padding: 10px;
	margin-top: 10px;
	width: 560px;
}
#did-you-know h2 {
	text-align: center;
  font-size: 1.2em;
}
.navHover {
	display: block;
}
.sold-out, .on-request {
	font-weight: bold;
	color: #FF00E9;
}
.negative-z-index {
	z-index: -1;
}

div#hotel-table-detail {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.heading {
  font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
}

.subheading {
  font-weight: bold;
  font-size: 1.4em;
	line-height: 1.2em;
}

/* Added custom style for top sport menu - Jaepil 2010 June */
#sport-nav li a span {
    padding-right: 20px;
    background: url(/images/layout/sport_nav_arrow.gif) right 50% no-repeat;
}
#sport-nav li.top_sport a span {
    font-weight: bold;
    font-size: 1.2em;
    /* background: url(/images/layout/sport_nav_arrow.gif) right 50% no-repeat; */
}
#ad_section table {
    margin: 0;
}