@import 'reset.css';

/* General
------------------------------------ */

html, body {
  background: #FFF url(../images/bg.png) repeat-x top;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.334;
  color: #79766d;
  margin: 0;
  padding: 0;
  height: 100%;
}

a {
  color: #71A0C0;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

strong {
  font-weight: bold;
}
                                                                                                       
input {
  vertical-align: middle;
}

p {
  line-height: 1.5;
  margin: 0 0 0px 0;
}

p.infotext {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  color: #5d5b52;
  line-height: 1.334;
  margin-bottom: 3px;
}

#wrapper {
  width: 1027px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden
}

/* ********* CLEAR FIX HACK ********* */

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

.cf {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End hide from IE-mac */

/* Header
------------------------------------ */

#header {
  background: url(../images/header-bg.png) no-repeat;
  width: 1027px;
  height: 172px;
  position: relative;
  padding: 0 0 1px 0;
  z-index: 10002;
}

#header H1 A {
  outline: none;
  text-indent: -9999px;
  display: block;
  width: 300px;
  height: 112px;
  position: absolute;
  top: 15px;
  left: 33px;
}

#login-top {
  width: 135px;
  height: 35px;
  background: url(../images/login-top.png) no-repeat;
  position: absolute;
  top: 0;
  right: 38px;
  font-size: 10px;
  font-family: Georgia;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 35px;
}

#login-top A {
  color: #FFF;
  text-decoration: none;
}

#login-top A.login {
  padding: 0 18px 0 12px;
}

#login-top A.logout {
  padding: 0 18px 0 6px;
}

#login-top A:hover {
  text-decoration: underline;
}

.nav {
  position: absolute;
  top: 140px;
  left: 24px;
  width: 1027px;
  z-index: 1003;
}

.nav li {
  position: relative;
  float: left;
  height: 32px;
  background: url(../images/nav-bg.png) no-repeat right;

  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  text-transform: uppercase;
}

.nav li.has-subitems {
  height: 33px;
}

.nav LI.last {
  background: none;
}

.nav li:hover, .nav li.alt {
  background: #FFF url(../images/nav-bg.png) no-repeat right;
}

.nav li.last:hover, .nav li.last.alt {
  background: #FFF;
}

.nav li {
  display: block;
  height: 33px;
  line-height: 32px;
  padding: 0 8px;

  font-size: 12px;
  color: #9D9782;

  text-shadow: rgb(245, 245, 245) 0px 1px 0px;
}
.nav li a {
	color: #9D9782;
  text-decoration: none;
}

.nav li:hover, .nav li.alt, .nav li.alt a, .nav li:hover a {
  color: #6697B8;
  text-decoration: none;
}

.nav li.last a, .nav li.last {
  color: #6697B8;
}

.nav li:hover {
	cursor: default;
}

.nav li div {
  position: absolute;
  left: -9999px;
  top: 33px;

  width: 230px;
  padding: 21px 0px 20px 0px;
  background: url(../images/menu.png) left bottom no-repeat;
}

.nav li:hover div {
  left: -6px;
  right: auto;
}

.nav li:hover.last div {
  right: -6px;
  left: auto;
}

.nav li.duo div {
  width: 433px;
  background-image: url(../images/menu-duo.png);
}

.nav li ul {
  padding: 0 25px;
}

.nav li.duo ul {
  float: left;
  width: 166px;
  overflow: hidden;
}

.nav li ul li {
  position: static;
  float: none;
  height: auto;
  padding: 0 0 8px 0;
  background: none;

  font-size: 12px;
  line-height: 16px;
}

.nav li ul li:hover {
  background: none;
}

.nav li ul li a {
  display: inline;
  height: auto;
  line-height: 16px;
  padding: 0;

  color: #9D9782;
}

.nav li ul li a:hover, .nav li:hover ul li a:hover, .nav li:hover ul li.active-subitem a, .nav li:hover ul li.active-subitem a:hover {
  color: #71a0c0;
}

.nav li:hover ul li a {
  color: #9D9782;
}

/* Top Box
------------------------------------ */

#wrapper-a {
  width: 1027px;
  background: url(../images/main-bg.png) repeat-y;
  float: left;
}

#wrapper-b {
  position: absolute;
  margin-left: 24px;
  height: 497px;
  z-index: 5;
}

#top-box {
  width: 980px;
  margin: 0 auto;
  height: 497px;
  position: relative;
}

.bg-a {
  width: 980px;
  height: 497px;
  background: url(../images/bg-a.jpg) no-repeat;
}

.bg-b {
  width: 980px;
  height: 497px;
  background: url(../images/bg-b.jpg) no-repeat;
}

.bg-c {
  width: 980px;
  height: 497px;
  background: url(../images/bg-c.jpg) no-repeat;
}

#main-home {
  width: 980px;
  position: relative;
  left: 24px;
  margin-top: 533px;
}

/* Announcements */
#announcements {
  position: absolute;
  top: 38px;
  right: 15px;
  width: 249px;
  z-index: 10;
}

#announcements H3 {
  color: #679ABB;
  font-family: Georgia;
  font-size: 18px;
  position: absolute;
  top: -25px;
  left: 5px;
}

#announcements SPAN.descr {
  position: absolute;
  display: block;
  bottom: 10px;
  left: 20px;
  color: #A3927B;
}

#announcements SPAN.descr STRONG {
  color: #856D2B;
}

#announce-panes {
  position: relative;
  overflow: hidden;
  clear: both;
  width: 249px;
  height: 156px;
  background: url(../images/announcements-bg.png) no-repeat;
}

#announce-tabs {
  position: absolute;
  top: -22px;
  right: 20px;
}

#announce-tabs LI {
  float: left;
  padding: 0 4px 0 0;
}

#announcements A.next {
  float: left;
  display: block;
  width: 12px;
  height: 14px;
  background: url(../images/announce-tabs.png) no-repeat -36px 0;
  outline: none;
  text-indent: -999999px;
  position: absolute;
  top: -22px;
  right: 5px;
}

#announcements A.next:hover {
  background: url(../images/announce-tabs.png) no-repeat -48px 0;
}

#announce-tabs LI A.alt {
  background: url(../images/announce-tabs.png) no-repeat;
}

#announce-tabs LI A:hover {
  background: url(../images/announce-tabs.png) no-repeat -24px 0;
}

#announce-tabs LI A {
  float: left;
  display: block;
  width: 12px;
  height: 14px;
  background: url(../images/announce-tabs.png) no-repeat -12px 0;
  outline: none;
  text-indent: -999999px;
}

#announce-panes DIV {
  float: left;
  width: 210px;
  position: relative;
  padding: 12px 0 0 20px;
}

#announce-panes .announce-items {
  width: 20000em;
  position: absolute;
  clear: both;
  margin: 0;
  padding: 0;
}

#announce-panes .announce-items H4 {
  font-family: Georgia;
  font-size: 14px;
  font-weight: bold;
  color: #5388AA;
  line-height: 16px;
  margin: 0 0 8px 0;
}

#announce-panes .announce-items H4 a {
  font-family: Georgia;
  font-size: 14px;
  font-weight: bold;
  color: #5388AA;
  line-height: 16px;
  margin: 0 0 8px 0;
  background: none;
  font-style: normal;
}

#announce-panes .announce-items IMG {
  float: left;
  width: 67px;
  height: 61px;
  border: 3px solid #DACCBA;
  margin: 0 10px 0 0;
}

#announce-panes .announce-items SPAN {
  color: #7E641E;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
}

#announce-panes .announce-items SPAN a {
  color: #7E641E;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  margin-top: 0px;
  background: none;
}

#announce-panes .announce-items A {
  color: #7E641E;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  text-decoration: none;
  margin: 20px 0 0 0;
  display: block;
  width: 195px;
  background: url(../images/announce-v.png) no-repeat right;
}

#announce-panes .announce-items A.img {
  margin-top: 0px;
}

#announce-panes .announce-items A:hover {
  color: #7BA7C4;
  background: url(../images/announce-vh.png) no-repeat right;
}

#announce-panes .announce-items span a:hover,
#announce-panes .announce-items h4 a:hover {
	background: none;
}

/* Events */
#events {
  position: absolute;
  top: 237px;
  right: 15px;
  width: 249px;
  z-index: 10;
}

#events H3 {
  color: #679ABB;
  font-family: Georgia;
  font-size: 18px;
  position: absolute;
  top: -25px;
  left: 5px;
}

.events-top {
  width: 249px;
  height: 10px;
  background: url(../images/events-top.png) no-repeat;
}

.events-bottom {
  width: 249px;
  height: 10px;
  background: url(../images/events-bottom.png) no-repeat;
}

#events UL {
  width: 249px;
  background: #EBE8E4;
}

#events LI {
  width: 249px;
  padding: 8px 0 6px 0;
  background: url(../images/events-li.png) no-repeat bottom;
  border-top: 1px solid #D5CEC5;
}

#events LI.first {
  background: none;
  border-top: none;
  padding: 5px 0 6px 0;
}

