/* ==========================================================================
Fonts
========================================================================== */
@font-face {
	font-family: 'Arimo';
	font-style: normal;
	font-weight: bold;
	src: local('Arimo Bold'), local('Arimo-Bold'), url('../../../static/fonts/arimo/v1/UnXpojilM3XslYxUnWuVe_esZW2xOQ-xsNqO47m55DA.woff') format('woff');
}
@font-face {
	font-family: 'Arimo';
	font-style: normal;
	font-weight: normal;
	src: local('Arimo'), url('../../../static/fonts/arimo/v1/wZLYhRRxZWGToTRP78bqJQ.woff') format('woff');
}
/* ==========================================================================
Base styles
========================================================================== */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html,button,input,select,textarea {
	color: #222;
	font-family: Arial, Verdana, sans-serif;
}
body {
	font-size: 1em;
	line-height: 1.3;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle;
	border: none;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	-webkit-resize: vertical;
	-moz-resize: vertical;
	resize: vertical;
}

body {
	width: 100%;
	-ms-overflow-x: hidden;
	overflow-x: hidden;
}

/* ==========================================================================
Header
========================================================================== */

.main-header {
	font-family: Arial, Verdana, sans-serif;
	background: #accce2; /* Old browsers */
	background: -moz-linear-gradient(top, #accce2 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#accce2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #accce2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #accce2 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #accce2 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #accce2 0%,#ffffff 100%); /* W3C */
	-pie-background: linear-gradient(to bottom, #accce2 0%,#ffffff 100%);
	overflow: hidden;
	height: 157px;
}
.main-header-wrapper {
	padding: 0 .5em .5em;
	overflow: hidden;
}
.header-left {
	padding: .5em 0;
	vertical-align: middle;
}
.header-right {
	width: 25%;
	font-size: 0.7em;
	float: right;
	text-align: center;
	font-weight: bold;
	color: #555;
}
.main-header a {
	text-decoration: none;
	color: #555;
	outline: none;
}
.main-header h1 {
	font-size: 1em;
	margin: 0;
}
.main-header .title {
	color: #333;
	padding: 0.05em 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #3382C5;
	display: block;
	
}

.tag-left {
	font-size: 0.8em;
	font-weight: bold;
	color: #555;
}
.subtitle {
	font-size: 1.1em;
	color: #555}
.header-button {
	display: none;
}
.organized-by {
	margin-top: 0.5em;
	display: block;
}
.header-right img {
	
	max-width: 100%;
	height: auto;
	margin: 0.5em auto 1em auto;
	display: block;
	background: #ffffff;
	padding: 1em;
	-webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.4);
	box-shadow: 0 0 0.5em rgba(0,0,0,0.4);
	border-radius: 0.5em;
}
.language-flags img {
	display: inline;
	margin: 0 .2em;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.language-flags a:hover img,
.language-flags a:active img {
	-webkit-box-shadow: 0 0 3px rgba(255,255,255,.5);
	box-shadow: 0 0 3px rgba(255,255,255,.5);
}
@media only screen and (max-width: 30em) {
	.header-right {
		display: block;
		float: none;
		width: 100%;
		text-align: left;
	}
	.header-right img {
		margin: 0.5em 0;
	}
}

/* Unbranded Version */

.main-header.unbranded {
	background: none;
	-pie-background: none;
	padding: 0;
	margin: 0;
}

.main-header.unbranded .main-header-wrapper {
	border-bottom: 1px solid #ccc;
}

.main-header.unbranded .logo {
	float: right;
	margin: 1em 0;
}


/* ==========================================================================
Navigation
========================================================================== */

#mainnav {
	behavior: url(https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php);
	position: static;
	margin: 0 0.5em;
	background: #464445; /* Old browsers */
        background: -moz-linear-gradient(top, #464445 0%, #070707 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#464445), color-stop(100%,#070707)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #464445 0%,#070707 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #464445 0%,#070707 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #464445 0%,#070707 100%); /* IE10+ */
        background: linear-gradient(to bottom, #464445 0%,#070707 100%); /* W3C */
        -pie-background: linear-gradient( #464445 0%,#070707 100%);
	-webkit-box-shadow: 0 0 0.2em rgba(0,0,0,0.5);
	box-shadow: 0 0 0.2em rgba(0,0,0,0.5);
	border-radius: 0.5em;
	clear: both;
}
#mainnav ul {
	padding: 0 0.5em;
}
#mainnav > ul > li {
	list-style: none;
	display: block;
	white-space: nowrap;
	height: 100%;
	margin: 0;
	padding: 0em;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	border-bottom: 1px solid #ffffff;
}
#mainnav > ul > li:last-child {
	border-bottom: none;
}
#mainnav > ul > li.dropdown {
	background-image: url("https://secure.bulletbusiness.com/online-gambling/styles/images/triangle.php");
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size: 1em auto;
	-moz-background-size: 1em auto;
	background-size: 1em auto;
}
#mainnav > ul > li > a:link,#mainnav > ul > li > a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 1em;
	display: block;
	padding: 0.5em;
}
#mainnav > ul > li.highlight > a {
	text-decoration: underline;
	color: yellow}
