﻿

html, body {
	/*height: 101%;*/
	position: relative;
	topmargin: 0;
	leftmargin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	border-collapse: collapse;
	scrollbar-base-color:#ac0000;
  	scrollbar-3dlight-color:#ac0000;
	scrollbar-arrow-color:#FFFFFF;
  	scrollbar-darkshadow-color:#282828;
  	scrollbar-face-color:#ac0000;
  	scrollbar-highlight-color:#FFFFFF;
  	scrollbar-shadow-color:#ac0000;
  	scrollbar-track-color:#ac0000;
  	background-color: #ffffff;
}

#login_content {
	height: 287px;
	
	
	
	
		background-image: url("../custom/betweb/img/login_main.jpg");
	
	background-repeat: no-repeat;
}

#login_top {
	
	
		height:279px;
	
	
	
	background-repeat: no-repeat;
}

#importantBtn {
	display: none;
}

#box_right_top {
	
	
	
	
		background-image: url("../img/box_right_top.gif");
	
	height:16px;
	background-repeat: no-repeat;
}
#box_right_bottom {
	
	
	
	
		background-image: url("../img/box_right_bottom.gif");
	
	position:relative;
	clear:both;
	height:16px;
	background-repeat: no-repeat;
}
#box_middle_top_chronological {
	display:none;
}
#box_middle_content_chronological {
	overflow:auto;
}
#box_middle_bottom_chronological {
	display:none;
}

#flexbackgroundmain {
	display: none;
}

#flexbackgroundlogin {
	display: none;
}

#login_head {
	position: relative;
	float: right;
	top: 65px;
	right: 50px;
	font-weight:bold;
}

#login_language_flags {
	position: relative;
	float: right;
	
	
		top: 4px;
	
	right: 48px;
	font-weight:bold;
	border:0px solid blue;
}

#login_area {
	border: 0px solid red;
	position: relative;
	top: 105px;
	left: 662px;
	background-color: #ac0000;
	padding-left: 10px;
	padding-top: 5px;
	width: 271px;
	height: 80px;
}

#login_button {
	position: relative;
	float: right;
	right: 15px;
	
	
		top: 110px;
	
	width: 250px;
	font-weight:bold;
	margin-top: 10px;
	/* margin-right: -10px; */
}

.migration-info {
	font-size: large;
	color: white;
}

.migration-info-announced {
    color: white;
    position: absolute;
    top: 50px;
    background-color: #ac0000;
    padding: 20px 0px;
    width: 100%;
    text-align: center;
    font-size: large;
}

#login_help {
	position:relative;
	float:left;
	font-weight:bold;
}

#main_help {
	position:relative;
	float:left;
}

#gastlogin_button {
	position: relative;
	float: left;
	top: 100px;
	right: 200px;
	font-weight:bold;
	margin-top: 10px;
}

#competition {
	display:none;
}

.login_button {
	position: relative;
	float: right;
	top: 120px;
	
	
		right: 0px;
	
	font-weight:bold;
	margin-top: 10px;
}

#login_bottom {
	
	
	
		background-color: #ffffff;
	
	background-repeat: no-repeat;
	
	
		height: 99px;
	
}

#login_footer {
	background-color: #ffffff;
	height: 100px;
}


#login_label {
	float:left; 
	width: 125px; 
	position: relative; 
	top: 7px; 
	overflow: show;
}

#login_field {
	float:left; 
	width: 75px;
	width: 146px; 
	left:10px; 
	position: relative; 
	overflow: show;
}

#acceptAGB {
	clear:both;
	position: relative;
	top: 7px;
	width:300px;
}

#contactText {
	width: 990px;
	top:-168px;
	left: 30px;
	font-size: 14px;
	border: 0px solid cyan;
	position:relative;
	clear:both;
	height:0px;
}

#border {
	position:relative;
	margin: auto;
	width:990px;
	
	
		min-height: calc(97% - 1px);
		display: flex;
		flex-direction: column;
	
	
		width: 998px;
		border-left: 1px solid #858585;
		border-right: 1px solid #858585;
		border-collapse: collapse;
	
}

#top {
	position:relative;
	clear:both;
	height: 1px;
	width: 986px;
	border: 0px solid blue;
	margin: auto;
}

p {
	

}

#topBack {
	clear:both;
	float:left;
	position:relative;
	width: 986px;
	margin-bottom:3px;
	margin-left:4px;
	
	line-height: 21px;
}

#logo {
	position:relative;
	float:left;
	border: 0px solid red;
	height: 65px;
}

.PrinterServiceContainer {
	  width: 132px;
	  max-width: 132px;
	  padding: 4px;
}

/*************
* Progressbar start
**************/
.progress {
    height:5px;
    border-radius:2px;
    position:relative;
    overflow:hidden;
    margin: 0px 5px;
}
.progress:after, .progress:before {
    content: " ";
    position:absolute;
    height:100%;
    left:0;
    width:10px;
    z-index:1;
}
.progress:after {
    left:auto;
    right:0;
}
.progress > span {
    content: " ";
    top:0;
    z-index:3;
    width:100%;
    height:100%;
    position:absolute;
}
.progress > span:before {
    content: " ";
    top:0;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
}
.progressvalue {
    width:20px;
    top:-50%;
    height:250%;
    position:absolute;
    animation: progressvalueglow 2s linear infinite;
    -webkit-animation: progressvalueglow 2s linear infinite;
    z-index:2;
	-webkit-mask-image: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 70%,rgba(0,0,0,0) 100%);
	mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 70%,rgba(0,0,0,1) 100%);
    background:#ac0000;
}
@-webkit-keyframes progressvalueglow {
    from {
        left:-10px;
    }
    to {
        left:100%;
    }
}
@-moz-keyframes progressvalueglow {
    from {
        left:-10px;
    }
    to {
        left:100%;
    }
}
@-o-keyframes progressvalueglow {
    from {
        left:-10px;
    }
    to {
        left:100%;
    }
}
@keyframes progressvalueglow {
    from {
        left:-10px;
    }
    to {
        left:100%;
    }
}

/*************
* Progressbar End
**************/




#logout_2 {
	position: relative;
	float:right;
	width:40px;
	
	
		margin-right:10px;
		font-size: 10px;
	
}

#banner {
	margin: auto;
	position: relative;
	left: 265px;
	clear:both;
	width: 468px;
	height: 60px;
}

#oddsFormat {
	position: relative;
	float: right;
	right: 4px;
	top:-1px;
	border: 0px solid magenta;
	
}

#oddsFormats {
	position: absolute;
	border: 1px solid black;
	top: 1200px;
	left: 0px;
	padding: 5px;
	width: 120px;
	background-color:white;
	z-index:801;
}
.oddsFormat {
	position: relative;
	cursor:pointer;
	float: left;
	font-size: 12px;
	width: 120px;
}
.oddsFormat:hover {
	background-color:#e1b1b1; 
}

#oddsFormatSelection {
	font-size: 12px;
	cursor:pointer;
}

#language_flags {
	position: relative;
	float: right;
	
	padding-left: 5px;
    padding-right: 5px;
    line-height: 24px;
    padding-top: 8px;
    cursor: pointer;
    height: 22px;
}


#languages {
	position: absolute;
	border: 1px solid black;
	top: 1200px;
	left: 0px;
	padding: 5px;
	width: 320px;
	background-color:white;
	z-index:801;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    line-height: 14px;
}

.language {
	position: relative;
	float: left;
	font-size: 12px;
	
	
		width: 160px;
	
}

.languageName {
	unicode-bidi: plaintext;
}

.language a {
	text-decoration: none;
	color: #282828;
}

.language a img {
	width: 22px;
	border: 1px solid black;
	
}

.language:hover {
	background-color:#e1b1b1; 
}

.offer_tree_text_outside {
	height:39px;
	width:175px;
	display:table-cell;
	vertical-align:middle;
}

.offer_tree_text_inside {
	width:175px;
	margin:0 auto;
}

.tip_text_outside {
	height:39px;
	display:table-cell;
	vertical-align:middle;
}

.tip_text_inside {
	margin:0 auto;
	padding-left: 5px;
}

#zoom {
	position:relative;
	float: left;
	left: 10px;
}

.zoomIn {
	position:relative;
	float:left;
	background-image: url("../img/btn_plus.png");
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.zoomIn:hover {
	background-position: 0px 14px;
}

.zoomOut {
	position:relative;
	float:left;
	background-image: url("../img/btn_minus.png");
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.zoomOut:hover {
	background-position: 0px 14px;
}

.zoomTxt {
	position: relative;
	float:left;
	color: #414d5b;
	padding-left: 5px;
}

.zoomTxt div {
	position: relative;
	float:left;
}

#oddsSheet {
	position: relative;
	float: right;
	margin-right: 5px;
}
#tables {
	position: relative;
	float: right;
	margin-right: 5px;
}

#agb {
	position: relative;
	float: right;
	margin-right: 5px;
}

#help {
	position: relative;
	float: right;
	margin-right: 5px;
}

#imprint {
	position: relative;
	float: right;
	margin-right: 5px;
}

#logout {
	position: relative;
	float: right;
	font-size: 12px;
	margin: 0px 10px;
}

#userArea {
	position: relative;
	float: right;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
}

/**/

#topimg {
	position: relative;
	clear:both;
	background-repeat: no-repeat;
	background-color: #ac0000;
	height: 98px;
	background-position-y: -19px;
	width: 990px;
	margin: auto;
	
	border: 0px solid blue;
	
	
		background-image: url("../custom/betweb/img/top.jpg");
		background-position-y: 0px;
	
	
	
	
}

#field_txt {
	position: relative;
	left: 705px;
	top: 30px;
	font-size: 20px;
	color: #FFFFFF;
	border: 1px solid cyan;
	width: 270px;
}

