:root {
	--background:#fff;
	--border_darker: #a60;
	--darker: #ea4;
	--dark: #fc6;
	--light: #fec;
	--textColor: black;
	--textShadowColor: white;
	--boxShadowColor: rgba(0, 0, 0, 0.375);
}


/* @group Bootstrap Overrides */
.btn-primary.btf {
	background-color:var(--dark) !important;
	border-color: var(--darker) !important;
	box-shadow: 0 0.15rem 0.25rem var(--boxShadowColor) !important;
	color: var(--textColor);
	text-shadow: 0.1rem 0.15rem 0.125rem var(--textShadowColor) !important;
}
.btn-primary:hover.btf {
	background-color:var(--darker) !important;
	border-color: var(--border_darker) !important;
	color: var(--background);
	text-shadow: 0.1rem 0.15rem 0.125rem var(--textColor) !important;
}
.btn-outline-primary.btf {
	background-color:var(-background) !important;
	border-color: var(--darker) !important;
	box-shadow: 0 0.15rem 0.25rem var(--boxShadowColor) !important;
	color: var(--textColor);
	text-shadow: 0.1rem 0.15rem 0.125rem var(--textShadowColor) !important;
}
.btn-outline-primary:hover.btf {
	background-color:var(--darker) !important;
	border-color: var(--border_darker) !important;
	color: var(--background);
	text-shadow: 0.1rem 0.15rem 0.125rem var(--textColor) !important;
}


/**  Colors  **/
.btf-bg-darker {
	background-color:var(--darker) !important;
}
.btf-bg-dark {
	background-color:var(--dark) !important;
}
.btf-bg-light {
	background-color:var(--light) !important;
}
.btf-border-dark {
	border-color: var(--darker) !important;
}


.form-control.btf {
	border-color: var(--darker) !important;
}
.nav-link.active.btf {
	background-color:var(--background) !important;
}
.nav-link.btf {
	background-color:var(--light) !important;
}
.rounded.btf {
	border-color: var(--darker) !important;
}


/* @group Main Tags */

html {
	height: 100%;
	min-height: 100%;
	background: #fff;
	font: 12px "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

a {
	color: #f00;
}

a:hover {
	color: #a60;
}

a:active {
	color: #a60;
}

a:visited {
	color: #f00;
}

a.altlink {
	color: #000;
}

a.altlink:hover {
	color: #c00;
}

a.altlink:active {
	color: #f00;
}

a.altlink:visited {
	color: #000;
}

h1 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #a60;
}

