/* basics */

*{margin:0; padding:0;}

html, body {
	background: #000 url(images/pat.gif) fixed;
	font-family: verdana, sylfaen, arial, tahoma, sans-serif;
	/*	font-family: sylfaen, palatino linotype,  arial, georgia,times;*/
	
	font-size: 9pt;
	}

/*#chromeFix { display: block; position: absolute; width: 1px; height: 100%; bottom: 0px; left: 0px; }*/


	
h1 {font-size: 17pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}
img.border {border:2px solid #296690; padding: 0px;  margin: 6px 6px 6px 0px ;} /*up   right  bottom left*/


img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }



/* links */

a{
	color: #343B4D;
	text-decoration:none;
	border: none;
	}

a:hover{color:#5F7684;text-decoration: underline; border: none;}


.market {
	width:920px;
	height: 25px;
	margin: 0 auto;
	padding: 0px 18px 0 18px;
	background-color:gray ;
	color:gray !important;
	}


	
/* container */


#container {
	width: 885px;
	margin: 0 auto;
	padding: 14px 18px 0 18px;
	background:#fff;
	color:#333;
	}
	
/* logo and header image */


#header {
	background: #fff;
	width: 100%; 
	color: #fff; 
	height: 75px;
	}
	
#header h1{
	
	font-size: 28pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin:0px 15px 0 0;
	padding:4px 15px 10px 0;
	border-right:1px solid #A2A2A2;
	float:left;
	color: #000;
	}
	
.headerh1{
	
	font-size: 28pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin:0px 15px 0 0;
	padding:4px 15px 10px 0;
	border-right:1px solid #A2A2A2;
	float:left;
	color: #000;
	}	

#header h1 a{
	color: #000100;
	font-size: 28pt;
	font-weight: normal;
	
	}
	
#header h1 a:hover{
	color: #6A7183;
	text-decoration: none;
	}
	

#header p{
	
	font-size: 12pt;
	font-weight: 300;
	color: #000;
	padding:20px 0;
	margin:0;
	letter-spacing: 1px;
	}
	

	

#headerimg {
	background: #fff url(images/header.jpg);
  width: 100%; 
	color: #fff; 
	height: 130px;
	margin: 0;
	}

/*OLD CSS */

body,span,ul,ol,li,img,font,div{margin:0px;border:none;font-size:12px;color:black;}
ul,li {margin-left: 10px;}
a, a span, a div {cursor:pointer;color:#296690;font-weight:bold;}

hr { size:1 ; width:100%;color:black;}

#page_title h1{font:normal 20px ;text-align:left;margin:0px 0px 0px 0px;padding:7px 0px 0px 0px;width:695px;height:36px;text-transform:uppercase;}


#about-us h2, #tournament h2 {font:bold 12px georgia;color:#000;}

p {font:normal 12px ;color:#000;}

.title-about-us {text-decoration:underline;margin-top:20px;}
#parent-fieldname-text img {margin-left:30px;}

#support {margin:10px;}
.support-email td {padding:5px; border-style:solid; border-width:1px;}
.title-support {text-decoration:none;font-weight:bold;padding-bottom:10px;padding-top:10px;font-size: 10pt;}
.title-about-us{text-decoration:none;font-weight:bold;padding-bottom:10px;padding-top:10px;font-size: 10pt;}
.title-tournament {text-decoration:none;font-weight:bold;padding-bottom:10px;padding-top:10px;font-size: 10pt;}
/* main menu */



#menu{
	background: black;
	font-size: 10pt;
	font-variant: small-caps;
	height:35px;
	border-bottom: 1px solid #fff;
  }
  
  


#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
  }

#menu ul li {
	display: inline;
  }

#menu ul li a {
	float: left;
	padding: 10px 14px 9px 13px;  /*14 before register */
	color: #fff;
	border-right: 1px solid #fff;
  }

/*#menu ul li a:hover */  
  
#menu ul li a : {
	background: #fff;
	color:#000;
	text-decoration: none;
  }

 .register
{
background-color: blue;
display:inline;
overflow: hidden;
font-size: 8pt;

} 
  