#topmenu {
	position:relative;
	float:left;
	border: 0px solid cyan;
	
	
		/*margin-left: 175px;*/
		width: 537px;
	
	height: 15px;
}

.topmenu_item {
	border: 0px solid magenta;
	float:left;
}

a.topmenu span {
	
	
		
		
			font-size: 13px;
		
	
}

#ticker {
	position:relative;
	clear:both;
	
		left: 4px;
	
	margin-top: 3px;
}

#main {
	position: relative;
	float:left;
	background-color: #d7d7d7;
	width: 990px;
	
		margin: auto;
		margin-top: 3px;
		margin-left: 4px;
	
	
	/**/
	
	
		display: flex;
		flex: auto;
		
}

#promotion {
	position: relative;
	float:left;
	clear:both;
	background-color: #d7d7d7;
	width: 990px;
	min-height: 600px;
}

#promotionNavi {
	position:relative;
	float:left;
	width: 160px;
	margin-top: 50px;
	margin-left: 35px;
	color:white;
}

#promotionImage {
	position:relative;
	float:left;
	width: 520px;
	height: 380px;
	margin-top: 60px;
	margin-left: 0px;
	color:white;
	
	
		background-image: url("../img/promotion.gif");
	
}

#promotionLogin {
	position:relative;
	float:left;
	width: 520px;
	height: 380px;
	margin-top: 90px;
	margin-left: 15px;
	color:white;
}

#promotionLogout {
	position:relative;
	float:left;
	width: 520px;
	height: 380px;
	margin-top: 80px;
	margin-left: 15px;
	color:white;
}

#promotionNews {
	position:relative;
	float:left;
	width: 200px;
	margin-top: 60px;
	margin-left: 40px;
	padding: 5px;
	color:white;
	text-align: center;
}

#promotionNewsHeadline {
	font-size: 15px;
	margin-bottom: 10px;
}

#promotionNewsText {
	margin-bottom: 10px;
}

#promotionNewsUrl {
	color: #ffffff;
	text-decoration: none;
}
	
#promotionNewsUrl:visited {
	color: #ffffff;
	text-decoration: none;
}
	
#promotionNewsUrl:active {
	color: #ffffff;
	text-decoration: none;
}
	
#promotionNewsUrl:hover {
	color: #ac0000;
	text-decoration: none;
}

#promotionNewsNavi {
	cursor: pointer;
}

#promotionNewsNavi #last {
	position:relative;
	float:left;
}

#promotionNewsNavi #next {
	position:relative;
	float:right;
}

#feedbackmain {
	position: relative;
	float:left;
	background-color: #d7d7d7;
	font-size: 10px;
	width: 100%;
	height: 100%;
}

#col_left {
	position: relative;
	float: left;
	width: 220px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px solid green;
}

#box_left_content {
	padding-left:2px;
	margin: auto;
	
	
	
	
		background-image: url("../img/box_left_middle.gif");
	
	background-repeat: repeat-y;
}

.wettangebot_header {
	position: relative;
	text-align: right;
	margin-bottom: 10px;
	font-weight:bold;
	padding-right:5px;
	#top: -10px;
	color: #ffffff;
}

.wettangebot_button {
	clear:both;
	width: 216px;
	height: 40px;
	vertical-align: middle;
	border: 0px solid red;
}

#ticketCheckerDiv {
	position:relative;
	float:left;
	top:-12px;
	left:10px;
	margin-top:-10px;
	margin-bottom:-10px;
}

#wizard {
	position: relative;
	clear: both;
	float:left;
}
#wizard_response {
	position:relative;
	clear:both;
	float:left;
	margin-top:10px;
}

#bets {
	position:relative;
	clear:both;
	overflow:hidden;
}

#chronologicalbets {
	position:relative;
	clear:both;
}

div#tipDiv {
    color:#000000; 
    font-size:11px; 
    line-height:1.2;
    background-color:#e1b1b1; 
    border:1px solid #000000; 
    width:210px; 
    padding:4px;
}

#col_main {
	position: relative;
	float: left;
	width: 440px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px solid yellow;
}

#col_chronological {
	position: relative;
	float: none;
	/*margin-left: 10px;*/
	/*margin-right: 10px;*/
	/*margin-top: 10px;*/
	/*margin-bottom: 10px;*/
	border: 1px solid black;
	background-color: #ffffffee;
	padding-top: 16px;
	padding-bottom: 16px;
}

#box_middle_content {
	width: 437px;
	padding-left: 1px;
	overflow: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
}

.league_header {
	font-weight: bold;
	color: #282828;
	margin-left: 5px;
	position:relative;
	float:left;
}

#statsIcon {
	position:relative;
	float:right;
	right: 3px;
	margin-right: 3px;
}

.date_header {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 2px;
	width:200px;
	position:relative;
	float:left;
	clear:both;
}

.betarea_header {
	position: relative;
	clear: both;
	border: 0px solid magenta;
	
	height: 15px;
	margin-left: 1px;
	margin-bottom: 1px;
}

.betarea_header_title {
	position: relative;
	margin-right:1px;
	margin-bottom:1px;
	float:left;
	background-color: #282828;
	color: #ffffff;
	height: 15px;
	text-align: center;
}

.betarea_header_item {
	position: relative;
	margin-right:1px;
	float:left;
	background-color: #282828;
	color: #ffffff;
	height: 15px;
	text-align: center;
}

.betarea_row {
	position: relative;
	clear: both;
	margin-left: 1px;
	margin-bottom: 1px;
	float:left;
}

.betarea_spacer {
	position:relative;
	clear: both;
	height: 1px;
	width: 400px;
	border: 0px solid cyan;
}

.betarea_time {
	position: relative;
	float:left;
	padding-top: 5px;
	margin-right:1px;
	background-color: #858585;
	color: #ffffff;
	height: 35px;
	text-align: center;
	vertical-align: middle;
}

.betarea_text {
	position: relative;
	float:left;
	padding-top: 12px;
	margin-left:1px;
	background-color: #858585;
	color: #ffffff;
	height: 28px;
	text-align: center;
	vertical-align: middle;
}

.betarea_k {
	position: relative;
	padding-top: 5px;
	margin-right:1px;
	float:left;
	background-color: #858585;
	color: #ffffff;
	height: 35px;
	text-align: center;
	vertical-align: middle;
}

/**/
.betarea_team {
	position:relative;
	float:left;
	background:url("../_internal/cbcx_cimg!0/ttvytj5njzp1lm7b002ameqexcaneq4.gif") no-repeat; 
	background-position: 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	height: 40px;
	vertical-align: middle;
}
/**/
.betarea_team_active {
	position:relative;
	float:left;
	background:url("../_internal/cbcx_cimg!0/33df99mq07xxo7tatmhhvbjjyazys8n.gif") no-repeat; 
	background-position: 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	height: 40px;
	vertical-align: middle;
}
/**/
.betarea_odd {
	position: relative;
	background:url("../_internal/cbcx_cimg!0/fmzhvflcw7vqexu70a55gagpbk482m7.gif") no-repeat; 
	text-decoration: none;
	cursor: pointer;
	float:left;
	color: #ffffff;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}

/**/
.betarea_odd_active {
	position: relative;
	background:url("../_internal/cbcx_cimg!0/lzibxsljsy09eh1yo5n0715deee5y5z.gif") no-repeat; 
	text-decoration: none;
	cursor: pointer;
	float:left;
	color: #ffffff;
	height: 40px;
	vertical-align: middle;
	text-align: center;
}

.odditem_small {
	position: relative;
	padding-top: 12px;
	height:28px;
	width: 46px;
}

a.odd_small {
	background:url("../_internal/cbcx_cimg!0/fmzhvflcw7vqexu70a55gagpbk482m7.gif") no-repeat; 
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}

a.odd_small:visited {
	background-position: 0 0;
}

a.odd_small:active {
	background-position: 0 -80px;
}

a.odd_small:hover {
	background-position: 0 -40px;
}

a.odd_small_active {
	background:url("../_internal/cbcx_cimg!0/fmzhvflcw7vqexu70a55gagpbk482m7.gif") no-repeat; 
	background-position: 0 -80px;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}

a.odd_small_active:visited {
	background-position: 0 -80px;
}

a.odd_small_active:active {
	background-position: 0 -80px;
}

a.odd_small_active:hover {
	background-position: 0 -80px;
}

/**/
.keypad_ok {
	position: relative;
    background-color: #282828;
	text-decoration: none;
	cursor: pointer;
	float:left;
	color: #ffffff;
    height: 38px;
	vertical-align: middle;
	text-align: center;
    border: 1px solid white;
}
.keypad_ok:hover {
	background-color: #ac0000;
}
/**/
.keyboard_ok {
	position: relative;
    background-color: #282828;
	text-decoration: none;
	cursor: pointer;
	float:left;
	color: #ffffff;
    height: 38px;
	vertical-align: middle;
	text-align: center;
    border: 1px solid white;
}
.keyboard_ok:hover {
	background-color: #ac0000;
}

/**/
.keyboard_button {
    position: relative;
    float: left;
    background-color: #282828;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    height: 38px;
    width: 44px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid white;
}

.keyboard_button:hover {
	background-color: #ac0000;
}

.keyboard_chars {
	position: relative;
	padding-top: 12px;
	height:28px;
	width: 46px;
}


.teamitem {
	position: relative;
	height:35px;
	width: 143px;
	padding-top: 5px;
}

.team_content {
	float: left;
	border: 0px solid green;
	width: 118px;
	overflow:hidden;
	white-space:nowrap;
}

.team_arrow {
	float: right;
	min-width: 18px;
	position: relative;
	right: 5px;
	border: 1px solid white;
	background-color: #858585;
	top: 7px;
	text-align:center;
}

#col_right {
	display:none;/*180725*/
	position: relative;
	float:left;
	width: 290px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px solid cyan;

}

