html {
  height: 100%;
  min-height: 100%;
}

body {
  margin: 0px;
  height: 100%;
  min-height: 100%;
  background-color: #F4F4F4;
  font-family: 'Lato', Arial, sans serif;
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  text-shadow: 1px 1px 1px #FFFFFF;
}

.main {
  height: 100%;
  min-height: 100%;
  margin: 0 auto -110px;
}

body.admin {
  font-size: 16px;
  text-shadow: none;
  background-color: #FAFAFA;
}

.header-index {
  background-color: #DDDDDD;
  padding: 30px;
  height: 146px;
}

.header {
  background-color: #DDDDDD;
  padding: 10px 30px 10px 30px;
  height: 70px;
}

.body {
  padding: 30px;
}

.footer {
  background-color: #DDDDDD;
  padding: 30px;
  font-weight: 300;
  text-shadow: none;
  height: 110px;
  font-size: 13px;
}

b, strong {
  font-weight: 400;
}

a {
  color: #0099FF;
  text-decoration: none;
  transition: background .25s, color .25s;
  -moz-transition: background .25s, color .25s;
  -webkit-transition: background .25s, color .25s;
  -o-transition: background .25s, color .25s;
}

a:hover {
  color: #000000;
  cursor: pointer;
  cursor: hand;
}

a img {
  border: 0px;
}

b {
  font-weight: 400;
  color: #000000;
}
  
h1, h1 a {
  font-family: 'Oxygen', Arial, sans serif;
  color: #444444;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  font-size: 30px;
  text-shadow: 2px 2px 1px #FFFFFF;
}

h1 a:hover {
  color: #0099FF;
}

h1.big {
  font-size: 48px;
}

h1.huge {
  font-size: 120px;
  line-height: 120px;
}

h1.price {
  font-family: 'Lato', Arial, sans serif;
  font-weight: 100;
  font-size: 90px;
  line-height: 90px;
}

h2 {
  font-family: 'Oxygen', Arial, sans serif;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  font-size: 24px;
  text-shadow: 1px 1px 1px #FFFFFF;  
}

.user {
  color: #0099FF;  
}

h2 span.user a {
  color: #0099FF;
}

h2 span.user a:hover {
  color: #000000;
}

body.admin h1 {
  text-shadow: none;
}

h3 {
  padding: 0px;
  margin: 0px;
  color: #191919;
  text-transform: uppercase;
  font-size: 16px;
}

h3.big {
  font-size: 30px;
  font-weight: 400;
  color: #444444;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul li {
  padding-left: 1em;
  text-indent: -1em;
}

ul li:before {
  content: "> ";
  padding-right: 5px;
  font-weight: 400;
}

.breadcrumbs {
  padding: 3px 10px 3px 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;  
  text-transform: uppercase;
  background-color: #666666;
  font-size: 14px;
  color: #DDDDDD;
  font-weight: 300;
  text-shadow: none;
}

.breadcrumbs:hover {
  background-color: #0099FF;
  color: #FFFFFF;
}

.arrow {
  color: #0099FF;
  font-weight: 700;
  padding: 0px 4px 0px 4px;
  font-size: 26px;
  line-height: 29px;
}

.tip {
  background-color: #EEEEEE;
  padding: 5px 8px 5px 8px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;  
  border: 1px solid #DDDDDD;
  display: table;
}

.sitemap a {
  text-transform: uppercase;
  font-size: 14px;
  color: #666666;
}

.sitemap a:hover {
  color: #000000;
  cursor: pointer;
  cursor: hand;
}

.action {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-color: #0099ff;
  font-weight: 300;
  padding: 12px;
  font-size: 20px;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #666666;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  text-align: center;
}

.action:hover {
  color: #FFFFFF;
  background-color: #000000;
  text-shadow: none;
}

.cat {
  background-color: #454545;
  font-weight: 300;
  padding: 12px 16px 12px 16px;
  font-size: 20px;
  color: #FFFFFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: block;
  text-align: left;
  position: relative;
  text-shadow: none;
}

.cat:hover {
  color: #FFFFFF;
  background-color: #000000;  
}

