@charset "utf-8";
html {
	height: 100%;
}
body {
	font: 12px/1.8 "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #000000;
	-webkit-text-size-adjust: none;
	background: #dfdfdf;
	background: -moz-linear-gradient(top, #dfdfdf 0%, #f3f3f3 80%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #dfdfdf 0%, #f3f3f3 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dfdfdf 0%, #f3f3f3 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dfdfdf 0%, #f3f3f3 80%); /* IE10+ */
	background: linear-gradient(to bottom, #dfdfdf 0%, #f3f3f3 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */ 
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom:10px;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
#loginbox {
	height: 100%;
}
.container {
	width: 960px;
	margin: 0 auto;
	height: 100%;
}
.header {
	min-height:70px;
}
.content {
	height: 100%;
}
.footer {
	color: #1F305B;
	padding: 10px 0;
	text-align: center;
	clear:both;
	text-shadow: 1px 1px 1px #ffffff;
}
input, select {
	font-size:11px;
	border: #b1b1b1 1px solid;
	color:#505050;
	padding-left: 5px;
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
}
/* content */
.logo {
	background-repeat:no-repeat;
	float:left;
	width:190px;
	height: 50px;
}
.login_box {
	position: relative;
	top: 50%;
	width: 428px;
	height: 179px;
	margin: -211px auto 0 auto;
	text-align: right;
	padding: 67px 20px 0 0;
	border: 1px solid #ffffff;
	//background: url(../img_player_login_ibc/Player-login-screen.png);
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 12px #c3c3c3;
	-moz-box-shadow: 3px 3px 12px #c3c3c3;
	box-shadow: 3px 3px 12px #c3c3c3;	
}
.login_box input{	
	width: 154px;
	height: 21px;
	border: 1px solid #879eb0;
	border-radius: 2px;
	-webkit-box-shadow: inset 0px 2px 7px #e8e8e8;
	-moz-box-shadow: inset 0px 2px 7px #e8e8e8;
	box-shadow: inset 0px 2px 7px #e8e8e8;	
	margin-left: 2px;
	font-family: "Segoe UI", san-serif;
	font-size: 11px;
	color: #494949;
	padding: 2px;
	background: #ffffcd;
	outline: none;
}
.login-logo {
	position: absolute;
	top: 70px; 
	left: 3px;
}
.login_box_row {
	margin-bottom: 20px;
}
.login_box_row.login_area {
	margin-bottom: 15px;
}
.input_title{
	margin-left: 10px;
	text-shadow: 1px 1px 1px #ffffff;
}
.login_area .input_title {
	font-weight: bold;
}
#langForm_landing {
	width: 85px;
	margin-right: 0px;
	margin-left: 10px;
}
.login_box_action{
	display: inline-block;
	margin: 0 -4px -5px 12px;
}
.footer_contacts {
	background: #cdd7df;
	clear: both;
	margin-top:30px;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	text-shadow: 1px 1px 1px #ffffff;
	text-align: center;
	padding-left: 5px;
}
.footer_contacts.detail, .footer_contacts .detail a {
	color: #455fc3;
}
.footer_contacts .detail strong {
	color:#000000;
	margin-left:20px;
}
.b-lightbox__overlay {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#login-failed__lightbox.b-lightbox {
	background: #ffffff;
    border: 1px solid #000000;
    display: inline-block;
    height: 130px;
    margin: -169px 0 0 -110px;
    padding: 0;
    text-align: center;
    width: 218px;
    z-index: 100000;
	position: fixed;
	top: 50%;
	left: 50%;
}
.b-lightbox__title {
    color: #FFFFFF;
    font-size: 2em;
    font-weight: 400;
    padding: 35px 0 6px;
}
.b-lightbox__content {
    color: #FFFFFF;
    font-size: 1.167em;
    margin-bottom: 1.3em;
}
.landing_img { 
	width:960px; 
	height:290px; 
	position: relative;
}
.landing_img img { 
	width:960px; 
	height:290px;
}
.login_button {
	font: 12px/1.8 "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	float: right;
	padding: 0 0 4px 0;
	box-sizing: inherit;
    border-radius: 5px;
	border-bottom: 1px solid #be460e;
	border-top: 1px solid #f09a13;
	border-left: 1px solid #e37b0f;
	border-right: 1px solid #e37b0f;
    color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
    cursor: pointer;
    height: 24px;
	line-height: 25px;
    margin: 0 68px 0 0;
    text-align: center;
    text-decoration: none;
    width: 90px;
	background: #f38429;
	background: -moz-linear-gradient(top, #f38429 0%, #e05a10 80%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #f38429 0%, #e05a10 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f38429 0%, #e05a10 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f38429 0%, #e05a10 80%); /* IE10+ */
	background: linear-gradient(to bottom, #f38429 0%, #e05a10 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38429', endColorstr='#e05a10',GradientType=0 ); /* IE6-9 */ 
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
	width:960px !important; 
	height:290px !important;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	height:290px !important;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { 
	display:block; 
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
.nivo-directionNav { 
	display:none !important;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 10px 0;
}
.nivo-controlNav a {
	cursor:pointer;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 5px;
	padding:0;
	position:relative;
	text-indent:-9999px;
	background-image: url("../img_player_login_ibc/icon_check-radio.png");
	background-position: bottom left;
	font-family:Verdana, Geneva, sans-serif;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-position: top left;	
}
/* bookie global style */
.g-hidden {
	display: none !important;
}
.g-left {
	float: left;
}
.g-right {
	float: right;
}
.g-clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}