/* RVB Poker css Aug 08 -kf */

html
{
	background-color:#E4E4E4;
	background-image:url(../images/bg.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
}

/* Default font definition for normal */
body, input, textarea, select, option, label
{
	font-family: arial;
	font-size: 12px;
	color: #333333;
} 

body
{
	margin: 0px 0px 10px 0px;
	vertical-align: top;
}

/* Initialize elements to avoid different values for different browsers */
div, form, ul
{
	/* left nav breaks without this - kf */
	margin: 0px;
	padding: 0px;
}

li.Nav01 /* black arrow */
{
	padding: 5px -5px;
	list-style-image:url(../Images/furniture/arrow_blk.gif);
	
	
}

li.Nav02 /* white arrow */
{
	list-style-image: url(../Images/furniture/arrow_wht.gif);
}

img
{
	border:0px;
	border-style: none;
}

br
{
	padding:0px;
	margin:0px 0px 1px 0px;
}


h1, h2, h3, h4, h5
{
	background: transparent;
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size:20px;
	font-weight:bold;
	padding:0px 0px 18px 0px;
}

h2
{
	font-size:16px;
	font-weight:bold;
	padding:18px 0px 9px 0px;
}

h3
{
	font-size:14px;
	font-weight:bold;
	padding:18px 0px 9px 0px;
}

h4
{   
	font-size:14px;
}

h5 /*Left nav */
{
	font-size:12px;
	font-weight:normal;
}

.small
{
	font-size:10px;
}

/* links - kf - start */


a
{
	color: #CC0000;
	text-decoration: underline;
}

a:hover
{
	color: #CC0000;
	text-decoration: none;
	direction: ltr; *. /*we need	this to make CSS Popups work in MS IE (I know looks stupid but ey! is MS) - rg */
}

.alt1 
{
	color: #000;
	text-decoration:underline;
	cursor:hand;
} 

.alt1:hover
{
	color: #000;
	text-decoration:none
}

a.alt1 
{
	color: #000;
	text-decoration:underline;
} 

a.alt1:hover
{
	color: #000;
	text-decoration:none
}

a.alt2
{
	color: #FFF;
	text-decoration:none;
	font-weight:bold;
}

a.alt2:hover
{
	color: #999999;
	text-decoration:underline;
	font-weight:bold;
}

.alt3
{
	color: #FFF;
	text-decoration:none;
}

.alt3:hover
{
	color: #FFF;
	text-decoration:underline;
}

.dotLn
{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x
}


/* links - kf - end */


/********** Page Areas Layout: Section Begin **********/

/* The central part of the page */



/* General page message on top of the page */

.pageMessageArea
{
	background-image: url(/myaccount/images/furniture/pageErrorGradOrange.gif);
    background-repeat:repeat-x;
	padding:0px 13px 10px 13px;
	width:576px;
}

.pageMessage /*  error msg - kf*/
{
	background-image:url(/myaccount/images/furniture/exclaimationOrange.gif);
	background-repeat:no-repeat;
	padding:20px 0px 0px 35px;
	font-weight:bold;
	min-height:25px;
	overflow:visible;
}


/********** Page Areas Layout: Section End **********/

/********** Header: Section Begin **********/

.HeaderContainer
{
	position:relative;
	float:none;
	clear:both;
	margin:0px;
    overflow: hidden;
	top:18px;
	width:770px;
	top:18px;
    height:85px; /* for IE5.5's bad box model */
}

h1#header, h5#header
{
	position:relative;
	float:left;
	padding:85px 0px 0px 0px;
	margin:0px;
    overflow:hidden;
	background-image:url(../images/header_mid.gif);
    background-repeat:no-repeat;
    width:417px;
    height:0px !important; /* for most browsers */
    height:85px; /* for IE5.5's bad box model */
}

.HeaderLeft
{
	position:relative;
	float:left;
	margin:0px;
    overflow: hidden;
}

.HeaderRight
{
	position:relative;
	margin:0px;
	float:right;
    overflow: hidden;
}

.HeaderLinks
{
	position:relative;
	float:right;
	top:0px;
}

#headerPopUp
{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

/********** Header: Section End **********/

/********** Left Navigation: Section Begin **********/

.left 
{
	position:relative;
	top:0px;
	vertical-align:top;
	background-color: #CA1717;
	width:146px;
	padding:12px 10px 0px 12px;
	overflow:visible;
}

.leftNav
{
	padding: 10px 10px;
	font-size: 15px;
}


.leftNav li
{
	padding: 10px 0px;
	background-image: url(../images/bgUnderline.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.subMenu
{
	margin: 0px;
	padding: 0px 5px 0px;
	font-size: 10px;
}
#leftNavLinks
{
}

#leftNavLinks a
{
	display: block;
	color: #FFF;
	text-decoration:none;
}

#leftNavLinks a:hover
{
	color: #FFF;
	text-decoration:underline;
}

#leftNavLinks>div {
	background:url(../Images/furniture/nav_dotted_line.gif) repeat-x bottom left;
	overflow:hidden;
}

#leftNavLinks h5 {
	padding: 7px 0;
}

#leftNavLinks .selected {
	margin: 0 -10px 0 -12px;
	background-color:#A10909;
}

#leftNavLinks .selected h5{
	padding-left: 12px;
}

