
/* CSS Document */
html {
	font: 100% "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

body {
	font: 100% "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:13px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtrHdr a{
	color:#ffcc00;
    border-bottom: 1px solid #80761f;
    text-decoration:none;
}
.oneColFixCtrHdr a:hover {
    color: #fff;
    border-bottom: 1px solid transparent;
    text-decoration:none;
}
.oneColFixCtrHdr .bg_container {
	margin:0 auto;
}

.oneColFixCtrHdr .bg_container_center {
	margin:0 auto;
}

.oneColFixCtrHdr #container {
	width: 1040px;
	margin: 0 auto;
	border: 0 none;
	text-align: left;
}
#container #header, #container #mainContent,  #container #customer-support {margin-left:50px;margin-right:50px;}

INPUT, SELECT, TEXTAREA {
    border: 1px solid;
    border-color: #575757 #dedfdf #fff #ebebeb;
    background-color: #fff;
    font-size: 16px;
    padding-top: 2px;
}
INPUT.radio {border: 0 none;background-color: transparent;width: auto;height: auto;}
INPUT {height: 21px;width:275px;}
SELECT {height: 26px;width:275px;}
.month SELECT, SELECT.month {width: 60px;}
.day SELECT, SELECT.day {width: 44px;}
.year SELECT, SELECT.year {width: 80px;}
th.td {
    text-align:left;
}
/**********************
	HEADER
**********************/
.oneColFixCtrHdr #header {
	/*background: #DDDDDD; */
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #header .header_left,
.oneColFixCtrHdr #header .header_left_unlogged {
	/*background: #DDDDDD; */
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:275px;
	width:700px;
	background:none;
	position:relative;
    margin-right:-100px;
	float:left;
	display:inline;
}

.oneColFixCtrHdr #header .header_right,
.oneColFixCtrHdr #header .header_right_unlogged {
	/*background: #DDDDDD; */
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:275px;
	width:330px;
	margin-left:605px;
	/*margin-right: -3px;*/
	position:relative;
	padding-top:2px;
}
.oneColFixCtrHdr #header .header_left_unlogged {
    width:728px;/*715px;*/
}
.oneColFixCtrHdr #header .header_right_unlogged {
    width:204px;
    margin-left:733px;
}

.player_info {
    font-size:11px;
    text-align:right;
    margin-top:14px;
}

.oneColFixCtrHdr #header .header_play {
	height:119px;
/*	width:940px;*/
}

#top_menu {
	margin-top:21px;
	margin-left:2px;
    float:left;
    text-transform:uppercase;
}

#top_menu a, #top_menu a.active{
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffcc00;
	text-decoration:none;
	font-weight:lighter;
	margin-right:6px;
    padding-bottom: 0px;
    border-bottom: 1px solid #80761f;
}

#top_menu a.active, #top_menu a:hover{
	color:#FFFFFF;
	text-decoration:none;
    border-bottom: 1px solid transparent;
}


div#logo{
	margin-top:60px;
	margin-left:2px;
}

.oneColFixCtrHdr #header .header_right {
	text-align:right;
}

.oneColFixCtrHdr #header .header_right p{
}

.oneColFixCtrHdr #header .header_right a{
	text-decoration:none;
    padding-bottom: 0px;
    border-bottom: 1px solid #80761f;

}

.oneColFixCtrHdr #header .header_right a:hover{
	color:#FFFFFF;
    border-bottom: 1px solid transparent;
}

p.pl_info_links a {
	margin-left:10px;}

p.pl_info_links {
	margin-top:3px;}
p.pl_history_links {
    margin-top: 0;
}
#header_login {
	background:url(/i/enter.gif) no-repeat bottom left;
	display: inline-block;
	height:26px;
    margin-top:17px;
	float: right;
    border-bottom: 0 none !important;
    z-index: 100;
    zoom: 1;
    font-size:19px;
    text-transform:uppercase;
    letter-spacing:-0.02em;
    padding-left:20px;
    white-space:nowrap;
}

#header_login:hover {
	background:url(/i/enter_a.gif) no-repeat bottom left;
	cursor:pointer;
    color:#ffffff;
}

