/* @override 
	http://www.gosse.se/bingole/assets/styles/style2.css
	http://www.gosse.se/bingole/assets/styles/style.css
	http://gosse.se/bingole/assets/styles/style.css
	http://bingole.p42.se:8082/assets/styles/style.css
*/

body, html {
	background-color: #a6002b;
}

html {
	overflow-x: hidden;
}

* {
	outline: none;
}

body {
	text-align: center;
	background: url(../images/bg_body.png) repeat-x 0 0;
	color: #fffeff;
	font: 12px/18px Helvetica, Arial, Geneva, sans-serif;
	height:100%;
}

.clear {
	clear: both;
}

.regBox {
	position: absolute;
	height: 1px;
	width: 1px;
	top:-720px;
	
}
.regBox_bkg {
	display:none;
	position: fixed;
	top: 0px;
	right: 0px;
	left:0px;
	bottom:0px;
	margin-bottom:0px;
	border: none;
	width: 100%;
	height: 100%;
	z-index: 11000;
	text-align: center;
	background-image: url(../images/bg_regbox.png);
}

.regBox.show {
	position: absolute;
	top: 0px;
	right: 0px;
	left:0px;
	bottom:0px;
	margin-bottom:0px;
	border: none;
	width: 100%;
	height: 100%;
	z-index: 10000;	
	text-align: center;
}
.regBox.show .regBox_bkg{ display:block;}
.regBox_inner {
	position:relative;
	z-index:12000;
	height: 720px;
	background-repeat: no-repeat;
	background-position: center 0;
}

.regBox iframe {
	width: 720px;
	background-color: transparent;
	margin: 0 auto;
	height: 670px;
	border: none;
}