.catarrow {
  background-color: #0099ff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0px 5px 0px 5px;
  color: #FFFFFF;
  position: absolute;
  right: 12px;
  font-size: 20px;
  line-height: 23px;
}

input[type=text], input[type=password], select, textarea {
  background-color: #DDDDDD;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #BBBBBB;
  padding: 5px;
  font-family: 'Lato', Arial, sans serif;
  color: #000000;
  font-size: 16px; 
  font-weight: 300;
}

body.admin input[type=text], body.adminselect, body.admin textarea {
  background-color: #EEEEEE;
}

input[type=submit], button, button[type=submit] {
  border: 0px;
  font-family: 'Lato', Arial, sans serif;
  background-color: #0099ff;
  font-weight: 300;
  padding: 10px 12px 10px 12px;
  font-size: 20px;
  color: #FFFFFF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-transform: uppercase;
  text-align: center;
  transition: background .25s, color .25s;
  -moz-transition: background .25s, color .25s;
  -webkit-transition: background .25s, color .25s;
  -o-transition: background .25s, color .25s;
}

body.admin input[type=submit], body.admin button[type=submit] {
  font-size: 16px;
}

input[type=submit]:hover, button:hover, button[type=submit]:hover {
  cursor: pointer;
  cursor: hand;
  background-color: #000000;
}

.button-arrow {
  background-color: #000000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0px 5px 0px 5px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 23px;
  text-shadow: none; 
}

body.admin .button-arrow {
  font-size: 16px;
  line-height: 19px;
}

input[type=submit]:hover .button-arrow, 
button[type=submit]:hover .button-arrow,
a.action:hover .button-arrow
{
  background-color: #0099FF;
  color: #FFFFFF;
}

input[type=submit].go {
  background-color: #000000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 0px;
  padding: 0px 5px 0px 5px;
  font-family: 'Lato', Arial, sans serif;
  color: #FFFFFF;
  font-size: 20px!important;
  line-height: 23px;
  transition: background .25s, color .25s;
  -moz-transition: background .25s, color .25s;
  -webkit-transition: background .25s, color .25s;
  -o-transition: background .25s, color .25s;
}

input[type=submit].go:hover {
  background-color: #0099FF;
}

.listing {
  padding: 30px;
  background-color: #EEEEEE;
  text-shadow: none;
}

.featured {
  background-color: #DDDDDD;
  text-shadow: 1px 1px 1px #EEEEEE;
}

.featured h1 {
  color: #0099FF;
  text-shadow: 1px 1px 1px #EEEEEE;
}

.listing .cat {
  text-shadow: none;  
}

.featured .cat, .pricing .cat {
  background-color: #252525;
}

.featured .cat:hover, .pricing .cat:hover {
  background-color: #000000;
}

.featured h3 {
  color: #0099FF;
}

.listing ul > li
{
  color: #000000;
}

.featured ul > li, .comparison ul > li, .blue-list ul > li
{
  color: #0099FF;
}

.listing ul > li > span, .comparison ul > li > span, .blue-list ul > li > span
{
  color: #333333;
}

.blue-list ul > li > span > a
{
  font-weight: 400;
}

.spaced ul li {
  padding-bottom: 14px;
}

.featured-band {
  width: 100%;
  height: 26px;
  background-image: url("/img/featured.png");
  background-repeat: repeat-x;
}

.states {
  width: 100px;
  height: 85px;
  z-index: 2;
  background-image: url("/img/ausmap-sml.png");
}

.NSW {
  width: 100px;
  height: 85px;
  z-index: 3;
  background-image: url("/img/ausmap-nsw.png");  
}

.VIC {
  width: 100px;
  height: 85px;
  z-index: 3;
  background-image: url("/img/ausmap-vic.png");  
}

.QLD {
  width: 100px;
  height: 85px;
  z-index: 3;
  background-image: url("/img/ausmap-qld.png");  
}

.SA {
  width: 100px;
  height: 85px;
  z-index: 3;
  background-image: url("/img/ausmap-sa.png");  
}

.WA {
  width: 100px;
  height: 85px;
  z-index: 3;
  background-image: url("/img/ausmap-wa.png");  
}