#events LI A {
  color: #7E641E;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  text-decoration: none;
  display: block;
  background: url(../images/announce-v.png) no-repeat left 2px;
  padding: 0 0 0 12px;
  width: 220px;
  left: 15px;
  position: relative;
}

#events LI A:hover {
  color: #7BA7C4;
  background: url(../images/announce-vh.png) no-repeat left 2px;
}

#events LI SPAN {
  color: #A09468;
  font-size: 10px;
  display: block;
  position: relative;
  left: 27px;
  top: 2px;
}

/* Main
------------------------------------ */

#main {
  width: 980px;
  position: relative;
  float: left;
  left: 24px;
  background: url(../images/main-bg.jpg) no-repeat top right;
}

#sidebar {
  float: left;
  width: 204px;
  position: relative;
  left: 20px;
  margin: 20px 0 0 0;
}

.side-box-a {
  margin: 0 0 15px 0;
}

.side-box-a H3 {
  width: 204px;
  height: 34px;
  background: url(../images/side-box-a-top.png) no-repeat;
  color: #679ABB;
  font-family: Georgia;
  font-size: 16px;
  line-height: 34px;
}

.side-box-a H3 SPAN {
  position: relative;
  left: 10px;
}

.side-box-a UL {
  float: left;
  width: 204px;
  background: url(../images/side-box-a-bg.png) repeat-y;
}

.side-box-a LI {
  width: 203px;
  background: url(../images/side-box-a-li.png) repeat-x bottom;
  border-bottom: 1px solid #E4DDD6;
  padding: 8px 0 8px 0;
}

.side-box-a LI.last {
  width: 203px;
  background: none;
  border: none;
  padding: 8px 0 0 0;
}

.side-box-a LI A {
  color: #7E641E;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  text-decoration: none;
  display: block;
  background: url(../images/side-box-a-v.png) no-repeat left 5px;
  padding: 0 0 0 12px;
  width: 170px;
  left: 10px;
  position: relative;
  line-height: 18px;
}

.side-box-a LI A:hover, .side-box-a LI.alt A {
  color: #7BA7C4;
  background: url(../images/side-box-a-vh.png) no-repeat left 5px;
}

.side-box-a DIV {
  width: 204px;
  height: 14px;
  background: url(../images/side-box-a-bottom.png) no-repeat;
  clear: both;
}

.side-announce {
  width: 204px;
  height: 128px;
  background: url(../images/side-announce-bg.png) no-repeat;
  position: relative;
}

.side-announce H3 {
  color: #679ABB;
  font-family: Georgia;
  font-size: 16px;
  line-height: 34px;
  position: relative;
  left: 10px;
}

.side-announce SPAN {
  color: #7E641E;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  position: relative;
  left: 10px;
  display: block;
  margin: 10px 0 6px 0;
}

.side-announce A.link-a {
  color: #7E641E;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  text-decoration: none;
  display: block;
  background: url(../images/side-announce-v.png) no-repeat left 2px;
  padding: 0 0 0 12px;
  width: 170px;
  left: 10px;
  position: relative;
}

.side-announce A.link-a:hover {
  color: #7BA7C4;
  background: url(../images/side-announce-vh.png) no-repeat left 2px;
}

.side-announce A.link-b {
  color: #7BA7C4;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  text-decoration: none;
  display: block;
  background: url(../images/side-announce-vh.png) no-repeat left 2px;
  padding: 0 0 0 12px;
  width: 170px;
  bottom: 7px;
  left: 10px;
  position: absolute;
}

/* Todays Chukkas
------------------------------------ */

.t-ch {
  background: url(../images/todays-chukkas-bg.jpg) no-repeat top right !important;
}

.t-ch2 {
  background: url(../images/todays-chukkas-bg2.jpg) no-repeat top right !important;
}

#todays-chukkas {
  float: left;
  left: 46px;
  width: 430px;
  position: relative;
  margin: 125px 0 0 0;
}

#todays-chukkas H2 {
  width: 328px;
  height: 78px;
  display: block;
  outline: none;
  text-indent: -99999px;
  background: url(../images/todays-chukkas-h2.png) no-repeat;
  margin: 0 0 42px 0;
  position: relative;
  left: 10px;
}

#t-ch-box {
  width: 388px;
  background: url(../images/t-ch-delim.gif) left top no-repeat;
  padding: 16px 50px 0 0;
}

.t-ch2 #t-ch-box {
  width: 700px;
  padding-right: 30px;
}

#t-ch-box SPAN.date {
  color: #B29C85;
  font-family: Georgia;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  display: block;
  margin: 0 0 10px 0;
}

#t-ch-box p {
  margin: 0 0 15px 0;
  clear: both;
  display: block;
}

#t-ch-box FORM LABEL {
  color: #79766D;
  float: left;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  margin-right: 10px;
  text-align: right;
  width: 155px;
}

#t-ch-box FORM INPUT {
  border: 1px solid #D8D3C0;
  width: 220px;
  background: url(../images/input-bg.png) repeat-x top;
  font-size: 14px;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#t-ch-box FORM .fieldWithErrors INPUT {
  background: none;
  background-color: #FBACAC;
}

#t-ch-box FORM .select {
  border: 1px solid #D8D3C0;
  width: 150px;
  background: url(../images/input-bg.png) repeat-x top;
  font-size: 14px;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#t-ch-box FORM .fieldWithErrors .select {
  background: none;
  background-color: #FBACAC;
}

#t-ch-box FORM textarea {
  width: 204px;
  height: 100px;
  padding: 5px 8px 5px 8px;
  margin: 0;
  border: 1px solid #D8D3C0;

  font-family: Arial, Verdana, Tahoma, Geneva, sans-serif;
  font-size: 13px;
  line-height: 15px;
  outline: none;
  resize: none;
  overflow: auto;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
} 

#t-ch-box FORM .fieldWithErrors textarea {
  background: none;
  background-color: #FBACAC;
}

#t-ch-box FORM .formError {
display: block;
}

p.disclaimer {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  line-height: 13px;
  padding-top: 25px;

}

#t-ch-box FORM INPUT.submit {
  border: none;
  width: 59px;
  height: 27px;
  background: url(../images/enter.png) no-repeat;
  font-size: 12px;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  position: relative;
  float: right;
  padding: 0 0 2px 0;
  right: 6px;
  cursor: pointer;
}

/* Gallery
------------------------------------ */

.gal {
  background: url(../images/gallery-bg.jpg) no-repeat top right !important;
  min-height: 627px !important;
}

.gal-tranc {
  background: url(../images/gallery-bg-tranc.png) no-repeat;
  width: 21px;
  height: 222px;
  position: absolute;
  top: 321px;
  right: -21px;
}

#gallery {
  float: left;
  left: 46px;
  width: 430px;
  position: relative;
  margin: 221px 0 0 0;
}

#gallery H2 {
  width: 272px;
  height: 81px;
  display: block;
  outline: none;
  text-indent: -999999px;
  background: url(../images/gallery-h2.png) no-repeat;
  margin: 0 0 18px 0;
  position: relative;
  left: 10px;
}

#gal-box {
  width: 300px;
  text-align: center;
  position: relative;
  left: 20px;
}

#gal-box P {
  color: #604D03;
  font-size: 14px;
  line-height: 22px;
  font-family: Georgia;
}

#gal-box A {
  color: #7E641E;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  text-decoration: none;
  display: block;
  background: url(../images/side-box-a-v.png) no-repeat right;
  width: 160px;
  right: 10px;
  position: relative;
  float: right;
  clear: both;
  margin: 20px 0 0 0;
}

#gal-box A:hover {
  color: #7BA7C4;
  background: url(../images/side-box-a-vh.png) no-repeat right;
}

/* Members
------------------------------------ */

.mem {
  background: url(../images/members-bg.jpg) no-repeat top right !important;
}

.mem-tranc {
  background: url(../images/members-bg-tranc.png) no-repeat;
  width: 14px;
  height: 389px;
  position: absolute;
  top: 52px;
  right: -14px;
}

#members {
  float: left;
  left: 46px;
  width: 430px;
  position: relative;
  margin: 105px 0 0 0;
}

#members H2 {
  width: 355px;
  height: 81px;
  display: block;
  outline: none;
  text-indent: -999999px;
  background: url(../images/members-h2.png) no-repeat;
  margin: 0 0 40px 0;
  position: relative;
  left: 10px;
}

#mem-box {
  width: 540px;
  border-top: 1px solid #E4DDD6;
  padding: 20px 0 0 0;
}

#mem-box H3 {
  color: #71A0C0;
  font-family: Georgia;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.mem-benefits {
  width: 523px;
  float: left;
  border: 1px solid #E6E2D4;
  background: #FFF url(../images/mem-benefits-bg.png) repeat-x bottom;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 15px;
  margin: 25px 0 0 0;
}

.mem-benefits H3 {
  color: #71A0C0;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.mem-benefits UL {
  color: #71A0C0;
}

.mem-benefits LI {
  color: #9F9974;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 10px 0;
  background: url(../images/bullet-a.png) no-repeat left;
  padding: 0 0 0 10px;
}

