html, body { width: 100%; height: 100%; }

html, body, form { padding: 0; margin: 0; }
body { background-color: #282B2F; }
img { border: 0 none #000; }

* { font-family: verdana, sans-serif; }

h4 {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin-top: 4px;
}

#header_menu {
	background: url(img/hdr_back_01.gif) repeat-x;
	height: 116px;
	width: 100%;
	position: relative;
}

#header_menu_content { background: url(img/top_menu_back.png) no-repeat; width: 929px; height: 116px; }

.header_menu_list {
	position: absolute;
	left: 310px;
	bottom: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.header_menu_list li {
	padding: 0;
	margin: 0 2px;
	float: left;
}
.header_menu_list a {
	padding-left: 16px;
	height: 69px;
	text-decoration: none;
	display: table;
	#display: block;
}
.header_menu_list a div {
	padding-right: 16px;
	height: 69px;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	font-size: 22px;
	color: #FFF;
	white-space: nowrap;
	#display: block;
	#line-height: 69px;
}

.header_menu_list a.active {
	background: url(img/hdr_menu_active_left.png) no-repeat;
}
.header_menu_list a.active div {
	background: url(img/hdr_menu_active_right.png) right no-repeat;
}

.header_menu_list a:hover {
	background: url(img/hdr_menu_hover_left.png) no-repeat;
}
.header_menu_list a:hover div {
	background: url(img/hdr_menu_hover_right.png) right no-repeat;
}

.central_container { margin: 0 auto; position: relative; }
.full_width { width: 929px; }

#logo {
	display: block;
	position: absolute;
	left: 24px;
	top: 59px;
	width: 227px;
	height: 47px;
	background: url(img/logo.gif) no-repeat;
	background-image: url(img/logo.gif);
}

#main_menu {
	background: url(img/main_menu_back_01.gif) repeat-x;
	height: 27px;
	width: 100%;
	position: relative;
}

#main_menu_content {
	width: 929px;
	position: relative;
}

.main_menu_list {
	height: 27px;
	border-left: 1px solid #000;
	border-right: 1px solid #2A2B2C;
}

.main_menu_list td {
	height: 27px;
	border-left: 1px solid #2A2B2C;
	border-right: 1px solid #000;
	position: relative;
}

.main_menu_list a {
	padding: 0 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 27px;
	height: 27px;
}

.main_menu_list a.active { background: url(img/main_menu_active.gif); }
.main_menu_list a:hover { background: url(img/main_menu_hover.gif); }

