/* tags */

html {
  height: 100%;
  overflow-y: scroll;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #666666;
  font-family: Georgia, sans-serif;
  background: url(../images/bg-page.jpg) repeat;
}
h1 {
  margin-top: 0;
  margin-bottom: 25px;
  color: #68002e;
  font-size: 1.2em;
}
p {
  font-size: 0.8em;
  line-height: 1.4em;
}
a img {
  border: 0;
}
abbr {
  border-bottom: 0;
  color: #68002e;
}
legend {
  color: #68002e;
}
ol {
  margin-bottom: 50px;
  padding-right: 30px;
  font-size: 0.7em;
}

/* layout */

#wrapper {
  width: 988px;
  min-height: 100%;
  margin-right: auto;
  margin-bottom: -50px;
  margin-left: auto;
  background: url(../images/bg-wrapper-100.jpg) repeat-y;
}
#header {
  width: 950px;
  height: 136px;
  margin-right: 4px;
  margin-bottom: 17px;
  margin-left: 4px;
  padding-right: 15px;
  padding-left: 15px;
}
#logo {
  width: 155px;
  height: 121px;
  margin-right: 15px;
  padding-top: 15px;
  text-align: center;
  float: left;
}
#header-right {
  width: 765px;
  margin-left: 15px;
  float: left;
}
#nav * {
  margin: 0;
  padding: 0;
}
#nav {
  position: relative;
  width: 540px;
  height: 33px;
  margin-left: 225px;
  font-size: 14px;
  z-index: 4;
}
#banner {
  width: 763px;
  height: 90px;
  margin-top: 13px;
  margin-right: 15px;
  padding-left: 2px;
}
#paypal {
  width: 763px;
  height: 35px;
  margin-top: 8px;
  padding-right: 15px;
  text-align: right;
  float: left;
}
#content {
  width: 950px;
  min-height: 100%;
  margin-right: 4px;
  margin-bottom: 25px;
  margin-left: 4px;
  padding-top: 17px;
  padding-right: 15px;
  padding-left: 15px;
}
#grid {
  width: 950px;
  margin-bottom: 100px;
  font-size: 0.7em;
  float: left;
}
#payment {
  margin-top: 20px;
  margin-bottom: 15px;
}
#countdown-text {
  width: 753px;
  height: 20px;
  padding-right: 25px;
  font-size: 0.8em;
  text-align: right;
  float: left;
}
#cdcontainer {
  width: 300px;
  height: 17px;
  background-color: #fcd5a1;
  border: 1px solid #f8ab43;
  font-size: 0.8em;
  text-align: center;
  float: right;
}
#cd-blank {
  width: 300px;
  height: 18px;
  float: right;
}
.squares-right {
  float: right;
  width: 200px;
  text-align: right;
}
.no-border a:hover {
  border: 0;
}
#footer {
  width: 980px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4px;
  padding-left: 4px;
  clear: both;
}
#footer-content {
  width: 980px;
  height: 29px;
  padding-top: 20px;
  border-top: 1px solid #f8ab43;
  color: #68002e;
  font-size: 0.6em;
  text-align: center;
  background: url(../images/bg-footer.gif) repeat-x;
}

/* lists */

#nav ul {
  list-style-type: none;
}
#nav ul li {
  position: relative;
  width: 88px;
  height: 33px;
  margin-left: 2px;
  font-family: georgia, sans-serif;
  font-size: 0.9em;
  text-transform: uppercase;
  float: left;
}
#nav ul li ul {
  display: none;
}
#content-left ul {
  margin-top: 15px;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
#content-left li {
  padding-left: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #68002e;
}
ul.list {
  margin-left: 0;
  margin-bottom: 50px;
  padding-left: 0;
  list-style: none;
}
ul.list li {
  margin-left: 0;
  margin-bottom: 5px;
  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 0;
  padding-left: 30px;
  font-size: 0.7em;
  background: url(../images/bullet.gif) no-repeat;
  background-position: 10px 5px;
}

/* links */