.mem-benefits A {
  color: #7E641E;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  margin: 10px 0 10px 0;
  display: block;
  background: url(../images/benefits-link.png) no-repeat;
  width: 141px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  text-decoration: none;
  float: left;
  clear: both;
}

.mem-benefits A:hover {
  color: #71A0C0;
}

/* Login
------------------------------------ */

.log {
  background: url(../images/login-bg.jpg) no-repeat top left !important;
  min-height: 664px !important;
}

#login-container H2 {
  width: 630px;
  height: 121px;
  display: block;
  outline: none;
  text-indent: -999999px;
  background: url(../images/login-h2.png) no-repeat;
  margin: 68px 0 18px 0;
  position: relative;
  left: 30px;
}

.login-box {
  width: 328px;
  float: left;
  border: 1px solid #E6E2D4;
  background: #FFF url(../images/mem-benefits-bg.png) repeat-x bottom;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 20px;
  margin: 25px 0 0 0;
  position: relative;
  left: 30px;
}

.login-box H3, .register-box H3 {
  color: #71A0C0;
  font-family: Georgia;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 15px 0;
}

.login-box P, .register-box P {
  margin: 0 0 15px 0;
  clear: both;
  display: block;
}

.login-box FORM LABEL {
  width: 80px;
  float: left;
  margin-right: 10px;
  display: block;
  font-weight: bold;
  line-height: 22px;
  text-align: right;
  font-size: 14px;
  color: #79766D;
}

.login-box FORM INPUT {
  border: 1px solid #D8D3C0;
  width: 232px;
  background: url(../images/input-bg.png) repeat-x top;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.login-box FORM INPUT.checkbox {
  border: 1px solid #D8D3C0;
  width: auto;
  background: none;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  position: relative;
  left: 7px;
  margin: 0 10px 0 0;
}

.login-box FORM INPUT.submit {
  border: none;
  width: 59px;
  height: 27px;
  background: url(../images/enter.png) no-repeat;
  font-size: 12px;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  position: relative;
  float: right;
  padding: 0 0 2px 0;
  right: 6px;
  cursor: pointer;
}

.register-box {
  width: 368px;
  float: left;
  border: 1px solid #E6E2D4;
  background: #FFF url(../images/mem-benefits-bg.png) repeat-x bottom;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 15px;
  margin: 25px 0 0 0;
  position: relative;
  left: 52px;
}

.register-box FORM LABEL {
  width: 110px;
  float: left;
  margin-right: 10px;
  display: block;
  line-height: 22px;
  text-align: right;
  color: #79766D;
}

.register-box FORM INPUT {
  border: 1px solid #D8D3C0;
  width: 242px;
  background: url(../images/input-bg.png) repeat-x top;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.register-box FORM INPUT.submit {
  border: none;
  width: 77px;
  height: 27px;
  background: url(../images/register.png) no-repeat;
  font-size: 12px;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  position: relative;
  float: right;
  padding: 0 0 2px 0;
  right: 6px;
  cursor: pointer;
}

/* TV
------------------------------------ */

.side-tv {
  width: 204px;
  height: 107px;
  background: url(../images/side-tv-bg.png) no-repeat;
  position: relative;
  margin: 10px 0 10px 0;
}

.side-tv H3 {
  display: block;
  text-indent: -999999px;
}

.side-tv A {
  color: #7BA7C4;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  text-decoration: none;
  display: block;
  background: url(../images/side-announce-vh.png) no-repeat left 2px;
  padding: 0 0 0 12px;
  width: 170px;
  bottom: 7px;
  left: 10px;
  position: absolute;
}

#tv {
  float: left;
  width: 770px;
  margin: 60px 0 0 0;
}

#tv A#player {
  width: 480px;
  height: 336px;
  margin: 0 auto;
  display: block;
}

/* News
------------------------------------ */

#content {
  width: 700px;
  margin: 26px 0 0 0;
  position: relative;
  left: 40px;
  float: left;
}

.intro H1 {
  color: #71A0C0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 20px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 6px 0;
}

.intro span.draw-dates {
  display: block;
  margin: 0 0 10px 0;
  padding-bottom: 2px;

  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #71A0C0;
  line-height: 16px;
}

.intro SPAN.date {
  color: #C5C2A2;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin: 0 0 16px 0;
  display: block;
  margin-top: -5px;
  padding-bottom: 2px;
}

.intro SPAN.score {
  color: #C5C2A2;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  margin: 6px 0 14px 0;
  display: block;
  padding-bottom: 2px;
}

.intro P {
  color: #79766D;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

.entry {
  clear: both;
  margin: 10px 0 0 0;
  float: left;
}

.entry P {
  margin: 0 0 15px 0;
}

.entry H2 {
  color: #71A0C0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 4px 0;
}

.entry A {
  color: #71A0C0;
}

.entry ul {
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
}

.entry ul li {
  background: url(../images/bullet.png) no-repeat left 5px;
  padding: 0 0 0 15px;
  margin: 0 0 2px 0;
}

ol {
  margin-left: 32px;
  list-style-type: decimal;
  list-style-position: outside;
}

ol li {
  padding-left: 0px;
  padding-bottom: 0px;

  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #71a0c0;
}

ol li div {
  display: inline-block;

  margin-top: -1px;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #606060;
}

#content IMG.img-left {
  float: left;
  border: 3px solid #DACCBA;
  margin: 0 20px 15px 0;
}

#content IMG.img-right {
  float: right;
  border: 3px solid #DACCBA;
  margin: 0 0 15px 20px;
}

.entry-bottom {
  border-top: 1px solid #E4DDD6;
  clear: both;
  margin: 20px 0 0 0;
  float: left;
  width: 700px;
  padding: 18px 0 0 0;
}

.entry-bottom A {
  color: #7E641E;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  text-decoration: none;
  display: block;
  background: url(../images/entry-back-v.png) no-repeat left;
  padding: 0 0 0 15px;
}

.entry-bottom A:hover {
  color: #7BA7C4;
  background: url(../images/entry-back-vh.png) no-repeat left;
}

/* Event
------------------------------------ */

.intro-event.bordered {
  border-bottom: 1px solid #e4ddd6;
}

.intro-event div.intro-event-content {
  float: left;
  width: 456px;
}

.intro-event H1 {
  color: #71A0C0;
  font-family: Georgia;
  font-size: 18px;
  line-height: 20px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 11px 0;
}

.intro-event img.img-left {
  width: 218px;
}

.intro-event SPAN.date {
  color: #C5C2A2;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 20px 0;
  display: block;
}

.intro-event P {
  margin: 0 0 10px 0;
}

.process-bar {
  clear: both;
}

.process-bar {
  width: 696px;
  height: 29px;
  background: url(../images/process-bar.png) no-repeat;
  position: relative;
}

.process-bar SPAN {
  height: 29px;
  font-family: Georgia;
  font-weight: bold;
  color: #7E641E;
  font-style: italic;
  line-height: 29px;
  display: block;
  text-align: center;
  top: 0;
  position: absolute;
}

.process-bar SPAN.current {
  color: #FFF;
}

.step-a {
  width: 233px;
  left: 0;
}

.step-a.current {
  background: url(../images/step-a-cur.png) no-repeat;
  z-index: 1001;
}

.step-b {
  width: 247px;
  left: 218px;
  background: url(../images/step-b.png) no-repeat;
}

.step-b.current {
  background: url(../images/step-b-cur.png) no-repeat;
}

.step-c {
  width: 245px;
  left: 451px;
}

.step-c.current {
  background: url(../images/step-c-cur.png) no-repeat;
}

.event-box {
  width: 649px;
  float: left;
  border: 1px solid #E6E2D4;
  background: #FFF url(../images/mem-benefits-bg.png) repeat-x bottom;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 10px 30px 20px 15px;
  margin: 20px 0 0 0;
  position: relative;
  clear: both;
}

.event-box H3 {
  font-family: Georgia;
  font-weight: bold;
  font-style: italic;
  color: #71A0C0;
  font-size: 14px;
}

.event-box h4 {
  margin-bottom: -10px;
}

.event-box P {
  margin: 10px 0 0 0;
}

.event-box STRONG {
  display: block;
  color: #5d5b52;
}

.event-box table {
  margin-bottom: 13px;
}

.event-box TD {
  padding-bottom: 15px;
}

.event-box TD STRONG {
  display: block;
}

.t-a {
  text-align: right;
  padding-right: 15px;
  border-right: 1px solid #E6E2D4;
  color: #5D5B52;
  width: 440px;
}

.t-b {
  padding-left: 15px;
  width: 120px;
}

.t-c {
  text-align: right;
  width: 59px;
}

.t-d {
  padding-left: 15px;
  width: 179px;
  text-align: right;
}

.t-f {
  text-align: right;
  padding-right: 15px;
  border-right: 1px solid #E6E2D4;
  color: #5D5B52;
  width: 300px;
}

.t-e {
  text-align: right;
  padding-right: 15px;
  border-right: 1px solid #E6E2D4;
  color: #5D5B52;
  width: 100px;
}