#mainnav > ul > li > nav.subnav {
	behavior: url(https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php);
	min-height: 0px;
	height: 0px;
	overflow: hidden;
	width: 100%;
	display: block;
	margin: 0;
	font-size: 0.9em;
	background: #7c7e73; /* Old browsers */
        background: -moz-linear-gradient(top, #7c7e73 0%, #959595 60%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7e73), color-stop(60%,#959595)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #7c7e73 0%,#959595 60%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #7c7e73 0%,#959595 60%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #7c7e73 0%,#959595 60%); /* IE10+ */
        background: linear-gradient(to bottom, #7c7e73 0%,#959595 60%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7e73', endColorstr='#959595',GradientType=0 );
        border-top: 1px solid #ffffff;
}
#mainnav > ul > li:last-child > nav.subnav {
	border: none;
}
#mainnav > ul > li > nav.subnav > ul {
	margin: 0;
}
#mainnav > ul > li > nav.subnav:target,#mainnav > ul > li > nav.subnav.expanded {
	height: auto;
	max-height: none;
	min-height: auto;
}
#mainnav > ul > li > nav.subnav > ul > li {
	background: none;
	white-space: nowrap;
}
#mainnav > ul > li > nav.subnav > ul > li > a {
	color: #ffffff;
	display: block;
	padding: 0.2em 0.5em;
	text-decoration: none;
}
#mainnav > ul > li > nav.subnav > ul > li.highlight > a {
	color: #222222}

/* ==========================================================================
Main Content
========================================================================== */

