html {
scrollbar-base-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-darkshadow-color: #ffd000;
scrollbar-face-color: #565656;
scrollbar-track-color: #CECECE;
scrollbar-highlight-color: #ffd000;
}

div {
scrollbar-base-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-darkshadow-color: #ffd000;
scrollbar-face-color: #565656;
scrollbar-track-color: #CECECE;
scrollbar-highlight-color: #ffd000;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

body {  
font: 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
width: 100%; 
height:100%;
padding: 0 0 0 0;
margin: 0 0 0 0;
background-color : #575757;
color : #000000;
scrollbar-base-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-darkshadow-color: #ffd000;
scrollbar-face-color: #565656;
scrollbar-track-color: #CECECE;
scrollbar-highlight-color: #ffd000;
}

.divcoupon {  
position: absolute; 
width: 353px; 
left: 2px; 
top: 0px; 
height:100%;
border-left-color:black;
border-left-style:solid;
border-left-width:2px;
}

input {
	font-family: verdana;
	font-size: 11px;
	background-color: #C0C0C0;
	color: #000000;
	padding-left: 2px;
	font-weight: bold;
	margin: 0 3px 0 3px;
    height:13px;	
    border:1px #ffffff solid;	
}



.combotitle{
	font-family: verdana;
	font-size: 11px;
	color:white;
	font-weight: bold;	
}

.titleyellow{
	color:#ffcc00;
}

.textdisplay{
	background:#464646;
	color:#ffffff;
    text-align:right; 	
}

.textfocus{
	border:solid 1px #ffd000;
	background:#EFF5FF;
	color:#000000;
}
.textblur{
	background:#C0C0C0;
	color: #000000;
    border:1px #ffffff solid;	
}

.texttitle{
	font-family: verdana;
	font-size: 11px;
	color: #ffd000;
    height: 10px;
}
.texttitle_input{
	font-family: verdana;
	font-size: 11px;
	color:#ffd000;
	height: 10px;
}


.subname {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin: 0 3px 0 13px;
}

#vmenu a{
	text-decoration: none;
	height:25px;
	width:106px;
	display:block;
	padding-top:3px;
	color:black;	
}

.vmenunormal{
	background-image: url('');
	background-repeat: no-repeat;
	color: white; font-size:11px;
}
.vmenuclick, .vmenuhover{
	background-image:url('../images/over.gif'); background-repeat:no-repeat;
	color: #303030; font-size:11px;
}


#menu_tab td {
	padding-bottom:5px
}
.style1 {
	text-align: right;
}
#uyelik{
	cursor:pointer;
	text-decoration:none;color:white;font-weight:bold;
}