.t-h {
  text-align: right;
  padding-right: 15px;
  border-right: 1px solid #E6E2D4;
  color: #5D5B52;
  width: 100px;
}

.t-i {
  text-align: right;
  color: #5D5B52;
  width: 100px;
}

.t-k {
  text-align: right;
  padding-right: 15px;
  color: #5D5B52;
  width: 200px;
}

.no-border {
  border: none;
}

.sold {
  color: #B5B4AF;
  text-decoration: line-through;
}

.t-c STRONG.sold {
  color: #71A0C0;
  text-decoration: none;
}

.t-c INPUT.num {
  border: 1px solid #D8D3C0;
  width: 31px;
  background: url(../images/input-bg.png) repeat-x top;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: right;
  color: #5D5B52;
}

.t-d INPUT.spec {
  border: 1px solid #D8D3C0;
  width: 170px;
  background: url(../images/input-bg.png) repeat-x top;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: left;
  color: #5D5B52;
}

.form-info {
  color: #5D5B52;
  font-size: 11px;
  float: left;
  clear: both;
  margin: 20px 0 0 0;
}

.form-info P {
  margin: 0 0 10px 0;
  width:690px;
}

.event-continue {
  border: none;
  width: 80px;
  height: 27px;
  background: url(../images/continue.png) no-repeat;
  font-size: 12px;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  float: right;
  padding: 0 0 2px 0;
  cursor: pointer;
  margin: 15px 0 0 0;
  position: relative;
  right: 4px;
}

.event-box LABEL SPAN {
  font-weight: normal;
}

.form-step-b, .form-step-c {
  margin: 20px 0 0 0;
  position: relative;
}

.form-step-b P, .form-step-c P {
  margin: 0 0 15px 0;
  clear: both;
  display: block;
  color: #5D5B52;
}

.form-step-b LABEL {
  width: 150px;
  float: left;
  margin-right: 10px;
  display: block;
  line-height: 20px;
  text-align: right;
}

.form-step-b INPUT {
  border: 1px solid #D8D3C0;
  width: 232px;
  background: url(../images/input-bg.png) repeat-x top;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.form-step-b INPUT.checkbox {
  border: 1px solid #D8D3C0;
  width: auto;
  background: none;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0 5px 0 0;
}

.form-step-b INPUT.radio {
  border: 1px solid #D8D3C0;
  width: auto;
  background: none;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  position: relative;
  left: 7px;
  margin: 0 10px 0 10px;
}

.form-step-c LABEL {
  width: 140px;
  float: left;
  margin-right: 10px;
  display: block;
  font-weight: bold;
  line-height: 20px;
  text-align: right;
}

.form-step-c INPUT {
  border: 1px solid #D8D3C0;
  width: 180px;
  background: url(../images/input-bg.png) repeat-x top;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.form-step-c .select {
  border: 1px solid #D8D3C0;
  width: auto;
  background: url(../images/input-bg.png) repeat-x top;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.event-box-a{
  margin: 20px 0 20px 0;
}
.event-box-a H3{
  font-family: Georgia;
  font-weight: bold;
  font-style: italic;
  color: #71A0C0;
  font-size: 16px;
}
.form-step-d{
  margin: 20px 0 0 0;
  position: relative;
}
.form-step-d div.form-item{
    margin: 0 0 15px 0;
    clear: both;
    display: block;
    color: #5D5B52;
    font-weight: bold;
}
.form-step-d LABEL{
    width: 140px;
    float: left;
    display: block;
    font-weight: bold;
    line-height: 20px;
    text-align: right;
}
.form-step-d LABEL.tname{
    font-size: 14px;
}
.form-step-d LABEL.select{
    margin: 0 10px 0 0;
}
.form-step-d div.form-field SPAN{
    padding: 0 10px 0 20px;
}

.form-step-d div.form-field SPAN.fieldWithErrors{
    padding: 0;
}

.form-step-d div.form-field SPAN.fieldWithErrors input {
	color:red;
	border: 1px solid #ff7070;
}

.terms div.form-field SPAN.fieldWithErrors {
	color:red;
}

.form-step-d LABEL.areyou{
    width: 350px;
    line-height: 12px;
    margin: 0 0 20px 0;
}
.form-step-d INPUT{
    border: 1px solid #D8D3C0;
    width: 200px;
    background: url(/images/input-bg.png) repeat-x top;
    font-size: 14px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 20px 0 10px;
}
.form-step-d INPUT.tel{
    width: 150px;
}
.form-step-d INPUT.hcap{
    width: 30px;
}
.form-step-d INPUT.long{
    width: 300px;
}
.form-step-d INPUT#areyou{
    width: 290px;
}
.form-step-d INPUT.select{
    border: 1px solid #D8D3C0;
    width: auto;
    background: url(images/input-bg.png) repeat-x top;
    font-size: 14px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


.card-dates {
  position: absolute;
  top: 0;
  right: 20px;
}

.terms-area {
  border: 1px solid #E6E2D4;
  background: #FFF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 20px 0 0 0;
  width: 629px;
  height: 150px;
  overflow: auto;
  padding: 10px 10px 0 10px;
  color: #5A5A5A;
}

.terms-area H4 {
  font-size: 13px;
  font-weight: bold;
  color: #79766d;
  line-height: 17px;
  margin: 0 0 10px 0;
}

.terms-area OL {
  list-style: decimal;
  margin: 0 0 0 20px;
}

.terms-area OL LI {
  margin: 0 0 10px 0;
}

.terms-area P {
  margin: 0 0 10px 0;
}

.event-order {
  border: none;
  width: 98px;
  height: 27px;
  background: url(../images/order.png) no-repeat;
  font-size: 12px;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  float: right;
  padding: 0 0 2px 0;
  cursor: pointer;
  margin: 15px 0 0 0;
  position: relative;
  right: 4px;
}

/* Tournaments */
#tournaments {
  position: relative;
  left: 30px;
  margin: 40px 0 15px 0;
}

#tournaments H3 {
  color: #679ABB;
  font-family: Georgia;
  font-size: 18px;
  position: absolute;
  top: -45px;
  left: -5px;
}

#tournaments H3 SPAN {
  color: #A09468;
  font-size: 34px;
  font-family: Times New Roman;
}

#tournaments A.prev {
  position: absolute;
  left: -15px;
  top: 45px;
  width: 11px;
  height: 16px;
  background: url(../images/tournaments-v.png) no-repeat;
  display: block;
  outline: none;
  text-indent: -999999px;
}

#tournaments A.prev:hover {
  background: url(../images/tournaments-v.png) no-repeat -11px 0;
}

#tournaments A.next {
  position: absolute;
  right: 49px;
  top: 45px;
  width: 11px;
  height: 16px;
  background: url(../images/tournaments-v.png) no-repeat -22px 0;
  display: block;
  outline: none;
  text-indent: -999999px;
}

#tournaments A.next:hover {
  background: url(../images/tournaments-v.png) no-repeat -33px 0;
}

#tournaments-panes {
  position: relative;
  overflow: hidden;
  clear: both;
  width: 905px;
  height: 180px;
}

#tournaments-panes DIV {
  float: left;
  width: 165px;
  position: relative;
  padding: 0 0 0 16px;
}

#tournaments-panes .tournaments-items {
  width: 20000em;
  position: absolute;
  clear: both;
  margin: 0;
  padding: 0;
}

#tournaments-panes .tournaments-items IMG {
  width: 159px;
  height: 95px;
  border: 3px solid #DACCBA;
  display: block;
  margin: 0 0 5px 0;
}

#tournaments-panes .tournaments-items SPAN.date {
  color: #C5C2A2;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  display: block;
  font-size: 14px;
  margin: 0 0 5px 0;
}

#tournaments-panes .tournaments-items SPAN.heading {
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  display: block;
}

#tournaments-panes .tournaments-items span.heading a {
  color: #7E641E;
}

#tournaments-panes .tournaments-items span.heading a:hover {
  color: #7BA7C4;
	text-decoration: none;
}

/* News */
#news {
  position: relative;
  left: 27px;
  margin: 60px 0 0 0;
  width: 664px;
  float: left;
  z-index: 1001;
}

#news H3 {
  color: #679ABB;
  font-family: Georgia;
  font-size: 18px;
  position: absolute;
  top: -28px;
}

#news A.prev {
  position: absolute;
  left: 350px;
  top: -23px;
  width: 17px;
  height: 12px;
  background: url(../images/news-v.png) no-repeat;
  display: block;
  outline: none;
  text-indent: -999999px;
  font-size: 0;
}

#news A.prev:hover {
  background: url(../images/news-v.png) no-repeat 0 -12px;
}

#news A.next {
  position: absolute;
  left: 350px;
  top: 280px;
  width: 17px;
  height: 12px;
  background: url(../images/news-v.png) no-repeat 0 -24px;
  display: block;
  outline: none;
  text-indent: -999999px;
  font-size: 0;
}

#news A.next:hover {
  background: url(../images/news-v.png) no-repeat 0 -36px;
}