#panel {
	DISPLAY: none; Z-INDEX: 999; WIDTH: 220px; PADDING-TOP: 0px;
    padding-left:20px; POSITION: absolute; TOP: 0px; HEIGHT: 287px; TEXT-ALIGN: center;
	background:#0c1721;
    right: 0;
}

#panel table{
	font-size:13px;
	text-align:left;
	width:210px;
/*	border-color:#CCCCCC*/
}

#panel table td{
	padding-bottom:9px;
}

#panel table a{
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ffcc00;
	text-decoration:none;
}

#panel table a:hover{
	text-decoration:none;
    color:#fff;
}


#panel table h2.enter {
	height:22px;
    font-size:21px;
    margin: 9px 0 5px;
    white-space:nowrap;
}

#panel table h2.first {
	display:block;
	height:22px;
	margin:5px 0 8px;
    text-align:left;
    white-space:nowrap;
}

#panel table input{
	width:98px;
    height: 18px;
	color:#000;
}

#panel table td.label{
	width:70px;
	height:30px;
}

#panel table tr.trbut td{
	padding:2px;
}

#panel table tr.forgot td{
	padding-bottom:23px;
}

#panel table tr.ftime td{
	padding-bottom:0px;
}

td.input { width:140px;}

td.submit_m { padding-top:4px;}

td.submit_m a	{
	background:url(/i/en/b-enter.png) no-repeat top left;
	width:93px;
	height:33px;
	display:block;
	cursor:pointer;
    border-bottom: 0 none;
}

td.submit_m a:hover	{
	background-position: bottom left;
}

.enter_tab_close a{
	background:url(/i/button_x.jpg) no-repeat;
	width:16px;
	height:16px;
	display:block;
	cursor:pointer;
    border-bottom: 0 none;
}

.enter_tab_close a:hover{
	background:url(/i/button_x_a.jpg) no-repeat;
}

/***********************
		BANNERS
***********************/
div#jackpot {
	background:url(/i/en/jackpot.gif) 5px top no-repeat;
	width:183px;
	padding-top:36px;
    padding-left: 3px;
	height:51px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}



div#payout {
	background:	url(/i/en/payout.gif) no-repeat;
	width:128px;
	height:75px;
	margin-left:28px;
	margin-top:13px;
	}

/**********************
	CONTENT
**********************/
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:100px;
	/*background: #FFFFFF;*/
}

* html #mainContent {height: 1%;}

#mainContent:after {
  /* закрываем плавающие блоки */
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
#sub-container, #aff-sub-container {
  float: left;
  /* для фиксированной ширины */
  width: 745px;

  /* для "резиновой" ширины
  width: 100%;
  margin-left: -200px; */
    /*margin-bottom: 122px;*/
    padding-bottom: 170px;
}

#customer-support h2 {
    margin-left:220px !important;
}
#customer-support {
    margin-top: -158px;
    height: 122px;
    position:absolute;
}
#wrpr {
  /* для "резиновой" ширины
  margin-left: 200px; */
}
#content {
  width: 100%;
  float: left;
}
#left_content {
  border-right: 510px solid #0c1720; /* фон левого сайдбара */
}

div#but_reg_now {
	width:213px;
	height:83px;
	margin-top:1px;
	margin-left:1px;
}

div#but_reg_now a{
	background:url(/i/en/b-register-now.png) no-repeat top left;
	display:block;
	width:184px;
	height:62px;
    border-bottom: 0 none;
}

div#but_reg_now a:hover{
	background-position: bottom left;
}

/************************
	CENTER_CONTENT
*************************/
#content {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	padding-top:7px;
}

#content p{
	margin:2px 0;
}

H1 {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:normal;
	color:#ffcc00;
	margin: 0 0 12px 2px;
}

H2 {
    font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size:23px;
    font-weight: normal;
    color:#ffeeaa;
    margin:10px 0;
}

#content h2, #customer-support h2 {
	clear:both;