.wrapper {
	width: 100%;
	-ms-overflow-x: hidden;
	overflow-x: hidden;
	padding: 0 0.5em;
}
.content {
	width: 100%;
	float: none;
	font-size: 0.9em;
	margin-bottom: 2em;
}
.content ul li {
	margin-bottom: 0.2em;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content table {
	table-layout: fixed;
}
.content table.listTable td {
	border-bottom: 1px solid #fff;
	font-weight: bold;
	background-color: #ffffcc;
}
.content table.listTable tr + tr td {
	background-color: #ededed;
	font-weight: normal;
	border-left: 1px solid #fff;
}
.content table.listTable tr + tr td:first-child {
	border-left: none;
}


/* ==========================================================================
Right Hand Side
========================================================================== */

aside.rhs {
	width: 100%;
	float: none;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 0.5em;
	-moz-column-gap: 0.5em;
	column-gap: 0.5em;
	-moz-column-fill: balance;
	-webkit-column-fill: balance;
	column-fill: balance;
}
aside.rhs > div {
	-moz-column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	column-break-inside: avoid;
	break-inside: avoid;
	display: inline-block;
	*display: inline;
	zoom: 0;
	width: 100%;
	padding: 0.7em;
	border-radius: 0.7em;
	border: 1px solid #3383b7;
	margin-bottom: 0.7em;
	background-color: #fff;
	font-size: 0.8em;
	overflow: hidden;
}
aside.rhs > div img {
	max-width: 100%;
}
@media only screen and (max-width: 30em) {
	aside.rhs {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
	aside.rhs > div {
		width: 100%;
	}
}
aside.rhs > div > a {
	text-decoration: none;
	color: #555;
	display: block;
	border-radius: inherit;
}
aside.rhs > div span.title {
	color: #3383b7;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #3383b7;
	text-decoration: none;
	margin-bottom: 0.5em;
}
aside.rhs > div span.line {
	display: block;
	font-weight: bold;
}
aside.rhs > div .cta {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #3383b7;
	text-align: center;
}
aside.rhs ul {
	padding-left: 20px;
}

aside.rhs > div.yellow,aside.rhs > div.blue,aside.rhs > div.green,aside.rhs > div.red {
	border: none;
}
aside.rhs > div.yellow span.title,aside.rhs > div.blue span.title,aside.rhs > div.green span.title,aside.rhs > div.red span.title {
	border: none;
	font-size: 1.5em;
	color: #fff;
	text-align: center;
}
aside.rhs > div.blue,aside.rhs > div.green,aside.rhs > div.red {
	color: #fff;
}
aside.rhs > div.blue .line, aside.rhs > div.green .line, aside.rhs > div.red .line {
	color: #fff;
}
aside.rhs > div.yellow .line {
	color: #222;
}
aside.rhs > div.yellow span.title {
	color: #222;
}
aside.rhs > div.blue .cta, aside.rhs > div.green .cta, aside.rhs > div.red .cta {
	color: #ffffcc;
}
aside.rhs > div.yellow span.cta {
	color: #666;
}
aside.rhs > div.yellow {
	behavior: url(https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php);
	background: #f6f300;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f6f300), to(#fffc33));
	background: -webkit-linear-gradient(#f6f300, #fffc33);
	background: -moz-linear-gradient(#f6f300, #fffc33);
	background: -o-linear-gradient(#f6f300, #fffc33);
	background: -ms-linear-gradient(#f6f300, #fffc33);
	background: linear-gradient(#f6f300, #fffc33);
	-pie-background: linear-gradient(#f6f300, #fffc33);
	color: #333;
}
aside.rhs > div.blue {
	behavior: url(https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php);
	background: #123965;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2b5a8f), to(#123965));
	background: -webkit-linear-gradient(#2b5a8f, #123965);
	background: -moz-linear-gradient(#2b5a8f, #123965);
	background: -o-linear-gradient(#2b5a8f, #123965);
	background: -ms-linear-gradient(#2b5a8f, #123965);
	background: linear-gradient(#2b5a8f, #123965);
	-pie-background: linear-gradient(#2b5a8f, #123965);
}
aside.rhs > div.green {
	behavior: url(https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php);
	background: #86af91;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#86af91), to(#4b7955));
	background: -webkit-linear-gradient(#86af91, #4b7955);
	background: -moz-linear-gradient(#86af91, #4b7955);
	background: -o-linear-gradient(#86af91, #4b7955);
	background: -ms-linear-gradient(#86af91, #4b7955);
	background: linear-gradient(#86af91, #4b7955);
	-pie-background: linear-gradient(#86af91, #4b7955);
}
aside.rhs > div.red {
	behavior: url(https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FE4F4F), to(#D13939));
	background: -webkit-linear-gradient(#FE4F4F, #D13939);
	background: -moz-linear-gradient(#FE4F4F, #D13939);
	background: -o-linear-gradient(#FE4F4F, #D13939);
	background: -ms-linear-gradient(#FE4F4F, #D13939);
	background: linear-gradient(#FE4F4F, #D13939);
        -pie-background: linear-gradient(#FE4F4F, #D13939);;
}
aside.rhs > div.yellow:hover span.title,aside.rhs > div.yellow:hover span.cta,aside.rhs > div.yellow:hover span.line,aside.rhs > div.red:hover span.title,aside.rhs > div.red:hover span.cta,aside.rhs > div.red:hover span.line,aside.rhs > div.blue:hover span.title,aside.rhs > div.blue:hover span.cta,aside.rhs > div.blue:hover span.line,aside.rhs > div.green:hover span.title,aside.rhs > div.green:hover span.cta,aside.rhs > div.green:hover span.line {
	color: #484848;
}

/* ==========================================================================
Sponsors (footer)
========================================================================== */

div.sponsors {
	text-align: center;
	display: block;
}
div.sponsors section {
	display: block;
}
div.sponsors section header {
	background-color: #f2f2f2;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0.25em 0;
	color: #333333}
div.sponsors section div {
	display: block;
}
div.sponsors section div div {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
div.sponsors section img,.sponsors section p {
	max-width: 90%;
	height: auto;
	margin: 0.5em;
}
div.sponsors section div.row {
	display: table;
	width: 100%;
	padding: 1em 0;
}

/* ==========================================================================
Footer
========================================================================== */

.footer {
	text-align: center;
	border-top: 1px #bbb solid;
	padding: 1em 0.5em;
	font-size: 0.8em;
	color: #7b7b7b;
	clear: both;
}
.footer p {
	color: #777;
	line-height: 1.6em;
}
.footer a {
	color: #777;
}
#taglinemc {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 0;
}

/* ==========================================================================
Speakers / Sponsors Tables
========================================================================== */

table.speakers table {
	table-layout: fixed;
}
table.speakers > tbody > tr > td > table > tbody > tr > td {
	padding-top: 2em;
	padding-bottom: 2em;
	font-size: 0.8em;
}
table.speakers > tbody > tr > td > table > tbody > tr {
	width: 100%;
}
table.speakers >tbody>tr>td> table {
	border-top: 1px #ddd solid;
}
.content table.speakers img {
	width: auto;
}
.speakerImage {
	padding: 2px;
	border: 1px #ddd solid;
	background: white;
}
.morelink {
	background: url(https://secure.bulletbusiness.com/online-gambling/speakers/plus.gif) left center no-repeat;
	padding-left: 1em;
	text-decoration: underline;
	margin-top: 1em;
}
.more {
	border-bottom: 2em #fff solid;
	padding: 1em !important;
	background: #ffffcc;
	color: #333;
}
.presentationTitle {
	font-size: 1.1em;
	font-weight: bold;
	color: #336699;
	display: block;
	margin: 1em 0;
}
table.speakers .speakersLeft {
	width: 20%;
}
table.speakers .speakersLeft img.speakerImage {
	display: inline-block;
	*display: inline;
	zoom: 1;
	max-width: 100%;
	min-width: 40px;
	max-height: 100%;
	height: auto;
}
table.speakers .speakersMid {
	width: 60%;
	overflow: hidden;
	padding-left: 0.5em;
}
table.speakers .speakersRight {
	width: 20%;
	max-width: 20%;
	text-align: right;
}
table.media_partners {
	width: 100%;
}
table.media_partners tr > td {
	width: 40%;
}
table.media_partners tr > td:first-child {
	width: 50%;
}
table.speakers.media_partners > tbody > tr > td > table > tbody > tr > td {
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 0.8em;
	text-align: center;
}
table.media_partners a.morelink {
	width: auto;
	margin: 0.7em auto 0;
	display: inline-block;
}
table.media_partners .more {
	text-align: left !important;
}
.platinumBadge,.goldBadge,.silverBadge,.bronzeBadge,.genericBadge,.genericBadgeAlt {
	font-size: 0.7em;
	line-height: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	height: 60px;
	width: 60px;
	min-width: 60px;
	min-height: 60px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.genericBadgeAlt {
	font-size: 0.8em;
	line-height: 1em;
}
.platinumBadge {
	background-image: url('https://secure.bulletbusiness.com/online-gambling/images/template/badges/platinum.jpg');
}
.goldBadge {
	background-image: url('https://secure.bulletbusiness.com/online-gambling/images/template/badges/gold.jpg');
}
.silverBadge {
	background-image: url('../images/template/badges/silver.jpg');
}
.bronzeBadge {
	background-image: url('../images/template/badges/bronze.jpg');
}
.genericBadge,.genericBadgeAlt {
	background-image: url('https://secure.bulletbusiness.com/online-gambling/images/template/badges/blue.jpg');
}

/* ==========================================================================
Signatures
========================================================================== */

div.signature {
	max-width: 100%;
	font-size: 0.8em;
}
div.signature div.left {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 100%;
	margin-right: 0.5em;
	max-width: 35%;
	min-width: 75px;
}
div.signature div.left img {
	display: block;
	margin-bottom: 0.5em;
	max-width: 100%;
}
div.signature div.contactInfo {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	height: 100%;
	max-width: 60%;
}

/* ==========================================================================
Agenda
========================================================================== */

.agendaDayTitle,.agendaDayTitleNT {
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
	background: #484848;
	border-bottom: 5px white solid;
}
.agendaSectionTitle,.agendaSectionTitleNT {
	font-weight: bold;
	color: #ffffff;
	font-size: 17px;
	background: #3383b7;
	border-bottom: 5px white solid;
}
.agendaPresTitle,.agendaPresTitleNT {
	#333333;
	font-weight: bold;
	font-size: 15px;
	background: #f2f2f2;
	border-bottom: 1px solid #82141a;
	border-top: 1px solid #82141a;
}
.agendaCell,.agendaCellNT {
	background: #f6f6f6;
	 border-bottom: 5px #fff solid;
}
.agendaBreak,.agendaBreakNT {
	background: #ffffcc;
	color: black;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 5px white solid;
}
.agendaSectionTitleNT,.agendaPresTitleNT,.agendaCellNT,.agendaBreakNT,.agendaDayTitleNT {
	padding: 5px;
	display: block;
	margin-bottom: 2px;
	border-bottom: 0px;
	margin-top: 0;
}
.agendaCellNT,.agendaBreakNT,.agendaSectionTitleNT {
	margin-bottom: 5px;
}
.agendaSectionTitle p,.agendaPresTitle p,.agendaBreak p {
	margin: 0;
}
.agendaCell > p:first-child {
	margin-top: 0px;
}
.buttonLink {
	behavior: url(https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php);
	border-radius: 2em;
	background: #f8f8f8;
	border: 1px #ddd solid;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0.2em 0.5em;
	text-decoration: none;
	margin: 0.3em;
	color: #073C70;
}
.buttonLink:active {
	position: relative;
	left: 1px;
	top: 1px;
	color: #666;
}

/* ==========================================================================
Quotes
========================================================================== */

.quoteBy {
	display: block;
	text-align: right;
	margin-top: 0px;
	border-bottom: 1px #cdcdcd dotted;
	padding: 0 1em 1em 0;
	font-weight: normal;
}

.quoteBy strong{color:#0f2c74;}

blockquote.quote
{
	font-style:normal;
	quotes:"\201C""\201D""\2018""\2019";
	margin: 1.5em 0 0 0;
}

blockquote.quote:before
{
	color:#3383b7;
    content:"\201C";
	content:open-quote;
	font-family: Georgia, serif;
	font-size:4em;
    font-style: normal;
	line-height:.1em;
	margin-right:.1em;
	vertical-align:-.4em
}

blockquote.quote:after
{
	color:#3383b7;
    content:"\201D";
	content:close-quote;
	font-family: Georgia, serif;
	font-size:4em;
    font-style: normal;
	line-height:.1em;
	margin-left:.1em;
	vertical-align:-.6em
}

blockquote.quote p
{
	display:inline
}
.cycler blockquote.quote
{
    font-size: 1.2em;
    font-weight: bold;
}

/* ==========================================================================
Forms
========================================================================== */
.content form input,.content form select {
	width: 100%;
}
.content form input[type="checkbox"],.content form input[type="radio"],.content form input[type="submit"] {
	width: auto;
}
.formRight {
	width: 100%;
	border-collapse: separate;
    border: 1px #ccc solid;
    margin-top: 0.5em;
    padding: 0.6em;
}

.formRight table {
    table-layout: fixed;
    margin-top: 0.5em;
    width: 100%;
}

.formRight td {
	padding: 0 0 0.6em;
}

input[type=text],input[type=password],select {
	border-top: 1px solid #000000;
	border-left: 4px solid #949494;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #5F5F5F;
	background-color: #F8F8F8;
	padding: 0.2em;
}
input[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #073C70;
	background-color: #f7f7f7;
	text-align: center;
	border-top: 1px solid #CECCCC;
	border-left: 1px solid #CECCCC;
	border-right: 1px solid #040404;
	border-bottom: 1px solid #040404;
	padding: 0.5em;
}

/* ==========================================================================
Misc Classes
========================================================================== */

#countdownBanner a {
	color: #ffffff;
	font-weight: bold;
}

.redGradient {
	behavior: url(https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php);
	background: #D13939 url(https://secure.bulletbusiness.com/online-gambling/styles/gradient-red.svg) !important;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FE4F4F), to(#D13939)) !important;
	background: -webkit-linear-gradient(#FE4F4F, #D13939) !important;
	background: -moz-linear-gradient(#FE4F4F, #D13939) !important;
	background: -o-linear-gradient(#FE4F4F, #D13939) !important;
	background: -ms-linear-gradient(#FE4F4F, #D13939) !important;
	background: linear-gradient(#FE4F4F, #D13939) !important;
	display: block;
	text-align: center;
	color: #ffffff;
}
.yellowGradient {
	behavior: url(https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php);
	background: #f6f300 !important;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f6f300), to(#fffc33)) !important;
	background: -webkit-linear-gradient(#f6f300, #fffc33) !important;
	background: -moz-linear-gradient(#f6f300, #fffc33) !important;
	background: -o-linear-gradient(#f6f300, #fffc33) !important;
	background: -ms-linear-gradient(#f6f300, #fffc33) !important;
	background: linear-gradient(#f6f300, #fffc33) !important;
	display: block;
	text-align: center;
	color: #ffffff;
}
.blueGradient {
	behavior: url(https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php);
	background: #123965 !important;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2b5a8f), to(#123965)) !important;
	background: -webkit-linear-gradient(#2b5a8f, #123965) !important;
	background: -moz-linear-gradient(#2b5a8f, #123965) !important;
	background: -o-linear-gradient(#2b5a8f, #123965) !important;
	background: -ms-linear-gradient(#2b5a8f, #123965) !important;
	background: linear-gradient(#2b5a8f, #123965) !important;
	display: block;
	text-align: center;
	color: #ffffff;
}
.greenGradient {
	behavior: url(https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php);
	background: #43812b !important;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#43812b), to(#569d3a)) !important;
	background: -webkit-linear-gradient(#43812b, #569d3a) !important;
	background: -moz-linear-gradient(#43812b, #569d3a) !important;
	background: -o-linear-gradient(#43812b, #569d3a) !important;
	background: -ms-linear-gradient(#43812b, #569d3a) !important;
	background: linear-gradient(#43812b, #569d3a) !important;
	display: block;
	text-align: center;
	color: #ffffff;
}
.silverGradient {
	behavior: url(https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php);
	background: #d6f1f3 !important;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d6f1f3), to(#bce1e1)) !important;
	background: -webkit-linear-gradient(#d6f1f3, #bce1e1) !important;
	background: -moz-linear-gradient(#d6f1f3, #bce1e1) !important;
	background: -o-linear-gradient(#d6f1f3, #bce1e1) !important;
	background: -ms-linear-gradient(#d6f1f3, #bce1e1) !important;
	background: linear-gradient(#d6f1f3, #bce1e1) !important;
	display: block;
	text-align: center;
	color: #29374b;
}
.purpleBox {
	background: #6d378f;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.boxShadow {
	behavior: url(https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php);
	-webkit-box-shadow: 0 0 0.7em rgba(0,0,0,0.5);
	box-shadow: 0 0 0.7em rgba(0,0,0,0.5);
	padding: 0.5em;
}
.roundCorners {
	behavior: url(https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php);
	border-radius: 0.5em;
}
.rounderCorners {
	behavior: url(https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php);
	border-radius: 1em;
}
.padding {
	padding: 0.5em;
}
ul.bulletarrow {
  list-style-image: url("../images/template/bullet.gif");
}
ul.splitlist {
	overflow: hidden;
	margin: 1em 0;
}
ul.splitlist li {
	float: left;
	width: 50%;
	padding-right: 2em;
}

input[type=submit].greenButton{display:block; width:200px; position:relative; background-color:#060;background: #0a0;background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0a0), to(#060));background: -moz-linear-gradient(#0a0, #060);background: linear-gradient(#0a0, #060);-pie-background: linear-gradient(#0a0, #060);-webkit-box-shadow: #222 3px 3px 7px;-moz-box-shadow: #222 3px 3px 7px;box-shadow: #222 3px 3px 7px;behavior: url(https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php);padding:6px 9px;float:none;border:1px #030 solid;color:white; font-size:15px; font-weight:bold; text-decoration:none;text-align:center;font-family:Arial, Helvetica, sans-serif; color:white;}
input[type=submit].greenButton:active{position:relative; left:1px; top:1px;-webkit-box-shadow: #222 1px 1px 5px;-moz-box-shadow: #222 1px 1px 5px;box-shadow: #222 1px 1px 5px;}

/* ==========================================================================
Audio Players
========================================================================== */

.audioPlayerTable td {
	border-top: 1px #ccc solid;
	font-size: 13px;
}
.audioPlayerTable tr:first-child td {
	border-top: none;
}
.audioPlayerTable p {
	margin: 0;
	padding: 0;
}
#helpLink {
	float: right;
	margin: 0 0 5px 5px;
	color: #201e1f;
	font-size: 12px;
	padding-left: 15px;
	line-height: 12px;
	background: url(https://secure.bulletbusiness.com/online-gambling/images/template/questionMark.gif) no-repeat;
	text-decoration: none;
}

/* ==========================================================================
Button Styles
========================================================================== */

div.largeInfoButton {
    behavior:url("https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php");
	padding: 0 !important;
	border: none !important;
    border-radius: 0.7em;
	-webkit-box-shadow: 0 0 0.2em rgba(0,0,0,0.3);
	box-shadow: 0 0 0.2em rgba(0,0,0,0.3);
	overflow: hidden;
	text-decoration: none;
}
div.largeInfoButton > a > div.top {
    behavior:url("https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php");
	background-color: #3383b7;
    border-radius: 0.7em 0.7em 0 0;
	padding: 0.5em 0.5em 0.4em 0.5em;
	color: #ffffff !important;
    overflow: hidden;
}
div.largeInfoButton > a > div.top > span.title {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1em;
	margin-bottom: 0.3em;
	font-size: 1.35em;
	font-weight: bold;
	display: block;
	text-shadow: 0 0 0.5em rgba(255,255,255,0.2);
	text-transform: uppercase;
	color: #ffffff !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
div.largeInfoButton > a > div.top > span.line {
	font-size: 0.95em;
	display: block;
	line-height: 1.2em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
div.largeInfoButton > a > div.bottom {
        behavior:url("https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php");
	border-top: 0.1em solid #ffffff;
        border-radius: 0 0 0.7em 0.7em;
	background: #282828; /* Old browsers */
        background: -webkit-linear-gradient(top, #555555 0%, #000000 90%);
	background: -moz-linear-gradient(top, #555555 0%, #000000 90%);
	background: -o-linear-gradient(top, #555555 0%, #000000 90%);
	background: -ms-linear-gradient(top, #555555 0%, #000000 90%);
	background: linear-gradient(top, #555555 0%, #000000 90%);
}
div.largeInfoButton > a > div.bottom > span.cta {
	color: #fec00f;
	text-decoration: none;
	font-weight: bold;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: uppercase;
	font-size: 1.1em;
	padding: 0.4em 0.5em;
	text-align: left;
}
div.largeInfoButton > a:hover > div.top > span.title,div.largeInfoButton > a:active > div.top > span.title,div.largeInfoButton > a:hover > div.top > span.line,div.largeInfoButton > a:active > div.top > span.line {
	color: #fec00f !important;
	text-shadow: 0 0 0.5em rgba(255,255,255,0.4);
}
div.largeInfoButton > a:hover > div.bottom > span.cta,div.largeInfoButton > a:active > div.bottom > span.cta {
	color: #ffffff;
	text-shadow: 0 0 0.5em rgba(255,255,255,0.2);
}
div.infoButton {
	-webkit-box-shadow: 0 0 0.2em rgba(0,0,0,0.3);
	box-shadow: 0 0 0.2em rgba(0,0,0,0.3);
	border-radius: 0.4em;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0.75em;
	font-weight: bold;
	font-size: 0.9em;
	background: #282828; /* Old browsers */
        background: -webkit-linear-gradient(top, #555555 0%, #000000 90%);
	background: -moz-linear-gradient(top, #555555 0%, #000000 90%);
	background: -o-linear-gradient(top, #555555 0%, #000000 90%);
	background: -ms-linear-gradient(top, #555555 0%, #000000 90%);
	background: linear-gradient(top, #555555 0%, #000000 90%);
        -pie-background: linear-gradient( #555555 0%, #000000 90%);
	margin: 1em auto;
	width: 100%;
	overflow: auto;
}
div.infoButton a {
	color: #fec00f;
}
div.infoButton > a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
div.infoButton > a:hover,div.infoButton > a:active {
	color: #fec00f;
}
div.infoButton > div.icon {
	float: right;
	overflow: auto;
	margin-left: 0.5em;
	max-height: 100%;
}
table.map,iframe.map {
	max-width: 100%;
	height: 25em;
	max-height: 40em;
}

/* ==========================================================================
Registration Page Styles
========================================================================== */

form.regform {
	text-align: center;
	font-size: 0.9em;
}
form.regform header {
	border: 3px solid #444;
	padding: 0;
	margin: 0 0 0.5em 0;
	text-align: left;
}
form.regform header h2 {
	color: #fff;
	background-color: #444;
	font-size: 1.2em;
	padding: 0.2em;
	margin: 0;
}
form.regform header .subheader {
	font-weight: bold;
	padding: 0.5em;
}
form.regform header > span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 0.5em;
}
form.regform .passType {
	width: 100%;
	min-width: 14em;
	text-align: left;
	padding: 0.5em;
	border: 1px solid #444;
	border-radius: 0.5em;
	margin: 0 0 0.5em 0;
	position: relative;
	clear: none;
	overflow: hidden;
}
form.regform .passType h3 {
	text-align: center;
	margin: 0;
}
form.regform .passType .price {
	font-weight: bold;
	color: red;
	padding: 0.5em 0;
	float: left;
	overflow: auto;
	font-size: 1.2em;
}
form.regform .passType .fullprice {
	font-weight: bold;
	float: right;
	text-decoration: line-through;
	padding: 0.5em 0;
	overflow: auto;
	font-size: 1.2em;
	color: #444;
}
form.regform .passType ul {
	list-style: none;
	margin: 0 0 0.5em 0;
	padding: 0;
	clear: both;
}
form.regform .passType ul > li {
	list-style: none;
	padding: 0.5em 0;
	border-top: 1px solid #ccc;
}
/*#popup_wrap {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	padding:5%;
	z-index: 9999;
}
#popup_wrap > div {
	border-radius: 1em;
	border: 1em solid #ccc;
	width: 100%;
	max-height: 100%;
	background: white;
	padding: 5%;
	position: relative;
	overflow: auto;
}
#popup_wrap > div #c2c {
	position: absolute;
	top: 1em;
	right: 1em;
	color: red;
	cursor: pointer;
}*/

/* ==========================================================================
New Registration Page Styles
========================================================================== */
.register-step {
	overflow: hidden;
}
.register-step legend {
	font-size: 1.4em;
	font-weight: bold;
	color: #1D5DA4;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

.register-step label {
	display: block;
	padding-bottom: 0.5em;
}
.register-step .spacer {
	display: block;
	border: none;
	background: none;
	height: 2em;
	clear: both;
	outline-style: none;
}

.register-step input,
.register-step select {
	margin-bottom: 1em;
}

.register-step input,
.register-step select {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    line-height: 1.2;
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #FFF;
    color: #666;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.register-step input.security-code {
	max-width: 10em;
}

.register-step input:hover,
.register-step select:hover {
	color: #333;
}

.register-step input:focus,
.register-step select:focus {
	color: #333;
    box-shadow: 0 0 .3em rgba(0,0,255,.3);
    outline-style: none;
    border-color: #1D5DA4;
}

.passBox{
	padding: 0;
	margin: 0 auto 1em;
	position: relative;
	overflow: hidden;
    background-color: white;
    border: 2px solid transparent;
}
.passBox.is-checked {
	border: 2px solid rgba(0,0,0,.4);
	box-shadow: 0 0 .3em rgba(0,0,255,.3);
}
.passBox h2{
	margin:0;
	font-size: 1.3em;
	margin: 0;
	border-bottom:1px white solid;
	padding: 7px;
	padding: .5rem;
	color: #222;
}
.passBox h2.fake-label {
	cursor: pointer;
}

.passBox .price {
	color:#444;
	margin: 0;
	font-weight:bold;
	font-size:1.2em;
	padding: 7px;
	padding: .5rem;
	overflow: hidden;
}

.passBox .price-normal {
	float: left;
	color: red;
}

.passBox .price-full {
	float: right;
	color: #777;
	text-decoration: line-through;
}

.passBox ul{
	list-style: none;
	padding:0px;
	margin:0px;
	border: 1px solid #e6e6e6;
	border-width: 0 1px;
}
.passBox ul li{
	display: block;
	background-image: url(https://secure.bulletbusiness.com/online-gambling/images/template/arrow-list.png);
	background-position: 7px 10px;
	background-position: .5rem .7rem;
	background-repeat: no-repeat;
	/*border-top:1px #f0f0f0 solid;*/
	margin: 0;
	padding: 7px;
	padding: .5rem;
	padding-left: 21px;
	padding-left: 1.5rem;
	font-size: 0.9em;
}
.passBox ul li:first-child,
.passBox ul li.noborder{
	border-top-color: transparent;
}
.passBox .bottom {
	padding: 7px;
	padding: .5rem;
	display: block;
	float: none;
	width: 100%;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
	border: 2px solid transparent;
	color: #333;
}

.passBox .bottom:hover,
.passBox .bottom:focus,
.passBox.is-checked .bottom {
	/*border: 2px solid rgba(0,0,0,.4);
	box-shadow: 0 0 .3em rgba(0,0,255,.3);*/
	color: black;
	background-color: white;
}

.passBox .bottom input {
	display: inline-block;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

/* Pass Box Colours */

.passBox.diamond h2 {
    background-color: #90CFD8;
}
.passBox.diamond .price, .passBox.diamond .bottom {
    background-color: #AADCE3;
}

.passBox.gold h2 {
    background-color: #F5E287;
}
.passBox.gold .price, .passBox.gold .bottom {
    background-color: #F8F808;
}

.passBox.silver h2 {
    background-color: #C2C2C5;
}
.passBox.silver .price, .passBox.silver .bottom {
    background-color: #D8D8D8;
}

.corner-label {
    behavior: url(https://secure.bulletbusiness.com/online-gambling/styles/styles/PIE.php);
    position: absolute;
    right: 0;
    top: 0;
    width: 96px;
    height: 71px;
    pointer-events: none;
}

.corner-label img {
	width: 100%;
	height: 100%;
}

.required-star {
	color: red;
}

.help-link {
	display: inline-block;
	line-height: 1.5;
	text-decoration: none;
	padding: 0 0.5em;
	width: 1.5em;
	height: 1.5em;
    border-radius: 50%;
    font-weight: bold;
    background-color: #1D5DA4;
    color: white;
    margin-left: 0.5em;
    margin-top: 0.2em;
}

.reg-submit {
	clear: both;
}

.reg-submit-button {
background-color: #68C247 !important;
color: white !important;
font-weight: bold;
font-size: 1.4em !important;
max-width: 18em;
margin: 0 auto !important;
border-radius: 2px;
display: block !important;
float: none !important;
text-align: center;
text-decoration: none;
padding: .4em .7em;
}
.reg-submit-button:hover {
	background-color: #468A2E !important;
}

#popup_wrap {
    position: fixed;
    background-color: rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.popup-cell {
    text-align: center;
    height: 100%;
}

.popup-cell:before {
    content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.popup-content {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    width: 80%;
    max-width: 590px;
    margin: 0 auto;
    background-color: #FFF;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
            box-shadow: 0 0 5px rgba(0,0,0,0.5);
    padding: 20px;
    max-height: 80%;
    overflow: auto;
    text-align: left;
}

.c2c {
    display: block;
    text-align: right;
    text-decoration: none;
    color: #666;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}
.c2c:hover, .c2c:active {
    color: #333;
    cursor: pointer;
} 

.report_popup_trigger{
	
	color: #0000FF;
    cursor: help;
	 
}

/* Reg sidebar */

aside.rhs.step-sidebar {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
    text-align: center;
    display: none;
}
aside.rhs.step-sidebar > div {
	border: none;
    box-shadow: none;
    font-family: Georgia, serif;
    font-style: italic;
}

#mainheader > .headerwrapper > .headerright.reg-headerright {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
}

/* ==========================================================================
Helper classes
========================================================================== */
#mobilecheck,.nomobile {
	display: none;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before,.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}

#sharebar {
	display: none;
}

@media only screen and (min-width: 1050px) {
	#sharebar {
		display: block;
	}
}
/*Extra Reg page layout*/
form.regform .passes.two .passType {
    text-align: center;
}
form.regform .passSelect {
    background: #f1e767;
	background: -moz-linear-gradient(top, #f1e767 0%, #feb645 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1e767), color-stop(100%, #feb645));
	background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
	background: -o-linear-gradient(top, #f1e767 0%, #feb645 100%);
	background: -ms-linear-gradient(top, #f1e767 0%, #feb645 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f1e767', endColorstr = '#feb645', GradientType = 0);
	background: linear-gradient(top, #f1e767 0%, #feb645 100%);
    border: 1px solid #cccccc;
    border-radius: 2px;
    box-shadow: 0 0 0.2em rgba(0,0,0,0.1);
    margin-bottom: 1em;
}
form.regform .passSelect h3 {
	margin: .5em 0;
}
form.regform .passSelect .price {
    font-size: 1.5em;
    font-style: italic;
}
form.regform .passSelect .slidetoggle {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 0.9em;
    margin-bottom: 1em;
}
form.regform .passSelect .slideout {
	margin: 0;
	padding: 0;
	clear: both;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.9);
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	        box-shadow: 0 0 2px rgba(0,0,0,0.3);

}
form.regform .passSelect .slideout > li {
	padding: 0.5em 0;
	margin-left: 1.5em;
	text-align: left;
}
form.regform .savings {
	font-weight: bold;
}