#news-panes {
  position: relative;
  overflow: hidden;
  clear: both;
  width: 658px;
  height: 268px;
}

#news-panes DIV {
  width: 658px;
  height: 129px;
  background: url(../images/news-li.png) no-repeat;
  margin: 0 0 10px 0;
}

#news-panes .news-items {
  height: 20000em;
  position: absolute;
  clear: both;
  margin: 0;
  padding: 0;
}

#news-panes .news-items IMG {
  width: 210px;
  height: 127px;
  display: block;
  float: left;
  position: relative;
  top: 1px;
  left: 1px;
  margin: 0 18px 0 0;
}

#news-panes .news-items SPAN.date {
  color: #C5C2A2;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  font-size: 14px;
  display: block;
  padding: 10px 0 0 0;
}

#news-panes .news-items span.heading {
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  font-size: 14px;
  display: block;
  padding: 5px 0 0 0;
}

#news-panes .news-items span.heading a {
	color: #7E641E;
	background: none;
	padding: 0;
	width:auto;
}

#news-panes .news-items span.heading a:hover {
  color: #7BA7C4;	
}
	
#news-panes .news-items P {
  color: #9D9B94;
  display: block;
  width: 410px;
  padding: 2px 0 0 0;
  float: left;
}

#news-panes .news-items A {
  color: #604D03;
  display: block;
  float: left;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  padding: 5px 0 0 0;
  text-decoration: none;
  width: 110px;
}

#news-panes .news-items A:hover {
  color: #7BA7C4;
}

#news-panes .news-items A.img_link {
  padding: 0px;
  float: left;
  display: inherit;
  width: 210px;
  margin-right: 20px;
}

#news-panes .news-items a.read_article_link {
  background: url(../images/side-box-a-v.png) no-repeat right 8px;
}

#news-panes .news-items a.read_article_link:hover {
  color: #7BA7C4;
  background: url(../images/side-box-a-vh.png) no-repeat right 8px;
}

/* Results */
#results {
  width: 288px;
  height: 339px;
  float: left;
  top: -8px;
  left: 15px;
  position: relative;
}

#results H3 {
  width: 288px;
  height: 95px;
  background: url(../images/results-top.png) no-repeat;
}

#results H3 SPAN {
  color: #679ABB;
  font-family: Georgia;
  font-size: 18px;
  display: block;
  position: absolute;
  top: 35px;
  left: 40px;
}

#results-inner {
  width: 288px;
  float: left;
  background: url(../images/results-bg.png) repeat-y;
}

#results-inner UL {
  position: relative;
  left: 58px;
  top: -10px;
}

#results-inner LI {
  width: 190px;
  padding: 8px 0 6px 0;
}

#results-inner LI A {
  color: #7E641E;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  text-decoration: none;
  display: block;
  background: url(../images/side-box-a-v.png) no-repeat left 2px;
  padding: 0 0 0 12px;
  width: 190px;
}

#results-inner LI A:hover {
  color: #7BA7C4;
  background: url(../images/side-box-a-vh.png) no-repeat left 2px;
}

#results-bottom {
  width: 288px;
  height: 8px;
  clear: both;
  background: url(../images/results-bottom.png) no-repeat;
}

/* 7 Days
------------------------------------ */

.days H1 {
  color: #71A0C0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 20px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 25px 0;
}

.today {
  border-bottom: 1px solid #E4DDD6;
  clear: both;
  width: 700px;
  padding: 0 0 15px 0;
  float: left;
}

.today H2 {
  color: #71A0C0;
  font-family: Georgia;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}

.today SPAN.date {
  color: #C5C2A2;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 6px 0;
  display: block;
  font-size: 14px;
  margin-top: -1px;
}

.today IMG {
  width: 216px;
  border: 3px solid #DACCBA;
  float: left;
}

.today-right {
  float: left;
  width: 458px;
}

.today-right H3 {
  color: #7E641E;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 4px 0;
}

.today-right H4 {

  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  color: #71A0C0;
  line-height: 21px;
  margin: 20px 0 -10px 0;
}

.today-right H5 {
  color: #7E641E;
  font-family: Georgia;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  margin: 15px 0 10px 0;
	line-height: 18px;
  position: relative;
}

.today-right P {
  margin: 0 0 10px 0;
}

.today-right SPAN, .week-right-a SPAN, .week-right-b SPAN {
  margin: 0 0 5px 0;
  display: block;
}

.today-right SPAN SPAN, .week-right-a SPAN SPAN, .week-right-b SPAN SPAN {
  margin: 0;
  display: inline;
  color: #959595;
}

.week {
  border-bottom: 1px solid #E4DDD6;
  clear: both;
  width: 700px;
  padding: 0 0 20px 0;
  float: left;
  margin: 15px 0 0 0;
}

.week H2 {
  color: #71A0C0;
  font-family: Georgia;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}

.week SPAN.date {
  color: #C5C2A2;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 10px 0;
  display: block;
  font-size: 14px;
}

.week IMG {
  width: 169px;
  height: 99px;
  border: 3px solid #DACCBA;
  float: left;
}

.week-right-a {
  float: left;
  width: 285px;
  padding: 0 15px 0 0;
}

.week-right-a H3 {
  color: #7E641E;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.week-right-a P {
  margin: 0 0 10px 0;
}

.week-right-b {
  float: left;
  width: 180px;
  padding: 0 0 0 15px;
  border-left: 1px solid #E4DDD6;
}

.week-right-b H4 {
  font-family: Georgia;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  color: #71A0C0;
  line-height: 16px;
  margin-bottom: 0;
}

.week-right-b A {
  color: #7E641E;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  text-decoration: none;
  display: block;
  background: url(../images/side-box-a-v.png) no-repeat left;
  width: 180px;
  margin: 10px 0 10px 0;
  padding: 0 0 0 15px;
}

.week-right-b A:hover {
  color: #7BA7C4;
  background: url(../images/side-box-a-vh.png) no-repeat left;
}

.week-right-b SPAN {
  padding: 0 0 0 15px;
}

.week-right-b SPAN SPAN {
  padding: 0;
}

.more-events {
  float: left;
  margin: 20px 0 0 0;
}