.TAS {
  width: 100px;
  height: 85px;
  z-index: 3;
  background-image: url("/img/ausmap-tas.png");  
}

.NT {
  width: 100px;
  height: 85px;
  z-index: 3;
  background-image: url("/img/ausmap-nt.png");  
}

.ACT {
  width: 100px;
  height: 85px;
  z-index: 3;
  background-image: url("/img/ausmap-act.png");  
}

.pricing {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  background-color: #DEDEDE;
  padding: 30px;
}

.pricing ul > li
{
  color: #0099FF;
  margin-top: 20px;
}

.pricing ul > li > span
{
  color: #333333;
}

.biz {
  background-color: #F9F9F9;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 30px;
}

.contact {
  background-color: #EEEEEE;
  padding: 30px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  right: -30px;
}

.contact a {
  color: #333333;
  text-decoration: underline;
}

.contact a:hover {
  color: #0099FF;
}

.discount {
  position: relative;
  right: -30px;
}

.discount a {
  display: block;
  text-align: right;
  padding: 20px 45px 20px 20px;
  background-color: #0099FF;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #333333;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.discount a:hover {
  background-color: #000000;
  color: #0099FF;
  text-shadow: none;
}

.discount a .arrow {
  background-color: #FFFFFF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0px 5px 0px 5px;
  color: #000000;
  position: absolute;
  right: 12px;
  font-size: 20px;
  line-height: 23px;
  text-shadow: none;
}

.map-container {
  position: relative;
  right: -30px;
}

.map {
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;  
}