#col_offer {
	position: relative;
	float:left;
	width: 100%;
	flex: auto;
}

#box_right_content {
	position:relative;
	padding-left:2px;
	margin: auto;
	overflow: auto;
	
	
	
	
		background-image: url("../img/box_right_middle.gif");
	
	background-repeat: repeat-y;
}

#flex_container {
	
	
	
	
		background-image: url("../img/box_right_middle.gif");
	
	background-repeat: repeat-y;
}

#my_area {
	display:none;/*180725*/
	position: relative;
	margin-top: 0px;
}

#link_area {
	position: relative;
	clear:both;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-top: 0px;/*180725*/
	margin-bottom: 0px;/*180725*/
}

#error_msg {
	color: red;
}

#user_balance_area {
	position:relative;
	float: right;
	color: #282828;
	font-weight: bold;
	border:0px solid red;
	height: 15px;
	width:200px;
	top:-12px;
	
	
		font-size: 10px;
		margin-right: -10px;
	
}

#my_area_content {
	position:relative;
	width:286px;
	float:left;
	background-color: #ac0000;
	color: #282828;
	font-weight: bold;
	border:0px solid red;
}

.text_label {
	position: relative;
	left: 20px;
	width: 110px;
	float: left;
	margin-top: 10px;
	margin-right:6px;
}

.text_info {
	position: relative;
	float:left;
	left: 18px;
	margin-top: 10px;
	font-weight: normal;
}

.send_button_content {
	position: relative;
	width: 72px;
	height: 20px;
	left: 25px;
	top: 3px;
}

.send_button_content100 {
	position: relative;
	width: 100px;
	height: 20px;
	left: 25px;
	top: 3px;
	text-align: left;
}

.send_button_content150 {
	position: relative;
	width: 150px;
	height: 20px;
	left: 25px;
	top: 3px;
	text-align: left;
}

.button_single_content {
	border: 0px solid blue;
	position: relative;
	width: 70px;
	height: 20px;
	left: 25px;
	top: 3px;
	font-weight: bold;
}

.button_combi_content {
	position: relative;
	width: 104px;
	height: 20px;
	left: 25px;
	top: 3px;
	font-weight: bold;
}

.button_system_content {
	border: 0px solid blue;
	position: relative;
	width: 112px;
	height: 20px;
	left: 25px;
	top: 3px;
	font-weight: bold;
}

#ticket_area {
	position: relative;
	
		margin-top: 10px;
	
}

.ticket_small {
	position: relative;
	float: left;
}

.ticket_headline {
	margin-top: 1px;
	margin-bottom: 1px;
	width: 286px;
	height: 15px;
}

.ticket_headline_wette {
	position: relative;
	width: 195px;
	left: 0px;
	padding-left: 5px;
	height: 15px;
	color: #ffffff;
	background-color: #282828;
	float: left;
}
.ticket_subline_center {
	position: relative;
	width: 195px;
	left: 0px;
	padding-left: 5px;
	height: 15px;
	color: #ffffff;
	background-color: #282828;
	float: left;
	cursor: pointer;
}

.ticket_headline_odd {
	position: relative;
	width: 50px;
	left: 0px;
	height: 15px;
	color: #ffffff;
	background-color: #282828;
	margin-right: 0px;
	float: left;
}

.ticket_headline_left {
	position: relative;
	width: 35px;
	float: left;
	left: 0px;
	height: 15px;
	color: #ffffff;
	background-color: #282828;
	margin-left: 1px;
}

.ticket_subline {
	margin-bottom: 1px;
	width: 286px;
	height: 15px;
	background-color: #282828;
	color: #ffffff;
	position:relative;
	clear:both;
}

.ticket_subline_delete {
	position: relative;
	right: 15px;
	cursor: pointer;
	float: right;
}

.ticket_subline_deselect {
	position: relative;
	float: left;
	padding-left: 50px;
}

#possWinSelector {
	border: 0px solid red;
	
}
#system_combi_select{
	
}

.selector {
	height:20px;
	
}
.textinput {
	
}
.textinput2 {
	
}

#ticket_event {
	position: relative;
	float: left;
	border: 0px solid red;
	width: 286px;
	border: 0px solid green;
	height: 55px;
	margin-bottom: 1px;
}

.tipInfo {
	#margin: auto;
	margin-right: 1px;
	#margin-bottom: 1px;
	width: 200px;
	position:relative;
	float: left;
	color: #ffffff;
	background-color: #858585;
	border: 0px solid cyan;
	cursor:pointer;
	height: 54px;
}

#tipInfoLine {
	width: 200px;
	color: #ffffff;
	background-color: #858585;
	float:left;
	position:relative;
}

#tipLineLineLeagueText {
	padding-left: 5px;
}

#tipLineGame {
	width: 200px;
	color: #ffffff;
	background-color: #858585;
	overflow: hidden;
}

#tipLineTeam {
	padding-left: 5px;
	width: 300px;
}

#tipLineInfo {
	padding-left: 5px;
}

#tipInfoText {
	padding-left: 5px;
	float: left;
}

#ticket_superbonus {
	position:relative;
	clear:both;
	font-weight:bold;
	text-align:center;
	margin-bottom: 1px;
	margin-top: 1px;
	padding-top:1px;
	width: 286px;
	height: 15px;
	background-color: #e1b1b1;
	color: #282828;
}

#ticket_superbonus_highlight {
	display: none;
}

#ticket_superbonus_text {
	position: relative;
	text-align:left;
	float:left;
	padding-left:5px;
	margin-top: 1px;
	width:200px;
}

#ticket_superbonus_value {
	margin-top: 1px;
	position: relative;
	float:left;
	width:49px;
}

.tipOdd {
	margin: auto;
	margin-right: 1px;
	float: left;
	width: 49px;
	color: #FFFFFF;
	background-color: #858585;
	border: 0px solid magenta;
	height: 54px;
}

#tipLineOddSys {
	position: relative;
	vertical-align: middle;
	text-align: center;
	border: 0px solid yellow;
}

.tipDel {
	margin: auto;
	float: left;
	width: 35px;
	color: #FFFFFF;
	background-color: #858585;
	border: 0px solid magenta;
	cursor: pointer;
	height: 54px;
}

.tipDelSign {
	position: relative;
	vertical-align: middle;
	text-align: center;
	border: 0px solid yellow;
	cursor: pointer;
}

#system {
	position: relative;
	clear: both;
}

#kombi {
	position: relative;
	clear: both;
	top: 10px;
}

#single {
	position: relative;
	clear: both;
	top: 10px;
}

.finalTicketContent {
	position:relative;
	clear:both;
	margin-top: 10px;
}

#ticket {
	position: relative;
	clear: both;
	top: 10px;
	width:99%;
}



#AlertWindow {
		position: absolute;
		top: 60px;
		left: 20%;
		width: 60%;
		background: white;
		background-repeat: repeat-y;
		margin-bottom: -3px;
		cursor: default;
   		z-index: 1000;
	}	



#AlertWindowContent {
	position:relative;
	clear:both;
	background-color:white;
	float:left;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

#AlertWindow2 {
	position: fixed;
	z-index: 1000;
}

#AlertWindow3 {
	position: absolute;
	background-color: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #ac0000;
	z-index: 1000;
	padding: 5px;
}

#Dimmer {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 1px solid #282828;
	background-color: black;
	margin-bottom: -3px;
	/* for IE */
 	filter:alpha(opacity=0.7);
	/* CSS3 standard */
	opacity:0.7;
	z-index: 999;
}
div#spinner {
    height: 100%;
    width: 100%;
    position: relative
}
div#spinner img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

div#spinner #loadingMessage {
    color: white;
    margin: 0;
    position: absolute;
    top: 55%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

#TransparentLayer {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 1px solid #282828;
	background-color: black;
	margin-bottom: -3px;
	/* for IE */
 	filter:alpha(opacity=0.0);
	/* CSS3 standard */
	opacity:0.0;
	z-index: 800;
}

#TooltipWindow {
	position: absolute;
	top: 1200px;
	left: 0px;
	width: 138px;
	
	
	
	
		background-image: url("../img/box_right_middle.gif");
	
	background-repeat: repeat-y;
	margin-bottom: -3px;
}


#footer {
	width: 990px;
	
		margin: auto;
		margin-top: 3px;
	
	border: 0px solid cyan;
	position:relative;
	clear:both;
	height:20px;
	display: flex;
}

#footer_left {
	float: left;
	position:relative;
	width: 687px;
	background-color: #ac0000;
	margin-right: 3px;
	height: 20px;
}

#footer_left_text {
	float: left;
	color: #ffffff;
	position:relative;
	margin: 3px 5px 3px 5px;
}

#footer_left_text div {
	float: left;
}

a.footer_left_link {
	text-decoration:none;
	color: white;
}

#footer_right {
	float: right;
	width: 300px;
	background-color: #282828;
	height: 20px;
	position:relative;
}

#watch {
	color:white;
	text-align:center;
	margin-top:3px;
}

/*********************************************************/
/*			FORMS										 */
/*********************************************************/

input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
}

input[type=text], input[type=email], input[type=password], input[type=number], textarea, select {
	font-size: 16px;
}

input[type=number] {
	text-align: right;
}

#userArea input#username, #userArea input#password {
	font-size: 14px;
}

input#username, input#password {
	font-size: 10px;
}

input[type=number] {
    -moz-appearance:textfield;
}

/*********************************************************/
/*			LINKS										 */
/*********************************************************/

a.topmenu {
	color: #ffffff;
	text-decoration: none;
	padding: 6px 16px 6px;
}

a.topmenuRight {
	padding: 6px 4px 6px;
}