.more-events H2 {
  color: #71A0C0;
  font-family: Georgia;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.more-events IMG {
  margin: 0 8px 0 0;
}

.more-events IMG.last {
  margin: 0;
}

/* News
------------------------------------ */

.n-s {
  min-height: 662px !important;
}

.n-s-trans {
  background: url(../images/n-s.png) no-repeat;
  width: 358px;
  height: 662px;
  position: absolute;
  top: 0;
  right: -70px;
}

H2.news-heading {
  width: 326px;
  height: 81px;
  display: block;
  outline: none;
  text-indent: -999999px;
  background: url(../images/news-h2.png) no-repeat;
  margin: 100px 0 40px 0;
  position: relative;
  left: 20px;
}
h2.news-heading-page {
  display: block;
  left: 20px;
  outline: none;
  position: relative;
  text-indent: -999999px;
	width: 326px;
}

.news {
  border-top: 1px solid #E4DDD6;
  clear: both;
  width: 700px;
  padding: 10px 0 0 0;
  float: left;
  margin: 0 0 10px 0;
}
.news div.text {
	margin-left:195px;
	width:505px;	
}
.news H3 {
  color: #7E641E;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.news SPAN.date {
  color: #C5C2A2;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 5px 0;
  display: block;
  font-size: 14px;
}

.news P {
  margin: 0 0 5px 0;
}

.news IMG {
  width: 169px;
  height: 99px;
  float: left;
  border: 3px solid #DACCBA;
  margin: 0 20px 15px 0;
}

.news A.text_link {
  color: #A69B72;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  text-decoration: none;
  display: block;
  background: url(../images/news-a-v.png) no-repeat right;
  width: 95px;
  float: left;
}

.news A.text_link:hover {
  color: #7BA7C4;
  background: url(../images/side-box-a-vh.png) no-repeat right;
}

.news A.header_link {
  color: #7E641E;
}

.news A.header_link:hover {
  color: #7BA7C4;
	text-decoration: none;
}



.news-bottom {
  border-top: 1px solid #E4DDD6;
  clear: both;
  float: left;
  width: 700px;
  padding: 40px 0 0 0;
  text-align: center;
  font-weight: bold;
  font-family: Georgia;
  color: #71A0C0
}

.news-bottom A {
  color: #A69B72;
  text-decoration: none;
  padding: 0 7px 0 7px;
}

.news-bottom A:hover {
  color: #71A0C0
}

.news-bottom A.prev {
  padding: 0 13px 0 0;
}

.news-bottom A.next {
  padding: 0 0 0 13px;
}

/* Social Events
------------------------------------ */

.social_event_item {
  border-top: 1px solid #E4DDD6;
  clear: both;
  width: 700px;
  padding: 10px 0 0 0;
  float: left;
  margin: 0 0 10px 0;
}

.mem .social_event_item {
  width: 550px;
}

.social_event_item div.text {
	margin-left:195px;
	width:505px;	
}

.mem .social_event_item div.text {
  width: 335px;
}

.social_event_item H3 {
  color: #7E641E;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.social_event_item SPAN.date {
  color: #C5C2A2;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 5px 0;
  display: block;
  font-size: 14px;
}

.social_event_item P {
  margin: 0 0 5px 0;
}

.social_event_item IMG {
  width: 169px;
  height: 99px;
  float: left;
  border: 3px solid #DACCBA;
  margin: 0 20px 15px 0;
}

.social_event_item A {
  color: #A69B72;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  text-decoration: none;
  display: block;
  background: url(../images/news-a-v.png) no-repeat right;
  width: 95px;
  float: left;
}

.social_event_item A:hover {
  color: #7BA7C4;
  background: url(../images/side-box-a-vh.png) no-repeat right;
}


.social_events-bottom {
  border-top: 1px solid #E4DDD6;
  clear: both;
  float: left;
  width: 700px;
  padding: 40px 0 0 0;
  text-align: center;
  font-weight: bold;
  font-family: Georgia;
  color: #71A0C0
}

.mem .social_events-bottom {
  width: 550px;
}

.social_events-bottom A {
  color: #A69B72;
  text-decoration: none;
  padding: 0 7px 0 7px;
}

.social_events-bottom A:hover {
  color: #71A0C0
}

.social_events-bottom A.prev {
  padding: 0 13px 0 0;
}

.social_events-bottom A.next {
  padding: 0 0 0 13px;
}


h2.social_events-heading {
  width: 420px;
  height: 81px;
  display: block;
  outline: none;
  text-indent: -999999px;
  background: url(../images/social-events-h2.png) no-repeat;
  margin: 100px 0 40px 0;
  position: relative;
  left: 20px;
}
h2.social_events-heading-page {
  display: block;
  left: 20px;
  outline: none;
  position: relative;
  text-indent: -999999px;
	width: 326px;
}

/* Results
------------------------------------ */

.results {
  border-top: 1px solid #E4DDD6;
  clear: both;
  width: 700px;
  padding: 15px 0 0 0;
  float: left;
  margin: 0 0 15px 0;
}

.results-left {
  float: left;
  width: 115px;
}

.results-left H2 {
  color: #71A0C0;
  font-family: Georgia;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}

.results-left SPAN.date {
  color: #C5C2A2;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 10px 0;
  display: block;
  font-size: 14px;
}

.results-right {
  float: right;
  width: 580px;
}

.results-right H3 {
  color: #7E641E;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.results-right P {
  margin: 0 0 10px 0;
}

.results SPAN, .result-right-a SPAN, .result-right-b SPAN {
  margin: 0 0 5px 0;
  display: block;
}

.results SPAN SPAN, .result-right-a SPAN SPAN, .result-right-b SPAN SPAN {
  margin: 0;
  display: inline;
  color: #959595;
}

.results SPAN SPAN A, .result-right-a SPAN SPAN A, .result-right-b SPAN SPAN A {
  margin: 0 0 0 10px;
  color: #71A0C0;
  text-decoration: none;
}

.results SPAN SPAN A:hover, .result-right-a SPAN SPAN A:hover, .result-right-b SPAN SPAN A:hover {
  text-decoration: underline;
}

.result {
  clear: both;
  width: 700px;
  padding: 0 0 20px 0;
  float: left;
}

.result H2 {
  color: #71A0C0;
  font-family: Georgia;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}

.result SPAN.date {
  color: #C5C2A2;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 10px 0;
  display: block;
  font-size: 14px;
}

.result IMG {
  width: 169px;
  height: 99px;
  border: 3px solid #DACCBA;
  float: left;
}

.result-right-a {
  float: left;
  width: 240px;
  padding: 0 15px 0 0;
}

.result-right-a H3 {
  color: #7E641E;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.result-right-a P {
  margin: 0 0 10px 0;
}

.result-right-b {
  float: left;
  width: 230px;
  padding: 0 0 0 15px;
  border-left: 1px solid #E4DDD6;
}

.result-right-b H4 {
  color: #71A0C0;
  font-family: Georgia;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 0;
}

.result-right-b A.link {
  color: #7E641E;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia;
  text-decoration: none;
  display: block;
  background: url(../images/side-box-a-v.png) no-repeat left 3px;
  width: 180px;
  margin: 10px 0 10px 0;
  padding: 0 0 0 15px;
}

.result-right-b A.link:hover {
  color: #7BA7C4;
  background: url(../images/side-box-a-vh.png) no-repeat left 3px;
}

.result-right-b SPAN {
  padding: 0 0 0 15px;
}

.result-right-b SPAN SPAN {
  padding: 0;
}

/* Tournament Entry
------------------------------------ */

.t-entry H1 {
  color: #71A0C0;
  font-family: Georgia;
  font-size: 18px;
  line-height: 20px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.t-entry H2 {
  color: #5D5D5D;
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.t-entry P {
  margin: 0 0 5px 0;
  display: block;
  clear: both;
}

.t-entry TABLE {
  margin: 10px 0 0 0;
}

.t-entry TD {
  padding: 6px 0 6px 0;
  border-bottom: 1px solid #E4DDD6;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
}

.closed {
  color: #BBB;
}

.t-top-a {
  width: 148px;
  color: #5D5D5D;
  font-size: 14px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #E4DDD6;
}

.t-top-b {
  width: 300px;
  color: #5D5D5D;
  font-size: 14px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #E4DDD6;
}

.t-top-c {
  width: 84px;
  color: #5D5D5D;
  font-size: 14px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #E4DDD6;
}

.t-top-d {
  width: 96px;
  color: #5D5D5D;
  font-size: 14px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #E4DDD6;
}

.t-top-e {
  width: 68px;
  color: #5D5D5D;
  font-size: 14px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #E4DDD6;
}

.t-entry TD SPAN {
  font-size: 16px;
  display: block;
  float: left;
  width: 10px;
  position: relative;
  top: -3px;
}

.t-title a {
  color: #7E641E;
}

.t-title a:hover {
	color: #7BA7C4;
	text-decoration: none;
}

.t-title.closed a {
  color: #bbb;
}

.domestic SPAN, .domestic a {
  color: #991243;
}

.open SPAN, .open a {
  color: #12B70A;
}

.hpa SPAN, .hpa a {
  color: #7BA7C4;
}

.domestic a:hover,
.hpa a:hover {
	color: #7BA7C4;
}

.open a:hover {
	color:#5C5C5C;
}

.t-entry TD SPAN.t-link {
  display: block;
  text-align: center;
  color: #BBB;
  font-size: 12px;
  width: 74px;
  height: 27px;
  background: url(../images/t-entry-link.png) no-repeat;
  line-height: 27px;
  float: none;
  position: relative;
  top: 0;
}

.t-entry TD SPAN.t-link A {
  color: #A69B72;
}

.t-entry TD SPAN.t-link A:hover {
	color:#7BA7C4;
  text-decoration: none;
}

.t-entry td.closed span.t-link a {
	color: #BBB;
}

.keys {
  background: url(../images/keys-bg.png) repeat-x;
  width: 700px;
  height: 40px;
  margin: 20px 0 20px 0;
  position: relative;
  line-height: 40px;
  float: left;
}

.key-a {
  width: 230px;
  position: relative;
  display: block;
  float: left;
  padding: 0 0 0 20px;
  border-right: 1px solid #E4DDD6;
}

.key-a SPAN {
  padding: 0 5px 0 0;
  font-size: 16px;
  color: #991243;
  font-family: Georgia;
  font-weight: bold;
}

.key-b {
  width: 200px;
  position: relative;
  display: block;
  float: left;
  padding: 0 0 0 20px;
  border-right: 1px solid #E4DDD6;
}

.key-b SPAN {
  padding: 0 5px 0 0;
  font-size: 16px;
  color: #7BA7C4;
  font-family: Georgia;
  font-weight: bold;
}

.key-c {
  width: 200px;
  position: relative;
  display: block;
  float: left;
  padding: 0 0 0 20px;
}

.key-c SPAN {
  padding: 0 5px 0 0;
  font-size: 16px;
  color: #12B70A;
  font-family: Georgia;
  font-weight: bold;
}

/* Footer
------------------------------------ */

#footer-bottom {
  width: 1027px;
  height: 37px;
  background: url(../images/footer-bg.png) no-repeat bottom;
  clear: both;
}

#footer {
  width: 980px;
  float: left;
  left: 24px;
  height: 81px;
  clear: both;
  border-top: 1px solid #E4DDD6;
  position: relative;
  margin: 40px 0 0 0;
}

#copy {
  width: 170px;
  height: 72px;
  position: absolute;
  border-right: 1px solid #E4DDD6;
  top: 10px;
  left: 25px;
}

#copy A {
  outline: none;
  background: url(../images/logo-footer.png) no-repeat;
  text-indent: -999999px;
  display: block;
  width: 158px;
  height: 59px;
}

#copy SPAN {
  display: block;
  position: relative;
  left: 12px;
  color: #9FA0A0;
  font-family: Georgia;
  font-weight: bold;
  font-size: 10px;
  font-style: italic;
}

