@charset "utf-8";


html, body {
	margin:0 auto;
	height:100%;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:0.8pc;
	color:#333333;
	background-color: white;
}

img {
	border:none;
}

.page_wrapper {
	height: 100%;
	width: 100%;
	background-color:#FFFFFF;
}

.header {
	height: 132px;
	overflow: hidden;
	background: url(/resources/2.1.8/media/PX_Header.gif) 0px 0px repeat-x;
}

.hat {
	width: 973px;
	height: 132px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	background: url(/resources/2.1.8/media/Header.jpg) 0px 0px no-repeat;
}



.header_menu {
	width: 330px;
	height: 32px;
	top: -77px;
	left: 325px;
	position: relative;
	margin: 0 auto;
	text-align: right;
}

a.header_links:LINK {color: white; text-decoration: none; font-weight: bold;}
a.header_links:VISITED {color: white; text-decoration: none; font-weight: bold;}

.header_menu_item_logged_out {
	position: relative;
	background: url(/resources/2.1.8/media/Butt_Login.png) 0px 0px no-repeat;
	width: 101px;
	height: 26px;
	text-align: left;
	padding-top: 4px;
	padding-left: 7px;
	float: right;
}

.header_menu_item_logged_in {
	position: relative;
	background: url(/resources/2.1.8/media/Butt_Green.png) 0px 0px no-repeat;
	width: 101px;
	height: 26px;
	text-align: left;
	padding-top: 4px;
	padding-left: 7px;
	float: right;
}



.tabs_menu {
	width: 950px;
	height: 40px;
	top: -76px;
	left: 0px;
	position: relative;
	margin: 0 auto;
}

a.tabs_links:LINK {color: white; text-decoration: none; font-weight: bold;}
a.tabs_links:VISITED {color: white; text-decoration: none; font-weight: bold;}

.tabs_menu_item {
	height: 37px;
	padding: 0px;
	padding-top: 10px;
	/*margin-left: -10px;
	margin-right: -10px;*/
	background: url('/resources/2.1.8/media/Tab_PX.png') repeat-x;
	float: left;
	cursor: pointer;
}

.tabs_menu_item_blank {
	height: 37px;
	padding: 0px;
	padding-top: 10px;
	float: left;
	cursor: pointer;
}

.tabs_menu_item_left {
	width: 24px;
	height: 37px;
	padding: 0px;
	background: url('/resources/2.1.8/media/Tab_Left.png') no-repeat;
	float: left;
}

.tabs_menu_item_right {
	width: 24px;
	height: 37px;
	padding: 0px;
	background: url('/resources/2.1.8/media/Tab_Right.png') no-repeat;
	float: left;
}

.tabs_menu_item_side_blank {
	width: 24px;
	height: 37px;
	padding: 0px;
	float: left;
}



.dialog_black_wrapper {
	background-color: #000000;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.7;
	filter: alpha(opacity=70); // IE hack, needs to be equal to opacity
	position: fixed;
	z-index: 1;
	display: none;
}

.dialog {
	z-index: 1;
	display: none;
	margin: 0 auto;
	position: absolute;
	top: 30px;
	width: 973px;
}

#contents_wrapper {
	margin: 0 auto;
	padding-left: 20px;
	width: 973px;
	/*background: url(/resources/2.1.8/media/contents_bg.png) top center repeat-y;*/
}



.login_div {
	display: block;
	position: relative;
	left: 25%;
	width: 558px;
	height: 245px;
	background: url(/resources/2.1.8/media/BG_Login.png) top left no-repeat;
	padding: 25px;
}

.login_inner_div {
	position: relative;
	width: 370px;
	height: 245px;
}

.input_div {
	padding-bottom: 10px;
}

.input_label_wrapper {
	float: left;
	width: 105px;
	padding-top: 5px;
}

.input_text_login {
	padding: 1px;
	width: 200px;
	margin-top:4px;
	font: 16px "Trebuchet MS", Helvetica, sans-serif;
	color: #5A698B;
	margin: 0px 0 0px 8px;
	padding: 3px;
	border: 1px solid #8595B2;
}

.remember_forgot {
	text-align: center;
}

.footnote {
	color: #FF0000;
	margin: 10px;
	font-size: 0.8pc;
	line-height: 14px;
	width: 320px;
	padding-top: 3px;
}