/* content */


#content {
	float: left;
	width: 500px;
	overflow: hidden;
	border-left: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	padding: 0px;
	margin: 15px 0;
	}
	
#contentInner {
	float: left;
	width: 710px;
	overflow: hidden;
	border-left: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	padding: 0px;
	margin: 15px 0;
	}

	
#content h4{
	
	font-size: 16pt;
	font-weight: 300;
	color: #08122E;
	margin: 0 0 4px 0;
	padding: 15px;
	line-height: 13pt;
	}

.data {
	
	margin: 0 10px;
	padding:15px;
	line-height: 14pt;
	}
	
.data h2{
	
	font-size: 12pt;
	font-weight: bold;
	color: #08122E;
	margin: 10px 0 4px 0;
	line-height: 13pt;
	}
.data h3{
	
	font-size: 10pt;
	font-weight: bold;
	color: #08122E;
	margin: 0 0 4px 0;
	line-height: 15pt;
	}
	
.data h2 a{
	color: #333;
	text-decoration: none;
	}
	
.data h2 a:hover{
	color: #ACB8B8;
	text-decoration: none;
	}
	
.data small{font-size: 10pt;}
	
.data p{font-size: 10pt;}

.data a{color: black; text-decoration:underline;font-size: 10pt;}
.data a:hover{color: #728A94; text-decoration:mone;}

.data ul {font-size: 10pt;}

.data li {font-size: 10pt;}

.entry p{margin:12px 0;}



.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	margin: 12px 0 20px 0;
	padding:0;
	font-size: 10pt;
	float:left;
	width:98%;
	}
	
.alignleft {float:left; padding: 15px;}
.alignright {float:right; padding: 15px;}



/* left sidebar */

#left {
	
	font-size:8pt;
	width: 180px;
	float:left;
	margin: 0 12px 24px 0;
	padding: 0;
	}

#left h2{
	
	font-weight: 300; 
	font-size: 10pt; 
	font-variant: small-caps;
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 4px 0 4px 0;
	border-top: 1px solid #BCBCBC;
	border-bottom: 1px dotted #BCBCBC;
	letter-spacing: 2px;
}

#left p {margin:0; padding: 0 6px 0 2px;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px 12px 0 0;
	padding:0;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin: 12px 0 14px 0;
	padding: 0;
  }

#left ul ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
  }


#left ul ul ul{
	margin: 0;
	padding: 0;
  }

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
  }



/* right sidebar */

#right{
	
	font-size:8pt;
	width: 173px;
	float:right;
	margin: 0 0 24px 0;
	padding: 0;
	}

#right h2{
	
	font-weight: 300; 
	font-size: 10pt; 
	font-variant: small-caps;
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 4px 0 4px 0;
	border-top: 1px solid #BCBCBC;
	border-bottom: 1px dotted #BCBCBC;
	letter-spacing: 2px;
}

#right p {margin:0; padding: 0 6px 0 12px;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px 0 12px 12px;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin: 12px 0 14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
	list-style-position: inside;
}


	







/* footer */

#footer {
	background: #000100;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 1px #DEDEDE;
	
	font-size: 7pt;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}






h2.tab span {
    margin-left: 0px;
    margin-right: 2px;
    padding: 1px 10px 0px 10px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    cursor: pointer;
    /* Remove the following if you don't want rounded corners (Mozilla only). */
    -moz-border-radius: 7px 7px 0px 0px;
  }

  h2.tab span.not-selected {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    color: #999;
	
	font-size: 7pt;
  }

  h2.tab span.selected {
    background-color: #fff;
    border-bottom: 1px solid #fff;

	font-size: 8pt;
  }

  h2.tab {
    border-bottom: none;
    font-weight: bold;
    font-size: 100%;
    margin-bottom: 0px;
    font-style: normal;
  }

  div.section {
    border: 1px solid #ccc;
	border-left-width: 0px; 
	border-bottom-width: 0px;
    padding: 15px 5px 5px 5px;
  }
  
   p.tab {
	font-size: 9pt;
  }
  }
  
  