.page {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

.content {
	margin-bottom: 20px;
}

.header {
	height: 100px;
	background: url(../images/bg_header.png) no-repeat;
	position: relative;
}

.header .session_box {
	position: absolute;
	left: 210px;
	top: 40px;
	width: 495px;
	height: 60px;
	background: url(../images/bg_session_box.png) no-repeat;
}

.header .loggedinuserinfo {
	position: absolute;
	left: 230px;
	top: 52px;
	font-size: 15px;
}

.header .loggedinuserinfo a {
	color: pink;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.header form {
	position: relative;
	top: 19px;
	left: 9px;
}

.header input.text {
	border: none;
	padding: 4px 0 0 4px;
	color: #333;
	width: 138px;
	height: 20px;
	margin-right: 4px;
	outline: none;
	background-color: transparent;
}

.header input.text.placeholder {
	color: #aaa;
}

.header label span {
	display: none;
}

.header input.hidden {
	height: 0;
	width: 0;
	border: none;
}

.header .fake_submit {
	height: 25px;
	width: 88px;
	position: absolute;
	top: -1px;
	right: 110px;
	z-index: 100;
	cursor: pointer;
}

h1 a {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 170px;
	height: 60px;
}

h1 span {
	display: none;
}

.header .tabs {
	position: absolute;
	left: 710px;
	top: 79px;
	width: 180px;
	height: 26px;
	z-index: 100;
	background: url(../images/tabs.png) no-repeat 0 -9px;
}

.header .tabs.inverted {
	background: url(../images/tabs.png) no-repeat -182px -9px;
}

.header .tabs a {
	display: block;
	height: 100%;
	float: left;
	width: 50%;
}

.header .tabs span {
	display: none;
}

.header a.abs {
	display: block;
	position: absolute;
}

.header a.abs span {
	display: none;
}

.header a.linkRegister {
	display: block;
	left: 606px;
	top: 54px;
	width: 60px;
	height: 14px;
	z-index: 1;
}

.header a.linkForgotPass {
	display: block;
	left: 606px;
	top: 68px;
	width: 95px;
	height: 14px;
	z-index: 1;
}

.header p.login_warning {
	position: absolute;
	top: 45px;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffd8b7;
	left: 8px;
}

.splash {
	height: 253px;
	padding: 0 38px;
	background: url(../images/bg_splash.jpg) no-repeat center top;
	color: #aee1f6;
}

.splash_inner {
	position: relative;
}

.splash .main {
	position: absolute;
	top: 10px;
	left: 290px;
	width: 260px;
}

.splash .main h2 {
	margin: 20px 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}

.splash .main p {
	margin: 20px 0;
	font-size: 15px;
}

.splash .main p strong {
	margin: 20px 0;
	font-weight: bold;
	font-size: 17px;
	color: #caf7fb;
}

.splash h3 {
	font-size: 14px;
}

.splash .lists {
	position: absolute;
	top: 20px;
	left: 590px;
	width: 230px;
}

.splash .list_1 {
	height: 46px;
	position: relative;
}

.splash .list_1 .badge {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}

.splash .list_2 {
	height: 93px;
}

.splash .list h3 {
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 10px;
	color: white;
}

.splash ul .value {
	font-weight: bold;
	color: #f0b900;
	display: block;
	float: left;
	width: 50px;
	text-align:right;
	margin-right: 5px;
}

.content {
	background: url(../images/bg_content_upper.jpg) no-repeat 0 top;
}

.content_inner {
	padding: 18px 0 15px;
	background: url(../images/bg_content_lower.jpg) no-repeat 0 bottom;
}

.games {
	height: 85px;
	margin: 10px 40px 0;
	position: relative;
	background: url(../images/bg_games.jpg) no-repeat center top;
}

.games a {
	height: 85px;
	width: 140px;
	display: block;
	float: left;
}

.content .boxes {
	overflow: hidden;
	padding: 5px 30px 0;
}

.content .box {
	float: left;
	width: 286px;
	height: 180px;
	background: url(../images/bg_content_box.png) no-repeat;
}

.content .box .box_inner {
	padding: 20px;
}

.content .box.last {
	float: right;
}

.content .box.last .box_inner {
	
	height: 132px;
	background: url(../images/man.jpg) no-repeat 110px 18px;
}

.content .box h3 {
	font-size: 17px;
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 10px;
	color: #f0b230;
}

.content .box p {
	margin-bottom: 13px;
	font-size: 11px;
	line-height: 17px;
}

.button {
	text-align: center;
	width: 122px;
	position: relative;
	height: 25px;
	overflow: hidden;
	background-image: url(../images/bg_button_narrow.png);
}

.button.wide {
	width: 233px;
	background-image: url(../images/bg_button_wide.png);
}

.button a {
	color: #c10034;
	padding-top: 4px;
	z-index: 1px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-shadow: #f1e29d 0 1px 0;
}

.footer {
	background: url(../images/bg_footer_ppfade.png) no-repeat 0 -1px;
	text-align: center;
}

.footer_inner {
	height: 153px;
	position: relative;
}

.footer p {
	position: absolute;
	bottom: 14px;
	left: 45px;
	right: 40px;
	font-size: 8px;
	line-height: 10px;
	color: #c96571;
}

.footer a {
	color: #ffc5d6;
	text-decoration: none;
}

.footer .symbol {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	z-index: 10;
	overflow: hidden;
	display: block;
}

.footer .symbol a {
	position: absolute;
	height: 100%;
	width: 100%;
}

.footer .symbol span {
	visibility: hidden;
}

.footer .symbol#symbol_toc {
	top: 45px;
	width: 95px;
	left: 50px;
	height: 20px;
}

.footer .symbol#symbol_pp {
	top: 45px;
	width: 112px;
	left: 155px;
	height: 20px;
}

.footer .symbol#symbol_about {
	top: 45px;
	width: 78px;
	left: 275px;
	height: 20px;
}

.footer .symbol#symbol_jr {
	top: 45px;
	width: 98px;
	left: 363px;
	height: 20px;
}

.footer .symbol#symbol_barclays {
	top: 78px;
	width: 110px;
	left: 133px;
	height: 30px;
}

.footer .symbol#symbol_verisign {
	top: 78px;
	width: 70px;
	left: 53px;
	height: 35px;
}

.footer .symbol#symbol_3percent {
	top: 0;
	width: 65px;
	left: 745px;
	height: 40px;
}

.footer .symbol#symbol_isleofman {
	top: 0;
	width: 40px;
	left: 825px;
	height: 45px;
}

#game {
	margin: -13px 24px 0;
}