form {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Modal Dialog */

.dlg_overlay {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #444;
	opacity: 0.5;
	filter:alpha(opacity=50);
	z-index: 253;
}

.dlg_shadow {
	position: fixed;
	width: 328px;
	height: 208px;
	left: 50%;
	top: 50%;
	margin-left: -164px;
	margin-top: -104px;
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
	z-index: 254;
}

.dlg_betshadow {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #888;
	opacity: 0.5;
	filter:alpha(opacity=50);
	z-index: 254;
}

.dlg_content {
	position: fixed;
	width: 320px;
	height: 200px;
	left: 50%;
	top: 50%;
	margin-left: -161px;
	margin-top: -101px;
	background-color: #fff;
	opacity: 1.0;
	filter:alpha(opacity=100);
	z-index: 255;
	border: 1px solid #000;
	text-align: center;
}

.dlg_betcontent {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 255;
}

.dlg_waiticon {
	display: block;
	width: 100%; height: 32px;
	margin-bottom: 12px;
	background: url("/media/progress_wheel_32.gif") no-repeat 50% 50%;
}

/* @end */

/* @group Front Page News */

.home_news {
	border: 0px solid #ea4;
	padding: 12px 12px 8px 12px;
	background: #fec url("/themes/default/gradient.png") repeat-x 0px 0px;
}

.home_news h2 {
	color: #000;
	text-shadow: #fff 2px 2px 2px;
	display: inline;
	border: 0px;
	font-weight: bold;
	font-size: 13px;
}

.home_news h3 {
	color: #000;
	font-size: 14px;
}

.home_news .image {
	border: 0px solid #000	;
	width: 230px; height: 150px;
	overflow: hidden;
	display: inline;
	float: left;
	margin: 1px 8px 8px 5px;
}


@media screen and (max-width:600px)
{
.home_news .image {
	border: 1px solid #000	;
	width: 170px; height: 110px;
	overflow: hidden;
	display: inline;
	float: left;
	margin: 1px 8px 8px 5px;
}
.home_news h2 {
	color: #000;
	text-shadow: #fff 2px 2px 2px;
	display: inline;
	border: 0px;
	font-weight: bold;
	font-size: 12px;
}


}


.home_news .text {
	color: #000;
	text-align: justify;
}

.home_news .sep {
	display: block;
	width: auto;
	height: 1px;
	//background: #a60;
	margin: 8px 0px;
}


///////////////
.home_news2 {
	border: 0px solid #ea4;
//	padding: 12px 12px 8px 12px;
	//background: #fec url("/themes/default/gradient.png") repeat-x 0px 0px;
}

.home_news2 h2 {
	color: #000;
	//text-shadow: #fff 2px 2px 2px;
	display: inline;
	border: 0px;
	font-weight: bold;
//	font-size: 13px;
}

.home_news2 h3 {
	color: #000;
//	font-size: 14px;
}

.home_news2 .image {
//	border: 1px solid #000	;
//	width: 230px; height: 150px;
	overflow: hidden;
	display: inline;
	float: left;
//	margin: 1px 8px 8px 5px;
}


@media screen and (max-width:600px)
{
.home_news2 .image {
	border: 1px solid #000	;
	width: 170px; height: 110px;
	overflow: hidden;
	display: inline;
	float: left;
	margin: 1px 8px 8px 5px;
}
.home_news2 h2 {
	color: #000;
	text-shadow: #fff 2px 2px 2px;
	display: inline;
	border: 0px;
	font-weight: bold;
	font-size: 12px;
}


}


.home_news2 .text {
	color: #000;
	text-align: justify;
}

.home_news2 .sep {
	display: block;
	width: auto;
	height: 1px;
	//background: #a60;
	//margin: 8px 0px;
}
//////////////////////////////////////



.home_tips {
	border: 1px solid #ea4;
	padding: 20px 12px 0px 12px;
	background: #fec url("/themes/default/gradient.png") repeat-x 0px 0px;
}

.home_tips_header {
	color: #000;
	text-shadow: #fff 1px 1px 1px;
	display: inline;
	border: 0px;
	font-weight: bold;
	font-size: 13px;
}

/* @end */

/* @group Table Bottom Shadow */

.shade1,.shade2,.shade3,.shade4,.shade5 {
	display: block;
	height: 1px;
	padding: 0;
	background: #000;
}

.shade1 {
	margin: 0px 1px;
	opacity: 0.5;
}

.shade2 {
	margin: 0px 2px;
	opacity: 0.35;
}

.shade3 {
	margin: 0px 3px;
	opacity: 0.25;
}

.shade4 {
	margin: 0px 5px;
	opacity: 0.15;
}

.shade5 {
	margin: 0px 7px;
	opacity: 0.05;
}

<!--[if IE]>
.shade1 {
	filter: alpha(opacity=50);
}

.shade2 {
	filter: alpha(opacity=35);
}

.shade3 {
	filter: alpha(opacity=25);
}

.shade4 {
	filter: alpha(opacity=15);
}

.shade5 {
	filter: alpha(opacity=05);
}

<![endif]-->

/* @end */

/* @group Layout */
#wtf {}

#topheader {
	position:fixed;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	height:240px;
	z-index:252;
	color:#fff;
//	background: url("/media/logo_span.png") #000 left 50% top 2px no-repeat;
	background: url("/media/logo_span1.jpg") #000 left 0% top 0px no-repeat;
	border-bottom:0px solid #000;
    background-size: cover;
}

@media screen and (min-width:1365px)
{
#topheader {
	position:fixed;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	height:240px;
	z-index:252;
	color:#999;
//	background: url("/media/logo_span.png") #000 left 50% top 2px no-repeat;
	background: url("/media/logo_span1.jpg") #000 left 0% top 0px no-repeat;
	border-bottom:0px solid #000;
background-size: 1350px 240px;
}
} 

@media screen and (min-width:1439px)
{
#topheader {
	position:fixed;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	height:240px;
	z-index:252;
	color:#999;
//	background: url("/media/logo_span.png") #000 left 50% top 2px no-repeat;
	background: url("/media/logo_span1.jpg") #000 left 0% top 0px no-repeat;
	border-bottom:0px solid #000;
background-size: 1430px 270px;
}
} 


@media screen and (min-width:1599px)
{
#topheader {
	position:fixed;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	height:240px;
	z-index:252;
	color:#999;
//	background: url("/media/logo_span.png") #000 left 50% top 2px no-repeat;
	background: url("/media/logo_span1.jpg") #000 left 0% top 0px no-repeat;
	border-bottom:0px solid #000;
background-size: 1600px 270px;
}
} 
@media screen and (min-width:1679px)
{
#topheader {
	position:fixed;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	height:240px;
	z-index:252;
	color:#999;
//	background: url("/media/logo_span.png") #000 left 50% top 2px no-repeat;
	background: url("/media/logo_span1.jpg") #000 left 0% top 0px no-repeat;
	border-bottom:0px solid #000;
background-size: 1670px 270px;
}
} 

@media screen and (min-width:1919px)
{
#topheader {
	position:fixed;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	height:240px;
	z-index:252;
	color:#999;
//	background: url("/media/logo_span.png") #000 left 50% top 2px no-repeat;
	background: url("/media/logo_span1.jpg") #000 left 0% top 0px no-repeat;
	border-bottom:0px solid #000;
background-size: 1920px 300px;
//background-size: cover;

}
} 