.reviews {
  font-size: 14px;
  background-color: #EEEEEE;
  padding: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.reviews select {
  font-size: 14px;
}

.header-admin {
  background-color: #DDDDDD;
  padding: 10px 30px 10px 10px;  
  font-size: 15px;
  color: #191919;
  height: 50px;
}

.logged-in {
  font-size: 14px;
}

.logout {
  display: block;
  padding: 3px 5px 3px 5px;
  background-color: #666666;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; 
  text-shadow: none;
}

.logout:hover {
  background-color: #333333;
  color: #FFFFFF;
}

.admin-nav {
  background-color: #EEEEEE;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  left: -30px; 
  padding-bottom: 25px;
}

.nav-header {
  background-color: #BBBBBB;
  padding: 15px 30px 15px 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  border-top-right-radius: 30px;
}

.nav-header h3 {
  color: #000000;
}

.nav-item {
  display: block;
  padding: 15px 30px 15px 30px;
  text-shadow: none;
  color: #333333;
}

.subnav-item {
  display: block;
  padding: 10px 30px 10px 30px;
  text-shadow: none;  
  color: #333333;
  background-color: #D8D8D8;
}

.nav-arrow {
  background-color: #555555;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0px 5px 0px 5px;
  color: #DDDDDD;
  position: absolute;
  right: 30px;
  font-size: 20px;
  line-height: 23px;
  text-shadow: none; 
}

.subnav-arrow {
  font-weight: 400;
  margin: 0px 7px 0px 0px;
}

.nav-item:hover {
  background-color: #0099FF;
  color: #FFFFFF;
  text-shadow: none;
}

.nav-item:hover .nav-arrow {
  background-color: #FFFFFF;
  color: #0099FF;
}

.subnav-item:hover {
  background-color: #0099FF;
  color: #FFFFFF;
  text-shadow: none;
}

.subnav-item:hover .subnav-arrow {
  color: #FFFFFF;
}

.nav-item.active {
  background-color: #555555;
  color: #FFFFFF;
  text-shadow: none;
}

.subnav-item.active {
  background-color: #888888;
  color: #FFFFFF;
  text-shadow: none;
}

.nav-item.active .nav-arrow {
  background-color: #DDDDDD;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0px 5px 0px 5px;
  color: #555555;
  position: absolute;
  right: 30px;
  font-size: 20px;
  line-height: 23px;
  text-shadow: none; 
}

tr.admin td {
  border-bottom: 1px solid #CCCCCC;
}

tr.first td {
  border-top: 1px solid #CCCCCC;
}

tr.admin td td, tr.first td td {
  border: 0px;
  padding-bottom: 5px;
}

tr.admin h1 {
  margin: -15px auto auto -15px;
}

.admin-tip {
  background-color: #F4F4F4;
  padding: 5px 8px 5px 8px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;  
  margin: 0px 0px 8px 0px;
  border: 1px solid #E5E5E5;
  display: table;
}

.tile {
  background-color: #DDDDDD;
  padding: 25px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;  
}

.box {
  background-color: #E4E4E4;
  padding: 25px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  border: 1px solid #CCCCCC;
}

.lightbox {
  background-color: #EEEEEE;
  padding: 25px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;  
  border: 1px solid #DDDDDD;
}

.tile h1 {
  text-shadow: none;
  font-family: 'Oxygen', Arial, sans serif;
  font-size: 90px;
  line-height: 90px;
  font-weight: 300;
  color: #555555;
}

.tile.sml {
  padding: 15px;
}

.tile.sml h1 {
  font-size: 60px;
  line-height: 60px;  
}

tr.admin-hrow td {
  padding: 10px!important;
  background-color: #CCCCCC;
  font-weight: 400;
}

tr.admin-cell td {
  padding: 10px!important;
  background-color: #E5E5E5;
}

.admin-cell a {
  color: #333333;
  font-weight: 400;
}

.admin-cell a:hover {
  color: #0099FF;
}

.paginate a {
  background-color: #666666;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0px 5px 0px 5px;
  color: #DDDDDD;
  text-shadow: none; 
  margin: 2px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}

.paginate a:hover, .paginate a:active {
  background-color: #0099FF;
  color: #FFFFFF;
}

.paginate span.current {
  background-color: #222222;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0px 5px 0px 5px;
  color: #DDDDDD;
  text-shadow: none; 
  margin: 2px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}

.paginate span.disabled {
  background-color: #E4E4E4;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0px 5px 0px 5px;
  color: #CCCCCC;
  text-shadow: none; 
  margin: 2px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}

.chart-tooltip {
  font-size: 14px;
  padding: 5px;
}

.admin-action {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 2px 7px 3px 7px;
  margin: 0px 2px 0px 2px; 
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #7B7B7B;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

.admin-action:hover {
  background-color: #222222;
  color: #FFFFFF;
}

a.think {
  display: block;
  background-image: url('http://www.sportsstuff.org.au/img/tr-logo-footer-black.png');
  opacity:0.7;
  filter:alpha(opacity=70); /* For IE8 and earlier */
  width: 175px;
  height: 40px;
  -moz-transition: all 0.25s ease-out;  /* FF4+ */
  -o-transition: all 0.25s ease-out;  /* Opera 10.5+ */
  -webkit-transition: all 0.25s ease-out;  /* Saf3.2+, Chrome */
  -ms-transition: all 0.25s ease-out;  /* IE10? */
  transition: all 0.25s ease-out;  
}

a.think:hover {
  background-image: url('http://www.sportsstuff.org.au/img/tr-logo-footer-black.png');
  opacity:1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
  width: 175px;
  height: 40px;  
} 

.error {
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  color: #CC0000;
}

.review_mark_container {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 30px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0px 0px 0px;
}

.review_mark_container.approve {
  color: #99FF99;
  background-color: #00cc66;
}

.review_mark_container.deny {
  color: #FF9999;
  background-color: #FF9999;
}

.review_mark_container.checked {
  border: 8px solid #CCCCCC;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.blackscreen, .blackscreen2 {
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
}

.msgbox {
  z-index: 3;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -105px auto auto -230px;
  width: 400px;
  height: 150px;
  background-color: #F4F4F4;
  padding: 30px 45px 30px 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: 2px 2px 3px #333333;
  text-align: center;
}

.couponbox {
  z-index: 3;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -130px auto auto -230px;
  width: 400px;
  height: 200px;
  background-color: #F4F4F4;
  padding: 45px 45px 30px 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: 2px 2px 3px #333333;
  text-align: center;
  vertical-align: middle;
  display: table;
}

.registerbox, .registerbox-review {
  z-index: 4;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -280px auto auto -305px;
  width: 550px;
  height: 500px;
  background-color: #F4F4F4;
  padding: 45px 45px 30px 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: 2px 2px 3px #333333;
  text-align: center;
  vertical-align: middle;
  display: table;
}


.discount-code-actual {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 24px;
  font-weight: 400;
  padding: 8px 14px 8px 14px;
  background-color: #333333;
  color: #FFFFFF;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.close-coupon, .close-register {
  float: right;
  margin: -35px -30px 0px 0px;
  padding: 3px 8px 3px 8px;
  background-color: #DDDDDD;
  font-weight: 400;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  transition: background .25s, color .25s;
  -moz-transition: background .25s, color .25s;
  -webkit-transition: background .25s, color .25s;
  -o-transition: background .25s, color .25s;  
}

.close-coupon:hover, .close-register:hover {
  background-color: #AAAAAA;
  cursor: pointer;
  cursor: hand;
}

.discounts a {
  margin: 0px 0px 0px -30px;
  display: block;
  text-align: right;
  padding: 10px 15px 10px 30px;
  background-color: #0099FF;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #333333;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  border-top-right-radifus: 30px;
  border-bottom-right-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
  width: 160px;
  text-align: left;
}

.discounts a:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.logo {
  max-width: 270px;
}

.saved {
  background-color: #888888;
  color: #EEEEEE;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  margin: 0px 0px 15px 0px;
  text-shadow: none;
}

#contact a {
  color: #000000;
}

#contact a:hover {
  color: #0099FF;
}