a.topmenu:visited {
	color: #ffffff;
	text-decoration: none;

}

a.topmenu:active {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 5px solid #ffffff;
}

a.topmenu:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 5px solid #ffffff;
}

a.topmenu.active {
	border-bottom: 5px solid #ffffff;
}

a.topmenu_active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.topmenu_active:visited {
	color: #ffffff;
	text-decoration: none;
}
a.topmenu_active:active {
	color: #ffffff;
	text-decoration: none;
}
a.topmenu_active:hover {
	color: #ffffff;
	text-decoration: none;
}

.zeile
{
	position:relative;
	clear:both;
	padding-right: 1px;
	margin-bottom: 4px;
	width: 435px;
	float:right;
	
}

.ueberschrift
{
	position: relative;
	clear: both;
	width: 435px;
	height: 18px;
	background-color:#858585;
	color:white;
	font-weight: bold;
	text-align: left;
	margin: auto;
	margin-bottom: 1px;
}
.ueberschrift_format
{
	color:white;
	font-weight: bold;
	text-align: left;
	margin-left: 5px;
}

.tipp
{
	position: relative;
	float: left;
	margin-bottom: 1px;
	background-color: #858585;
	height: 40px;
}

.label
{
	position: relative;
	float: left;
	margin-left: 1px;
	border:0px;
	height: 40px;
	width: 98px;
	background-color: #282828;
	color: #ffffff;
}

/* This is the standard td-style */
.standard_td {
	border: # solid;
	border-width: 0px 1px 1px 0px;
}

.standard_td2 {
	border: # solid;

}

/* This is the standard td headline style */
.standard_td_head {
	color: #282828;
	font-weight: bold;
	border: # solid;
	border-width: 0px 0px 1px 0px;
}

/* This is the standard table style */
.standard_table {
	border: # solid;
	border-width: 1px 1px 1px 1px;
	padding: 1px 5px 1px 5px;
	border-spacing: 1px;		/* hardcoded spacing=1. 'border-spacing' is a standars, however, not supported any browsers yet */
}

.league_td_head2 {
	color: #ffffff;
	color: #ffffff;
	background : #ac0000;
}


.light_form		{
	background-color: #ffffff;
	
}
.dark_form	{
	background-color: #e1b1b1;
	
}



/*********************************************************/
/*			PRINT - TEMPLATES							 */
/*********************************************************/
.print_head1 {
	text-align: center;
	font-size: 20px;
	color: #ac0000;
}

.print_head2 {
	text-align: center;
	font-size: 15px;
	color: #ac0000;
}

.print_code {
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}
.print_preTicketExpirationDate {
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}