#share {
visibility:hidden;
	position: absolute;
	top: 52px;
	right: 32px;
	z-index: 239;
}


@media screen and (max-width:435px)
{
#topheader {
	position:fixed;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	height:240px;
	z-index:252;
	color:#fff;
//	background: url("/media/logo_span.png") #000 left 50% top 2px no-repeat;
	background: url("/media/header_mob420.jpg") #fff left 50% top 0px no-repeat;
	border-bottom:0px solid #000;
    background-size: contain 240px;
	//background-size: 1910px 300px;
}
} 
@media screen and (max-width:360px)
{
#share {
visibility: hidden;
	position: absolute;
	top: 152px;
	right: 12px;
	z-index: 239;
}
}

#topheader2 {
	position:fixed;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	height:240px;
	z-index:252;
	color:#000;
	background: url("/media/casino_banner.jpg") #000 left 0% top -10px no-repeat;
	//border-bottom:1px solid #000;
}

@media screen and (max-width:600px)
{
#topheader2 {
	position:fixed;
	display:block;
	top:0px;
	left:0px;
	width:100%;
	height:240px;
	z-index:252;
	color:#000;
	background: url("/media/casino_bannermob.jpg") #000 height 220 left 0% top 1px no-repeat;
	//border-bottom:1px solid #000;
}
	
	
}		




#topmenu {
	position:absolute;
	display:block;
	top:199px;
	left:0px;
	width:100%;
	height:40px;
	z-index:253;
	color:#fff;
	//background-color:#c40;
//	border-bottom:2px solid #000;
	padding:0;
}

.languages {
	color: #fff;
	text-shadow: #246 1px 1px 1px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin: 4px 14px;
}

#navigation_sports {
	position: absolute;
	top: 198px;
	left: 0px;
	padding: 0;
	margin: 0;
	height: 27px;
	z-index: 3;
}

#main {
	margin: 0;
	padding: 10px 10px;
	//background: #fff;
	background: url("/media/bg_diam.jpg");
	text-align: left;
	width: auto;
//	border-top: 1px solid #000;
}

#odds_list {
	
}

.header_back {
	height: 140px;
	margin: 0;
	padding: 0;
	background: url("/media/logo_span.png") repeat-y top left;
	background-color: #000000;
	border-bottom: 1px solid #000;
}

.navigation_bar {
	width: 180px;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background: #fc6;
	border-right: 0px solid #ea4;
}

@media screen and (max-width: 600px) {
.navigation_bar {
	width: 135px;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background: #fc6;
	border-right: 0px solid #ea4;
}
}




.navigation_bar2 {
	width: 181px;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background: #fc6;
	background: url("/media/pat22.jpg") ;
	border-right: 0px solid #ea4;
}

@media screen and (max-width: 1990px) {
.navigation_bar2 {
	display:none;
	width: 140px;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background: #fc6;
	background: url("/media/pat22.jpg") ;
	border-right: 0px solid #ea4;
}
}




.navigation_bar3 {
	width: auto;
	height: auto;
	min-height: auto;
	margin: 0;
	padding: 0;
  //background: #fc6;
	background: url("/media/pat3.png") ;
	border-right: 0px solid #ea4;
}

@media screen and (max-width: 600px) {
.navigation_bar3 {
	width: auto;
	height: auto;
	min-height: auto;
	margin: 0;
	padding: 0;
   // background: #fc6;
	background: url("/media/pat3.png") ;
	border-right: 0px solid #ea4;
}
}
.navigation_bar4 {
	width: auto;
	height: auto;
	min-height: auto;
	margin: 0;
	padding: 0;
  //background: #fc6;
	background: url("/media/pat3.png") ;
	border-right: 0px solid #ea4;
}

@media screen and (max-width: 600px) {
.navigation_bar4 {
	width: auto;
	height: auto;
	min-height: auto;
	margin: 0;
	padding: 0;
    background: #fc6;
	background: url("/media/pat3.png") ;
	border-right: 0px solid #ea4;
}
}




.navigation_title {
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	display: block;
	width: 100%;
	border-bottom: 1px solid #ea4;
	padding: 4px 0px;
	margin: 0px 0px 8px 0px;
}

.navigation_item {
	width: 264px;
	background: url("/themes/default/gradient.png") repeat-x 50% top;
//  border-bottom: 1px solid #000;
 	border-top: 1px solid #000;
	padding: 0px 8px 8px 8px;
	color: #000;
}

@media screen and (max-width: 600px) {
.navigation_item {
	width: 135px;
	background: url("/themes/default/gradient.png") repeat-x 50% top;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 0px 8px 8px 8px;
	color: #000;
}
}


.navigation_item2 {
	width: 181px;
	background: url("/themes/default/gradient.png") repeat-x 50% top;
	border-bottom: 0px solid #000;
	border-top: 1px solid #000;
	padding: 0px 8px 8px 8px;
	color: #000;
}