#leftNavLinks>div>div {
	display:none;
	padding:7px 0px 7px 12px;
	background-color:#571516;
	font-size:11px;
	line-height:15px;
}

#leftNavLinks>div>div a {
	padding: 0 0 2px 7px;
}

#leftNavLinks>div>div a:hover
{
	text-decoration:none;
	background-image: url(../Images/furniture/small_arrow.gif);
	background-repeat:no-repeat;
	background-position:5px;
	background-position:left;
}

.SubNavActive
{
	background-color:#A10909;
	margin:0px -10px 0px -12px;
	padding:7px 0px 7px 13px;
}


/* Left nav 'need help' buttons -start - kf */
.HelpNav 
{
	padding-top:5px;
}
/* Left nav 'need help' buttons -end - kf */
.LeftNavNumber
{
	font-size:20px;
	font-weight:bold;
}

/********** Left Navigation: Section End **********/

.displayNone
{
	display: none;
}
.displayBlock
{
	display: block;
}

/********** Content: Section Begin **********/

.MainContent
{
    width:770px;
    text-align:left;
    margin:0px auto;
}

.container
{
	width:100%;
	margin:18px 0px 0px 0px;
	padding:0px;
	display: table;
}

.right 
{
	position:relative;
	vertical-align:top;
	top:35px;
	width:135px;
	display:inline;
	float:right
}

.MainColumn
{
	width:578px;
	padding:0px 12px 12px 12px;
}

.MainSubColumnHeader
{
	width:592px;
	float:left;
	padding:0px 10px 0px 0px;
	overflow:visible;
	position:relative;
	left:-12px;
}

.MainSubColumnLeft
{
	/*background-color:#99CCCC;*/

	width:364px;
	float:left;
	padding:0px 6px 0px 0px;
	overflow:visible;
}

.MainSubColumnRight
{
	/*background-color:#66FFFF;*/

	width:202px;
	float:right;
	padding:0px 0px 0px 6px
}

/* Implementation of "Pure CSS Popups" Technique */
.content a
{
	position: relative;
	text-decoration: underline;
}

.content a span
{
	display: none;
	text-decoration: none;
}

.content a:hover span
{
	border:solid 2px green;
}

.boxLeftRight .right /* "margin" must be the same as "h1" */
{
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}

/* Defines an horizontal line with the specified height and color */

/* A paragraph that groups several fields in a form */
.section
{	
	margin-bottom: 14px;
	width: 578px;
}

/* Equivalent to the <th> element in a table */
.fieldHeader
{
	width: 196px;
	display: inline;
	float: left;
}

/* Equivalent to the <td> element in a table */
.fieldContent
{
	padding-left: 196px; /* "padding-left" needs to be the same as "width" in "fieldHeader" to avoid wrap */
	margin-bottom: 18px;
}

.fieldContentAddress
{
	padding-left: 196px;
	margin-bottom: 18px;
}

/* Checkbox inside a content area has a different position than normal fields */
.fieldContentCheck
{
	padding-left: 20px;
	text-indent: -20px;
	padding-bottom: 10px;
}