#footer UL {
  position: absolute;
  top: 47px;
  right: 10px;
}

#footer UL LI {
  float: left;
  padding: 0 5px 0 0;
}

#footet a {
  text-decoration: none;
}

#footer LI A {
  color: #9FA0A0;
  font-family: Georgia;
  font-weight: bold;
  font-style: italic;
	font-size: 10px;
}

#footer LI A:hover, #footer LI.alt A, .created A:hover {
  color: #7BA7C4;
  text-decoration: none;
}

.created {
  color: #9FA0A0;
  display: block;
  font-family: Georgia;
	font-size: 10px;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 67px;
  width: 194px;
}

.created A {
  color: #9FA0A0;
	text-decoration: none;
}

/* Event Day */

.today.event-day {
  float: none;
  padding-bottom: 5px;
}

.today.event-day IMG {
  width: 169px;
  border: 3px solid #DACCBA;
  float: left;
}

.today.event-day .today-right {
  float: left;
  width: 505px;
}

.today.event-day SPAN.date {
  margin-top: -2px;
  margin-bottom: 5px;
}

/* Event Date */

.event-date {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e4ddd6;
}

.event-date .event-date-left {
  float: left;
  width: 175px;
  margin-right: 20px;

  font-family: Georgia, "Times New Roman", Times, serif;
  color: #c5c2a2;
}

.event-date .event-date-right {
  float: right;
  width: 505px;
  padding-top: 10px;
  padding-bottom: 10px;

  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  line-height: 16px;
  color: #7e641e;
}

.event-date-left strong {
  float: left;

  font-size: 14px;
  font-weight: bold;
  color: #c5c2a2;
  line-height: 18px;
  font-style: italic;
  margin: 0;
  overflow: hidden;
}

.event-date-left strong span {
  display: block;

  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #71a0c0;
}

.event-date-left span.divider {
  float: left;
  font-size: 20px;
  line-height: 36px;
  margin: 0 auto;
  padding: 0 10px;
}

/* Infobox */

.infobox {
  border-bottom: 1px solid #E4DDD6;
  clear: both;
  width: 700px;
  padding: 0 0 10px 0;
}

.infobox h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 20px;
  font-style: italic;
  font-weight: bold;
  color: #71A0C0;
  margin: 0 0 12px 0;
}

.infobox img {
  float: left;
  width: 218px;
  border: 2px solid #daccba;
}

.infobox .infobox-content {
  float: left;
  width: 456px;
}

.infobox-content h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  line-height: 16px;
  color: #71a0c0;
  margin: 0 0 4px 0;
}

.infobox-content h4 {
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #5d5b52;
  line-height: 16px;
  margin: 0 0 1px 0;
}

.infobox-content p {
  margin: 0 0 18px 0;
}

.infobox-content p.phone-numbers {
  margin-top: -10px;
}

.infobox strong {
  font-weight: bold;
  color: #5d5b52;
}

/* Col */

.col {
  float: left;
  width: 300px;
  margin-right: 40px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.col h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  line-height: 16px;
  color: #71a0c0;
  margin: 0 0 8px 0;
}

.col ul {
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
}

.col ul li {
  background: url(../images/bullet.png) left 5px no-repeat;
  padding: 0 0 0 12px;
  margin: 0 0 2px 0;
}

/* Flash */

.flash {
  clear: both;
  border: 1px solid #afce21;
  padding: 13px 22px;
  background: #e2fed4;
  margin-bottom: 8px;

  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #417f22;
  font-style: italic;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.flash li {
  font-weight: normal;
  margin-bottom:10px;
}

.flash.flash_error {
  background: #ffd7d8;
  color: #bd3e3e;
  border-color: #fbacac;
}

/* Today's Chukkas */

#t-ch-list {
  width: 700px;
  padding-top: 7px;
  margin-bottom: 10px;
  overflow: auto;
  overflow-y: hidden;
}

#t-ch-box h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #71A0C0;
  line-height: 20px;
  margin: 0 0 6px 0;
}

#t-ch-list table {
  margin-top: 7px;
  margin-bottom: 15px;
  color: #5d5d5d;
}

#t-ch-list table td {
  padding: 3px 25px 3px 0;
  font-weight: bold;
  color: #876e2d;
}

#t-ch-list table th {
  text-align: center;
}

#t-ch-list table th.col_header {
  text-align: left;
}

#t-ch-list table td div.blue {
	background-image: url(/images/blue-t.png);
	text-indent: -9999px;
	width: 19px;
	height: 15px;
} 

#t-ch-list table td div.maroon {
	background-image: url(/images/maron-t.png);
    text-indent: -9999px;
	width: 19px;
	height: 15px;    
}

#t-ch-list table td div.umpire {
	background-image: url(/images/bw-t.png);
    text-indent: -9999px;
	width: 19px;
	height: 15px;    
}

#t-ch-list table th {
  padding-bottom: 4px;
  padding-right: 20px;

  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.334;

  vertical-align: top;
}

#t-ch-list table .col1 {
  width: 280px;
}

#t-ch-list table .col1 span {
  white-space:nowrap;
  color: #5d5d5d;
}

#t-ch-list table td.col1 {
  font-weight: normal;
}

#t-ch-list table .col2 {
  width: 65px;
  color: #5d5d5d;
}

#t-ch-list table .col3 {
  width: 105px;
  color: #5d5d5d;
}

#t-ch-list table td span {
  color: #bea665;
}

/* Draw Table */

table.draw-table {
  clear: both;
  margin-top: -5px;
  border-bottom: 1px solid #e4ddd6;
}

table.draw-table td {
  padding-top: 18px;
  padding-right: 10px;
  padding-bottom: 7px;
  line-height: 1.167;
  vertical-align: top;
  color: #5d5d5d;
}

table.draw-table td.col1 {
  width: 100px;
}

table.draw-table td.col2 {
  width: 65px;
}

table.draw-table td.col1 {
  padding-top: 13px;

  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #c5c2a2;
  line-height: 20px;
  vertical-align: top;
}

table.draw-table td.col1 strong {
  display: block;
  font-size: 18px;
  font-style: italic;
  color: #71a0c0;
}

table.draw-table td.col2 {
  padding-top: 19px;

  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #71a0c0;
  line-height: 14px;
  vertical-align: top;
}

table.draw-table td .team-details {
  float: left;
  width: 145px;
  margin-right: 20px;
  margin-top: 9px;
}

table.draw-table td .team-details ul li {
  margin-bottom: 10px;
}

table.draw-table td .teams {
  margin-top: 3px;
}

table.draw-table td h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #71a0c0;
  line-height: 16px;
  margin-bottom: 8px;
}

p.warning-text {
  margin-top: 30px;

  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}

.group-details {
  float: left;
  margin: 0 30px 20px 0;
}

.group-details ul {
  float: left;
  width: 85px;
  margin-right: 20px;
}

.group-details.last-one {
  margin-right: 0;
}

ul.team-points {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
  width: 120px;
}

ul.team-points li {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 3px;
}

ul.team-points li span, ul.team-points  li h4 {
  float: left;
  width: 100px;
}

ul.team-points  li h4 {
  font-size: 12px;
  line-height: 14px;
}

ul.team-points li strong {
  float: left;
  width: 20px;
  text-align: right;
}

ul.team-points li span.team-colour {
  clear: both;
  font-size: 12px;
  margin-top: -2px;
  margin-bottom: 3px;

  font-size: 11px;
  font-weight: bold;
}

/* Side Full Calendar */

.side-full-calendar {
  width: 114px;
  height: 80px;
  padding: 9px 20px 0 70px;
  margin-top: 8px;
  background: url(../images/full-calendar-bg.jpg) left top no-repeat;
  overflow: hidden;
}

.side-full-calendar h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #5d5d5d;
  line-height: 16px;
  margin: 0 0 6px 0;
}

.side-full-calendar h3 strong {
  display: block;
  color: #c5c2a2;
  font-weight: bold;
  font-style: italic;
}

.side-full-calendar a {
  display: inline-block;
  padding-right: 10px;
	margin-top: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic;
  color: #A69B72;
  line-height: 1;
  text-decoration: none;
  background: url(../images/news-a-v.png) no-repeat right center;
}

.side-full-calendar a:hover {
  color: #7BA7C4;
  background-image: url(../images/side-box-a-vh.png);
}

/************************/

/**** Main Calendar *****/

/************************/

.main_calendar {
  width: 700px;
  margin-bottom: 27px;
}

.main_calendar tr {
  border-right: 1px solid #e6e2d4;
}

.main_calendar tr.calendar_controls {
  border: none;
}

.main_calendar tr th {
  padding: 9px 0;
  border-left: 1px solid #e6e2d4;
  background: #ebe8e4;

  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #71a0c0;
  line-height: 1;
  text-align: center;
}

.main_calendar tr th.next a,
.main_calendar tr th.previous a {
	color:#5D5D5D;
}

.main_calendar tr th.next a:hover,
.main_calendar tr th.previous a:hover {
	color:#71a0c0;
	text-decoration: none;
}