.payment {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 20px;
  background-color: #DDDDDD;
}

.info {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background-color: #333333;
  font-weight: 300;
  padding: 8px 14px 8px 14px;
  font-size: 14px;
  color: #FFFFFF;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: left;
  text-shadow: none;
  text-transform: uppercase;
}

.info:hover {
  color: #FFFFFF;
  background-color: #000000;  
}

.infoarrow {
  background-color: #0099ff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0px 5px 0px 5px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
}

.facebook {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('http://www.sportsstuff.org.au/img/social-fb.png');
  transition: background .25s, color .25s;
  -moz-transition: background .25s, color .25s;
  -webkit-transition: background .25s, color .25s;
  -o-transition: background .25s, color .25s;  
}

.facebook:hover {
  background-image: url('http://www.sportsstuff.org.au/img/social-fb-on.png');  
}

.twitter {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('http://www.sportsstuff.org.au/img/social-tw.png');
  transition: background .25s, color .25s;
  -moz-transition: background .25s, color .25s;
  -webkit-transition: background .25s, color .25s;
  -o-transition: background .25s, color .25s;  
}

.twitter:hover {
  background-image: url('http://www.sportsstuff.org.au/img/social-tw-on.png');  
}

.features td {
  background-color: #EEEEEE;
  padding: 15px 20px 15px 20px;
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #DDDDDD;
}

.features-avg {
  background-color: #E8E8E8!important;
}


.features-best {
  background-color: #D8D8D8!important;
}

.features-best-hr {
  background-color: #0099FF!important;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #333333;
}

.features-best-hr h1, .features-best-hr h3 {
  color: #FFFFFF!important;  
  text-shadow: 1px 1px 1px #333333;
}

.msg {
  background-color: #AAAAAA;
  color: #EEEEEE;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  margin: 0px 0px 15px 0px;
  text-shadow: none;
}

.featured-star {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 4px 12px 4px 8px;
  background-color: #333333;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  text-shadow: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.admin-star {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 6px 12px 6px 8px;
  background-color: #333333;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  text-shadow: none;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
  left: -30px; 
}

.admin-star:hover {
  background-color: #000000;
  color: #FFFFFF;
}


.conditions {
  font-size: 13px;
  background-color: #EEEEEE;
}

.desc h1 {
  font-family: 'Lato', Arial, sans serif;
  font-size: 20px;
  font-weight: 400;
}

.desc h2 {
  font-family: 'Lato', Arial, sans serif;
  font-size: 18px;
  font-weight: 400;
}

.desc h3 {
  font-family: 'Lato', Arial, sans serif;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  text-transform: none;
}

