h1, h2, h3, h4, h5, h6 {font-weight:bold; padding:0;border:0;}
h1 {font-size:3em;line-height:1;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}


#cot_tl_fixed {
	bottom:0px;
	position:fixed;
	right:0px;
}

/* AJAX POPUPS
=============== */

.modalWrapper {
	display: block;
	zpadding: 15px;
	border: 3px solid white;
}

.modalWrapper a {
  color: #fff !important;
  text-decoration: none;
}

.modalWrapper a:hover {
  text-decoration: underline;
}


.modalWrapper a.closeLink {
	display: block;
	padding: 0 4px 4px 4px;
	position: relative;
	background: white;
	color: #000000 !important;
  float: right;
}

/* Ajax Updates - Jeàn */

div.modalHeader {
    color: #fff;
    background: #1A3F51;
    height: 70px;
}

div.modalContent{
  color: #fff;
  overflow:hidden;
  color: #fff !important;
}

div.modalFooter {
    padding:5px;
    text-align: center;
}

div.modalHeader div.modalTitle{
    padding-top: 20px;
}

div.modalContent label {
    color: #fff !important;
    width: 80px;
}

div.modalContent input{
    width: 150px;
}


div.modalIcon{
  background: transparent 0 0 no-repeat  url(/images/frontend/modal_icons.png);
  width:  50px;
  height: 67px;
  display: block;
  float: left;
  margin: 0 10px;
}

div.loginIcon{
  background-position: 0 0 !important;
}
div.secureIcon{
  background-position:  -50px  0 !important;
}
div.gearsIcon{
  background-position: -100px 0 !important;
}

div.modalIcon.hide{  /* Firefox fix for thickbox redirect forms */
  width:  0px !important;
  height: 0px !important;
}



/* PAGINATION STYLES
===================== */

table.pagination {
	width: 100%;
}

.pagination .prevpage, .pagination .nextpage {
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
}

.pagination .prevpage {
	border-right: 1px solid #fff;
}

.pagination .nextpage {
  border-left: 1px solid #fff;
}

a.pagination {
	line-height: 25px;
	text-align: center;
	margin: 0;
	text-decoration: none !important;
	color: #fff !important;
}

a.pagination:hover {
  background: #DDE9EF;
  }

.pagination .pages {
	text-align: center !important;
}

.pagination .pages .page {
	border-collapse: collapse;
	margin: 0 auto;
}

.pagination .pages .page td {
	width: 20px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
  color: #000;
}


/* PLAYER SUMMARY
=================== */

#playerSummary {
	width: 100%;
	margin-bottom: 25px;
}

#playerSummary td {
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px solid #bad7e5;
	color: #2e6d90;
}

#playerSumary td.header {
	padding: 0 0 0 35px !important;
	margin-left: 20px !important;
}

#playerSummary td.label {
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	border-right: 1px solid #bad7e5;
}

/* Content Links
================= */

#midCol a, div.pageContent.white a {
	color: #214659;
	text-decoration: underline;
}

#midCol a:hover, div.pageContent.white a:hover { text-decoration: none; }

a.readmore {
	color: #145A80;
	font-weight: normal !important;
  padding: 0 4px;
}

a.readmore:hover { text-decoration: none; }

/* REDEEM VOUCHERS ETC
======================= */

div.redeeminput {
	float: left;
	margin-right: 5px;
}

div.redeemlabel {
	float: left;
	padding-top: 1px;
	text-transform: uppercase;
}

/* Misc
============================================================ */

.hidden {
	display: none;
	visibility: hidden;
}

span.note {
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

span.leftquote {
	padding-left: 8px;
	display: inline;
	background: transparent left 2px no-repeat url(/images/frontend/typography/leftquote.png);
}

span.rightquote {
	padding-left: 8px;
	display: inline;
	background: transparent right 2px no-repeat url(/images/frontend/typography/rightquote.png);
}

table.pad5 { margin-left: 8px; }

table.pad5 td { padding: 5px 10px 5px 0; }

#playContent p { padding: 0 13px 0 8px; }

p { margin-bottom: 1em; }

a img { border: none; }

*.centered {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

*.bold { font-weight: bold; }

*.required { color: #f43d3d; }

*.uC { text-transform: uppercase; }

hr {
	border: 0;
	border-top: 1px solid #c0e0ef;
	width: 100%;
	height: 2px;
	color: #17577a;
	background-color: #17577a;
	margin: 0 0 1em 0;
}

/* Design Elements
========================================================================== */

#tooltip {
	z-index: 10000;
	padding: 10px 10px 10px 30px;
	background: #a40014 10px center no-repeat url(/images/frontend/ajax-loader.gif);
	color: #fff;
	text-align: center;
	min-width: 25px;
	margin-left: 25px;
	border: 1px solid white;
}

* html #tooltip {
	display: none !important;
	visibility: hidden !important;
}