@media screen and (max-width: 600px) {
.navigation_item3 {
	width: 140px;
	background: url("/themes/default/gradient.png") repeat-x 50% top;
	border-bottom: 0px solid #000;
	border-top: 1px solid #000;
	padding: 0px 8px 8px 8px;
	color: #000;
}
}




.navigation_item3 {
	width: auto;
	background: url("/themes/default/gradient.png") repeat-x 50% top;
	border-bottom: 0px solid #000;
	border-top: 0px solid #fff;
	padding: 0px 8px 0px 0px;
	color: #000;
}


.navigation_bar .menu a {
	display: block;
	line-height: 1.5em;
	margin: 4px 0px 0px 0px;
	padding-left: 8px;
	color: #000;
	background: #fff url("/themes/default/gradient_menu.png") repeat-x 0px bottom;
	text-decoration: none;
	vertical-align: text-bottom;
}

.navigation_bar .menu a:hover {
	color: #000;
	text-shadow: #fec 1px 1px 2px;
	background: #ea4 url("/themes/default/gradient_menu.png") repeat-x 0px bottom;
}

.navigation_bar .menu a:visited {
	
}


.navigation_bar2 .menu a {
	display: block;
	line-height: 3.5em;
	margin: 4px 0px 0px 0px;
	padding-left: 8px;
	color: #000;
	background: #fff url("/themes/default/gradient_menu.png") repeat-x 0px bottom;
	text-decoration: none;
	vertical-align: text-bottom;
}

.navigation_bar2 .menu a:hover {
	color: #000;
	text-shadow: #fec 1px 1px 2px;
	background: #ea4 url("/themes/default/gradient_menu.png") repeat-x 0px bottom;
}

.navigation_bar2 .menu a:visited {
	
}
.navigation_bar3 .menu a {
	display: block;
    line-height: 3.2em;
    margin: 11px 30px 10px 30px;
	font-size: 15px;
	padding-left: 0px;
	color: #000;
	background: #fff url("/themes/default/gradient_menu.png") repeat-x 0px bottom;
	text-decoration: none;
	vertical-align: text-middle;
}


@media screen and (max-width: 430px) {
.navigation_bar3 .menu a {
	display: block;
    line-height: 1.3em;
    margin: 5px 3px 5px 3px;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
	color: #000;
    background: #fff url("/themes/default/gradient_menu.png") repeat-x 0px bottom;
	text-decoration: none;
	vertical-align: text-middle;
}
}

@media screen and (max-width: 600px) and (min-width: 431px)
{
.navigation_bar3 .menu a {
	display: block;
    line-height: 2.0em;
    margin: 12px 10px 12px 10px;
	font-size: 15px;
	padding-left: 0px;
	color: #000;
	background: #fff url("/themes/default/gradient_menu.png") repeat-x 0px bottom;
	text-decoration: none;
	vertical-align: text-middle;
}
}




.navigation_bar3 .menu a:hover {
	color: #000;
	text-shadow: #fec 1px 1px 2px;
	background: #ea4 url("/themes/default/gradient_menu.png") repeat-x 0px bottom;
}

.navigation_bar3 .menu a:visited {
	
}

.navigation_bar4 .menu a {
	display: block;
    line-height: 3.2em;
    margin: 4px 3px 4px 3px;
	font-size: 15px;
	padding-left: 0px;
	color: #000;
	background: #fff url("/themes/default/gradient_menu.png") repeat-x 0px bottom;
	text-decoration: none;
	vertical-align: text-middle;
}


@media screen and (max-width: 399px) {
.navigation_bar4 .menu a {
	display: block;
    line-height: 1.4em;
    margin: 5px 3px 5px 3px;
	font-size: 11px;
	padding-left: 0px;
	color: #000;
	background: #fff url("/themes/default/gradient_menu.png") repeat-x 0px bottom;
	text-decoration: none;
	vertical-align: text-middle;
}
}

@media screen and (max-width: 600px) and (min-width: 400px)
{
.navigation_bar4 .menu a {
	display: block;
    line-height: 4.0em;
    margin: 12px 3px 12px 3px;
	font-size: 11px;
	padding-left: 0px;
	color: #000;
	background: #fff url("/themes/default/gradient_menu.png") repeat-x 0px bottom;
	text-decoration: none;
	vertical-align: text-middle;
}
}




.navigation_bar4 .menu a:hover {
	color: #000;
	text-shadow: #fec 1px 1px 2px;
	background: #ea4 url("/themes/default/gradient_menu.png") repeat-x 0px bottom;
}

.navigation_bar4 .menu a:visited {
	
}






.staticbar {
	width: 320px;
	min-width: 200px;
	margin: 0;
	padding: 0;
	background: #fc6;
	border-left: 0px solid #a60;
}