#nav ul li.teams-selected a:link, #nav ul li.teams-selected a:visited, #nav ul li.teams-selected a:active {
  display: block;
  width: 88px;
  height: 27px;
  padding-top: 6px;
  color: #68002e;
  text-align: center;
  text-decoration: none;
  background: url(../images/nav3.gif) no-repeat;
}
#nav ul li.teams-selected a:hover {
  display: block;
  width: 88px;
  height: 27px;
  padding-top: 6px;
  color: #68002e;
  text-align: center;
  text-decoration: none;
  background: url(../images/nav3.gif) no-repeat;
}
#nav ul li a:link, #nav ul li  a:visited, #nav ul li  a:active {
  display: block;
  width: 88px;
  height: 27px;
  padding-top: 6px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background: url(../images/nav1.gif) no-repeat;
}
#nav ul li a:hover {
  display: block;
  width: 88px;
  height: 27px;
  padding-top: 6px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background: url(../images/nav2.gif) no-repeat;
}
#nav ul li:hover ul {
  display: block;
}
#nav ul li:hover ul li a:link, #nav ul li:hover ul li a:visited, #nav ul li:hover ul li a:active {
  position: absolute;
  left: -24px;
  display: block;
  width: 100px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  text-transform: none;
  background: #68002e;
}
#nav ul li:hover ul li a:hover {
  color: #ffffff;
  background-color: #8e4062;
}
#grid a:link, #grid a:visited, #grid a:active {
  color: #68002e;
  text-decoration: none;
  line-height: 1.5em;
}
#grid a:hover {
  border-bottom: 1px dotted #68002e;
  color: #8e4062;
  text-decoration: none;
  line-height: 1.5em;
}
#footer-content a:link, #footer a:visited, #footer a:active {
  color: #68002e;
  text-decoration: none;
}
#footer-content a:hover {
  border-bottom: 1px dotted #68002e;
  color: #8e4062;
  text-decoration: none;
}
.occupied-square-text a:link {
  border-bottom: 1px dotted #68002e;
  color: #68002e;
  text-decoration: none;
}
.occupied-square-text a:visited {
  border-bottom: 1px dotted #68002e;
  color: #8e4062;
  text-decoration: none;
}
.occupied-square-text a:hover {
  border-bottom: 1px dotted #68002e;
  color: #8e4062;
  text-decoration: none;
}
.occupied-square-text a:active {
  border-bottom: 1px dotted #68002e;
  color: #0066cc;
  text-decoration: none;
}
.approve-square-text a:link {
  border-bottom: 1px dotted #68002e;
  color: #68002e;
  text-decoration: none;
}
.approve-square-text a:visited {
  border-bottom: 1px dotted #68002e;
  color: #68002e;
  text-decoration: none;
}
.approve-square-text a:hover {
  border-bottom: 1px dotted #68002e;
  color: #8e4062;
  text-decoration: none;
}
.approve-square-text a:active {
  border-bottom: 1px dotted #68002e;
  color: #68002e;
  text-decoration: none;
}
.approve-details a:link {
  border-bottom: 1px dotted #68002e;
  color: #68002e;
  text-decoration: none;
}
.approve-details a:visited {
  border-bottom: 1px dotted #68002e;
  color: #68002e;
  text-decoration: none;
}
.approve-details a:hover {
  border-bottom: 1px dotted #68002e;
  color: #8e4062;
  text-decoration: none;
}
.approve-details a:active {
  border-bottom: 1px dotted #68002e;
  color: #68002e;
  text-decoration: none;
}

/* form */

fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  border: 1px dotted #8e4062;
}
input.text {
  width: 200px;
  border: 1px solid #cccccc;
  font-family: Georgia, sans-serif;
}
input.error {
  width: 200px;
  border: 1px solid #8e4062;
  font-family: Georgia, sans-serif;
  background-color: #fcd5a1;
}
select.text {
  width: 200px;
  border: 1px solid #cccccc;
  font-family: Georgia, sans-serif;
}
select.error {
  width: 200px;
  border: 1px solid #8e4062;
  font-family: Georgia, sans-serif;
  background-color: #fcd5a1;
}
textarea.text {
  width: 99%;
  height: 100px;
  border: 1px solid #cccccc;
  font-family: Georgia, sans-serif;
  font-size: 1.2em;
}
textarea.error {
  width: 99%;
  height: 100px;
  border: 1px solid #8e4062;
  font-family: Georgia, sans-serif;
  font-size: 1em;
  background-color: #fcd5a1;
}
.button {
  border: 1px solid #68002e;
  color: #68002e;
  font-family: Georgia, sans-serif;
  font-size: 1em;
  background-color: #ffffff;
}
input.limiter {
  width: 30px;
  border: 1px dotted #cccccc;
  font-family: Georgia, sans-serif;
}
textarea.terms {
  width: 99%;
  height: 100px;
  border: 1px solid #8e4062;
  color: #68002e;
  font-family: Georgia, sans-serif;
  font-size: 0.7em;
  background-color: #fcd5a1;
}
.button {
  border: 1px solid #68002e;
  color: #68002e;
  font-family: Georgia, sans-serif;
  font-size: 1em;
  background-color: #ffffff;
}
.hidden-fields { 
  display: none;
}