.print_preTicketCode {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.print_totalStake {
	text-align: right;
}

.print_amount {
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}
.print_date {
	text-align: right;
}

.print_domain {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.print_groupTitle {
	text-align: left;
	font-size: 10px;
}

.print_ticketDate {
	text-align: right;
	font-size: 10px;
}

.print_ticketID {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

.print_ticketCode {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

.print_terminalNumber {
	font-weight: bold;
	text-align: left;
	font-size: 10px;
}

.print_longInfo {
	text-align: right;
	font-size: 10px;
}
.print_teams {
	font-weight: bold;
	text-align: right;
	font-size: 10px;
}

.print_templateTitle {
	text-align: left;
	font-size: 10px;
}

.print_tipp {
	text-align: right;
	font-size: 10px;
}

.print_insertion {
	text-align: left;
	font-size: 10px;
}

.print_tax {
	text-align: left;
	font-size: 10px;
}

.print_insertionValue {
	text-align: right;
	font-size: 10px;
}

.print_taxValue {
	text-align: right;
	font-size: 10px;
}

.print_stake {
	text-align: left;
	font-size: 12px;
}
.print_stakeValue {
	text-align: right;
	font-weight: bold;
	font-size: 15px;
}

.print_possWin {
	text-align: left;
	font-size: 12px;
}
.print_possWinValue {
	text-align: right;
	font-weight: bold;
	font-size: 15px;
}

.print_bank {
	text-align: center;
	font-size: 12px;
	color: #ac0000;
}

.print_system {
	text-align: center;
	font-size: 12px;
	color: #ac0000;
}



.backgroundFlag {
	position: relative;
	float: right;
	width: 130px;
	height: 40px;
}

/*********************************************************/
/*			BUTTONS										 */
/*********************************************************/



	
	


.buttonLabel {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	float:left;
	line-height: 1.2;
}

.buttonIcon {
	position:relative;
	float: left;
	margin: 0px;
}

/**/
.button_1_108 {
	position:relative;
	width:108px; 
	height:20px;
	background:url("../_internal/cbcx_cimg!0/3odf2i6ozsljd7n7rwdi0a6uae2tnej.gif") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
}
/**/
.button_1_108_active {
	position:relative;
	width:108px; 
	height:20px;
	background:url("../_internal/cbcx_cimg!0/2nod0f651g1dty50tmzref56elryhkd.gif") no-repeat; 
	background-position: 0 -40px;
	border:0px solid red;
	cursor: pointer;
}

/**/
.button_1_143 {
	position:relative;
	width:143px; 
	height:20px;
	background:url("../_internal/cbcx_cimg!0/991s3igqftj6jthfntfs1ezrvudisw9.gif") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
}

/**/
.button_1_146 {
	position:relative;
	width:146px; 
	height:20px;
	background:url("../_internal/cbcx_cimg!0/ayrhsmlcaer2kfqjddq6vqqhl60ryty.gif") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
}
/**/
.button_1_146_active {
	position:relative;
	width:146px; 
	height:20px;
	background:url("../_internal/cbcx_cimg!0/bt19l9ng4j17ilpumvfenhgfa70peqs.gif") no-repeat; 
	background-position: 0 -40px;
	border:0px solid red;
	cursor: pointer;
}
/**/
.button_1_218 {
	color: #000000;
	text-decoration:none;
	position:relative;
	float:left;
	width:218px; 
	height:20px;
	background:url("../_internal/cbcx_cimg!0/j8muxupsh2pqcyei77catk4gc74eb86.gif") no-repeat; 
	background-position: 0 0px;
	border: 0px solid red;
	cursor: pointer;
}
/**/
.button_1_218_active {
	position:relative;
	width:218px; 
	height:20px;
	background:url("../_internal/cbcx_cimg!0/avb9pkbez5jyjyg1axr6hd3926z1yu0.gif") no-repeat; 
	background-position: 0 -40px;
	border:0px solid red;
	cursor: pointer;
}

/**/
.button_2_100 {
	position:relative;
	width:100px; 
	height:20px; 
	background:url("../_internal/cbcx_cimg!0/sm91wgokqnllu2d9r4nc1ahrfn9ichg.gif") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
	color: white;
}
/**/
.button_2_150 {
	position:relative;
	width:150px; 
	height:20px;
	background:url("../_internal/cbcx_cimg!0/btm9178w4bqeldtf34te36yrf79qmoi.gif") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
	color: white;
}
/**/
.button_2_200 {
	position:relative;
	width:200px; 
	height:20px;
	background:url("../_internal/cbcx_cimg!0/og3wvmbw2xbgbpuchjszwfq0ikqgr44.gif") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
	color: white;
}
.button_2_200_help {
	position:relative;
	width:200px; 
	height:20px;
	background:url("../_internal/cbcx_cimg!0/nkheqbnk1pl0haxnv4cut9ik6absec5.gif") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
	color: white;
}
/**/
.button_tree_xlive {
	position:relative;
	width:216px; 
	height:40px; 
	background:url("../_internal/cbcx_cimg!0/4yjz4crbkk2fi7gi9o6v5vx2ergbi3b.gif") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
	color:white;
	font-size:14px;
	font-weight:bold;
}
/**/
.button_tree_games {
	position:relative;
	width:216px; 
	height:40px; 
	background:url("../_internal/cbcx_cimg!0/6z1dy5fgyzg5gj5f7je25zkruyylfq6.gif") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
	color:white;
	font-size:14px;
	font-weight:bold;
}
/**/
.button_tree_games_active {
	position:relative;
	width:216px; 
	height:40px; 
	background:url("../_internal/cbcx_cimg!0/7l9lbrlvso55gzg1q8moyu1n5goivgg.gif") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
	color:white;
	font-size:14px;
	font-weight:bold;
}
/**/
.button_tree {
	position:relative;
	float:left;
	width:216px; 
	height:40px; 
	background:url("../_internal/cbcx_cimg!0/esm0yymlxnqdhn59ssth1zb6rrzebfu.gif") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
}
/**/
.button_tree_active {
	position:relative;
	width:216px; 
	height:40px; 
	background:url("../_internal/cbcx_cimg!0/8s1qncife265n1a2x1pyyz3yw9aqr7t.gif") no-repeat; 
	background-position: 0 -80px;
	border:0px solid red;
	cursor: pointer;
}

.button_games_menu {
	position:relative;
	clear:both;
	float:left;
	width:216px; 
	height:40px; 
	background:url("../_internal/cbcx_cimg!0/6n04gqlqn5kyttr10ytpxxawvmoeao2.gif") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
}

.button_games_menu_small {
	position:relative;
	clear:both;
	float:left;
	width:69px; 
	height:40px; 
	background:url("../_internal/cbcx_cimg!0/cwb2r8xpf27e1kb2tggnc263tqn7nth.gif") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
}

.appButtons_nosports {
	position: relative;
	float: left;
	width: 670px;
	min-height:146px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 28px;
	border: 0px solid yellow;
	
	
	
	
		background-image: url("../img/box_middle_middle_chronological.gif");
	
	background-repeat: repeat-y;
}

.appButtons {
	position:relative;
	float:left;
	width: 400px;
	top:25px;
	left:694px;
	border: 0px solid blue;
}

/**/
.start_live {
	position: relative;
	float: left;
	width: 95px; 
	height: 83px; 
	background:url("../_internal/cbcx_cimg!0/7iys8hhj0ja17cizgpjhoh7krs0otdx.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid blue;
	cursor: pointer;
}

/**/
.start_xlive {
	position: relative;
	float: left;
	width: 95px; 
	height: 83px; 
	background:url("../_internal/cbcx_cimg!0/3k0x6fefbsaifz5dmhxzi9073fr9r2y.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid blue;
	cursor: pointer;
}
.start_xlive2 {
	position: relative;
	float: left;
	width: 95px; 
	height: 83px; 
	background:url("../_internal/cbcx_cimg!0/e71dbgaldphsrjplwr5kpakoidkprf3.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid blue;
	cursor: pointer;
}
.start_xlive3 {
	position: relative;
	float: left;
	width: 158px; 
	height: 30px; 
	background:url("../_internal/cbcx_cimg!0/hisvu92sijq0zakpyozr879pfizk76p.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid blue;
	cursor: pointer;
	color: white;
	font-size: 12px;
	margin-right: 3px;
	margin-left: 3px;
}
.start_xlive_small {
	position: relative;
	float: left;
	width: 140px; 
	height: 47px; 
	background:url("../_internal/cbcx_cimg!0/l52ckqw7h9xut47qarb8pt2p344johk.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid blue;
	cursor: pointer;
}

/**/
.start_races {
	position: relative;
	float: left;
	left: 3px;
	width: 98px; 
	height: 83px;
	background:url("../_internal/cbcx_cimg!0/9suf3z53o7tk53rmtr04lt0g9b8i17t.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid red;
	cursor: pointer;
}
.start_races2 {
	position: relative;
	float: left;
	left: 3px;
	width: 98px; 
	height: 83px;
	background:url("../_internal/cbcx_cimg!0/eh3nvvkdcehlxujwd55gov3vx3pjwdm.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid red;
	cursor: pointer;
}
.start_races_small {
	position: relative;
	float: left;
	width: 140px; 
	height: 47px; 
	background:url("../_internal/cbcx_cimg!0/ka0nvst4qg4bhnpi12kl2og5n7vemhm.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid blue;
	cursor: pointer;
}

/**/
.start_keno {
	position:relative;
	float: left;
	left: 3px;
	width: 95px; 
	height: 83px; 
	background:url("../_internal/cbcx_cimg!0/4gqlw2hgpy2dmtujvbqvuyef3hyij4l.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid green;
	cursor: pointer;
}
.start_keno2 {
	position:relative;
	float: left;
	left: 3px;
	width: 95px; 
	height: 83px; 
	background:url("../_internal/cbcx_cimg!0/1575k8ohzvzkbuqhcdyhph1za1vsodv.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid green;
	cursor: pointer;
}

.start_keno_small {
	position: relative;
	float: left;
	width: 140px; 
	height: 47px; 
	background:url("../_internal/cbcx_cimg!0/hr865ag46rdzugw9q6q4y860ktgoe4k.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid blue;
	cursor: pointer;
}

/**/
.start_games {
	position:relative;
	float: left;
	left: 3px;
	width: 95px; 
	height: 83px; 
	background:url("../_internal/cbcx_cimg!0/s9cqeto5r19gvqbwi68palbkgg47y6a.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid green;
	cursor: pointer;
}

.start_the {
	position:relative;
	float: left;
	left: 3px;
	width: 95px; 
	height: 83px; 
	background:url("../_internal/cbcx_cimg!0/gda9926jkpmkywvt8vlcb6byra6rpxc.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid green;
	cursor: pointer;
}

.start_the_vivo {
	position:relative;
	float: left;
	left: 3px;
	width: 95px; 
	height: 83px; 
	background:url("../_internal/cbcx_cimg!0/a2z4h1ppdmcc9tv7ql920wyomw1uqc0.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid green;
	cursor: pointer;
}

.start_the_imp {
	position:relative;
	float: left;
	left: 3px;
	width: 95px; 
	height: 83px; 
	background:url("../_internal/cbcx_cimg!0/i0k0hr689blajt04nxfy04iih986y71.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid green;
	cursor: pointer;
}

.start_platinGames, .start_platinGames_v2 {
	position:relative;
	float: left;
	left: 3px;
	width: 95px; 
	height: 83px; 
	background:url("../_internal/cbcx_cimg!0/jevvswyl7u3fce6sa5w4em5crsrsot0.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid green;
	cursor: pointer;
}

.start_es {
	position:relative;
	float: left;
	left: 3px;
	width: 95px; 
	height: 83px; 
	background:url("../psd/start_es.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid green;
	cursor: pointer;
}

.start_gc, .start_gc_v2 {
	position:relative;
	float: left;
	left: 3px;
	width: 95px; 
	height: 83px; 
	background:url("../psd/start_gc.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid green;
	cursor: pointer;
}

.start_gc_dino {
	position:relative;
	float: left;
	left: 3px;
	width: 95px; 
	height: 83px; 
	background:url("../psd/start_gc_dino.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid green;
	cursor: pointer;
}

.start_gc_firecrash {
	position:relative;
	float: left;
	left: 3px;
	width: 95px; 
	height: 83px; 
	background:url("../psd/start_gc_firecrash.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid green;
	cursor: pointer;
}

.start_gc_aviator {
	position:relative;
	float: left;
	left: 3px;
	width: 95px; 
	height: 83px; 
	background:url("../psd/start_gc_aviator.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid green;
	cursor: pointer;
}

.start_games2 {
	position:relative;
	float: left;
	left: 3px;
	width: 95px; 
	height: 83px; 
	background:url("../_internal/cbcx_cimg!0/lazmqyb1bytp1qmax374ahdd00giv7q.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid green;
	cursor: pointer;
}

.start_games3 {
	position:relative;
	float: left;
	width: 158px; 
	height: 30px; 
	background:url("../_internal/cbcx_cimg!0/dkqzpv2tf0g4ocglpjlce9w7ovdbfmr.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid green;
	cursor: pointer;
	color: white;
	font-size: 12px;
	margin-right: 3px;
	margin-left: 3px;
}

/**/
.start_pokerbet {
	position:relative;
	float: left;
	left: 3px;
	width: 95px; 
	height: 83px; 
	background:url("../_internal/cbcx_cimg!0/gyyowvtidflj1fymrotri339kinx346.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid green;
	cursor: pointer;
}
.start_pokerbet2 {
	position:relative;
	float: left;
	left: 3px;
	width: 95px; 
	height: 83px; 
	background:url("../_internal/cbcx_cimg!0/8rk4evxtcxavpwezm5oqcuw4faix3ha.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid green;
	cursor: pointer;
}
.start_pokerbet3 {
	position:relative;
	float: left;
	width: 158px; 
	height: 30px; 
	background:url("../_internal/cbcx_cimg!0/nckhpvo7i9b491ykvmszjvllzfo6149.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid green;
	cursor: pointer;
	color: white;
	font-size: 12px;
	margin-right: 3px;
	margin-left: 3px;
}
.start_pokerbet_small {
	position: relative;
	float: left;
	width: 140px; 
	height: 47px; 
	background:url("../_internal/cbcx_cimg!0/lxqd2geo4ams02xnx0g0aujy0xey4nm.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid blue;
	cursor: pointer;
}

.gameStartButton {
	position:relative;
	float:left;
	clear:both;
	width: 160px;
	cursor: pointer;
	height: 30px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 10px;
	color: #ffffff;
	border: solid 1px #b43c00;
	background: #d54b00;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb400', endColorstr='#d54b00');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb400), to(#d54b00));
	background-image: -webkit-linear-gradient(top, #ffb400 0%, #d54b00 100%);
	background-image: -moz-linear-gradient(top,  # 0%, #d54b00 100%);
	background-image: -ms-linear-gradient(top, #ffb400 0%, #d54b00 100%);
	background-image: -o-linear-gradient(top, #ffb400 0%, #d54b00 100%);
	background-image: linear-gradient(to bottom, #ffb400 0%, #d54b00 100%);
	-webkit-box-shadow: 2px 3px 0 #000000, 7px 8px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 3px 0 #000000, 7px 8px 10px rgba(0,0,0,0.3);
	box-shadow: 2px 3px 0 #000000, 7px 8px 10px rgba(0,0,0,0.3);
}
.gameStartButton:active, .gameStartButton:hover{
	position: relative;
	background: #d54b00;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d54b00', endColorstr='#ffb400');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d54b00), to(#ffb400));
	background-image: -webkit-linear-gradient(top, #d54b00 0%, #ffb400 100%);
	background-image: -moz-linear-gradient(top,  #d54b00 0%, #ffb400 100%);
	background-image: -ms-linear-gradient(top, #d54b00 0%, #ffb400 100%);
	background-image: -o-linear-gradient(top, #d54b00 0%, #ffb400 100%);
	background-image: linear-gradient(to bottom, #d54b00 0%, #ffb400 100%);
	-webkit-box-shadow: 2px 3px 0 #000000, 7px 8px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 3px 0 #000000, 7px 8px 10px rgba(0,0,0,0.3);
	box-shadow: 2px 3px 0 #000000, 7px 8px 10px rgba(0,0,0,0.3);
}

.gameStartButton:active {
	top: 1px;
}


#refreshBalanceBtn {
	background:url("../img/refresh_black.png") no-repeat;
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
	cursor:pointer;
}

#refreshBtn {
	background:url("../img/refresh.jpg") no-repeat;
	width: 23px;
	height: 20px;
	cursor:pointer;
	position: relative;
	float: right;
}

.submit_button {
	height:0px;
	width:0px;
}

.betbuttonssystem {
	position:relative;
	clear:both;	
}


#keyboard {
	border: 0px solid red;
	position: absolute;
	float:left;
	top: 1200px;
	left: 0px;
	width: 230px;
	
	
	
	
		background-image: url("../img/box_right_middle.gif");
	
	background-repeat: repeat-y;
	margin-bottom: -3px;
	z-index: 1001;
}

#keypad {
	position: absolute;
	top: 1200px;
	left: 0px;
	width: 138px;
	
	
	
	
		background-image: url("../img/box_right_middle.gif");
	
	background-repeat: repeat-y;
	margin-bottom: -3px;
	z-index: 1001;
}

#keyboard_row {
	border: 0px solid black;
	position:relative;
	clear:both;
}


#liveStartDiv {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 990px;
	height: 680px;
	background-image: url("../img/box_right_middle.gif");
	background-repeat: repeat-y;
	margin-bottom: -3px;
}
#raceStartDiv {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 990px;
	height: 680px;
	background-image: url("../img/box_right_middle.gif");
	background-repeat: repeat-y;
	margin-bottom: -3px;
}


#scrollUpDiv {
	position:absolute;
	height:50px;
	width:50px;
	background-image: url("../img/arrows_up.png");
	background-position: 0 0px;
	top:90px;
	left:663px;
}

#scrollDownDiv {
	position:absolute;
	height:50px;
	width:50px;
	background-image: url("../img/arrows_down.png");
	background-position: 0 0px;
	top:210px;
	left:663px;
}

.checkImg {
	background:url("../img/check_black.png") no-repeat; 
	background-position: 0 0px;
	border: 0px solid green;
	cursor: pointer;
	margin-left:15px;
	height: 15px;
	width:15px;
}

input.numericInput {
	width: 102px;
} 


/***************/
/*TERMINALSTYLE*/
/***************/

#betsScrollButtons {
	position: relative;
	float: right;
	margin-top: 15px;
	margin-right: 7px;
}

.button_terminal_sports {
	position:relative;
	width:328px; 
	height:40px; 
	background:url("../_internal/cbcx_cimg!0/jm1jeatrvdd9pmi55p0zpm3gon7q2dd.gif") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
}

.button_terminal_sports div {
	position: relative;
	float:    left;
	border:    0px;
	max-height:   40px;
	max-width:    54px;	
}

.button_breadcrumbs {
	position:relative;
	width:186px; 
	height:40px; 
	background:url("../_internal/cbcx_cimg!0/fqmebmft8wif3ak90we3ua97735qt36.gif") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
}

.button_breadcrums_start_arrow {
	position:relative;
	width:136px; 
	height:40px; 
	background:url("../_internal/cbcx_cimg!0/rznwx3nthnlqbr9r3xxd4od6packs8j.png") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
}

.button_breadcrums_middle_arrow {
	position:relative;
	width:186px; 
	height:40px; 
	background:url("../_internal/cbcx_cimg!0/2h404xb1rfz5tvc39i3h0zl3rcyoiwy.png") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
}

.button_offer_filter {
	position:relative;
	width:98px; 
	height:28px; 
	background:url("../_internal/cbcx_cimg!0/t70th4zdlolmlbjdlzpq2u7uez3tv85.gif") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
	margin-bottom: 8px;
	margin-right: 12px;
}

.button_offer_filter_active {
	position:relative;
	width:98px; 
	height:28px; 
	background:url("../_internal/cbcx_cimg!0/t70th4zdlolmlbjdlzpq2u7uez3tv85.gif") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
	margin-bottom: 8px;
	margin-right: 12px;
}

.betarea_detail {
	position:relative;
	float:left;
	background:url("../_internal/cbcx_cimg!0/9ovf4kgdg67vtp7a3cbg1y39074jt3q.gif") no-repeat; 
	background-position: 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	height: 40px;
	width: 56px;
	vertical-align: middle;
	margin-right: 1px;
}

.betarea_detail_active {
	position:relative;
	float:left;
	background:url("../_internal/cbcx_cimg!0/pj5sq1vrivzcn6bk5qacqnxznpkkuw1.gif") no-repeat; 
	background-position: 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	height: 40px;
	width: 56px;
	vertical-align: middle;
	margin-right: 1px;
}

.betarea_stats {
	position:relative;
	float:left;
	background:url("../_internal/cbcx_cimg!0/brasvhjk886oyzyqtw5aps3a8mpa3ss.gif") no-repeat; 
	background-position: 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	height: 40px;
	width: 56px;
	vertical-align: middle;
	margin-right: 1px;
}


.betarea_team_odds {
	position:relative;
	float:left;
	background:url("../_internal/cbcx_cimg!0/ivu2dqkzde48b840f65d8pw3f2xx6id.gif") no-repeat; 
	background-position: 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	height: 40px;
	width: 199px;
	vertical-align: middle;
	margin-right: 1px;
}

.betarea_team_odds_active {
	position:relative;
	float:left;
	background:url("../_internal/cbcx_cimg!0/58i4d2yltcjxezwe5scdk5sjsvg732a.gif") no-repeat; 
	background-position: 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	height: 40px;
	width: 199px;
	vertical-align: middle;
	margin-right: 1px;
}

.betarea_x_odds {
	position:relative;
	float:left;
	background:url("../_internal/cbcx_cimg!0/6sqfdw4w1rxzdac9xou0owbp0gfgpxe.gif") no-repeat; 
	background-position: 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	height: 40px;
	width: 80px;
	vertical-align: middle;
	margin-right: 1px;
}

.betarea_x_odds_active {
	position:relative;
	float:left;
	background:url("../_internal/cbcx_cimg!0/gonq4e30isomzon37de087r433j4plb.gif") no-repeat; 
	background-position: 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	height: 40px;
	width: 80px;
	vertical-align: middle;
	margin-right: 1px;
}

.team_name {
	position: relative;
	float: left;
	margin-top: 13px;
	margin-left: 7px;
	font-size: 11px;
}

.team_odds {
	position: relative;
	float: right;
	margin-top: 11px;
	margin-right: 7px;
	color: #ffd800;
	font-size: 14px;
}

.detail_numberOfBetAreas {
	position: relative;
	float: left;
	margin-top: 13px;
	margin-left: 18px;
	font-size: 11px;
}

.eventHeader {
	position: relative;
	float: left;
	clear: both;
	font-size: 18pt;
	margin-top: 10px;
	margin-left: 12px;
}

#soddPopupHeader {
	position: relative;
	float: left;
	width: 800px;
	clear: both;
}

#soddPopupContent {
	position: relative;
	float: left;
	width: 816px;
	clear: both;
	margin-top: 10px;
	height: 500px;
	overflow: auto;
}

#scrollButtons {
	position: relative;
	float: right;
	top: 5px;
	right: 40px;
}

#closePopupButton {
	position: relative;
	float: right;
	top: 5px;
	right: 5px;
}

.button_scroll_up {
	position:relative;
	float:left;
	background:url("../_internal/cbcx_cimg!0/1vl1ppd9lfjkomloootogg5o2ymvrv1.gif") no-repeat; 
	background-position: 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	height: 40px;
	width: 67px;
	vertical-align: middle;
	margin-right: 1px;
}

.button_scroll_down {
	position:relative;
	float:left;
	background:url("../_internal/cbcx_cimg!0/519me7cdyrbt76n7zp2ctkpk0hq0p0c.gif") no-repeat; 
	background-position: 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	height: 40px;
	width: 67px;
	vertical-align: middle;
	margin-right: 1px;
}

.button_close_popup {
	position:relative;
	float:left;
	background:url("../_internal/cbcx_cimg!0/6zf8lfepldzegzna0o14r3t09zne0om.gif") no-repeat; 
	background-position: 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	height: 40px;
	width: 46px;
	vertical-align: middle;
	margin-right: 1px;
}

.button_detail_sodds {
	position:relative;
	float:left;
	background:url("../_internal/cbcx_cimg!0/tk7zfr8og0jqxq6sgktjsl4o765cy7t.gif") no-repeat; 
	background-position: 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	height: 40px;
	width: 169px;
	vertical-align: middle;
	margin-right: 1px;
}

.button_detail_sodds_active {
	position:relative;
	float:left;
	background:url("../_internal/cbcx_cimg!0/fubc7n3v4jl9zae278kyyl1vozku03z.gif") no-repeat; 
	background-position: 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
	height: 40px;
	width: 169px;
	vertical-align: middle;
	margin-right: 1px;
}

.soddBetArea {
	position:relative;
	clear:both;
	margin: 3px;
	width: 794px;
	float:left;
}

.sodds_empty {
	background:#858585;
}

.soddBetAreaHeadline {
	position: relative;
	float: left;
	width: 274px;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 10pt;
}

.soddBetAreaOdds {
	position: relative;
	float: left;
	width: 510px;
}


#lateLoginArea {
	display:none;
}

#myAreaLayout2 {
	width: 550px;
	min-height: 39px;
	position: relative;
	float: right;
	right: 15px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #c5c5c5;
	border-color: #000000;
	border: 1px solid;
	border-top: 0px solid;
	z-index: 900;
}

#language_flags:hover {
	border-bottom: 5px solid #ffffff;
}
.languageSelectionLayout2 {
	position: relative;
	float: right;
}

.languageSelectionLayout2 img {
	height: 20px;
}

#languageSelection img {
	border: 1px solid black;
	width: 22px;
}


#languageChoice {
	display:none;
	position: relative;
	float: left;
	margin-top: 9px;
	margin-left: 16px;
}

#naviButtonsLayout2 {
	position: relative;
	clear: both;
	margin-top: 9px;
	margin-bottom: 9px;
	float: left;
	width: 530px;
	margin-left: 16px;
	display:none;
}

.offerNavigationTerminalstyle {
	position: relative;
	float: left;
}

.button_navi {
	position:relative;
	width:157px; 
	height:28px; 
	background:url("../_internal/cbcx_cimg!0/9qbluuzhg6p0x3f0r3yl17k9zxrcqby.gif") no-repeat; 
	background-position: 0 0px;
	border:0px solid red;
	cursor: pointer;
	margin-bottom: 8px;
	margin-right: 17px;
}

#lateLoginAreaLayout2 {
	position: relative;
	clear: both;
	margin-top: 9px;
	margin-bottom: 9px;
	float: left;
	width: 538px;
}



#userAreaLayout2 {
	position: relative;
	clear: both;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-bottom: 9px;
	float: left;
	width: 522px;
	margin-left: 16px;
}

.login_label {
	position: relative;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 2px;
	font-weight: bold;
}

.loggedin_label {
	position: relative;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: -2px;
	font-weight: bold;
}

.login_field {
	position: relative;
	float: left;
}
.login_field input {
	border: 2px solid #919390;
}

#login_btn_login {
	position: relative;
	float: right;
	margin-right: 10px;
	background-color: #ac0000;
	border: 1px solid #919390;
	height: 20px;
	font-weight: bold;
	min-width: 100px;
}

#login_btn_login:hover {
	background-color: #ac0000;
}

#login_btn_account {
	position: relative;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #ac0000;
	border: 1px solid #919390;
	height: 20px;
	font-weight: bold;
	min-width: 100px;
}

#login_btn_account:hover {
	background-color: #ac0000;
}

#user_id {
	min-width: 110px;
	position:relative;
	float:left;	
}

#balance {
	position:relative;
	float:left;
	margin-left: 10px;
}

#appButtonsLayout2 {
	position:relative;
	float: right;
	clear: both;
	width: 550px;
	right: 31px;
	margin-top: 3px;
}


#betradar_tables h2 {
	font-size: 10px;
}


#b_login:hover {
	background-position: 0px -20px;
}

#b_login:active {
	background-position: 0px -20px;
}

#b_gastlogin:hover {
	background-position: 0px -20px;
}

#b_gastlogin:active {
	background-position: 0px -20px;
}

#event_detail_buttons {
	position: relative;
	float: right;
}

.betsTerminalStyle {
	max-height: 458px;
	height:458px;
	margin-left:6px;
	top:8px;
	overflow-y:hidden;
}

/***************/
/*GAMESBUTTONS**/
/***************/
			
				.button_games {
					position:relative;
					clear:both;
					float:left;
					width: 95px; 
					height: 83px; 
					margin-left: 54px;
					margin-top: 13px;
					margin-bottom: 12px;
					background-position: 0 0px;
					border:0px solid red;
					cursor: pointer;
				}
				
				.button_games:hover {
					background-position: 0 -83px;
				}
				
				.button_games_cobeco_xlive {
					background:url("../_internal/cbcx_cimg!0/bih7803f5np3pd0m5om3kpf04j2irse.png") no-repeat;  
				}
			
				.button_games_cobeco_pokerbet {
					background:url("../_internal/cbcx_cimg!0/f76x6vdx8r80i3w0i7qnqaoxhk4lzzf.png") no-repeat;  
				}
			
				.button_games_cobeco_extremeraces {
					background:url("../_internal/cbcx_cimg!0/yijo0598pnh0yawybh3o9brvple6j7.png") no-repeat;  
				}
			
				.button_games_cobeco_xraces {
					background:url("../_internal/cbcx_cimg!0/yijo0598pnh0yawybh3o9brvple6j7.png") no-repeat;  
				}

				.button_games_cobeco_keno {
					background:url("../_internal/cbcx_cimg!0/7qawhatj71xuq3zpqx4qdwc4o662g5c.png") no-repeat;  
				}

				.button_games_THE_lobby {
					background:url("../_internal/cbcx_cimg!0/fhbso7mxw7s6ufcgyyqmiwocn8mp963.png") no-repeat; 
				}
			
				.button_games_THE_lobby_VIVO {
					background:url("../_internal/cbcx_cimg!0/63sjshuggvbxhrmrs9czv26xqwjd3bh.gif") no-repeat;
				}

				.button_games_THE_lobby_IMP {
					background:url("../_internal/cbcx_cimg!0/9w1skaliv6dsg0j4h1wfmd9ct0dyjdc.gif") no-repeat;
				}

				.button_games_PlatinGames_lobby {
					background:url("../_internal/cbcx_cimg!0/xlr81kdcxabowhmp5cgt0krdbxvf0d.png") no-repeat; 
				}

				.button_games_PlatinGames_v2_lobby {
					background:url("../_internal/cbcx_cimg!0/hfgbt6g9wni4pj9ib2m5ng75dal7p3i.png") no-repeat; 
				}

				.button_games_es_lobby {
					background:url("../_internal/cbcx_cimg!0/lek6inl9j5urriw51imy1yjn1h6aea.png") no-repeat; 
				}

				.button_games_gc_lobby {
					background:url("../_internal/cbcx_cimg!0/iaawpmbfs8re5b7eaf1ff1hx6y387tc.png") no-repeat; 
				}


	.settingCategoryHeadline {
		position: relative;
		clear: both;
		float:left;
		width:calc(100% - 6px);
		background: #ac0000;
		padding: 0px 2px;
		margin-top:5px;
		cursor: pointer;
		border: 0px solid red;
		color: #ffffff;
	}
	
	.settingCategoryDetails{
		position:relative;
		clear:both;
		float:left;
		width:calc(100% - 1px);
		border: 0px solid yellow;
	}
	
	.setting {
		position:relative;
		clear:both;
		float:left;
		width:calc(100% - 1px);
		padding-top:2px;
		padding-bottom:2px;
		/*background-color: #ffffff;*/
		border-top: 2px solid #d7d7d7;;
	}
	
	.settingLabel {
		position:relative;
		float:left;
		width:calc(40% - 1px);
		padding-left:2px;
		border: 0px solid blue;
	}
	
	.settingValue {
		position:relative;
		float:left;
		width:calc(60% - 1px);
		border: 0px solid blue;
	}


.highlightOnHover:hover {
	background-color: #ac0000;
	color: #ffffff;
}

.accountStatementRow {
}

.accountStatementDetail {
	border: 5px solid #ac0000;
	border-top: 0px solid #ac0000;
	border-bottom: 15px solid #ac0000;
}

.accountStatementRowSelected {
	background-color: #ac0000;
	color: #ffffff;
}

.boldText {
	font-weight: bold;
}

#accountTransactionDetail {
	margin-bottom: 10px;
}

#accountTransactionPrintButton {
	position: relative;
	float: right;
	height: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#accountTransactionArchiveButton {
	position: relative;
	float: right;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #ac0000;
}
#accountTransactionArchiveButton span {
	line-height: 26px;
	padding-left: 8px;
	padding-right: 8px;
}

#accountTransactions {
	margin-bottom: 10px;
}

.clear {
	position:relative;
	clear:both;
}

iframe {
	border: 0px;
}


	
html, body {
	height: calc(100% - 2px);
}
#border {
	width: calc(100% - 5px);
	border: 0px;
	min-width: 1000px;
	min-height: 100%;
}
#main {
	width: 100%;
	margin-left: 0px;
	background: unset;
}
#topBack {
	width: calc(100% - 8px);
	background-color: #ac0000;
	margin-left: 0px;
	padding-left: 4px;
	padding-right: 4px;
	color: #ffffff;
	line-height: 35px
}
#topimg {
	width: 100%;
}
#topmenu {
	height: unset;
	width: 60%;
}
#footer {
	width: 100%;
	bottom: 1px;
}