@media screen and (max-width: 600px) {
.staticbar {
	//display:none;
	width: 220px;
	min-width: 200px;
	margin: 0;
	padding: 0;
	background: #fc6;
	border-left: 0px solid #a60;
}
}


.staticbar2 {
	width: 258px;
	min-width: 200px;
	margin: 0;
	padding: 0;
	background: #fc6;
	border-left: 0px solid #a60;
}

@media screen and (max-width: 1990px) {
.staticbar2 {
	display:none;
	width: 248px;
	min-width: 200px;
	margin: 0;
	padding: 0;
	background: #fc6;
	border-left: 0px solid #a60;
}
}






#staticbar_time {
	padding: 4px 6px 4px 6px;
	display: block;
	color: #000;
	text-shadow: 0px 1px 2px #fff;
	overflow: hidden;
	text-align: center;
	background: #ea4;
	border-top: 1px solid #fec;
	border-bottom: 1px solid #a60;
	z-index: 223;
}

.staticbar_item {
	color: #000;
	margin: 0;
	padding: 0px 8px 8px 8px;
	display: block;
	border-bottom: 1px solid #a60;
	background: url("/themes/default/gradient.png") repeat-x 0px 0px;
}

.staticbar_item_casino {
	color: #000;
	margin: 0 auto;
	padding: 0px 5px 0px 5px;
	display: block;
	width:216px;
	//border-bottom: 1px solid #a60;
	background: url("/themes/default/gradient.png") repeat-x 0px 0px;
	border-radius: 35px 35px;
}



.staticbar_title {
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	color: #000;
	text-shadow: 1px 1px 1px #fff;
	display: block;
	width: 100%;
	border-bottom: 1px dotted #a60;
	padding: 4px 0px;
	margin: 0px 0px 6px 0px;
}

.full_table {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0; margin: 0;
}

#footer {
	height: auto; width: 100%;
	display: inline-table;
	border-top: 1px solid #000;
	background: #a60 url("/themes/default/gradient.png") repeat-x 0px 0px;
	font-size: 11px;
	color: #fff;
	padding: 0px 0px 4px 0px; margin: 0;
	
}
#footer a {
	font-weight: bold;
	color: #fff;
	text-decoration:none;
}
#footer a:hover {
	color: #f00;
}

/* @end */

/* @group Ticket */

#ticket {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: bisque;
}

#ticket_list {
	margin: 0;
	height: auto;
	max-height: 100%;
	margin-bottom: 0px;
}

#ticket_stakeSK {
	display: inline;
}

#ticket_winnings {
	display: inline;
}

#ticket_winningsSK {
	display: inline;
}

.ticket_list {
	font-size: 10px;
	border-top: 1px solid #a60;
	border-left: 1px solid #a60;
	border-right: 1px solid #530;
	border-bottom: 1px solid #530;
	background-color: bisque;
}

.ticket_list_header,
.ol_h {
	display: table-cell;
	color: #000;
	background: #ea4;
	border-left: 1px solid #fec;
	border-top: 1px solid #fec;
	border-right: 1px solid #a60;
	border-bottom: 1px solid #530;
	padding: 2px 3px 2px 3px;
	text-align: center;
}

.ticket_list_row,
.ticket_list_row_alt {
	display: table-cell;
	color: #000;
	background: #ffe;
	border-right: 1px solid #fc6;
	border-top: 1px solid #fc6;
	//padding: 1px 4px 1px 4px;
	text-align: center;
}

.ticket_list_row_alt {
	background: #fec;
	border-right: 1px solid #ea4;
	border-top: 1px solid #ea4;
}

.ticket_bets_counter,
.ticket_stake {
	background: #ea4;
	border-top: 1px solid #a60;
	border-left: 1px solid #a60;
	border-right: 1px solid #530;
	border-bottom: 1px solid #530;
	margin-bottom: 0px;
}

.ticket_error {
	color: #000;
	background: #fff;
	border: 2px outset #c00;
	margin-bottom: 0px;
}

.ticket_bets_count {
	font-size: 10px;
	text-align: left;
	padding: 2px 6px;
	display: table-cell;
	background: #fec;
}

.ticket_stake_label {
	font-size: 10px;
	text-align: right;
	padding: 0px 6px;
}

.ticket_stake_sublabel {
	font-size: 10px;
	text-align: right;
	padding: 0px 6px;
}

.ticket_stake_separator {
	border-top: 1px solid #a60;
	border-bottom: 1px solid #fc6;
	margin: 0px 0px;
}

#ticket_stake_progress {
	visibility: hidden;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0px 4px;
	float: left;
	background: url('/themes/default/progress_wheel_16.gif') no-repeat;
}

/* @end */

/* @group Sport Tab */

a.tab {
	background: transparent url('/themes/default/tab.png') no-repeat scroll right 0px;
	text-shadow: 1px 1px 2px #fff;
	display: inline-block;
	height: auto;
	padding-right: 9px;
	text-decoration: none;
	margin-right: 3px;
}