/*	margin-left:2px;*/
	margin-bottom:10px;
}

 .box {
	background:#384550;
	float:left;
	margin-left:37px;
	padding:0;
	width:140px;
	margin-bottom:35px;
    font-size:11px;
}

 .box p{padding-left:5px;}

 .box img{
    display: block;
}

 .box  a{
	display:block;
	height:15px;
	width:135px;
	padding:1px 0 1px 5px;
	border-bottom:1px #0c1721 solid;
	text-decoration:none;
}

 .box  a.a2{
	padding-top:0px;
}

 .box  a:hover{
	background:#FFCC00;
	color:#384550;
    border-bottom:1px #0c1721 solid;
}

#content  .left {
	display:inline;
	margin-left:2px;
}

#content  #center {
	margin-left:267px;
	float:none;
	clear:both;

}

#content ol, #content ul, #ajax-target-content ol, #ajax-target-content ul {
    list-style-image:none;
    list-style-position:inside;
    margin: 1ex 0;
}
#content ol li, #content ul li {
    margin: 0.5ex 0;
}
#content ol, #ajax-target-content ol {list-style-type:decimal;}
#content ul, #ajax-target-content ul {list-style-type:none;}

.odd, .odd td {
}
.register-checkbox, #secure-info, #payment-mean-info {background-color: #111e2a;padding:5px;}
#secure-info, #payment-mean-info {
    margin-top: 2ex;
    padding: 10px;
    font-size: 14px;
}
#secure-info IMG, #payment-mean-info IMG {
    vertical-align: middle;
    margin-right: 5px;
}
#payment-mean-info {margin-bottom: 2ex;}

/*************************
		RIGHT
*************************/
#right {
  float: left;
  width: 185px;
    padding-bottom: 40px;
    padding-left: 9px;
}

div#but_download {
	/*width:200px;*/
}

div#but_download a{
	display:block;
	width:184px;
	height:63px;
	/*margin-left:15px;*/
	margin-top:23px;
    border-bottom: 0 none;
}

div#but_download a:hover{
    background-position: bottom left;
}


div#poker {
	/*width:200px;*/
	height:77px;
	}

div#poker a {
	display:block;
	width:184px;
	height:65px;
	/*margin-left:15px;*/
	margin-top:12px;
    border-bottom: 0 none;
	}

/*div#poker a:hover {
	background:url(/i/en/lobby_play_poker_a.gif) no-repeat;
	}*/

#faq_block h3, #news_block h3, #info_block h3, #promo-menu h3 {
    width: 170px;
    height: 35px;
    line-height: 100%;
}
#right h3 {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:23px;
    font-weight: normal;
	color:#ffeeaa;
	padding:5px 0px 0 10px;
}
h3 {
    font-weight: normal;
    font-size: 18px;
    color:#ffeeaa;
    margin: 8px 0 6px 0;
}
h4 {
    font-weight: normal;
    font-size: 15px;
    color:#ffeeaa;
    margin: 6px 0 4px 0;
}
/****************************
		FOOTER
******************************/

table.help {
	height:85px;
	margin-left:220px;
}

table td.help_online a{
	margin-bottom:-44px;
	display:block;
	width:185px;
	height:85px;
	background:url(/i/en/help_online.gif) no-repeat top left;
}

table td.help_online a:hover{
	background:url(/i/en/help_online_a.gif) no-repeat top left;
}

*+ html table td.help_online a{
	margin-bottom:0px;
}

td.height_1 {
	padding-left:23px;
	vertical-align:bottom;
}

td.text_help {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	vertical-align:middle;
	padding-left:10px;
	}

td.text_help a{
	font-size:15px;
	color:#ffcc00;
	vertical-align:middle;
	text-decoration:none;
	}

td.text_help a:hover{
	color:#ffffff;
    border-bottom: 1px solid transparent;
	}

td.mail{
	padding-bottom:5px;
	}

#footer h2 {
	margin-left:210px;
	margin-bottom:20px;
}


div.click_buy {
	height:99px;
	width:100%;
	margin-top:6px;
	}

div.click_buy img{
	margin: 0 auto;
	display:block;
}