.appButtons_small {
	position:relative;
    float: right;
    top: 0px;
    left: 0px;
    padding: 3px 10px 7px 10px;
    height: 88px;
    background-color: #ac0000;
}


#footer_left {
	width: 75%;
}
#footer_right {
	width: calc(25% - 3px);
}

.start_games2, .start_platinGames, .start_platinGames_v2, .start_euroslot, .start_gc, .start_gc_dino, .start_gc_firecrash, .start_gc_aviator, .start_goldenrace {
	left: unset;
}


.button {
    min-width: 100px;
    max-width: 250px;
    background-color: #282828;
    color: white;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    padding: 3px 20px;
    font-size: 11pt;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    border-width: 1px; 
    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;   
}
.button:hover, .button:active {
    background-color: #ac0000;
}

.buttonMainColor {
	background-color: #ac0000;
}

.table_headline {
	background-color: #ac0000;
	color: #ffffff;
	font-size: 16px;
}

.payinAmountBtn {
	margin-bottom: 4px;
}

.ticketDetailHeaderInfoLabel {

}

.ticketDetailHeaderInfoValue {
	text-align: right;
}

.detail_payout_type {
	text-align: right;
}

.mdLabel {
	width: 30%;
	vertical-align: top;
}

.mdValue {
	width: 70%;
	vertical-align: top;
}