a.tab span {
	background: transparent url('/themes/default/tab_span.png') no-repeat scroll left 0px;
	color: #000;
	display: block;
	line-height: 13px;
	padding: 5px 8px 5px 16px;
	font-weight: bold;
}

a.tab:hover {
	background: transparent url('/themes/default/tab.png') no-repeat scroll right -27px;
	outline: none;
}

a.tab:hover span {
	background: transparent url('/themes/default/tab_span.png') no-repeat scroll left -27px;
}

a.tab:active {
	background: transparent url('/themes/default/tab.png') no-repeat scroll right -54px;
	outline: none;
}

a.tab:active span {
	background: transparent url('/themes/default/tab_span.png') no-repeat scroll left -54px;
}

a.tab2 {
	background: transparent url('/themes/default/tab.png') no-repeat scroll right 0px;
	text-shadow: 1px 1px 2px #fff;
	display: inline-block;
	height: auto;
	padding-right: 9px;
	text-decoration: none;
	margin-right: 0px;
}

a.tab2 span {
	background: transparent url('/themes/default/tab_span.png') no-repeat scroll left 0px;
	color: #000;
	display: block;
	line-height: 13px;
	padding: 5px 8px 5px 16px;
	font-weight: bold;
}

a.tab2:hover {
	background: transparent url('/themes/default/tab.png') no-repeat scroll right -27px;
	outline: none;
}

a.tab2:hover span {
	background: transparent url('/themes/default/tab_span.png') no-repeat scroll left -27px;
}

a.tab2:active {
	background: transparent url('/themes/default/tab.png') no-repeat scroll right -54px;
	outline: none;
}

a.tab2:active span {
	background: transparent url('/themes/default/tab_span.png') no-repeat scroll left -54px;
}


.offtab {
	background: transparent url('/themes/default/tab.png') no-repeat scroll right -81px;
	color: #444;
	text-shadow: 1px 1px 2px #000;
	display: inline-block;
	height: 27px;
	padding-right: 9px;
	text-decoration: none;
	margin-right: 3px;
}

.offtab:hover {
	color: #000;
}

.offtab span {
	background: transparent url('/themes/default/tab_span.png') no-repeat scroll left -81px;
	display: block;
	line-height: 17px;
	padding: 5px 8px 5px 16px;
	font-weight: bold;
}

/* @end */

/* @group Buttons */


a.button {
	background: transparent url('/themes/default/button.png') no-repeat scroll right 0px;
	color: #000;
	text-shadow: 1px 1px 2px #fff;
	display: inline-block;
	height: 27px;
	padding-right: 9px;
	text-decoration: none;
}

a.button span {
	background: transparent url('/themes/default/button_span.png') no-repeat scroll left 0px;
	color: #000;
	display: block;
	line-height: 17px;
	padding: 4px 0px 6px 8px;
}

a.button:hover {
	background: transparent url('/themes/default/button.png') no-repeat scroll right -27px;
	color: #000;
	outline: none;
}

a.button:hover span {
	background: transparent url('/themes/default/button_span.png') no-repeat scroll left -27px;
}

a.button:active {
	background: transparent url('/themes/default/button.png') no-repeat scroll right -54px;
	color: #000;
	outline: none;
}

a.button:active span {
	background: transparent url('/themes/default/button_span.png') no-repeat scroll left -54px;
}

.offbutton {
	background: transparent url('/themes/default/button.png') no-repeat scroll right -81px;
	color: #a60;
	text-shadow: 1px 1px 2px #fff;
	display: inline-block;
	height: 27px;
	padding-right: 9px;
	text-decoration: none;
}

.offbutton span {
	background: transparent url('/themes/default/button_span.png') no-repeat scroll left -81px;
	display: block;
	line-height: 17px;
	padding: 4px 0px 6px 8px;
}

/* @end */

/* @group Odds Count */

a.oddscount {
	background: transparent url('/themes/default/icon16_uniplus_end.png') no-repeat scroll top right;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #040;
	display: inline-block;
	height: 16px;
	padding-right: 6px;
	text-decoration: none;
}

a.oddscount:hover {
	color: #fc6;
}

a.oddscount span {
	background: transparent url('/themes/default/icon16_uniplus_start.png') no-repeat;
	display: block;
	line-height: 16px;
	padding: 0px 0px 0px 3px;
}

/* @end */

/* @group Table Dialog */

.dialog {
	border: 1px #a60 solid;
	background: #fc6 url("/themes/default/gradient.png") repeat-x 0px 0px;
	color: #000;
}

.dialog-inside {
	border: 1px #ea4 solid;
	background: #fec;
	color: #000
}

.dialog-inside .header {
	background: url("/themes/default/gradient.png") repeat-x 0px 0px;
	padding: 6px;
}

.dialog h1,h2 {
	color: #000;
	text-shadow: #fff 2px 2px 2px;
	display: inline;
	border: 0px;
	font-weight: bold;
	padding: 0; margin: 0;
}