.lang_select { color: #FFF; font-size: 10px; position: absolute; top: 10px; right: 15px; }
.lang_select a { text-decoration: none; color: #FFF; font-weight: bold; font-size: 10px; }
.lang_select a:hover { text-decoration: underline; }

a.noul { text-decoration: none; }
a.noul:hover { text-decoration: underline; }

.type1 { color: #FFF; }

#separator { width: 100%; height: 5px; background: url(img/separator_01.gif) repeat-x; }

#content_holder {
	width: 929px;
	margin: 0 auto;
}

.content_shrink {
	width: 673px;
	margin-right: 6px;
	float: left;
}

#widget_panel {
	position: relative;
	width: 250px;
	float: left;
}

.block { margin-bottom: 5px; position: relative; }

#game_selector { width: 244px; height: 412px; float: left; margin-right: 1px; }

.featured_game {
	width: 212px;
	float: left;
	margin-left: 2px;
	margin-bottom: 4px;
	position: relative;
}
/*.featured_game .preview { border: 1px solid #1B1D1F; }*/

h2 {
	background: url(img/h2_back.gif) repeat-x;
	margin: 0 0 2px 0;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	padding: 4px 0 0 20px;
	height: 18px;
}
h2 .left {
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 22px;
	background: url(img/h2_left.gif) repeat-x;
}
h2 .right {
	position: absolute;
	right: 0;
	top: 0;
	width: 5px;
	height: 22px;
	background: url(img/h2_right.gif) repeat-x;
}

h2 a {
	display: block;
	position: absolute;
	top: 4px;
	right: 7px;
	padding-right: 17px;
	color: #868B91;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
h2 a:hover { text-decoration: none; }

h3 {
	background: url(img/h3_back.gif) repeat-x;
	margin: 0 0 2px 0;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	padding: 4px 0 0 20px;
	height: 18px;
}
h3 .left {
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 22px;
	background: url(img/h3_left.gif) repeat-x;
}
h3 .right {
	position: absolute;
	right: 0;
	top: 0;
	width: 5px;
	height: 22px;
	background: url(img/h3_right.gif) repeat-x;
}
h3 a {
	display: block;
	position: absolute;
	top: 4px;
	right: 7px;
	padding-right: 17px;
	background: url(img/double_arrow.gif) right center no-repeat;
	color: #868B91;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
h3 a:hover { text-decoration: none; }

.launch_link {
	display: block;
	border: 1px solid #1B1D1F;
	border-top: 0 none #000;
	background: url(img/game_link_back.gif) repeat-x;
	text-decoration: none;
}
.launch_link div {
	color: #010D1A;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 0px 0px 0px;
	height: 15px;
	background: url(img/game_link_arrow.gif) right no-repeat;
	cursor: pointer;
}

.launch_link:hover { background: url(img/game_link_back_hover.gif) repeat-x; }
.launch_link:hover div { background: url(img/game_link_arrow_hover.gif) right no-repeat; }

.tops {
	width: 333px;
	float: left;
	position: relative;
}
.tops_divider {
	width: 7px;
	height: 10px;
	float: left;
}
.tops table * { font-family: arial, sans-serif; }
.tops table {
	width: 100%;
	font-size: 10px;
	color: #FFF;
	border: 1px solid #000;
	border-top: 0 none #000;
}
.tops table a { color: #FFF; text-decoration: underline; }
.tops table a:hover { text-decoration: none; }
.tops table tr.odd { background-color: #383B3F; }
.tops table tr.even { background-color: #43464B; }
.tops table td { padding: 8px 0 8px 8px; }
.tops table td.data { font-weight: bold; }

.no_margin { margin: 0 !important; }

#login_box {
	position: relative;
	background: url(img/login_widget_back.png) no-repeat;
	width: 241px;
	height: 133px;
	padding: 9px 0 9px 9px;
}
#login_box_bottom {
	position: absolute;
	background: url(img/login_bottom.gif) repeat-y;
	left: 0;
	bottom: 0;
	width: 250px;
	height: 6px;
	clear: both;
}

.login_input {
	background: transparent;
	border: 0 none #000;
	width: 139px;
	color: #4D5257;
	font-size: 10px;
	font-weight: bold;
	margin-top: 4px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
.login_back { background: url(img/login_box.gif) no-repeat; height: 22px; }

.login_button {
	width: 73px;
	height: 26px;
	background: url(img/login_button.gif) no-repeat;
	float: left;
}
.login_button input {
	width: 73px;
	height: 22px;
	font-size: 10px;
	font-weight: bold;
	color: #3C1116;
	border: 0 none #000;
	background: transparent;
}

.login_widget_links td { padding: 2px 4px 0 0; }
.login_widget_links a { font-size: 10px; font-weight: bold; color: #000; text-decoration: underline; }
.login_widget_links a:hover { text-decoration: none; }

.promo_banner { margin-bottom: 2px; }

.event { padding: 6px 10px; }
.event p a {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.event p a:hover { text-decoration: underline; }
.event p {
	margin: 0 0 5px 0;
	font-size: 10px;
	color: #FFF;
}

.event div { text-align: right; padding-right: 4px; }
.read_more {
	font-size: 11px;
	font-weight: bold;
	color: #CB0018;
	text-decoration: none;
	text-align: right;
}
.read_more:hover { text-decoration: underline; }

.divider { background: url(img/div_dot_01.gif) repeat-x; height: 1px; }

#footer {
	clear: both;
	background: #1B1D1F url(img/footer.gif) top repeat-x;
	height: 160px;
	padding-top: 5px;
}

#footer_content {
	width: 929px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	background: url(img/footer_gradient.png) center bottom no-repeat;
	padding-top: 5px;
}
#footer_content div { text-align: center; color: #646D7B; font-size: 10px; }
#footer_content div { font-weight: bold; }
#footer_content a {
	font-size: 10px;
	font-weight: bold;
	color: #646D7B;
	text-decoration: none;
}
#footer_content a:hover { text-decoration: underline; }

.login_error {
	color: #800;
	font-size: 11px;
	font-weight: normal;
	width: 230px;
	margin-bottom: 2px;
	/*font-family: tahoma, sans-serif;*/
	margin-top: -8px;
}

#game_launcher {
	width: 682px;
	height: 509px;
	position: absolute;
	left: 247px;
	top: 0px;
	display: none;
}
#game_launcher iframe {
	width: 682px;
	height: 509px;
	border: 0 none #000;
}

.text_content {
	background-color: #888D94;
	border: 1px solid #000;
	border-top: 0 none #000;
	color: #000;
	font-size: 11px;
	padding: 10px;
}

.text_content a { color: #000; font-weight: bold; font-size: 11px; }

.widget_content {
	color: #000;
	font-size: 12px;
}
.widget_content p { margin-top: 0; margin-bottom: 4px; }
.widget_content a { color: #000; font-weight: bold; font-size: 12px; }

#game_buttons {
	position: relative;
	width: 682px;
	height: 22px;
	background: url(img/game_btn_bg.png) no-repeat;
}
#game_buttons ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: right;
}
#game_buttons ul li {
	padding: 0;
	margin: 0;
	background: url(img/game_btn_sep.png) left top no-repeat;
	display: block;
	float: left;
	height: 22px;
	padding-left: 8px;
}
#game_buttons ul li a {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 22px;
	padding-right: 25px;
	line-height: 21px;
}
#game_buttons ul li a:hover {
	text-decoration: underline;
}
.game_btn1 { background: url(img/game_btn_i1.gif) right center no-repeat; }
.game_btn3 { background: url(img/game_btn_i3.gif) right center no-repeat; }
.game_btn4 { background: url(img/game_btn_i4.gif) right center no-repeat; }