div.copyright {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
	height:20px;
	text-align:center;
	vertical-align:middle;
	}

div.footer_menu {
	padding-top:28px;
	padding-bottom:12px;
	width:100%;
	height:20px;
	text-align:center;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	height:11px;}

div.footer_menu a{
	color:#ffcc00;
	text-decoration:none;
	margin-right:10px
}

div.footer_menu a:hover{
	text-decoration:none;
	color:#ffffff;
}

.oneColFixCtrHdr #footer {
	min-height: 153px;
    height: auto !important; /* понимают все современные браузеры */
    height: 153px; /* IE6 неправильно использует данное значение */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.hide {
	display:none;
}

/*  Buttons  */

.button, .button-wide, .button-extra-wide {
    width: 135px; height: 41px;
    overflow: hidden;
    display: block;
    background: no-repeat left top;
    margin-top: 2ex;
    border: 0 none !important;
    text-decoration: none;
}
.button-wide {width: 180px;}
.button-extra-wide {width: 331px;height:63px;padding:0px;}
A.button, A.button-wide, A.button-extra-wide {
    border-bottom: 1px solid transparent;
}

.t {padding-right: 10px !important;}

#internal-container {
    padding: 12px 12px 40px 12px;
    background-color: #1f3040;
}
UL#internal-menu {
    background-color: #0c1721;
    height: 39px;
    text-align: center;
    margin:0;
}
* html UL#internal-menu LI {display:inline;margin:0;}
UL#internal-menu LI {
    display:inline-block;
    margin:0 -3px;
    vertical-align:top;
//display:inline;
//margin:0;
    zoom:1;
    background-color: #111e2a;
    font-size: 16px;
    height: 33px;
    padding: 6px 11px 0 11px;
}
#internal-menu LI A {display:block; white-space:nowrap;}
#internal-menu LI.active {background-color: #1f3040;}

.internal-sub-menu {
    background-color: transparent;
    /*height: 39px;*/
    margin-bottom: 26px;
    clear:both;
}
* html .internal-sub-menu LI {display:inline;margin:0;}
.internal-sub-menu LI{
    display:inline-block;
    margin:0 1px;
    vertical-align:top;
//display:inline;
//margin:0;
    zoom:1;
    background-color: transparent;
    font-size: 17px;
    padding: 6px 9px 8px 9px;
}
table.internal-sub-menu {
    width:100%;
}
.internal-sub-menu td {
    margin:0 1px;
    vertical-align:middle;
    zoom:1;
    text-align:center;
    background-color: transparent;
    font-size: 16px;
    padding: 6px 3px 5px;
}
.internal-sub-menu LI A {display:block; text-align:center;}
.internal-sub-menu LI.active, .internal-sub-menu td.active {background-color: #111e2a;}
.internal-sub-menu LI A.active, .internal-sub-menu td A.active,
.internal-sub-menu td A.active,
.internal-sub-menu LI A:hover {color:#ffeeaa;border-bottom-color:#ffeeaa;}

.sub-menu-left-bar {
    width: 190px;
    float: left;
    padding-left: 8px;
}
.sub-menu-left-bar LI.active A,
.sub-menu-left-bar A:hover {color:#ffeeaa;border-bottom-color:#ffeeaa;}

.sub-menu-right-bar, #sub-menu-right-bar {float:left; width: 690px;}

#internal-container B, #internal-container STRONG, #internal-container DT, #content B, #news_block B {
    color:#ffcc00;
    font-weight:normal;
}
DD {
    margin-left:0;
    margin-bottom:1ex;
    padding-left:2ex;
}

.news-hot {
    color: #ff9900;
}

.errors, .message {
    font-size: 12px;
    padding: 16px 12px;
}
.errors {
    background-color: #382527;
	color: #cab1b1;
    border: 1px solid #d32222;
}
#content .errors UL LI, #ajax-target-content .errors UL LI {margin:0;padding:0;list-style-type:disc;}
#content .errors UL, #ajax-target-content .errors UL {margin-bottom: 1ex;}
.message {
	color: #afe9a4;
    border: 1px solid #0ac40a;
    background-color: #243c2c;
}
.errors, .message {
	margin: 7px 0 16px 0;
}
.error {
	margin: 5px 0;
}
.errorField, .errorCaption {font-weight: bold;}
.errorBlank {height: 2px;overflow: hidden;}

BIG {font-size: 20px;}

IMG.border {
    margin: 1ex 0;
    border: 1px solid #ffcc00;
}
UL.help_text LI, .sub-menu-right-bar UL LI, #sub-menu-right-bar UL LI, .message UL LI, .error UL LI {list-style: disc inside;}
OL.help_text LI, .sub-menu-right-bar OL LI, #sub-menu-right-bar OL LI {list-style: decimal inside;}


#select-game {
    width: 220px;
}
.chip_img:after {
  content: '$';
  /*display: inline;
  visibility: visible;*/
/*  height: 0;
  line-height: 0;*/
}

table.choose_lang {
    margin-top:18px;
    z-index:100;
    float:left;
    position:relative;
}
td.lang {
    padding: 5px 10px 5px 0;
}
td.lang a:hover, td.lang a {
    text-decoration:none;
    border:none;
    cursor:pointer;
}

.payperiod_select {
    width:319px;
    margin:0;
}

table.border td.payperiod_whitespace,
table.border-p-100 td.payperiod_whitespace {
    height:10px;
    margin:0;
    padding:0 2px;
    width:50px;
    text-align:center;
}
table.border td.date_range_fromdate,
table.border-p-100 td.date_range_fromdate,
table.border td.date_range_todate,
table.border-p-100 td.date_range_todate{
    height:10px;
    margin:0;
    padding:0 2px;
    text-align:center;
    width:47px;
}
table.border td.date_range_todate,
table.border-p-100 td.date_range_todate {
    width:35px;
}
table.border TH, table.border-p-100 TH {text-align: left;}
.sub-menu-right-bar h3 {
    color:#FFCC00;
    font-size:13px;
}

#logo a {
    border:none;
}