.dialog h2 {
	font-size: 16px;
}

.dialog label {
	font-weight: bold;
}

.dialog a:link {
	color: #f00;
}

.dialog a:hover {
	color: #a60;
}

.dialog a:active {
	color: #a60;
}

.dialog a:visited {
	color: #f00;
}

.dialog-inside a:link {
	color: #f00;
}
.dialog-inside a:hover {
	color: #a60;
}
.dialog-inside a:visited {
	color: #f00;
}
.dialog-inside a:active {
	color: #a60;
}

.dialog-separator {
	border-top: 1px #a60 solid;
}

/* @end */

/* @group Odds List */

.ol_t {
	border-bottom: 1px solid #111;
	background: #c40 url("/themes/default/gradient.png") repeat-x 0px 0px;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	display: table-cell;
	width: 100%;
	padding: 4px 0px 4px 8px;
}

.ol_r {
	background: #ffe;
	text-align: center;
}

.ol_ra {
	background: #fec;
	text-align: center;
}

.ol_r td {
	border-right: 1px solid #fc6;
	padding: 1px 4px 1px 6px;
}

.ol_ra td {
	border-right: 1px solid #ea4;
	padding: 1px 4px 1px 6px;
}

.ol_r td u,
.ol_ra td u {
	text-align: center;
	text-decoration: none;
	display: block;
	width: auto;
}

.ol_r td i,
.ol_ra td i {
	text-align: center;
	font-style: normal;
	display: block;
	width: auto;
}

.ol_s {
	color: #fc6;
	background: #c40;
	font-weight: bold;
	cursor: pointer;
}

.ol_s:hover {
	color: #000;
	background: #ea4;
}

.ol_n {
	color: #000;
	font-weight: bold;
	cursor: pointer;
}

.ol_n:hover {
	color: #000;
	background: #ea4;
}

.ol_table_border_v {
	border-left: 1px solid #a60;
	display: table-cell;
	width: 1px;
	margin: 0;
	padding: 0;
}

.ol_table_border_h {
	background: #a60;
	display: table-cell;
	height: 2px;
	margin: 0;
	padding: 0;
}

.ol_date_sep {
	border-top: 1px solid #530;
	height: 0px;
	margin: 0;
	padding: 0;
}

.ol_border_l {
	border-left: 1px solid #ea4;
}

.ol_border_r {
	border-right: 1px solid #ea4;
}

/* @end */

/* @group Odds Event */

.oe_table {
	border-top: 0px solid #a60;
	border-left: 0px solid #a60;
	border-right: 0px solid #a60;
	border-bottom: 0px solid #530;
	background: #c40 url("/themes/default/gradient.png") repeat-x 0px 0px;
}

.oe_separator {
	border-top: 1px #530 dotted;
	width: 100%;
	height: 0px;
	display: block;
	margin-top: 4px;
	margin-bottom: 5px;
}

.oe_title {
	font-weight: bold;
	font-size: 1.7em;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	display: block;
	width: 100%;
	padding: 4px 0px 0px 0px;
}

.oe_subtitle {
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	display: block;
	width: 100%;
	padding: 0px 0px 4px 0px;
}

.oe_result {
	padding: 2px 6px 2px 6px;
	display: block;
	color: #000;
	text-shadow: 0px 2px 4px #fff;
	overflow: hidden;
	text-align: center;
	background: #fc6;
	border-top: 1px solid #ffe;
}

.oe_resulttable {
	border-top: 0px;
	border-left: 2px solid #a60;
	border-right: 2px solid #a60;
	border-bottom: 2px solid #a60;
}

/* @end */

/* @group Main Navi Popup */

#nav, #nav table {
	
}
#nav table {
	position: absolute;
	left: -999em;
	z-index: 64;
}
#nav td:hover table, #nav td.sfhover table {
	left: auto;
	margin-left: 116px;
	margin-top: -2px;
}
#nav .popup {
	background: #ea4;
	border: 2px solid #a60;
}
#nav .popup a {
	margin: 0px 0px 1px 0px;
}


/* @end */

.content-separator {
	border-top: 1px #a60 dotted;
	width: 100%;
	height: 0px;
	display: block;
	margin-top: 4px;
	margin-bottom: 5px
}

.text-comment {
	font-size: 0.85em;
}

.nowrap {
	white-space: nowrap
}

.spacer {
	display: block;
	width: 20px;
	height: 8px
}

.navi_odds_cats_on {
	color: #000;
	background: #fff;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-bottom: 0px solid #888;
	border-right: 1px solid #888;
	padding: 2px 8px;
	text-decoration: none;
	white-space: nowrap;
}