/* Section containing email, phone, post checkboxes on the page */
.fieldContentCheckBlock
{
	position:relative;
	white-space:nowrap;
	display: none;
	margin-left:198px;
	text-align:left;
	width:198px;
	
}

/* Sign up Button */
.SignUpBtn
{
    position: relative;
    width: 100%;
    height: 25px;
    margin: 0px auto;
    text-align:center;
    margin-bottom:32px;
}

/********** Standard Layout Styles End **********/

/* Widths */
	.Width50 {width:50px}
	.Width98 {width:98px;}
	.Width146 {width:146px}
	.Width184 {width:184px}
	.Width186 {width:186px}
	.Width189 {width:189px}
	.Width195 {width:195px}
	.Width282 {width:282px}
	.Width395 {width:395px}
	.Width578 {width:578px}

/* Heights */
	.Height10 {height:10px}
	.Height17 {height:17px}
	.Height20 {height:20px}
	.Height22 {height:22px}
	.Height30 {height:30px}
	.Height45 {height:45px}
	.Height60 {height:60px}
	.Height65 {height:65px}
	.Height70 {height:70px}
	.Height88 {height:88px}
	.Height110 {height:110px}
	.Height100pc {height:100%}
	.HeightAuto {height:auto}
	.MinH100pc {min-height:100%}


/* Padding Right */
	.PadR1 {padding-right:1px}
	.PadR2 {padding-right:2px}
	.PadR3 {padding-right:3px}
	.PadR4 {padding-right:4px}
	.PadR5 {padding-right:5px}
	.PadR6 {padding-right:6px}
	.PadR7 {padding-right:7px}
	.PadR8 {padding-right:8px}
	.PadR9 {padding-right:9px}
	.PadR10{padding-right:10px}
	.PadR20{padding-right:20px}
	.PadR80{padding-right:80px}
	.PadR118 {padding-right:118px}

/* Padding Top */
	.PadT1 {padding-top:1px}
	.PadT2 {padding-top:2px}
	.PadT3 {padding-top:3px}
	.PadT4 {padding-top:4px}
	.PadT5 {padding-top:5px}
	.PadT6 {padding-top:6px}
	.PadT7 {padding-top:7px}
	.PadT8 {padding-top:8px}
	.PadT9 {padding-top:9px}
	.PadT10{padding-top:10px}
	.PadT11{padding-top:11px}
	.PadT12{padding-top:12px}
	.PadT13{padding-top:13px}
	.PadT14{padding-top:14px}
	.PadT15{padding-top:15px}
	.PadT18{padding-top:18px}
	.PadT20{padding-top:20px} 
	.PadT80{padding-top:80px}
	.PadT385{padding-top:385px}


/* Padding Bottom */
	.PadB1 {padding-bottom:1px}
	.PadB2 {padding-bottom:2px}
	.PadB3 {padding-bottom:3px}
	.PadB4 {padding-bottom:4px}
	.PadB5 {padding-bottom:5px}
	.PadB6 {padding-bottom:6px}
	.PadB7 {padding-bottom:7px}
	.PadB8 {padding-bottom:8px}
	.PadB9 {padding-bottom:9px}
	.PadB10{padding-bottom:10px}
	.PadB15{padding-bottom:15px}
	.PadB20{padding-bottom:20px}
	
/* Absolute Positioning Top */
	.PositionT0 {top:0px}
	.PositionT1 {top:1px}
	.PositionT2 {top:2px}
	.PositionT3 {top:3px}
	.PositionT4 {top:4px}
	.PositionT5 {top:5px}
	.PositionT6 {top:6px}
	.PositionT7 {top:7px}
	.PositionT8 {top:8px}
	.PositionT9 {top:9px}
	.PositionT10 {top:10px}
	.PositionT15 {top:15px}
	.PositionT20 {top:20px}
	.PositionT40 {top:40px}
	.PositionT80 {top:80px}
	.PositionT90 {top:90px}
	.PositionT115 {top:115px}
	
/* Absolute Positioning Left */
	.PositionL0  {left:0px}
	.PositionL1  {left:1px}
	.PositionL2  {left:2px}
	.PositionL3  {left:3px}
	.PositionL4  {left:4px}
	.PositionL5  {left:5px}
	.PositionL6  {left:6px}
	.PositionL7  {left:7px}
	.PositionL8  {left:8px}
	.PositionL9  {left:9px}
	.PositionL10 {left:10px}
	.PositionL15 {left:15px}
	.PositionL20 {left:20px}
	.PositionL32 {left:32px}
	
/* Absolute Positioning Right */
	.PositionR8  {right:8px}
	.PositionR10  {right:10px}

 /* Position Relative */
	.positionRelative {position:relative}

/* Position Absolute */
	.positionAbsolute {position:absolute}
    
/* Vertical Align */
	.ValignT {vertical-align:top}
    .ValignB {vertical-align:bottom}
    .ValignM { vertical-align:middle}
    
/* Overflow */
    .OverflowH {overflow:hidden}

/********** Standard Layout Styles End **********/


/********** Content: Section End **********/


/********** Footer: Section Begin **********/

.footer
{
	/*position:relative;*/
	background-color:White;
	display:table;
	/*float:left;
	white-space:nowrap !important;*/
	margin:10px 0px 20px 0px;
	width:770px;
	font-size:.75em;
	overflow:hidden;
}

.copyright
{
	float:left;
	text-align:left;
	color:#333333;
	padding:8px 0px 0px 20px;
}

.virgingameslogo
{
	padding:8px 0px 0px 20px;
	float:left;
}

.GamGam18
{
	float:right;
	padding:0px 8px 0px 0px;
}

.twitblog
{
	float:right;
	margin:4px 8px 8px 0px;
}

.FooterLinks
{
	color:#333333;
	float:right;
	padding:8px 8px 0px 0px;
	margin:0;
	
}

.FooterLinks a, 
.FooterLinks:visited
{
	color:#333333;
	display:inline;
	margin:0px 1px;
	list-style:none;
}

.FooterLinks a:hover
{
	text-decoration:none;
}

/********** Footer: Section End **********/



/********** Colours Start **********/
/* For every foreground colour there should be a background colour, and visa versa – kf */
	