.reg_div {
	display: block;
	position: relative;
	left: 25%;
	width: 666px;
	height: 506px;
	background: url(/resources/2.1.8/media/BG_Register.png) top left no-repeat;
}

.reg_inner_div {
	position: relative;
	left: 170px;
	width: 490px;
	height: 500px;
}

.comment {
	font-size: 0.6pc;
	height: 13px;
	text-align: left;
	padding-left: 115px;
	padding-top: 2px;
	color: #CC3300
}

.input_text_reg {
	padding: 1px;
	width: 260px;
	margin-top:4px;
	font: 16px "Trebuchet MS", Helvetica, sans-serif;
	color: #5A698B;
	margin: 0px 0 0px 8px;
	padding: 3px;
	border: 1px solid #8595B2;
}

.captcha_instructions {
	padding-top: 15px;
	padding-bottom: 15px;
}



.homepage_top_left_div {
	width: 170px;
	height: 280px;
	float: left;
	margin-top: 33px;
	background: url(/resources/2.1.8/media/SubMenu_ShadowLine.png) top right no-repeat;
}

.submenu_title {
	width: 160px;
	height: 25px;
	background: url(/resources/2.1.8/media/SubMenu_Line.png) bottom center no-repeat;
	font-size: 18px;
	color: #aa0101;
	padding-top: 4px;
	padding-left: 5px;
}

a.submenu_links:LINK {color: gray; text-decoration: none;}
a.submenu_links:VISITED {color: gray; text-decoration: none;}

.submenu_item {
	width: 150px;
	height: 20px;
	background: url(/resources/2.1.8/media/SubMenu_Line.png) bottom center no-repeat;
	font-family: Arial;
	font-size: 11px;
	color: #6f7477;
	padding-top: 4px;
	padding-left: 5px;
	cursor: pointer;
}

.submenu_item_selected {
	width: 150px;
	height: 20px;
	background: url(/resources/2.1.8/media/SubMenu_HilitLine.png) top left no-repeat;
	font-family: Arial;
	font-size: 11px;
	color: gray;
	padding-top: 4px;
	padding-left: 5px;
	cursor: pointer;
}

.submenu_item_arrow {
	position: relative;
	top: 2px;
}