.navi_odds_cats_off {
	color: #000;
	background: #ddd;
	border: 1px solid #888;
	padding: 2px 8px;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

.navi_odds_cats_separator {
	border-bottom: 1px solid #888;
	width: 50%;
}

.navi_odds_cats_off:hover {
	background: #aaa;
}

.navi_odds_selection {
	color: #000;
	background: #ddd url('/themes/default/gradient_odds.gif') repeat-x 0% 0%;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	display: table-cell;
	padding: 4px;
	text-align: center;
}

@media screen and (max-width:600px)
{
.odds_selection {
	display:none;
}
}




.navi_odds_sets {
	background: #ccc;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 4px;
	font-size: 11px;
}

.odds_selection_dialog {
	border: 1px solid #888;
}

.odds_selection_dialog .title_top {
	background: #bbb;
	border-bottom: 1px solid #777;
}

.odds_selection_dialog .title_bottom {
	background: #bbb;
	border-top: 1px solid #777;
}

.odds_selection_dialog td {
	background: #f0f0f0;
	border-bottom: 1px solid #ddd;
	padding: 0px 2px 0px 4px;
	font-size: 11px;
	text-align: left;
}

.odds_selection_dialog td a {
	color: #000;
	text-decoration: none;
}

.odds_selection_dialog td a:hover {
	color: #f00;
}

.odds_selection_dialog .sep {
	border-right: 1px solid #ddd;
}

.odds_selection_dialog td.title {
	background: #e0e0e0;
	padding: 2px 4px;
	font-size: 12px;
	font-weight: bold;
}

#odds_selection_types,
#odds_selection_types_arrow,
#odds_selection_competitions,
#odds_selection_competitions_arrow {
	display: block;
	width: 100%;
	text-align: center;
}

.list_table {
	border: 1px solid #a60;
}

.list_table .header {
	display: table-cell;
	color: #000;
	background: #ea4;
	border-left: 1px solid #fec;
	border-top: 1px solid #fec;
	border-right: 1px solid #a60;
	border-bottom: 1px solid #530;
	padding: 2px 3px 2px 3px;
	text-align: center;
	white-space: nowrap;
}

.list_table .title {
	border-bottom: 1px solid #a60;
	background: #c40 url("/themes/default/gradient.png") repeat-x 0px 0px;
	text-align: left;
	padding: 2px 8px;
}

.list_table .row,
.list_table .row_alt {
	padding: 2px 6px 2px 6px;
	background: #ffe;
	border-right: 1px solid #fc6;
	white-space: nowrap;
}

.list_table .row_alt {
	background: #fec;
	border-right: 1px solid #ea4;
}

.main_table {
	background: #fc6;
	border-top: 1px solid #a60;
	border-left: 1px solid #a60;
	border-right: 1px solid #530;
	border-bottom: 1px solid #530;
	white-space: nowrap;
	color: #000;
}

.main_table .label {
	text-align: right;
	padding: 2px 6px;
	display: table-cell;
	border-bottom: 1px solid #a60;
}

.main_table .value {
	text-align: left;
	padding: 2px 6px;
	display: table-cell;
	background: #fec;
	border-bottom: 1px solid #ea4;
	border-right: 1px solid #ea4;
}

.tab_sidebar_on {
	color: #000;
	background: #fc6;
	border-top: 1px solid #a60;
	border-left: 1px solid #a60;
	border-bottom: 0px solid #a60;
	border-right: 1px solid #a60;
	padding: 2px 12px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}

.tab_sidebar_off {
	color: #000;
	background: #ea4;
	border: 1px solid #a60;
	padding: 2px 12px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}

.tab_sidebar_off:hover {
	background: #c82;
	color: #000;
}

.tab_sidebar_separator {
	border-bottom: 1px solid #a60;
	width: 50%;
}

.buttonBigAction {
	display:inline-block;
	padding:16px 32px;
	border-radius:5px;
	border:1px solid #ea4;
	background-color:#ea4;
	color:#fff;
	font-size:1.35em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	white-space:nowrap;
}
.buttonBigAction:hover {
	border:1px solid #530;
}
.buttonBigAction:visited {
	color:#fff;
}
.buttonBigCancel {
	display:inline-block;
	padding:16px 32px;
	border-radius:5px;
	border:#ea4 1px solid;
	color:#ea4;
	font-size:1.35em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	white-space:nowrap;
}
.buttonBigCancel:hover {
	border:1px solid #530;
}
.buttonBigCancel:visited {
	color:#ea4;
}

.backgroundColorPopupHeader {
	background-color:#fc6;
}
.LFoPopupOverlay {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	text-align:center;
	z-index:99999;
	visibility:hidden;
	background:rgba(0, 0, 0, 0.65);
	color:#000;
	pointer-events:none;
	opacity:0;
	-webkit-transition: opacity 250ms ease-in;
	-moz-transition: opacity 250ms ease-in;
	transition: opacity 250ms ease-in;
}
.LFoPopupOverlay:target {
	visibility:visible;
	opacity:1;
	pointer-events: auto;
}
.LFoPopup {
	position:relative;
	/* padding:1em .75em; */
	/* margin:1em auto; */
	/* max-width:500px; */
	/* width:90%; */
	background: