@charset "UTF-8";

#page_header {
	width: 981px;
	height: 103px;
	margin-top: -7px;
	/*position: relative;*/
	
	background: url('../images/page_header.jpg') no-repeat 0% 0%;
}


/*** flash ***/
#flash {
	height: 357px;
	margin-left: 2px;
}

#play {	
	width: auto;
	height: 165px;
	
	margin-top: -165px;
	padding-left: 52px;
	
	/*position: relative;*/
}
#play a {}
#play a img {}

#buttons_and_services {
	padding-bottom: 15px;	
}

/********** buttons **************/
#buttons {
	
	margin-top: -4px;
	position: absolute;
	width: 960px;
	
	height: 70px;
	padding-top: 8px;
	background: url('../images/buttons_bg.png') repeat-x 0% 0%;
}

#buttons_patcher {
	height: 74px;
	padding-bottom: 20px;
}


#buttons ul {
	
}

#buttons ul li {
	float: left;
	width: 220px;
	height: 62px;
	padding-left: 48px;
	padding-right: 47px;
}

#buttons ul li a {
	width: auto;
}


/************* services *************/
.service_short_wrapper_top {
	clear: both;
	width: 266px;
	height: 18px;
	background: url('../images/service_short_wr_top.png') no-repeat 0% 0%;
}
.service_short_wrapper_bottom {
	clear: both;
	width: 266px;
	height: 18px;
	background: url('../images/service_short_wr_bottom.png') no-repeat 0% 0%;
}
.service_short_wrapper {
	clear: both;
	width: 240px;
	padding-left: 13px;
	padding-right: 13px;
	height: auto;
	background: url('../images/service_short_wr.png') repeat-y 0% 0%;
}


.service_long_wrapper_top {
	clear: both;
	width: 389px;
	height: 18px;
	background: url('../images/service_long_wr_top.png') no-repeat 0% 0%;
}
.service_long_wrapper_bottom {
	clear: both;
	width: 389px;
	height: 18px;
	background: url('../images/service_long_wr_bottom.png') no-repeat 0% 0%;
}
.service_long_wrapper {
	clear: both;
	width: 363px;
	padding-left: 13px;
	padding-right: 13px;
	height: auto;
	background: url('../images/service_long_wr.png') repeat-y 0% 0%;
}

.service_holder_short {
	/** 4x31 = 124 **/
	height: 124px;
	/*overflow: hidden;*/	
}
.service_holder_high {
	/** 7x31 = 124 **/
	height: 217px;
	padding-bottom: 10px;
	/*overflow: hidden;*/
}

.service_header_wrapper {
	height: 33px;
	width: auto;
	margin: 0 auto;
	
	margin-top: -5px;
	position: absolute;
}
.service_header_wrapper_patcher {
	height: 30px;
}


.service_header_left {
	float: left;
	width: 8px;
	height: 33px;
	background: url('../images/service_header_left.png') no-repeat 0% 0%;
}
.service_header_right {
	float: left;
	width: 8px;
	height: 33px;
	background: url('../images/service_header_right.png') no-repeat 0% 0%;
}
.service_header {
	float: left;
	width: auto;
	padding-left: 2px;
	height: 30px;
	padding-top: 3px;
	background: url('../images/service_header_bg.png') repeat-x 0% 0%;	
	color: #C8D7F0;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 24px;
}


.service_item_bg {	
	clear: both;
	height: 25px;
	padding-top: 6px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 12px;
	background: url('../images/service_item_bg.png') repeat-x 0% 0%;	
}

.service_item_news {	
	clear: both;
	height: 62px;
	margin-bottom: 3px;
	padding-top: 7px;
	font-size: 11px;	
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;	
	background: url('../images/news_item_bg.png') repeat-x 0% 100%;
}


.services_view_more {
	clear: both;
	text-align: right;
	padding-right: 12px;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #CCCCCC;
	margin-top: -2px;
}
.services_view_more a {
	color: #CCCCCC;
	/*font-weight: normal;*/
}


/********** best players ************/
.bp_item_img {
	float: left;
	width: auto;
	padding-right: 6px;
	text-align: left;
	
}
.bp_item_border {
	float: left;
	width: 210px;
	height: 22px;
	padding-top: 3px;
	background: url('../images/service_item_dot.png') repeat-x 0% 50%;
}
.bp_item_name {
	float: left;
	width: auto;
	text-align: left;
	padding-right: 2px;
	background: url('../images/service_item_bg.png') repeat-x 0% 50%;	
}
.bp_item_points {
	float: right;
	width: auto;
	text-align: right;
	padding-left: 2px;	
	font-size: 12px;
	background: url('../images/service_item_bg.png') repeat-x 0% 50%;
}


/********** poker tournaments ************/
.pt_item_border {
	float: left;
	width: 345px;
	height: 22px;
	padding-top: 3px;
	margin-left: 5px;
	background: url('../images/service_item_dot.png') repeat-x 0% 50%;
}
.pt_item_date {
	float: left;
	width: auto;
	text-align: left;
	padding-right: 2px;
	background: url('../images/service_item_bg.png') repeat-x 0% 50%;	
}
.pt_item_name {
	float: right;
	width: auto;
	text-align: right;
	padding-left: 2px;	
	font-size: 12px;
	background: url('../images/service_item_bg.png') repeat-x 0% 50%;
}

/********** news ************/
.news_item_title {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 17px;
	height: 18px;
	overflow: hidden;
}
.news_item_content {
	line-height: 15px;
	height: 30px;
	overflow: hidden;
}


#services_left {
	float: left;
	width: auto;
	padding-left: 18px;
}
#best_players {
	float: left;
	width: 266px;
	
	
}
/** live support **/
#live_support {
	clear: both;
	width: 252px;
	height: 82px;
	padding-left: 6px;
	padding-top: 4px;
}
#live_support a {
}

#poker_tournaments {
	float: left;
	width: 389px;
}
#news {
	float: left;
	width: 266px;
}


/********** content **************/
#content {
	
	color: #FEDD9C; 
}

#content h1 {

	color: #FEDD9C; 
}

#content a {
	
	color: #FEDD9C;
}



/************************** Registration & Error Mess *****************************/

.welcome{

	clear: both;
	text-align:right;
	padding:2px 16px 0px 0px;
	font-weight:bold;
}

.welcome a{

	text-decoration:underline;
	font-weight:bold;
	color:#40361B;
}

.submit{

	background:#eee1c1;
	color:#111111;
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 13px;	
	font-weight:bold;
	margin:0px;
	padding:0px 0px 0px 0px;
	width:110px;
	height:24px;
}

.star_label { color:#FF3333; }

.long_txt_field{
	border:1px solid #777777;
	width:200px;
	font-family:Verdana;
	font-size:11px;
}

.form_message{
	background-color:#FFFFE1;
	padding:1px 3px 2px 3px;
	border:1px solid #6F51AE;
	display:none;
	font-size:11px;
}

.messages_block{

	background-color:#eeeeee;
	width:95%;
	color:#484647;
	border: 1px dashed #6F51AE;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:6px;
	font-weight:bold;	
	font-family:Verdana;
	font-size:11px;
}

.error_block{

	background-color:#eeeeee;
	width:95%;
	color:red;
	border: 1px dashed #4D3C10;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:6px;
	font-weight:bold;	
}

.msg_block{

	background-color:#eeeeee;
	width:95%;
	border: 1px dashed #4D3C10;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:6px;
	font-weight:bold;	
}

.error_block a{

	color:#333;
	text-decoration:underline;
}

.error_block a:hover{

	color:#333;
	text-decoration:none;
}


.form {
	padding-left:40px;
}

.form table { width: 380px; } 

.form table tr td{
	
	height:23px;
	padding:0px;
}

.pptitle{
	background:#eee1c1;
	width:99%;
	color:#333;
	font: 12px Tahoma;
	height:18px;
	line-height:17px;
	padding-left:5px;
	font-weight:bold;
}

.reg_form{

}


.tournaments_table{

	padding:0px;
	margin:0px;
	border-top:1px solid #888888; 
	border-left:1px solid #888888; 
	color:#222222;
}

.tournaments_table tr td{

	margin:0px;
	border-bottom:1px solid #888888; 
	border-right:1px solid #888888; 
	padding:3px 3px 3px 3px;
}

.tourn_labels td{

	font-weight:bold;
	padding:4px 3px 4px 3px;
	background-color: #E3D5A4;
}

.tour_even{

	background-color: #F6F1D3;
}

.tour_nav{

	background-color: #FFFFFF;
}

/************ Left menu ************/

.leftSubMenu{

	padding:2px 18px 0px 16px;
}

.label_first{
	
	border-bottom:1px dotted #CBC797;
	padding: 6px 0px 6px 0px;	
}

.label_first a{
	
	color: #FFFEFF;
	font-weight:bold;
	font-size:11px;
}

.label_sec{
	
	padding: 2px 0px 2px 0px;
	color:#DEDCC9;
}

.label_sec a{

	color:#DEDCC9;
}