.gallery {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 5px;
  margin: 0px 0px 5px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  transition: background .25s, color .25s;
  -moz-transition: background .25s, color .25s;
  -webkit-transition: background .25s, color .25s;
  -o-transition: background .25s, color .25s;
}

.gallery img {
  margin: 0px;
  padding: 0px;
}

.gallery:hover {
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
}

.fancybox-nav span {
  visibility: visible!important;
  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */
  -moz-transition: all 0.25s ease-out;  /* FF4+ */
  -o-transition: all 0.25s ease-out;  /* Opera 10.5+ */
  -webkit-transition: all 0.25s ease-out;  /* Saf3.2+, Chrome */
  -ms-transition: all 0.25s ease-out;  /* IE10? */
  transition: all 0.25s ease-out;  
}

.fancybox-nav span:hover {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.fancybox-prev {
  left: -70px!important;
}

.fancybox-next {
  right: -70px!important;
}

.ads {
  background-color: #000000;
  padding: 30px 0px 30px 0px;
  position: absolute;
  left: 0;
  bottom: -150;
  width: 100%;
}

.super-action {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 2px 7px 3px 7px;
  margin: 0px 2px 0px 2px; 
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fdc026;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

.super-action:hover {
  background-color: #222222;
  color: #FFFFFF;
}

/* CALENDAR */

table.jCalendar {
  background: #ddd;
  border-collapse: separate;
  border-spacing: 2px;
}

table.jCalendar th {
  background: #333;
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
}

table.jCalendar td {
  background: #ccc;
  color: #000;
  padding: 3px 5px;
  text-align: center;
}

table.jCalendar td.other-month {
  background: #ddd;
  color: #aaa;
}

table.jCalendar td.today {
  background: #000;
  color: #fff;
}

table.jCalendar td.selected {
  background: #f66;
  color: #fff;
}

table.jCalendar td.selected.dp-hover {
  background: #f33;
  color: #fff;
}

table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
  background: #fff;
  color: #000;
}

table.jCalendar tr.selectedWeek td {
  background: #f66;
  color: #fff;
}

table.jCalendar td.disabled,
table.jCalendar td.disabled.dp-hover {
  background: #bbb;
  color: #888;
}

table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
  background: #bbb;
  color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
  position: relative;
  background: #ddd;
  border: 1px solid #999;
  font-size: 14px;
  font-family: 'Lato', arial, sans-serif;
  line-height: 16px;
}

div#dp-popup {
  position: absolute;
  z-index: 199;
}

div.dp-popup h2 {
  font-size: 14px;
  font-weight: 400!important;
  text-align: center;
  margin: 2px 0;
  padding: 0;
}

a#dp-close {
  font-size: 14px;
  padding: 4px 0;
  text-align: center;
  display: block;
}

a#dp-close:hover {
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
}

div.dp-popup a {
  color: #000;
  text-decoration: none;
  padding: 3px 2px 0;
}

div.dp-popup div.dp-nav-prev {
  position: absolute;
  left: 4px;
  top: 0px;
  width: 100px;
}

div.dp-popup div.dp-nav-prev a {
  float: left;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */

div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
  cursor: pointer;
}

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
  cursor: default;
}

div.dp-popup div.dp-nav-next {
  position: absolute;
  right: 4px;
  top: 0px;
  width: 100px;
}

div.dp-popup div.dp-nav-next a {
  float: right;
}

div.dp-popup a.disabled {
  cursor: default;
  color: #aaa;
}

div.dp-popup td {
  cursor: pointer;
}

div.dp-popup td.disabled {
  cursor: default;
}


/* located in demo.css and creates a little calendar icon
* instead of a text link for "Choose date"
*/

a.dp-choose-date {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 5px 3px 0;
  display: block;
  text-indent: -2000px;
  overflow: hidden;
  background: url(http://account.sportsstuff.org.au/lib/calendar.png) no-repeat; 
}

a.dp-choose-date.dp-disabled {
  background-position: 0 -20px;
  cursor: default;
}

/* makes the input field shorter once the date picker code
* has run (to allow space for the calendar icon
*/

input.dp-applied {
  width: 110px;
  float: left;
}