/* classes */

.clear {
  height: 100px;
  clear: both;
}
.highlight {
  padding: 2px;
  border: 1px solid #8e4062;
  background-color: #fcd5a1;
}
.space {
  margin-bottom: 50px;
}
.small {
  color: #999999;
  font-size: 0.6em;
  margin-bottom: 25px;
}
.winner {
  padding: 5px;
  border-bottom: 1px dotted #cccccc;
  font-size: 0.8em;
}
.winner-address {
  padding: 5px;
  margin-bottom: 10px;
  font-size: 0.6em;
  color: #cccccc;
}
.allow-deny a:hover {
  border: 0;
}
.date {
  float: right;
}

/* colours */

.red {
  color: #68002e;
}
.bright-red {
  color: #ff0000;
}

/* lightbox */

#lightbox {
  background-color: #68002e;
  padding: 10px;
}
#lightboxDetails {
  font-size: 0.8em;
  padding-top: 0.4em;
}
#lightboxCaption {
  color: #ffffff;
  float: left;
}
#keyboardMsg {
  color: #ffffff;
  float: right;
}
#keyboardMsg a:link, #keyboardMsg a:visited, #keyboardMsg a:active {
  border-bottom: 1px dotted #ffffff;
  color: #ffffff;
  text-decoration: none;
  
}
#keyboardMsg a:hover {
  border-bottom: 1px dotted #f8ab43;
  color: #ffffff;
  text-decoration: none;
}
#lightbox img {
  border: 1px solid #ffffff;
} 
#overlay img {
  border: none;
}
#overlay {
  background-image: url(../images/overlay.png);
}
* html #overlay {
  background-color: #000;
  back\ground-color: transparent;
  background-image: url(blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

/* grid */

.empty-square {
  width: 79px;
  height: 74px;
  margin: 2px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  text-align: center;
  line-height: 1em;
  float: left;
}
.occupied-square {
  width: 89px;
  height: 89px;
  margin: 2px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  float: left;
}
.occupied-number {
  top: 0px;
  left: 1px;
  z-index: 2;
  position: relative;
}
.occupied-square img {
  position: relative;
  left: 0;
}
.logo {
  top: -17px;
  z-index: 1;
}
.occupied-square a span {
  display: none;
}
.occupied-square a:hover span {
  position: relative;
  top: -14px;
  left: -10px;
  width: 89px;
  padding: 10px;
  background-color: #333333;
  border: 3px solid #999999;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.8em;
  display: block;
  z-index: 3;
}
.occupied-square-text {
  width: 79px;
  height: 74px;
  margin: 2px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 1em;
  float: left;
}
.occupied-square-text a span {
  display: none;
}
.occupied-square-text a:hover span {
  position: relative;
  top: 30px;
  left: -10px;
  width: 89px;
  padding: 10px;
  background-color: #333333;
  border: 3px solid #999999;
  text-decoration: none;
  color: #ffffff;
  text-align: left;
  font-size: 0.8em;
  display: block;
  z-index: 3;
}
.approve-square {
  width: 89px;
  height: 89px;
  margin-top: 15px;
  margin-right: 15px;
  border: 1px solid #cccccc;
  float: left;
}
.approve-square-text {
  width: 79px;
  height: 74px;
  margin-top: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border: 1px solid #cccccc;
  text-align: center;
  float: left;
}
.approve-details {
  width: 766px;
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #8e4062;
  float: left;
}
.approve-details h1 {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #8e4062;
}
.approve-details a img {
  margin-right: 15px;
}
.approve-details a:hover img {
  border-bottom: 0;
}
