/* begin Page */

.mceContentBody {
background-color: black;
}

#poker-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}




#poker-page-background-gradient
{
	background-position: top center;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.poker-Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 985px;
	min-width:35px;
	min-height:35px;
}

.poker-Sheet-body
{
	position: relative;
	z-index:1;
	padding: 13px;
}

.poker-Sheet-tr, .poker-Sheet-tl, .poker-Sheet-br, .poker-Sheet-bl, .poker-Sheet-tc, .poker-Sheet-bc,.poker-Sheet-cr, .poker-Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.poker-Sheet-tr, .poker-Sheet-tl, .poker-Sheet-br, .poker-Sheet-bl
{
	width: 34px;
	height: 34px;
	background-image: url('/pics/Sheet-s.png');
}

.poker-Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 17px, 17px, auto);
}

.poker-Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 17px, 17px);
}

.poker-Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(17px, 17px, auto, auto);
}

.poker-Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(17px, auto, auto, 17px);
}

.poker-Sheet-tc, .poker-Sheet-bc
{
	left: 17px;
	right: 17px;
	height: 34px;
	background-image: url('/pics/Sheet-h.png');
}

.poker-Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 17px, auto);
}

.poker-Sheet-bc
{
	bottom: 0;
	clip: rect(17px, auto, auto, auto);
}

.poker-Sheet-cr, .poker-Sheet-cl
{
	top: 17px;
	bottom: 17px;
	width: 34px;
	background-image: url('/pics/Sheet-v.png');
}

.poker-Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 17px);
}

.poker-Sheet-cl
{
	left:0;
	clip: rect(auto, 17px, auto, auto);
}

.poker-Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 17px;
	left: 17px;
	right: 17px;
	bottom: 17px;
	background-image: url('/pics/Sheet-c.png');
}


.poker-Sheet
{
	margin-top: -13px !important;
}

#poker-page-background-simple-gradient, #poker-page-background-gradient, #poker-page-background-glare
{
	min-width:985px;
}

/* end Box, Sheet */

/* begin Header */
div.poker-Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 959px;
	height: 108px;
}


div.poker-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 959px;
	height: 108px;
	background-image: url('/pics/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Menu */
/* menu structure */

.poker-menu a, .poker-menu a:link, .poker-menu a:visited, .poker-menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.poker-menu, .poker-menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.poker-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.poker-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.poker-menu li li
{
	float: none;
}

.poker-menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.poker-menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.poker-menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.poker-menu:after, .poker-menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.poker-menu, .poker-menu ul
{
	min-height: 0;
}

.poker-menu ul
{
	background-image: url(/pics/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.poker-menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.poker-menu
{
	padding: 12px 6px 0px 6px;
}

.poker-nav
{
	position: relative;
	height: 41px;
	z-index: 100;
}

.poker-nav .l, .poker-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 41px;
	background-image: url('/pics/nav.png');
}

.poker-nav .l
{
	left: 0;
	right:0px;
}

.poker-nav .r
{
	right: 0;
	width: 959px;
	clip: rect(auto, auto, auto, 959px);
}


/* end Menu */

/* begin MenuItem */
.poker-menu ul li
{
	clear: both;
}

.poker-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 29px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
}


.poker-menu a .r, .poker-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 87px;
	background-image: url('/pics/MenuItem.png');
}

.poker-menu a .l
{
	left:0;
	right:4px;
}

.poker-menu a .r
{
	width:408px;
	right:0;
	clip: rect(auto, auto, auto, 404px);
}

.poker-menu a .t 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #DADDD9;
	padding: 0 19px;
	margin: 0 4px;
	line-height: 29px;
	text-align: center;
}

.poker-menu a:hover .l, .poker-menu a:hover .r
{
	top:-29px;
}

.poker-menu li:hover>a .l, .poker-menu li:hover>a .r
{
	top:-29px;
}

.poker-menu li:hover a .l, .poker-menu li:hover a .r
{
	top:-29px;
}
.poker-menu a:hover .t
{
	color: #232622;
}

.poker-menu li:hover a .t
{
	color: #232622;
}

.poker-menu li:hover>a .t
{
	color: #232622;
}