div#but_play_poker a, div#but_play_casino a{
	background:url(/i/en/but_play_poker.png) no-repeat top left;
	display:block;
	width:184px;
	height:63px;
	margin-top:23px;
    border-bottom: 0 none;
}
div#but_play_poker a:hover, div#but_play_casino a:hover{
    background-position: bottom left;
}
div#but_play_poker a{
	background:url(/i/en/but_play_poker.png) no-repeat top left;
}
#ajax-loader {
    position: relative;
    float: right;
    width: 32px; height: 32px;
}
.input-table-column-1 {width: 156px;}
.input-table-column-2 {width: 560px;}

.history-period-column-1 {width:120px;}
.history-period-column-2 {width:60px;}
.history-period-column-3 {width:44px;}
.history-period-column-4 {width:80px;}
.history-period-column-5 {width:95px;}

.flip, .active {background: left top;background-repeat: no-repeat;overflow:hidden;display:block;}
.flip:hover, .active {background-position: left bottom;background-repeat: no-repeat;}

.i_checkbox {width: auto;height:auto;padding:0;border: 0 none;}

.date_filter TR.even TD, .date_filter TR.odd TD, .filter_table {background-color: #000;}
.filter_table {width: 760px;}
.paging_td, .pages TD {background-color: #000; padding: 0 14px;}
.pages {margin-bottom: 25px;}

.show A, .pages A {font-size: 15px;}
.show {vertical-align: middle;text-align: right;}
#internal-container table.border TH B, #internal-container .dfilter B, #internal-container .pages B, #content .pages B {color: #ff9900;font-size: 15px;}
.date_filter TD.month {width: 60px;}
.date_filter TD.day {width: 44px;}
.date_filter TD.year {width: 80px;}
.pages TD {padding-top: 2px; padding-bottom: 2px;}
#internal-container table.border TH {text-align: left;}
.dates {margin-top: 2ex;}

.rank-of-hands .lightcell {text-align: left !important;}
.rank-of-hands .odd, .rank-of-hands .even, .rank-of-hands .odd TD, .rank-of-hands .even TD {background-color: transparent !important;}