.game_buttons_long {
	width: 929px !important;
	background: url(img/game_btn_bg_long.png) no-repeat !important;
}

#game_btn_name {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding-left: 20px;
	padding-top: 4px;
}

.sh_content {
	background-color: #DBDEE3;
}

.sh_top_left { background: url(img/shadow_top_left.gif) no-repeat; }
.sh_top_left, .sh_top_left div { width: 9px; height: 9px; }

.sh_top_right { background: url(img/shadow_top_right.gif) no-repeat; }
.sh_top_right, .sh_top_right div { width: 9px; height: 9px; }

.sh_bottom_left { background: url(img/shadow_bottom_left.gif) no-repeat; }
.sh_bottom_left, .sh_bottom_left div { width: 9px; height: 9px; }

.sh_bottom_right { background: url(img/shadow_bottom_right.gif) no-repeat; }
.sh_bottom_right, .sh_bottom_right div { width: 9px; height: 9px; }

.sh_top { background: url(img/shadow_top.gif) repeat-x; }
.sh_top div { width: 9px; height: 9px; }

.sh_bottom { background: url(img/shadow_bottom.gif) repeat-x; }
.sh_bottom div { width: 9px; height: 10px; }

.sh_left { background: url(img/shadow_left.gif) repeat-y; }
.sh_left div { width: 9px; height: 9px; }

.sh_right { background: url(img/shadow_right.gif) repeat-y; }
.sh_right div { width: 9px; height: 9px; }