.useLtr {
	direction: ltr;
}

.useRtl {
	direction: rtl;
}








	



html {
	background-color: #000000;
}

	body {
		background-color: #000000;
		background-image: none;
		background-repeat: no-repeat;
	}



#main {
	background-color:transparent;
}
#border {
	border: 0px solid black;
}

#login_top {
	height:0px;
}
#login_content {
	height: 730px;
}
#login_footer{
	background-color: #ffffff;
	height: 0px;
}
#login_bottom{
	height: 0px;
}
#login_area {
    top: 432px;
    left: 53px;
    width: 273px;
    height: 100px;
}


#login_head {
	top:406px;
	right:860px;
}

#login_language_flags {
	top: 301px;
	right:666px;
}
#login_button {
	top: 433px;
	left: -623px;
}

.print_head1 {
	color:black;
}
	
.print_head2 {
	color:black;
}

#refreshBalanceBtn {
	background:url("../img/refresh_white.png") no-repeat;
}
.checkImg {
	background:url("../img/check_white.png") no-repeat; 
}

#my_area_content {
	color:white;
}
.league_td_head2 {
	color:white;
}
.button_tree_active {
	color:white;
}
.button_1_108_active {
	color:white;
}
.button_1_218_active {
	color:white;
}
#headline {
	color:white;
}
.button_1_146_active {
	color:white;
}