.homepage_top_center_div {
	width: 291px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.homepage_top_center_div_headline {
	height: 31px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 16px;
	background: url(/resources/2.1.8/media/Headlines_Title.png) top left no-repeat;
}

.homepage_top_center_div_text {
	font-size: 12px;
	line-height: 15px;
}

.homepage_readmore {
	height: 16px;
	font-size: 12px;
	text-align: right;
	padding-top: 0px;
	padding-right: 25px;
	color: red;
	background: url(/resources/2.1.8/media/Window_ReadMore_Arrows.png) center right no-repeat;
}



.homepage_top_right_div {
	width: 462px;
	margin-top: 15px;
	margin-right: 0px;
	padding: 0px;
	float: left;
	vertical-align: middle;
}


.homepage_customer_support {
	width: 170px;
	float: left;
	margin-top: 33px;
}

.homepage_market_info_div {
	width: 288px;
	margin-left:15px;
	margin-top:5px;
	background: url(/resources/2.1.8/media/Window_Header_PX.png) top center repeat-x;
}

.homepage_market_info_div_headline {
	height: 31px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	position: relative;
	top: -27px;
	left: 46px;
}

.homepage_market_info_div_text {
	font-size: 12px;
	line-height: 15px;
	position: relative;
	top: -35px;
	background: url(/resources/2.1.8/media/Window_Frame_01.png) top center no-repeat;
	padding: 10px;
	padding-top: 2px;
}

.homepage_tutorial_div {
	width: 288px;
	margin-left:15px;
	margin-top:5px;
	background: url(/resources/2.1.8/media/Window_Header_PX.png) top center repeat-x;
}

.homepage_tutorial_div_headline {
	height: 31px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	position: relative;
	top: -17px;
	left: 39px;
}

.homepage_tutorial_div_text {
	font-size: 12px;
	line-height: 15px;
	position: relative;
	top: -25px;
	background: url(/resources/2.1.8/media/Window_Frame_01.png) top center no-repeat;
	padding: 10px;
	padding-top: 2px;
}

.homepage_competitions_div {
	width: 272px;
	margin-left:15px;
	margin-top:5px;
}

.homepage_competitions_table {
	height: 286px;
	width: 272px;;
	position: relative;
	top: -26px;
	padding-left: 12px;
	background: url(/resources/2.1.8/media/Window_Frame_02_copy.png) bottom center no-repeat;
}

.homepage_competitions_table_headline_span {
	float: left;
	min-width: 112px;
	height: 29px;
	background: url(/resources/2.1.8/media/Window_Header_PX.png) top center repeat-x;
}
	
.homepage_competitions_table_headline {
	height: 34px;
	vertical-align: top;
	font-size: 16px;
	font-weight: bold;
	color: white;
	position: relative;
	left: 7px;
}

.homepage_competitions_table_text {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
}

.homepage_promotion_box {
	position: relative;
	top: 5px;
	left: 12px;
}


.footer {
	position: relative;
	top: -100px;
	height: 210px;
	overflow: hidden;
	background: url(/resources/2.1.8/media/PX_Footer.gif) 0px 0px repeat-x;
}

.footer_wrapper {
	overflow: hidden;
	width: 973px;
	height: 210px;
	margin: 0 auto;
	background: url(/resources/2.1.8/media/Footer.png) top center no-repeat;
}

.footer_left {
	float: left;
	width: 440px;
}

.footer_invite_friends {
	height: 55px;
	padding-top: 10px;
}

.footer_payment_options {
	float: none;
	height: 40px;
	padding-top: 10px;
}

.footer_payment_options_img {
	padding-left: 20px;
}

.footer_opertated_by {
	float: left;
	height: 75px;
	padding-top: 25px;
	padding-left: 20px;
}

.footer_right {
	float: left;
	padding-left: 100px;
}

.footer_web20 {
	height: 65px;
	padding-top: 10px;
}

.footer_web20_img {
	padding-left: 20px;
	padding-top: 5px;
}

a.footer_links {
	color:#FFFFFF;
	text-decoration:none;
	line-height:1.3pc;
}

.footer_right_bottom_left {
	float: left;
	padding-left: 20px;
}

.footer_right_bottom_right {
	float: left;
	padding-left: 50px;
}


.market_news_content_div {
	width: 470px;
	margin-left: 5px;
	margin-top: 5px;
}



/*
.footer_wrapper {
	margin:0 auto;
	width:100%;
	height:356px;
	background-color:#05284f;
	position: relative;
}

.elements_wrapper {
	position: relative;
	width: 973px;
	margin: 0 auto;
}

.footer_top {
	background-color:#d7dde3;
	height:87px;
	background-image:url(/resources/2.1.8/media/contents_bottom.png);
	background-position:top center;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:30px;
}

.footer_invite_friends {
	float:left;
	padding-top:36px;
}

.footer_top_links {
	float:right;
	padding-top:38px;
}

.footer_bottom_logo_skillogic {
	float:left;
	padding-top:10px;
	padding-left:42px
}

.footer_bottom_text {
	float:left;
	padding-top:18px;
	padding-left:9px;
	color:#05284F;
}

.footer_bottom {
	background-color:#8c9caf;
	height:156px;
}

.footer_bottom_left {
	float:left;
	padding-top:27px;
	padding-left:42px;
	width:410px;
}



/*
label {
	color:#1c52a8;
	float:left;
	padding-top:5px;
	text-align:right;
	width:130px;
}

h1 {
	font-size:2.7em;
	letter-spacing:-0.04em;
	line-height:1.05em;
	padding-bottom:10px;
	color:#085294;
}

h2 {
	font-size:1.1pc;
	letter-spacing:-0.04em;
	line-height:0.9pc;
	padding-bottom:0px;
	color:#085294;
}

h3 {
	font-size:1.4pc;
	letter-spacing:-0.04em;
	line-height:1pc;
	padding-top:40px;
	color:#085294;
}

ol {
	list-style:decimal;
	padding-bottom:0px;
}

select {
	font-size:0.6pc;
	letter-spacing:-0.5px;
	margin-top:4px;
}

#play_now {
	float:right;
	position:relative;
	top:16px;
}

#play_now_and_promo {
	position: absolute;
	top: 48px;
	left: 557px;
	width:290px;
}

#menu_tabs {
	background-image:url(/resources/2.1.8/media/menu_tabs.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:900px;
	height:218px;
	margin-top:88px;
}

#contents_wrapper {
	margin: 0 auto;
	margin-top: -101px;
	width: 900px;
	background: url(/resources/2.1.8/media/contents_bg.png) top center repeat-y;
}

#contents_wrapper li {
	padding-bottom: 0px;
}

#contents_container {
	margin-bottom:-15px;
	padding-top:40px;
	padding-bottom:70px;
	padding-left:90px;
	padding-right:90px;
	min-height:400px;
	height:auto !important;
	height:400px;
	position:relative;
	overflow:hidden;
}

#footer_wrapper {
	margin:0 auto;
	width:100%;
	height:356px;
	background-color:#05284f;
}

#footer_top {
	background-color:#d7dde3;
	height:87px;
	background-image:url(/resources/2.1.8/media/contents_bottom.png);
	background-position:top center;
	background-repeat:no-repeat;
	padding-left:30px;
	padding-right:30px;
}

#footer_invite_friends {
	float:left;
	padding-top:36px;
}

#footer_top_links {
	float:right;
	padding-top:38px;
}

#footer_bottom_logo_skillogic {
	float:left;
	padding-top:10px;
	padding-left:42px
}

#footer_bottom_text {
	float:left;
	padding-top:18px;
	padding-left:9px;
	color:#05284F;
}

#footer_bottom {
	background-color:#8c9caf;
	height:156px;
}

#footer_bottom_left {
	float:left;
	padding-top:27px;
	padding-left:42px;
	width:410px;
}

#country {
	width: 165px;
}

#contact_form {
	margin-top: 40px;
}

#reg_form {
	margin-top: 0px;
}

#reg_div {
	position: relative;
}

#login_div {
	position: relative;
}

#cvv2_help{
	position:absolute;
	display:none;
}

table.faq_table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}

table.faq_table th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.faq_table td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

.money_box {
	width: 150px;
	height: 30px;
}

.user_menu_online {
	left:6px;
	position:relative;
	top:32px;
	width:530px;
}

.user_menu_offline {
	width:530px;
	top:37px;
	left:6px;
	position:relative;
	float:left;
}

.label_customer_support {
	font-weight: normal;
	color: #333333;
}

.homepage_text_container {
	padding-left:5px;
	margin-bottom:-15px;
	padding-bottom:70px;
	overflow: hidden;
	position:relative;
}

.homepage_intro {
	width: 462px;
	height: 256px;
	position: absolute;
	left: 73px;
	top: 48px;
}

.left {
	float: left;
	width: 337px;
	height: 168px
}

.right {
	float:right;
	height:230px;
	position:absolute;
	right:-79px;
	width:349px;
}

.login_whitebox {
	position: relative;
	top: 29px;
	left: 29px;
	width: 658px;
	height: 270px;
	background-color: #FFFFFF;
}
.deposit_whitebox {
	position: relative;
	top: 29px;
	left: 29px;
	width: 660px;
	height: 320px;
	padding: 25px;
	background-color: #FFFFFF;
}
.form_style_container {
	color:#1c52a8;
	font-size:1pc;
}
.form_style {
	float:right;
	right:80px;
	width:350px;
	position:relative;
	top:20px;
}

.login_form_title{
	color:#1C52A8;
	float:left;
	font-size:14px;
	font-weight:bold;
	left:25px;
	padding-bottom:20px;
	padding-top:9px;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	top:7px;
	width:330px;
}

.hide_intro {
	position: relative;
	top: -4px;
	text-align: center;
	left: 29px;
	width: 711px;
}

.a {
	color:#085294;
}

.back_to_top {
	font-size: smaller;
	margin-top: -6px;
	margin-right: 10px;
	margin-bottom: 40px;
	text-align: right;
}

.elements_wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
}

.user_menu_items {
	font-style:italic;
	text-decoration:none;
	color:#095e00;
	padding-right:20px;
}

.bold {
	font-weight:bold;
}

.tab_box {
	text-align:center;
	line-height: 53px;
	text-decoration:none;
	color:#990000;
}

.footer_bottom_rights {
	float:right;
	padding-top:20px;
	width:168px;
}

a.footer_links {
	color:#FFFFFF;
	text-decoration:none;
	line-height:1.3pc;
}

a.footer_links:hover {
	color:#E2F1F3;
}

.input_div {
	padding-bottom:10px;
}

.form_names {
	width:170px;
	float:left;
	margin-top:4px;
}

.required {
	color: red;
}

.float_left {
	float:left;
}

.payment_methods {
	width: 132px;
	height: 55px;
	padding-bottom: 10px;
}

.seperator {
	padding:30px 0px 30px;
}

.submit {
	margin-top:30px;
}

.remember_forgot {
	text-align: right;
	font-size: 0.7pc;
	padding-right: 20px;
	padding-top: 10px;
}

.footnote {
	color: #FF0000;
	margin: 10px;
	font-size: 0.8pc;
	line-height: 14px;
	width: 320px;
	padding-top: 3px;
}

.just_text {
	font-weight: bold;
	font-size: smaller;
	color: #000066;
	margin-top: 4px;
}

.comment {
	font-size:0.6pc;
	height:13px;
	text-align:right;
	padding-right:107px;
	color:#CC3300
   }

.input_text {
	padding: 1px;
	width: 178px;
	margin-top:4px;
	font: 16px "Trebuchet MS", Helvetica, sans-serif;
	color: #5A698B;
	margin: 0px 0 0px 8px;
	padding: 3px;
	border: 1px solid #8595B2;
}

.left_col {
	width:490px;
	float:left;
	position:relative;
}

.right_col {
	width:154px;
	float:left;
	padding-left:30px;
	margin-left:45px;
	margin-top:64px;
	border-left: 1px #22B6E9 dashed;
	font-size:0.7pc;
}

.tut_tabs {
	width:115px;
	height:39px;
	background: url(/resources/2.1.8/media/tut_tab_bg.png) top center repeat-x;
	font-size:1pc;
	font-weight:bold;
	float:left;
	margin-right:2px;
	line-height:2.4pc;
	text-transform:uppercase;
}

.tab {
	width: 490px;
	height: 640px;
}

.tut_tabs:hover {
	background-color:#154569;
}

a.tut_tabs {
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}

a.tut_tabs:hover {
	font-size:1.1pc;
}

.promo_bg {
	z-index:-1;
	width: 890px;
	height: 220px;
	padding-top:75px;
}

.homepage_cs {
	position: relative;
	float: right;
	top: 64px;
	right: 75px;
	width: 200px;
}

.homepage_paragraph {
	padding-top: 68px;
	padding-left: 70px;
	width: 755px;
	float: left;
}

.promotion_container{
	width:492px;
	padding:10px 0 30px 0;
}

.promotion_div_top{
	background-image:url(/resources/2.1.8/media/promotion_div_top.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:16px;
	background-color:#e7eff8;
}

.promotion_content_background{
	width:490px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	overflow:hidden;
	background-color:#e7eff8;
	padding-top:10px;
}

.promotion_div_image{
	float:left;
	position:relative;
	left:12px;
	margin-top:4px;
	width:182px;
	height:123px;
}

.promotion_div_text{
	float:right;
	position:relative;
	right:8px;
	width:278px;
}

.promotion_div_text_title{
	font-size:1pc;
	font-weight:bold;
	color:#085294;
}

.promotion_div_text_note{
	text-align:right;
	padding-right:18px;
}

.promotion_div_bottom{
	background-image:url(/resources/2.1.8/media/promotion_div_bottom.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:34px;
}
.input_div_forgot {
	left:138px;
	position:relative;
	top:7px;
}

#multi_currency_div {
	color:#FFFFFF;
	float:right;
	font-size:0.8pc;
	font-weight:bold;
	letter-spacing:0.2px;
	position:relative;
	right:9px;
	text-transform:uppercase;
	top:-7px;
	display:none;
}

.reg_info {
	position:relative;
	bottom:70px;
	left:240px;
}

.under_tab_gradient {
	position:relative;
	left:5px;
	top:-8px;
}

.reg_link {
	left:218px;
	position:relative;
	top:244px;
}
*/