/* Calendar Controls */

.main_calendar tr.calendar_controls th {
  background: none;
  border-left: none;
  padding-bottom: 29px;
}

.main_calendar .next_month {
  text-align: right;
}

.main_calendar .previous_month {
  text-align: left;
}

.main_calendar .current_month {
  font-size: 16px;
}

.main_calendar tr.calendar_controls th a {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #5d5d5d;
  text-decoration: none;
}

.main_calendar tr.calendar_controls th a:hover, .main_calendar tr.calendar_controls th a:focus {
  color: #000;
  text-decoration: none;
}

.main_calendar tr.calendar_controls th.previous_month a {
  padding-left: 16px;
  background: url(../images/go-left.gif) left 1px no-repeat;
}

.main_calendar tr.calendar_controls th.next_month a {
  padding-right: 16px;
  background: url(../images/go-right.gif) right 1px no-repeat;
}

.main_calendar td {
  width: 99px;
  height: 150px;
  padding: 2px 0;
  background-color: #fdfcfb;

  border-left: 1px solid #e6e2d4;
  border-bottom: 1px solid #e6e2d4;
  font-size: 0.85em;
  vertical-align: top;
  overflow: hidden;

}

.main_calendar td.otherMonth {
  background-color: #eeebe8;
}

.main_calendar td.holiday {
  background-color: #dfeaf2;
}

.main_calendar td .event {
  position: absolute;
  display: block;
  height: 14px;

  padding: 1px 6px;
  color: #fff;
  text-decoration: none;

  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
}

.main_calendar td .event .link_text {
	float: left;
}

.main_calendar td .event .final {
 	float: right;
}

.main_calendar td span.event {
  margin-left: 75px;
  z-index: 2;
  line-height: 14px;
}

.main_calendar td .wday {
  display: block;
  height: 28px;
  padding: 0px 10px;

  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #878787;
  line-height: 1;
  text-align: right;
  text-decoration: none;

  overflow: hidden;
}

.main_calendar td.otherMonth .wday {
  color: #c8beb1;
}

/* 2 full days means it spans 3 days*/
.days_1 {
  width: 87px;
}

.days_2 {
  width: 187px;
}

.days_3 {
  width: 287px;
}

.days_4 {
  width: 387px;
}

.days_5 {
  width: 487px;
}

.days_6 {
  width: 587px;
}

.days_7 {
  width: 687px;
}

.number_0 {
/* background-color: #991243;	*/
}

.number_1 {
  margin-top: 20px;
/*  background-color: #71A0C0;*/
}

.number_2 {
  margin-top: 40px;
/*  background-color: #B17D22; */
}

.number_3 {
  margin-top: 60px;
/*  background-color: #78BCED; */
}

.number_4 {
  margin-top: 80px;
/*  background-color: red; */
}

.number_5 {
  margin-top: 100px;
}

.number_6 {
  margin-top: 120px;
}

.number_7 {
  margin-top: 140px;
}

.chukka_day {
  background-color: #A7A7A7 !important;
}

.social_event {
  background-color: #62430D !important;
}

/* Calendar legend */

ul.legend {
  width: 700px;
  margin-bottom: 26px;
  background: url(../images/legend-backgr.gif) left top repeat-x;
}

ul.legend li {
  float: left;
  padding: 13px 20px 10px 20px;
  border-left: 1px solid #e4ddd6;
}

ul.legend li.first-item {
  border: none;
}

ul.legend li div#bank-holiday-key {
  display:block;
	background-color:#DFEAF2;
	width: 15px;
	height: 15px;
  float: left; 
}

ul.legend li div#bank-holiday-value {
  display:block;
	float: left;
	margin-left: 5px;
}

.legend-info p {
  margin-bottom: 6px;

}

#login .flash_login_error {
	color: #BE3A3A;
	border-color: #FBADAD;
	background-color: #FED7D7;
}
input#issue {
	width: 20px;
}

/* Results Table */

table.results-table {
    clear: both;
    width: 100%;
    margin-bottom: 22px;
}

table.results-table td {
    border: 1px solid #e4ddd6;
    color: #5d5d5d;
    font-size: 10px;
    height: 0;
    line-height: 1;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
}

table.results-table th {
    height: 40px;
    border: 1px solid #e4ddd6;
    
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: bold;
	font-style: italic;
	color:#5d5d5d;
	line-height: 14px;
	text-align: center;
}

table.results-table td.col1 {
    color: #c5c2a2;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    line-height: 20px;
    padding-top: 0;
    width: 61px;
}

table.results-table td.col1 strong {
    display: block;
    font-size: 16px;
    font-style: italic;
    color: #71a0c0;
}

table.results-table td.col2 {
    
    color: #71a0c0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    line-height: 14px;
    padding-top: 0;
    width: 60px;
}

table.results-table td.col3 {
    font-size: 12px;
    font-weight: bold;
    color: #5d5d5d;
    line-height: 14px;
}

table.results-table td div {
    margin: 0;
}

table.results-table td.col4 {
    width: 16px;
    font-size: 12px;
    line-height: 14px;
}

table.results-table th.table-title,
table.results-table td.table-title {
     padding: 8px 0;
     margin: 0;  
}

table.results-table th h3 {
    color: #71a0c0;
    padding-left: 10px;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    line-height: 18px;
}

table.results-table td .match-title {
		color:#71A0C0;
		margin: 0;
		padding-left: 10px;
		float: left;
		font-family:Georgia,"Times New Roman",Times,serif;
		font-size:14px;
		font-style:italic;
		font-weight:bold;
		line-height:16px;
}

table.results-table td.phase-top {
	border-bottom: none;
}

table.results-table td.phase-other {
	border-top: none;
	border-bottom: none;
}

table.results-table tr.last td.phase-other,
table.results-table tr.last td.phase-top {
	border-bottom: 1px solid #e4ddd6;
}


/* Teams Table */

table.teams-table {
    clear: both;
    width: 700px;
    overflow: hidden;
}

table.teams-table th {
    color: #5D5B52;
    font-weight: bold;
}

table.teams-table ul.team-points {
    margin-top: 5px;
    margin-bottom: 10px;
}
table td.team-groups {
	vertical-align: top;
}

a.tournament-group {
	color: #79766D;
}

a.tournament-title {
	color: #5D5D5D;
}

/* Page Details */

div.body img.right_image {
	margin-left: 10px;
	margin-top: 5px;
}

div.body img.left_image {
	margin-right: 10px;
	margin-top: 5px;
}

div.body h1 {
  color: #71A0C0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 20px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 6px 0;
}

div.body h2 {
  color: #71A0C0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 4px 0;
}

div.body h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.body h4{
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.body h5 {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.body p {
	margin-bottom: 10px;
} 

div.body table {
	margin-bottom: 10px;
}

div.body table th {
	padding: 3px;
	font-weight: bold;
}

div.body table td {
	padding: 5px;
}


div.body P {
  margin: 0 0 15px 0;
}

div.body H2 {
  color: #71A0C0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 4px 0;
}

div.body A {
  color: #71A0C0;
}

div.body ul {
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
}

div.body ul li {
  background: url(../images/bullet.png) no-repeat left 5px;
  padding: 0 0 0 15px;
  margin: 0 0 2px 0;
}

table.sponsors {
	margin-bottom: 10px;
}

table.sponsors td {
	height: 125px;
}

table.sponsors td img {
	margin: 0;
	margin-right: 15px;
}

.error {
	color: #FF7070;
}

.required {
  font-weight:bold;
}

#sponsor_logos {
	margin-top: 30px;
	margin-right: 40px;
	float: right;
	display: block;
	width: 632px;
	height: 86px;
}

div.standard_form form {
  margin-top: 20px;
}

div.standard_form .form_item {
  clear:both;
  padding:10px;
  border-bottom:1px solid #e6e6e6;
}

div.standard_form .form_item .form_label {
  width:200px;
  float:left;
  display:block;
  padding-top:5px;
}

div.standard_form .form_item .form_field {
  float:left;
  position:relative;
  margin-right:10px;
}

div.standard_form .form_item .form_label label, .form_item .form_label p.help {
}

div.standard_form .form_item .form_label p.help {
  margin-top: 10px;
}

div.standard_form .form_item .form_label span.required {
  font-weight:bold;
  font-size:100%;
}

div.standard_form .form_text_field input,
div.standard_form .form_password_field input,
div.standard_form .form_calendar_date_select input,
div.standard_form .form_item textarea {
  border:1px solid #cdcdcd;
  padding:2px; 
  font:inherit;
  font-size:100%;
}

div.standard_form .form_item textarea.mceEditor {
  width:618px;
}

div.standard_form .form_error {
  color:#c50000;
  font-weight:bold;
  padding-top: 5px;
}

div.standard_form .form_submit {
  margin-top: 15px;
}

a.buy-tickets { 
  background: url(../images/t-entry-link.png) no-repeat;
  display: block;
  width:74px;
  height:27px;
  padding: 6px 0px 2px 6px;
}

div.intro a.buy-tickets {
  float: right;
}