#col_left {
	margin-left:0px;
}
#col_main {
	margin-left:20px;
	margin-right:20px;
}
#col_chronological {
	margin-left:0px;
	margin-right:30px;
}


.text_label {
	color:white;
}

.text_info {
	color:white;
}

#feedbackmain table {
	color:white;
}

#breadcrumbs {
	background-color:white;
}

#wizard {
	background-color:white;
}
#wizard_response {
	background-color:white;
}

.tipInfo, #tipInfoLine, #tipLineGame, .tipOdd, .tipDel{
	background-color: #d16122;
}

#acceptAGB {
	color: white;
	width: 285px;
}

#acceptAGB DIV A {
	color: white;
}

#login_label {
	color: white;
}


#importantBtn {
	display: block;
	color: transparent;
	position: relative;
	float: right;
	clear: right;
	width: 190px;
	height: 42px;
	background:url("../custom/betweb/img/btn_important.png") no-repeat; 
	background-position: 0 0px;
	top: 183px;
	cursor: pointer;
}

#importantBtn:hover {
	background-position: 0 -42px;
}

.appButtons_small {
	width: unset;
	/*border-left: 3px solid black;*/
}




/*dir=*/
/*********************************************/
/************** Betstore Desktop User ****************/
/*********************************************/
/****************** Login Page ******************/
/* User & Password Field Position */
body[dir="rtl"] #login_field{
    float: right;
	left: -90px;
}
/* Login & Gast Login Button Position */
body[dir="rtl"] #login_button {
    float: left;
    right: -60px;
}
/* Login & Gast Login Button Transformation 1 */
body[dir="rtl"] #b_gastlogin,
body[dir="rtl"] #b_login{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
/* Login & Gast Login Button Transformation 2 */
body[dir="rtl"] #b_gastlogin >*,
body[dir="rtl"] #b_login >*{
    -webkit-transform: scaleX(1);
    transform: scaleX(-1);
}

body[dir="rtl"] #login_language_flags {
    float: left !important;
    right: -25px;
}

body[dir="rtl"] .language {
    float: right;
	text-align: right;
}

/****************** Main Page ******************/
/* Home - Pyin - Pyout - Account statement - Ticket List - Settings Position */
body[dir="rtl"] #topmenu,
body[dir="rtl"] .topmenu_item {
    float: right;
}

/* Logout - Imprint - AGB - Username - User balance - Lang flag -- Position */
/* XLive - Lucky Fruits - Slot Games -- Position */
body[dir="rtl"] #logout,
body[dir="rtl"] #imprint,
body[dir="rtl"] #agb,
body[dir="rtl"] #language_flags,
body[dir="rtl"] #userArea,
body[dir="rtl"] .appButtons_small{
    float: left;
}
/* Username -- Position */
body[dir="rtl"] #user_id { 
    float: right;
	margin-right: -10%;
}
/* XLive - Lucky Fruits - Slot Games -- Position */
body[dir="rtl"] .appButtons_small {
    	//width: 290px;
}

body[dir="rtl"] .appButtons_small > div {
	float:left !important;
}

/* Betstore img */
body[dir="rtl"] #topimg {
	background-position: right;
}

body[dir="rtl"] #footer_left_text {
	float: right;
}

body[dir="rtl"] #footer_left_text div {
	float: right;
}

/*************** Betstore Top Menu Details ****************/
/* Payin & Payout & Account Statement & Ticket List */
body[dir="rtl"] #box_middle_content_chronological {
    text-align: right;
    margin-right: 1%;
}
/* All Input Fields */
body[dir="rtl"] input[type=text], input[type=email], input[type=password], input[type=number], textarea {
    direction: ltr;
}
/* Account Statement - Amount  */
body[dir="rtl"] .standard_td{
    direction: ltr;
}
/* Account Statement - Disbursement */
body[dir="rtl"] font.ueberschrift_blau,
body[dir="rtl"] .print_date,
body[dir="rtl"] .print_amount {
	float:left;  
}
body[dir="rtl"] .detail_payout_type {
	text-align: left;
}
/* Account Statement - XLive _ Ticket num */
body[dir="rtl"] .ticketDetailHeaderInfoValue useLtr{
	float:left;  
	direction: ltr;
}
/* Account Statement - XLive */
body[dir="rtl"] .formtable2 .ticketDetailHeaderInfoValue{
			float:left;  
}
/* Settings */
body[dir="rtl"] .settingLabel {
    float: right;
}
/* Settings - Master Data */
body[dir="rtl"] td.mdLabel,
body[dir="rtl"] td.mdValue{
    text-align: right;
}
/* Settings - Master Data - Change */
body[dir="rtl"] form#mdform div {
    float: right !important;
}

/*********************************************/
/************** Shop Desktop *****************/
/*********************************************/
/***************************** Main View ******************************/
/* Betstore img */
body[dir="rtl"] #topimg {
    background-position: right;
    background-position-y: 0px;
}
body[dir="rtl"] #topimg #logout {
	top: -6px;
}
/* Username:... && Available credit:... mirror - Position */
body[dir="rtl"] div.text_label {
	text-align: right;
    float: right;
}
/* Username: && Available credit: Text Info - Position */ 
body[dir="rtl"] .text_info {
    float: right;
}
/* User info area - Username and Available credit && (dev.shopv01 + 59,97) */
body[dir="rtl"] #user {
    /*position: unset;*/
    /*margin-left: 2%;*/
    float: right;
    right: 720px;	
}
/* Language Flag */
body[dir="rtl"] #language_flags {
    float: left;
}
body[dir="rtl"] .language_flags_admin {
    /*margin-left: -24%; */
    /*top: 20px !important;*/
}	
/* Refresh Button */
body[dir="rtl"] #refreshWebshopBalanceBtn {
    float: left;
    right: -19%;
}
body[dir="rtl"] #PrinterServiceContainer {
    right: 698px;
    text-align: right;	
}
body[dir="rtl"] #PrinterServiceContainer.progress span {
	position: unset;
}

/* Administrator */
body[dir="rtl"] #headline {
    /*top: 19px !important;*/
    /*left: 84px;*/
	float: right;
    right: 715px;
}
body[dir="rtl"] div#topimg:nth-child(5){
    float: left;
    right: -20px;
}

body[dir="rtl"] .settingCategoryHeadline {
	text-align: right;
}
/***************************** Menuitem ******************************/
/* Shop Main Menu - Position */
body[dir="rtl"] #menuitem {
    float: right;
}
/* Shop Main Menu && Shop Sub Menu - Position */
body[dir="rtl"] div[id^='b_admin_'],
body[dir="rtl"] div[id^='s_b_admin_']{
    float: right;
}
/* Shop Main Menu && Shop Sub Menu - Transformation 1 */
body[dir="rtl"] div[id^='b_admin_'],
body[dir="rtl"] div[id^='s_b_admin_']{
   -webkit-transform: scaleX(1);
    transform: scaleX(-1);
}
/* Shop Main Menu && Shop Sub Menu - Transformation 2 */
body[dir="rtl"] div[id^='b_admin_'] >*,
body[dir="rtl"] div[id^='s_b_admin_'] >*{
   -webkit-transform: scaleX(1);
    transform: scaleX(-1);
}
/* Shop Submenu Title - eg. User > Create .... */
body[dir="rtl"] #breadcrumbs {
    float: left;
    right: 1px;
    text-align: right;
}
/*****************************  Mainumenu: User - Submenu: Create ******************************/
/* Wizard Table Info Text - eg. username. credit.... */
body[dir="rtl"] div#wizard table {
	    text-align: right;
}
/* Input Fields */
body[dir="rtl"] div#wizard table input {
    text-align: right;
    /*float: right;*/
    /*margin-right: 9%;*/
}
/* User Createdt Text Info */
body[dir="rtl"] #wizard_response {
    text-align: right;
}
/*****************************  Mainumenu: User - Submenu: Manage ******************************/
/* Table Whole Content */
body[dir="rtl"] #wizardResponseList{
    float: right;
    direction: rtl;
}
/* Table Content */
body[dir="rtl"] div#wizardResponseDetails .standard_td {
    direction: rtl;
    text-align: right;
}
/* User Lock-Unlock Window */
body[dir="rtl"] #AlertWindow {
    text-align: right;
}
/* Passwor Change Dialogue Header */
body[dir="rtl"] div#AlertWindow .league_td_head2 {
    text-align: center;
}
/* Passwor Change Content */
body[dir="rtl"] div#AlertWindow .standard_td {
    text-align: right !important;
	direction: rtl;
}
/* All Table elements */
body[dir="rtl"] .standard_td {
    text-align: right;
}
/*****************************  Mainumenu: Account - Submenu: Account ******************************/
/* Account number */
body[dir="rtl"] font.ueberschrift_blau {
    float: left;
    margin-left: -24%;
}
/* Direct payins - Direct disbursements	- 
   Confirmed disbursements - Balance - 
   Revenues in account period - 
   Tax on stakes - Winnings taxes */
body[dir="rtl"] div#wizardResponseDetails tr td[colspan="7"]{
    text-align: left;
}
/*****************************  Mainumenu: Account - Submenu: Revenues ******************************/
/* Show Button */
body[dir="rtl"] form#refresh div {
	float: right !important;
}
/* Account information Table Header */
body[dir="rtl"] .league_td_head2 {
    text-align: right;
}