.poker-menu a.active .l, .poker-menu a.active .r
{
	top: -58px;
}

.poker-menu a.active .t
{
	color: #E8CA5E;
}


/* end MenuItem */

/* begin ContentLayout */
.poker-contentLayout
{
	position: relative;
	margin-bottom: 1px;
	width: 959px;
}
/* end ContentLayout */

/* begin Box, Block */
.poker-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:3px;
	min-height:3px;
}

.poker-Block-body
{
	position: relative;
	z-index:1;
	padding: 7px;
}

.poker-Block-tr, .poker-Block-tl, .poker-Block-br, .poker-Block-bl, .poker-Block-tc, .poker-Block-bc,.poker-Block-cr, .poker-Block-cl
{
	position:absolute;
	z-index:-1;
}

.poker-Block-tr, .poker-Block-tl, .poker-Block-br, .poker-Block-bl
{
	width: 2px;
	height: 2px;
	background-image: url('/pics/Block-s.png');
}

.poker-Block-tl
{
	top:0;
	left:0;
	clip: rect(auto, 1px, 1px, auto);
}

.poker-Block-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 1px, 1px);
}

.poker-Block-bl
{
	bottom: 0;
	left: 0;
	clip: rect(1px, 1px, auto, auto);
}

.poker-Block-br
{
	bottom: 0;
	right: 0;
	clip: rect(1px, auto, auto, 1px);
}

.poker-Block-tc, .poker-Block-bc
{
	left: 1px;
	right: 1px;
	height: 2px;
	background-image: url('/pics/Block-h.png');
}

.poker-Block-tc
{
	top: 0;
	clip: rect(auto, auto, 1px, auto);
}

.poker-Block-bc
{
	bottom: 0;
	clip: rect(1px, auto, auto, auto);
}

.poker-Block-cr, .poker-Block-cl
{
	top: 1px;
	bottom: 1px;
	width: 2px;
	background-image: url('/pics/Block-v.png');
}

.poker-Block-cr
{
	right:0;
	clip: rect(auto, auto, auto, 1px);
}

.poker-Block-cl
{
	left:0;
	clip: rect(auto, 1px, auto, auto);
}

.poker-Block-cc
{
	position:absolute;
	z-index:-1;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-color: #243F23;
}


.poker-Block
{
	margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.poker-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 7px;
}

.poker-BlockHeader .t
{
	height: 30px;
	color: #F2E0A1;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;
}

.poker-BlockHeader .l, .poker-BlockHeader .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('/pics/BlockHeader.png');
}

.poker-BlockHeader .l
{
	left:0;
	right:0px;
}

.poker-BlockHeader .r
{ 
	width:979px;
	right:0;
	clip: rect(auto, auto, auto, 979px);
}




/* end BlockHeader */

/* begin Box, BlockContent */
.poker-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.poker-BlockContent-body
{
	position: relative;
	z-index:1;
	padding: 8px;
}



.poker-BlockContent-body
{
	color:#EFF1EF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.poker-BlockContent-body a:link
{
	color: #C3B788;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.poker-BlockContent-body a:visited, .poker-BlockContent-body a.visited
{
	color: #D8DBD6;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.poker-BlockContent-body a:hover, .poker-BlockContent-body a.hover
{
	color: #EFDA8F;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.poker-BlockContent-body ul
{
	list-style-type: none;
	color: #C0C5BE;
	margin:0;
	padding:0;
}

.poker-BlockContent-body li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}

.poker-BlockContent-body ul li
{
	padding:0px 0 0px 13px;
	background-image: url('/pics/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.poker-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.poker-Post-body
{
	position: relative;
	z-index:1;
	padding: 15px;
}



.poker-Post
{
	margin: 0px;
}

/* Start images */
a img
{
	border: 0;
}

.poker-article img, img.poker-article
{
	margin: 1em;
}

.poker-metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Start tables */

.poker-article table, table.poker-article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.poker-article table, table.poker-article .poker-article tr, .poker-article th, .poker-article td
{
	background-color:Transparent;
}

.poker-article th, .poker-article td
{
	padding: 2px;
	border: solid 1px #C7BC8F;
	vertical-align: top;
	text-align:left;
}

.poker-article th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}

/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.poker-PostHeaderIcon-wrapper
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #D0D4CE;
}

.poker-PostHeaderIcon-wrapper, .poker-PostHeaderIcon-wrapper a, .poker-PostHeaderIcon-wrapper a:link, .poker-PostHeaderIcon-wrapper a:visited, .poker-PostHeaderIcon-wrapper a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #D0D4CE;
}

.poker-PostHeaderIcon-wrapper img
{
	border:none;
	vertical-align: middle;
	margin:0;
}
/* end PostHeaderIcon */

/* begin PostHeader */
.poker-PostHeader a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #D8D0B1;
}

.poker-PostHeader a:visited, .poker-PostHeader a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #D8DBD6;
}