/* START HEADER */
.border_line {border:1px solid #b7e3f9;padding:1px 1px 1px 1px;}
/*#line {background: url('http://www.pokerwillhill.com/shared/images/border_line.gif');width:884px;height:2px;margin-top:1px;}
#header {background: url('http://www.pokerwillhill.com/shared/images/bg_header.gif');width:884px;height:104px;}*/
#logo {padding-top:12px;padding-left:10px;}
#top_menu_header {display:inline;margin-left:0px;margin-top:0px;float:right;font-size:10px;font-weight:bold;text-align:center;}
#top_menu_header a {color:white;text-decoration:none;}
#top_menu_header a:hover {color:black;text-decoration:none;}
#btn_0 {border:0px solid white;width:675px;height:10px;}
#btn_1 {border:1px solid white;width:75px;height:28px;}
#btn_2 {border:1px solid white;width:75px;height:10px;}
#btn_3 {border:1px solid white;width:75px;height:15px;}
#btn_4 {border:1px solid white;width:75px;height:15px;}
#btn_5 {border:1px solid white;width:75px;height:10px;}
/*#btn_1 {background: url('http://www.pokerwillhill.com/shared/images/header_btn_1.gif') no-repeat;width:75px;height:26px;}
#btn_2 {background: url('http://www.pokerwillhill.com/shared/images/header_btn_2.gif') no-repeat;width:75px;height:26px;}
#btn_3 {background: url('http://www.pokerwillhill.com/shared/images/header_btn_3.gif') no-repeat;width:75px;height:26px;}
#btn_4 {background: url('http://www.pokerwillhill.com/shared/images/header_btn_4.gif') no-repeat;width:75px;height:26px;}
#btn_5 {background: url('http://www.pokerwillhill.com/shared/images/header_btn_5.gif') no-repeat;width:75px;height:26px;}*/
#lang_bar {background: url('language_box.gif1') no-repeat;display:inline;
           float:left;width:382px;height:30px;position:relative;margin-left:497px;margin-top:-24px;}

#lang_bar2 {background: url('language_box.gif1') no-repeat;display:inline;
           float:left;width:500px;height:20px;margin-left:0px;margin-top:0px;}		   
		   
#lang_bar_txt {font-size:11px;color:white;text-align:left;margin-top:8px;margin-left:10px;}

#lang_bar_txt2 {font-size:11px;color:white;text-align:left;margin-top:3px;margin-left:10px;}

.lang {margin-left:195px;font-size:11px;color:white;text-align:center;}
.lang2 {margin-left:4px;font-size:11px;color:white;text-align:center;}

.date2 {margin-left:150px;font-size:11px;color:white;text-align:center;}

.cur{margin-left:0px;margin-top:3px;font-size:11px;color:white;text-align:center;position:absolute;}

.cur2{margin-left:0px;margin-top:4px;font-size:10px;color:white;text-align:center;position:absolute;}

#dd_lang_bar {width:94px;margin-left:280px;margin-top:-15px;}
#dd_lang_bar2 {width:94px;margin-left:80px;margin-top:-15px;}
#select_en {background: url('../images/lang_bar.gif') no-repeat;color:white;width:94px;height:19px;padding-top:0px;padding-left:0px; cursor: pointer;}
#select_en2 {background: url('../images/lang_bar2.gif') no-repeat;color:white;width:94px;height:19px;padding-top:-4px;padding-left:0px;padding-bottom:-4px; cursor: pointer;}
#rest_flags {background-color:black;width:95px;height:600px;margin-top:-622px;position:absolute;text-align:center;border:1px solid white;display:none;}
#rest_flags2 {background-color:gray;width:330px;height:210px;margin-top:2px;position:absolute;text-align:center;border:1px solid white;display:none;}
img.flag{ border: none; padding-left: 5px; padding-top: 5px; padding-right: 2px; }

.bar_menu {font-size:11px;color:#000000;font-weight:normal;text-decoration:none;margin-top:3px;}
/* END HEADER */