.dd {color:black;font-weight: bold; text-align:left;background-color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:12px;float:left;}
.dd .ddTitle {color:black;font-weight: bold; background:#C0C0C0;border:1px solid #ffffff;padding:2px;  margin:0;text-indent:0;cursor:default;overflow:hidden;height:16px;}
.dd .ddTitle span.arrow {background:url(../images/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer;}
.dd .ddTitle span.textTitle {color:black;text-indent:1px; overflow:hidden; line-height:16px;}
.dd .ddTitle span.textTitle img{color:black;text-align:left; padding:0 2px 0 0}
.dd .ddTitle img.selected {padding:0 3px 0 0;vertical-align:top;}
.dd .ddChild {position:absolute;border:1px solid #ffd000;border-top:none;padding:1px;display:none;margin:0;width:auto;overflow:auto;overflow-x:hidden;background-color:#ffffff;}
.dd .ddChild a {color:black;display:block;padding:3px 0 3px 3px;text-decoration:none;color:#000;overflow:hidden;white-space:nowrap;cursor:pointer;}
.dd .ddChild a:hover {color:black;background:#ffd000;}
.dd .ddChild span {color:black;padding-left:20px; color:#C0C0C0;}
.dd .ddChild a img {border:0;padding:0 2px 0 0;vertical-align:middle;}
.dd .ddChild a.selected {color:black; font-size:12px; background:#ffd000;}
.hidden {display:none;}


a.buttontop {
    padding: 2px 5px 0px 15px;
    border: solid 1px #8AB134;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-image: url( '../images/buttontop_bg.png' );
    background-repeat: repeat-x;
    font-size: 11px;
    height: 16px;
    text-decoration: none;
    color: #000000;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}
a.buttontop img {
    position: absolute;
    bottom: -5px;
    left: -12px;
    border: none;
}
a.buttontop:hover {
    color: darkred;	
}  

a.button {
    background:  url('../images/btn_right.png') no-repeat scroll top right;
    display: block;
    height: 22px;
	font-weight: bold;	
    padding-right: 7px; 
    text-decoration: none;
	cursor:pointer;
}

a.button:hover {
    background:  url('../images/btn_rightyellow.png') no-repeat scroll top right;
}

a.button span {
    font: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;	
    background:  url('../images/btn_left.png');
    background-repeat:repeat-x;	
    color: white;
    display: block;
    height: 22px;
    padding: 2px 5px 2px 17px;
}

a.button span:hover {
    background:  url('../images/btn_leftyellow.png');
    background-repeat:repeat-x;		
    color: black;	
}
  
.tabMenu {	LIST-STYLE-IMAGE: none;LIST-STYLE-TYPE: none;  MARGIN: 0px; PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px; }
.tabMenu LI            {color: white;FLOAT: left; HEIGHT: 22px; CURSOR: pointer;  padding-right: 7px;          background: url('../images/tab_right.png') no-repeat scroll top right;}
.tabMenu LI.click      {color: black;FLOAT: left; background:  url('../images/tab_rightyellow.png')  no-repeat scroll top right;}
.tabMenu LI span       {color: white;FLOAT: left; HEIGHT: 22px; CURSOR: pointer;  padding: 2px 10px 2px 10px;  background: url('../images/tab_left.png');background-repeat:repeat-x;	}
.tabMenu LI span.click {color: black;FLOAT: left; background:  url('../images/tab_leftyellow.png');background-repeat:repeat-x;}
.tabMenu LI:hover      {color: black;FLOAT: left; background:  url('../images/tab_rightyellow.png')  no-repeat scroll top right;}
.tabMenu LI span:hover {color: black;FLOAT: left; background:  url('../images/tab_leftyellow.png');background-repeat:repeat-x;	}
.tabtab {	WIDTH: 100%; BORDER-BOTTOM: #000 2px solid;background-image: url('../images/tab_bground.png');}
.tabtabTop {  HEIGHT: 0px; CLEAR: both}
.tabtabBottom {  HEIGHT: 1px }
.tabtabBody { BACKGROUND-COLOR: #dfdfdf;}
.tabtabBody DIV table { font-weight: bold; COLOR: #000000;}
.tabtabBody DIV table tr { height: 16px;   border: 1px solid #000;}
.tabtabBody DIV table tr:hover { BACKGROUND-COLOR: #ffdd00; CURSOR: pointer;}
.tabtabteam { BACKGROUND-COLOR: #ffdd00; CURSOR: pointer;}
#tabtabtitle{font-weight: normal;text-decoration: underline;}

  
a.buttonok {
    background:  url('../images/btn_rightok.png') no-repeat scroll top right;
    display: block;
    height: 22px;
	font-weight: bold;	
    padding-right: 17px; 
    text-decoration: none;
	cursor:pointer;
}

a.buttonok:hover {
    background:  url('../images/btn_rightokyellow.png') no-repeat scroll top right;
}

a.buttonok span {
    font: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;	
    background:  url('../images/btn_left.png');
    background-repeat:repeat-x;	
    color: white;
    display: block;
    height: 22px;
    padding: 2px 10px 2px 10px;
}

a.buttonok span:hover {
    background:  url('../images/btn_leftyellow.png');
    background-repeat:repeat-x;		
    color: black;	
}

.pagetitle{
    height:25px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	font-family: Tahoma;
	color: #538ac1;
	background-image: url('../images/header_red_mid.png');
	border-bottom-color:#575757;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-top-color:#575757;
	border-top-style:solid;
	border-top-width:2px;
}

.divkriter{
 display: none; 
 background-color: #111111;
 border-bottom-color:black;
 border-bottom-style:solid;
 border-bottom-width:2px;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#555555;
  display:none;
}
#dialog {
  position:absolute;
  z-index:9999;
  background-color:#555555;
  display:none;
}

#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:95%;
  height:95%;
  display:none;
  z-index:9999;
  padding:5px;
}
#boxes #spe1 {
  width:95%;
  height:95%;
  padding:3px;
  background-color:#ffffff;
}


.table_b3lr{
border-left: 2px solid #575757;border-right: 3px solid #575757;
border-top: 2px solid #575757;border-bottom: 2px solid #575757;
}
.table_news{
font: normal "Arial", "Verdana", sans-serif;
font-size: 11px;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
background-image: url(../images/Ads_Nicobetbg.gif);
height: 160px; 
width: 355px;
color:white;
}

.information { width: 100%;text-align: center;  font-size: 11px; font-weight: bold; color: #538ac1; background-color:#1B1B1B; border-collapse:separate;}

.jNiceInputWrapper {background: transparent url(../images/input.gif) no-repeat left top;float:left;}
.jNiceInputInner {background: transparent url(../images/input.gif) no-repeat right top;padding: 1px 4px 1px 0;	margin: 0 0 2px 4px;}
.jNiceInputInner input {font-size: 11px;color:#404040;line-height: 16px;height: 16px;vertical-align:middle;padding:0;margin:0;background:none;border:none;outline:none;}
.jNiceInputWrapper_hover { background-position: left bottom; }
.jNiceInputWrapper_hover .jNiceInputInner { background-position: right bottom; }  

.coupon_unselected{ height:17px; color:white; background-color:#1B1B1B; font-size:11px; font-weight: bold;	border-width: 1px; border-style: solid; border-color: #1B1B1B #000000 #1B1B1B #000000;}
.coupon_selected  { height:15px; color:black; background-color:#ffcc00; font-size:11px; font-weight: bold;	border-width: 1px; border-style: solid; border-color: #1B1B1B #000000 #000000 #000000;}
.coupon_selected .odd{padding: 0px; text-align: right; padding: 1px;}
.coupon_selected .label{padding: 0px; text-align: left; padding: 1px; }
.coupon_gametype { height:19px; width: 100%;text-align: center;  font-size: 11px; font-weight: bold; color: #538ac1; background-color:#1B1B1B; border-collapse:separate;  border-width: 1px; border-style: solid; border-color: #000000 #000000 #1B1B1B #000000; }
.bet_gametype { height:19px; width: 40%;text-align: right;  font-size: 11px; font-weight: bold; color: #538ac1; padding: 0px;}
.betgroup_gametype { height:16px; background-color: #464646; font-size: 11px; font-weight: bold; color: #538ac1; padding: 0px;}

.hdcoupon_table    { background-color:#ffcc00; border-width: 1px; border-style: solid; border-color: #000000 #000000 #000000 #000000;}
.hdcoupon_selected { color:black; background-color:#ffcc00; font-size:11px; font-weight: bold;}
.hdcoupon_table tr td { border-top: 3px #000000 solid; }
.hdcoupon_selected .odd{text-align: right; padding: 1px;}
.hdcoupon_selected .label{text-align: left; padding: 1px; }
.hdcoupon_gametype { height:18px; width: 100%;text-align: center; font-size: 11px; font-weight: bold; color: #538ac1;background-image: url('../images/header_red_mid.png'); border-collapse:separate;  border-width: 1px; border-style: solid; border-color: #000000 #000000 #1B1B1B #000000; }

.unselected 		{ color:#ffffff; font-weight: normal; background-color:#1B1B1B; border-collapse:separate; border-width: 1px; border-style: solid; border-color: #575757 #000000 #000000 #575757; cursor:pointer; padding: 2px; }
.unselectedsp 		{ color:#ffffff; font-weight: normal; background-color:#333333; border-collapse:separate; border-width: 1px; border-style: solid; border-color: #575757 #000000 #000000 #575757; cursor:pointer; padding: 2px; }
.unplayed  		{ vertical-align: middle; color:#ffffff; font-weight: 8pt; background-color:#333333;  border-bottom-color:#000000; border-bottom-style:solid; border-bottom-width:1px;  border-top-color:#575757; border-top-style:solid; border-top-width:1px; }
.unselected:hover   { color:#000000; font-weight: bold;	  background-color:#ffcc00; border-collapse:separate; border-width: 1px; border-style: solid; border-color: #ffffff; cursor:pointer; padding: 2px; }
.unselectedsp:hover { color:#000000; font-weight: bold;	  background-color:#ffcc00; border-collapse:separate; border-width: 1px; border-style: solid; border-color: #ffffff; cursor:pointer; padding: 2px; }
.item               { font-size:11px; height: 100%; border-collapse: collapse; border-spacing: 0px; cursor:pointer;}
.item .label		{  text-align: left; padding: 0 2px; width: 80%; font-weight: bold; cursor:pointer; white-space: nowrap; }
.item .odd			{text-align: right; padding: 0 2px; width: 20%; text-align: right; cursor:pointer; white-space: nowrap; }
.mouse_on           { color:black; font-weight: bold;	background-color:#ffcc00;	font-size:11px;	border-width: 1px; border-style: solid; border-color: #ffffff; cursor:pointer; padding: 2px;}
.selected 			{ color:black;	background-color:#ffcc00;	font-size:11px;	border-width: 1px; border-style: solid; border-color: #000000; cursor:pointer; padding: 2px;}
.selected .item .odd 	{  text-align: right; color:black; font-weight: bold;}
.selected .item .label 	{  text-align: left; color:black; font-weight: bold;}
.cgtidname  { vertical-align: middle; color:#ffcc00; font-family:Tahoma; font-size: 8pt; background-color:#333333;  border-bottom-color:#000000; border-bottom-style:solid; border-bottom-width:1px;  border-top-color:#575757; border-top-style:solid; border-top-width:1px; }


.arkadegis {border-left: 1px #CCCCCC solid; border-top: 1px #CCCCCC solid; border-bottom: 1px #000000 solid; border-right: 1px #000000 solid; border-width:1;}
.ligtitle { height:20px; font-size: 11px; font-weight: bold; text-align: left; font-family: Tahoma; color: #ffd000; background-color: #363636; border-bottom-color:black; border-bottom-style:solid; border-bottom-width:1px; border-top-color:#656565; border-top-style:solid; border-top-width:1px;}
.mts,.mtsy,.mtsy12,.mtshd{ font-family:Tahoma; color:white; font-size:10px; font-weight:bold; text-align:center; height:14px; background-color: #464646;}
.mtshd{ font-family:Tahoma; color:white; font-size:10px; font-weight:bold; text-align:center; height:14px; background-color: #464646; border-top: 1px #575757 solid; }
.mtstitle{ font-family:Tahoma; color:#ffd000; font-size:10px; font-weight:normal; text-align:center; height:14px; background-color: #464646;}
.mtssp{ font-family:Tahoma; color:white; font-size:10px; font-weight:bold; height:14px; background-color: #464646;}
.mtsy,.mtsy12{	color:#ffd000; font-weight:bold; cursor:pointer;text-decoration: underline;}
.mtsy12{color:#ffd000;	font-weight:bold;font-size:12px;cursor:pointer;text-decoration: underline;}
.spename{color:#000000;text-align:center;font-size:12pt;width:100%; font-weight: bold;background-image: url('../images/div_bg_c.png');vertical-align:middle}
.TeamCell {	color: #000000;height:14px;	font-size: 11px;font-weight: bold;font-family: Tahoma;background-image:url('../images/row2.png');background-repeat:repeat-x;background-position:center;text-align: center;}
.header{height:15px;color: #FFFF66;font-family:verdana;font-size:10px;font-weight:bold;text-align:center;}
.noheader {  height: 1px;}
.yesheader{height:13px;color: #FFD000;font-family:verdana;font-size:10px;font-weight:bold;}
.gametable { border-collapse: separate; border-spacing: 4px; margin-bottom: 2px;  background-color: #575757;  }

.jquery-safari-checkbox {display: inline; font-size: 16px; line-height: 16px; cursor: pointer; cursor: hand;}
.jquery-safari-checkbox .mark {display: inline;}
.jquery-safari-checkbox img {vertical-align: middle; width: 16px; height: 16px;}
.jquery-safari-checkbox img{background: transparent url(../images/safari-checkbox.png) no-repeat;}
.jquery-safari-checkbox img{background-position: 0px 0px;}
.jquery-safari-checkbox-hover img{background-position: -16px 0px;}
.jquery-safari-checkbox-checked img{background-position: 0px -16px;}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-hover img {	background-position: -16px -16px;}
.jquery-safari-checkbox-disabled img{background-position: 0px -32px;}
.jquery-safari-checkbox-checked .jquery-safari-checkbox-disabled img{	background-position: 0px -48px;}
 
#basic-modal-content {display:none;padding:1px;height:auto; width:auto;}
#simplemodal-overlay {background-color:#000; cursor:wait;height:auto; width:auto; border:0px solid #444;}
#simplemodal-container {height:auto; width:auto; color:#bbb; border:0px solid #444; padding:0 0 0 0;}
#simplemodal-container code {border-left:1px solid #65B43D; color:#bbb; display:block; margin-bottom:3px; padding:0 0 0 0;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container h3 {color:#5f87ae; font-size:1.4em; padding:0; margin:0;}
#simplemodal-container a.modalTitle {color:#fff;height:20px; display:inline; z-index:3200; position:absolute; top:-1px; left:-1px; cursor:pointer;}
#simplemodal-container a.modalCloseImg {background:url(../images/xx.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:0px; right:0px; cursor:pointer;}
#divortatitle {height:25px;text-align:center;text-indent: 7px;color:#ffcc00;font-family:'Arial Black';font-weight:normal}

.coupon_warning { height:19px; width: 100%;text-align: center;  font-size: 9px; font-weight: bold; color: red; background-color:#1B1B1B; border-width: 0px;}
.hdfctcprice{ font-family:Tahoma;color:#ffd000; font-size:10pt; font-weight:bold; text-align:center; height:14px; background-color: #464646; border-top: 1px #575757 solid; }
.hdtitle{ font-family:Tahoma; color:#ffd000; font-size:11px; font-weight:normal; text-align:center; height:16px; background-color: #464646;}


  