/* foregrounds  start */
	.white		{color:#FFF}
	.black		{color:#000}
	.VirginRed	{color:#CC0000} /* body text off black */

	.cc1		{color:#333333} /* body text black */
	.cc2		{color:#FF0000} /* link bright red */
	.cc3		{color:#CA1717} /* nav + table title bg red */
	.cc4		{color:#D4D4D4} /* footer grey */
	.cc5		{color:#CCCCCC} /* light table bg grey */
	.cc6		{color:#E4E4E4} /* site bg grey */
	.cc7		{color:#666666} /* dark table bg grey */
	.cc8		{color:#999999} /* white link rollover grey */
	.cc9		{color:#571516} /* left subnav red */
	.cc10		{color:#A10909} /* left active nav highlight red */
/* foregrounds  end */
	
/* backgrounds  start */
	.white_bg		{background-color:#FFF}
	.black_bg		{background-color:#000}
	.VirginRed_bg	{background-color:#CC0000}
	
	.cc1_bg		{background-color:#333333} /* body text off black */
	.cc2_bg		{background-color:#FF0000} /* link bright red */
	.cc3_bg		{background-color:#CA1717} /* nav + table title bg red */
	.cc4_bg		{background-color:#D4D4D4} /* footer grey */
	.cc5_bg		{background-color:#CCCCCC} /* light table bg grey */
	.cc6_bg		{background-color:#E4E4E4} /* site bg grey */
	.cc7_bg		{background-color:#666666} /* dark table bg grey */
	.cc8_bg		{background-color:#999999} /* white link rollover grey */
	.cc9_bg		{background-color:#571516} /* left subnav red */
	.cc10_bg	{background-color:#A10909} /* left active nav highlight red */
	.cc11_bg	{background-color:#DC5206} /* dark orange */
/* backgrounds  end */

/********** Colours End **********/

/****** list styles start ******/ 

ul
{
	list-style-image: url("../images/furniture/arrow_blk.gif");
	margin-left:24px;
}

/****** list styles start ******/ 


/****** table styles start ******/ 

.tablehead td 
{
	background-color:#CA1717;
	color:#ffffff;
	border-bottom:solid 2px white;
	padding:5px;
	vertical-align:bottom;
}

.tablerow td
{
	background-color:#cccccc;
	color:#333333;
	border-bottom:solid 2px white;
	padding:5px;
	vertical-align:top;
}

/* tournaments schedule: tablerow different background colour depending on the status */
.expired td
{
	background-color:#eeeeee;
}

.running td
{
	background-color:#f6f6f6;
}

.registering td
{
	background-color:#aaaaaa;
}

.announced td
{
	background-color:#999999;
}

/* Usually to display quantities (money) right aligned */
.tdRightAlign
{
	padding-right: 20px; 
	text-align: right;
}


/****** table styles end ******/ 



/****** styles for the grey top-nav box eg. Poker Lingo start ******/ 
.navlinksbg
{
	background-image: url(../images/linksBoxGrad.gif);
	background-position:0 0;
	background-repeat:repeat-x;
}

.navLinks1 a
{
	color:White;
	font-weight:bold;
}	

.navLinks2 a
{
	color:White;
}	

div.navLinks2 
{
	color:White;
}	  

div.navLinks1 
{
	color:White;
	font-weight:bold;
	padding:10px 0px 0px 10px;
}		

div.navLinks2 a
{
	color:White;
}

/* styles for the grey top-nav box eg. Poker Lingo end */ 


/* styles for the Getting Started page start*/ 

.gsDownload
{
	width:186px;
	background-image: url(../../cmsdocs/pokerv4/site/081003_gettingstarted_card.gif);
	background-repeat:no-repeat;
}

.gsCopy
{
	width:170px;
	height: 75px;
	padding:0px 8px 0px 8px;
	overflow:hidden;
	
}

.gsLeftImage
{
	width:88px;
	height:75px;
	overflow:hidden;
	padding-top:3px;
	float:left;
}

.gsCol1
{
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
}

.gsCol2
{
	position:absolute;
	top:0px;
	left:196px;
	cursor:pointer;
}

.gsCol3
{
	position:absolute;
	top:0px;
	left:392px;
	cursor:pointer;
}

.gsMiddleContainer
{
	position:relative;
	top:227px;
}

.gsMiddlePromoLeft
{
	width:296px;
	height:147px;
	overflow:hidden;
	background-image: url(../../cmsdocs/pokerv4/site/081008_greyBG_296.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:-12px;

}

.gsMiddlePromoImg
{
	width:280px;
	height:69px;
	overflow:hidden;
	padding:5px 0px 4px 8px;
}

.gsMiddlePromoRight
{
	width:306px;
	height:147px;
	overflow:hidden;
	background-image: url(../../cmsdocs/pokerv4/site/081008_greyBG_306.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:284px;
}

.gsBottomPromoLeft
{
	width:185px;
	height: 120px;
	overflow:hidden;
	float:left;
}

.gsBottomPromoRight
{
	width:382px;
	float:left;
	padding-left:10px;
}

/* styles for the Getting Started page end*/ 

/* styles for the Default Homepage start*/ 

.homeflashtop 
{
	width:602px;
	height:311px;
}

.home3colcontainer 
{
	width:602px; 
	position:relative;
}
	
.homecol1 
{
	width:194px;
	height:297px;
	position:absolute;
	top:8px;
	left:5px;
	background-image: url(../../cmsdocs/pokerv4/site/081009_homepage_spade.gif);
	background-repeat:no-repeat;
}

.homecol2
{
	width:194px;
	height:297px;
	position:absolute;
	top:8px;
	left:204px;
	background-image: url(../../cmsdocs/pokerv4/site/081009_homepage_club.gif);
	background-repeat:no-repeat;
}

.homecol3 
{
	width:194px;
	height:297px;
	position:absolute;
	top:8px;
	left:404px;
	background-image: url(../../cmsdocs/pokerv4/site/081009_homepage_spade.gif);
	background-repeat:no-repeat;
}

.homeCopy
{
	width:178px;
	padding:0px 8px 0px 8px;
}

.homeMiddlePromoCopy
{
	height:120px;
	overflow:hidden;
}

.homeMiddlePromoCopyMax
{
	height:228px;
	overflow:hidden;
}

.homeMiddlePromoImg
{
	position:absolute; 
	top:165px; 
	left:4px;
	width:169px;
	height:91px;
	overflow:hidden;
}

.homeMoreInfo
{
	position:absolute;
	top:268px; 
	left:37px;
}

.homeMoreInfoBtn
{
	position:absolute;
	top:265px; 
	left:5px;
}
	
.tourneynewscontainer 
{
	padding-top:316px;
	width:602px; 
	height:30px;
}
	
.playtablecontainer 
{
	padding-top:1px;
	width:602; 
	height:76px
}

.LinksContent h1
{
	padding-top: 10px; 
	color:#aaaaaa; 
	line-height:17px;
	font-family: arial;
	font-size: 12px;
	font-weight:normal;
}

/* styles for the Default Homepage end*/ 


/* styles for the Blackjack table start*/ 

.TD_dealerscard
{
	background-color:#ffffff;
	padding:0px 0px 10px 100px;
}

.TD_yourhand
{
	background-color:#ffffff;
	padding-right:5px;
	vertical-align:middle;
}

.TD_H
{
	background-color:#FF0000;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	width:20px;
	height:15px;
	text-align:center;
	vertical-align:middle;
}

.TD_S
{
	background-color:#f4b110;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	width:20px;
	height:15px;
	text-align:center;
	vertical-align:middle;
}

.TD_HP
{
	background-color:#827b7b;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	width:20px;
	height:15px;
	text-align:center;
	vertical-align:middle;
}

.TD_P
{
	background-color:#b5cac8;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	width:20px;
	height:15px;
	text-align:center;
	vertical-align:middle;
}

.TD_D
{
	background-color:#8fc951;
	font-weight:bold;
	font-size:11px;
	color:#000000;
	width:20px;
	height:15px;
	text-align:center;
	vertical-align:middle;
}

.TD_x
{
	background-color:#ffffff;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	width:20px;
	height:20px;
	text-align:center;
	vertical-align:middle;
}

.TD_y
{
	background-color:#ffffff;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	width:30px;
	height:15px;
	text-align:right;
	vertical-align:middle;
	padding-right:10px;
}

.Blackjack_key
{
	margin-left:207px;
}

/* styles for the Blackjack table end*/ 

/********** PopUp Start **********/

html.PopUp
{
	/*1st part of bg header - kf*/
	background-image:url(/myaccount/images/furniture/popup_header_grad.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
}

.PopUpBody
{
	background-image:url(/myaccount/images/furniture/1px-white.gif) !important;
	background-color:#FFF !important;
}

h1#headerPopUp 
{
	/*position:relative;*/
	padding: 75px 0px 0px 0px;
	margin:0px;
    overflow: hidden;
	background-image: url(/myaccount/images/furniture/popup_header.gif);
    background-repeat: no-repeat;
	top:18px;
	width:100%;
    height: 0px !important; /* for most browsers */
    height:75px; /* for IE5.5's bad box model */
    cursor: pointer;
}

.MainContentPopUp
{
	padding:12px 0;
	vertical-align:top;
}

.ChatWindowBorder
{
	border: solid 1px #D9D9D9;
	padding:5px;
}

.ChatWindowText
{
	height:250px;
	/*border-bottom: dotted 3px pink;*/
	overflow:auto;
	line-height:15px;
}

/********** PopUp End **********/



.affContainer
{
	position:relative;
	overflow:visible;
}

.affcol1 
{
	width:189px;

	float:left;
}

.affcol2
{
	width:189px;

	float:left;
	padding:0px 4px 8px 4px;
} 

.affcol3 
{
	width:189px;
	
	position:relative;
	float:left;
}


/********** Sitemap Start **********/

.SitemapParent 
{
	font-weight:bold;
	padding:10px 0;
	margin:0;
}

.SitemapCol1
{
	Float:left;
	padding-right:10px;
	width:200px;
}


/********** Sitemap End **********/

/********** Poker Client Promo Start **********/
.PokerClientPromo img
{
	position:absolute;
	top:0px;
	left:0px;
	width:245px;
	height:360px;
	border:0;
	padding:0;
	margin:0;	        
	background-color:White;
	overflow:hidden;
}
/********** Poker Client Promo End **********/