.poker-PostHeader a:hover, .poker-PostHeader a.hovered
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #EFDA8F;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #E0E2DF;
}

.poker-PostContent
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #E0E2DF;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #D4CCAA;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #D4CCAA;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #899385;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #EFDA8F;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #A3ABA0;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #BDC3BB;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #D4CCAA;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #EFF1EF;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #EFF1EF;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #EFF1EF;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #D0D4CE;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.poker-Post li
{
	padding:0px 0 0px 14px;
	line-height:1.2em;
}

.poker-Post ol li, .poker-Post ul ol li
{
	background: none;
	padding-left:0;
}

.poker-Post ul li, .poker-Post ol ul li 
{
	background-image: url('/pics/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:14px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
	color:#0F100E;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

blockquote
{
		border:solid 1px #D4CCAA; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 32px;
	background-color:#E9E4D3;
	background-image:url('/pics/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.poker-button-wrapper .poker-button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:28px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.poker-button-wrapper
{
	display:inline-block;
	position:relative;
	height: 28px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.poker-button-wrapper .poker-button
{
	display:block;
	height: 28px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 11px !important;
	line-height: 28px;
	text-decoration: none !important;
	color: #F6EAC1 !important;
}

input, select
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.poker-button-wrapper.hover .poker-button, .poker-button:hover
{
	color: #000000 !important;
	text-decoration: none !important;
}

.poker-button-wrapper.active .poker-button
{
	color: #FCF9ED !important;
}

.poker-button-wrapper .l, .poker-button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 84px;
	background-image: url('/pics/Button.png');
}

.poker-button-wrapper .l
{
	left:0;
	right:10px;
}

.poker-button-wrapper .r
{
	width:409px;
	right:0;
	clip: rect(auto, auto, auto, 399px);
}

.poker-button-wrapper.hover .l, .poker-button-wrapper.hover .r
{
	top: -28px;
}

.poker-button-wrapper.active .l, .poker-button-wrapper.active .r
{
	top: -56px;
}


/* end Button */

/* begin Footer */
.poker-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 959px;
	margin: 5px auto 0px auto;
}

.poker-Footer .poker-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.poker-Footer .poker-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('/pics/Footer.png');
	width: 959px;
	height: 150px;
	bottom:0;
	left:0;
}


.poker-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('/pics/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 25px;
	width: 25px;
}




.poker-Footer .poker-Footer-text p
{
	margin: 0;
}

.poker-Footer .poker-Footer-text
{
	display:inline-block;
	color:#D1C8A3;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.poker-Footer .poker-Footer-text a:link
{
	text-decoration: none;
	color: #CCC299;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.poker-Footer .poker-Footer-text a:visited
{
	text-decoration: none;
	color: #7C8778;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.poker-Footer .poker-Footer-text a:hover
{
	text-decoration: none;
	color: #ECD379;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.poker-page-footer, .poker-page-footer a, .poker-page-footer a:link, .poker-page-footer a:visited, .poker-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#E6C651;
}

.poker-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#BCAF7B;
}
/* end PageFooter */

/* begin LayoutCell */
.poker-contentLayout .poker-sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 287px;
}
/* end LayoutCell */

/* begin LayoutCell */
.poker-contentLayout .poker-content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 671px;
}
.poker-contentLayout .poker-content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 958px;
}
/* end LayoutCell */