.promo_image {
	background: url(img/promo_back.png) no-repeat;
	width: 157px;
	height: 107px;
	position: relative;
	margin-right: 16px;
}
.promo_image img {
	width: 143px;
	height: 93px;
	position: absolute;
	left: 6px;
	top: 5px;
}
.promo_hdr {
	padding-bottom: 4px;
	border-bottom: 1px solid #888D94;
	margin-bottom: 13px;
}
.promo_hdr a {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.promo_hdr a:hover { text-decoration: underline; }

.promo_action {
	display: block;
	float: right;
	height: 26px;
	background: url(img/yellow_btn_left.gif) no-repeat;
	padding-left: 12px;
	color: #3C1116;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.promo_action div {
	height: 26px;
	background: url(img/yellow_btn_right.gif) right top no-repeat;
	padding-right: 13px;
	line-height: 22px;
	color: #3C1116;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	cursor: pointer;
}

.text_action  {
	float: left;
	height: 26px;
	background: url(img/yellow_btn_left.gif) no-repeat;
	padding-left: 12px;
	color: #3C1116;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.text_action div {
	height: 26px;
	background: url(img/yellow_btn_right.gif) right top no-repeat;
	padding-right: 13px;
	line-height: 22px;
	color: #3C1116;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.text_action input {
	background-color: transparent;
	border: 0 none #000;
	font-weight: bold;
	height: 22px;
}

.yellowl_action {
	display: block;
	float: right;
	height: 26px;
	background: url(img/yellowl_btn_left.gif) no-repeat;
	padding-left: 12px;
	color: #3C1116;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.yellowl_action div {
	height: 26px;
	background: url(img/yellowl_btn_right.gif) right top no-repeat;
	padding-right: 13px;
	line-height: 22px;
	color: #3C1116;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	cursor: pointer;
}

.greyl_action {
	display: block;
	float: right;
	height: 26px;
	background: url(img/greyl_btn_left.gif) no-repeat;
	padding-left: 12px;
	color: #3C1116;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.greyl_action div {
	height: 26px;
	background: url(img/greyl_btn_right.gif) right top no-repeat;
	padding-right: 13px;
	line-height: 22px;
	color: #3C1116;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	cursor: pointer;
}

.widget_action {
	display: block;
	float: left;
	height: 26px;
	background: url(img/yellowd_btn_left.gif) no-repeat;
	color: #3C1116;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.widget_action div {
	float: left;
	margin-left: 12px;
	height: 26px;
	background: url(img/yellowd_btn_right.gif) right top no-repeat;
	padding-right: 13px;
	line-height: 22px;
	color: #3C1116;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	cursor: pointer;
}

.floated { float: left; }
.content_wrapper { padding: 10px 20px; }

.sh_content p {
	margin-top: 0;
}
.sh_content h4 {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px solid #888D94;
	padding-bottom: 6px;
	margin-top: 4px;
}
.sh_content ul, .sh_content ol { margin: 0 0 6px 0; padding: 0; }
.sh_content li { margin: 0 0 0 30px; padding: 0; }

.regError { padding: 0 10px; color: #900; }

.reg_info { padding: 0 10px; }
.reg_info, .reg_info * {
	color: #000 !important;
	font-weight: bold !important;
	font-size: 10px !important;
}
.reg_info a { text-decoration: underline; }
.reg_info a:hover { text-decoration: none; }

.reg_info2 { padding: 0 10px; }
.reg_info2 a { text-decoration: underline; }
.reg_info2 a:hover { text-decoration: none; }

.reg_info_table { margin-left: 10px; }

.reg_table th { text-align: left; padding: 2px 0 2px 20px; width: 180px; }
.reg_table td { padding: 2px 0; }

.reg_table2 th { text-align: left; padding: 4px 0 4px 40px; width: 180px; }
.reg_table2 td { padding: 4px 0; }

.reg_misc_info { padding: 4px 0 4px 40px; }

.reg_button_wrapper { padding-left: 179px; }
.reg_button {
	width: 135px;
	height: 26px;
	background: url(img/reg_button.gif) no-repeat;
}
.reg_button input {
	width: 135px;
	height: 22px;
	font-size: 10px;
	font-weight: bold;
	color: #3C1116;
	border: 0 none #000;
	background: transparent;
}

.sh_padded { padding: 0 10px; }

#mainForm .reg_input { width: 175px; }
.FireFox #mainForm .reg_input { width: 177px; }
.FireFox #mainForm #phone_number { width: 115px !important; }
#mainForm .reg_select { width: 181px; }
#mainForm input, #mainForm select, #deposit_form input, #deposit_form select { font-size: 11px; }
.reg_error_container { position: relative; }
.reg_error_msg {
	position: absolute;
	left: 207px;
	top: -23px;
	background: url(img/reg_err_bottom_bg.gif) left bottom no-repeat;
	padding-bottom: 8px;
	width: 207px;
	display: none;
}
.reg_error_msg p { display: none; }
.reg_error_wrap {
	background: url(img/reg_err_top_bg.gif) left top no-repeat;
	width: 207px;
	padding-top: 6px;
}
.reg_error_content {
	margin-left: 27px;
	width: 167px;
}
.reg_error_content p { margin: 0 0 4px 0; }

.reg_item_day { width: 39px; font-size: 11px; }
.reg_item_month { width: 72px; font-size: 11px; }
.reg_item_year { width: 54px; font-size: 11px; }

.history_list select { font-size: 11px; }
.history_list .reg_item_day { width: 43px; }
.history_list .reg_item_month { width: 100px; }
.history_list .reg_item_year { width: 58px; }

.reg_error_field { border: 2px solid #B50A0A; display: inline-block; }
.reg_noerror_field { border: 2px solid transparent; display: inline-block; }

#err_reg_oblig { color: #900; font-weight: bold; display: none; }

.verysubmenuowner {
	height: 31px;
	margin-top: 0;
	margin-left: 3px;
	margin-bottom: 8px;
}

#verysubmenu {
	margin: 0;
	padding: 0;
}
#verysubmenu a { display: block; margin: 0; padding: 4px 8px; text-decoration: none; }
#verysubmenu a:hover { background-color: #DBDEE3; color: #000; text-decoration: underline; }
#verysubmenu div { margin: 0; padding: 4px 0; }
.vsm_active { background-color: #000 !important; color: #FFF !important; }

.cashier_table h4 { border-bottom: 0 none #000 !important; margin-bottom: 4px !important; }
.cashier_table .th {text-align:center;font-weight:bold; border-bottom: 1px solid #797D82; border-right: 1px solid #797D82; }
.cashier_table .th_first_cell { border-top: 1px solid #797D82; border-left: 1px solid #797D82; }

.cashier_table td.last_cell a{float:none;margin-top:5px;}


.cashier_table td {vertical-align:middle;height:30px !important; border-bottom: 1px solid #D9DCE1; border-right: 1px solid #D9DCE1; }
.cashier_table td.first_cell {width:230px;  border-left: 1px solid #797D82; white-space: nowrap !important; }
.cashier_table td.first_cell, .cashier_table td.first_cell a { white-space: nowrap !important; }
.cashier_table td.last_cell {text-align:center; border-right: 1px solid #797D82 !important; }
.cashier_table tr.last_row td { border-bottom: 1px solid #797D82 !important; }
.cashier_table td.hdr_cell { border: 0 none #000 !important; }

.bnxZ { margin-right: 6px; }
#cvc_help, #cvc_help2 {
	display: none;
	position: absolute;
	left: 40px;
	top: -20px;
	background-color: #E3E7E8;
	padding: 4px;
	border: 1px solid #000;
}
#cvc_help2 { left: -50px; top: 0px; }

.remember_login { font-size: 10px; font-weight: bold; color: #000; }
.remember_login input { margin: 0; padding: 0; }

.userinfotbl { margin: 10px 0; }

#game_widgets { display: none; position: absolute; left: 0; width: 250px; }

.error { color: #900; font-weight: bold; }

h1.aff_main_hdr {
	font-family: tahoma, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	margin: 25px 0;
}
h1.aff_main_hdr .contrast { color: #C5001C; }

h4.aff_main_subhdr {
	font-family: tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B4B4B4;
	margin: 0 0 4px 0;
	border: 0 none #000;
}
p.aff_main {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7E7E7E;
	margin: 0 0 24px 0;
}
p.aff_join { margin: 0 0 4px 0; }
p.aff_join a {
	font-family: tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FC0;
}

#aff_icons { margin: 0; }

table.aff_links { margin-bottom: 50px; }
table.aff_links td {
	background: url(img/affiliates/item_bg.png) no-repeat center top;
	height: 118px;
}
table.aff_links div { width: 247px; padding: 0 15px; margin: 0 7px; }
table.aff_links a {
	font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
table.aff_links a:hover { text-decoration: none; }
table.aff_links a.contrast{ color: #FC0; }

h1.aff_big_hdr {
	font-family: tahoma, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	margin: 20px 0;
	text-align: center;
}
h1.aff_big_hdr .contrast { color: #C5001C; }

p.aff_big_join { margin: 0 0 30px 0; text-align: center; }
p.aff_big_join a {
	font-family: tahoma, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #FC0;
}
div.aff_div { width: 2px; }

.aff_text_content {
	background-color: #888D94;
	border: 1px solid #000;
	border-top: 0 none #000;
	color: #000;
	font-size: 11px;
	padding: 4px;
}

.aff_content_wrapper { padding: 10px; }
.aff_left { padding: 8px 5px; }
.aff_right { padding: 8px 5px; }

div.aff_link_01 { margin: 3px 0; }
div.aff_link_01 a {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
div.aff_link_01 a:hover { text-decoration: none; }
div.aff_link_01 a.contrast { color: #C5001C; }

div.aff_link_02 { margin: 2px 0 2px 10px; }
div.aff_link_02 a {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
div.aff_link_02 a:hover { text-decoration: none; }

h4.aff_small_hdr {
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C5001C;
	margin: 0 0 10px 0;
	border: 0 none #000;
}

.aff_content_wrapper h5 {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0 0 8px 0;
}

.aff_content_wrapper p a { color: #000; font-weight: bold; text-decoration: underline; }
.aff_content_wrapper p a:hover { text-decoration: none; }