/* -- ELEMENT -- */
* {
	margin: 0; padding: 0; 
}
html{height:101%;} 
ul, ol, dl, blockquote
{
	margin-left:10px;
	padding-left:10px;
}
a {
	font-weight: bold;
	text-decoration: underline;	
	color:#ccc;
}
a img {border:none;}
p{
	padding-bottom: 10px;
}
body, td {	
	font-size: 11px;
	font-family: Georgia, Times New Roman;
	color: #999;
}
body{
	background: #000;	 
	margin: 2px 0 0 0;
}
acronym{
	border:none;
	cursor: pointer;
}
h1 {
	font-size:18px;
	font-weight:bold;	
	padding-bottom: 10px;	
	color:#fae287;
}
h2 { font-size:14px; }
h3 {	
	font-size: 12px; 			
}
h4 {	
	font-size:13px;
	font-weight:bold;	
}
h5 {
	font-size: 11px;
	font-weight: bold;	
}
h6 {}

input,select,textarea
{
	font-size:11px;
}
/* ADMIN Editor content */
body#editorContent{background:#000;}
body.mceContentBody{background:#000;}
/* -- LAYOUT  -- */ 

/*
	total width:	891px
	left width:		205px
	middle width:	455px
	right width:	205px
*/

#container{
	padding:0px;
	margin:0 auto;				    /* Centering Site and margin to browser window*/
	padding-top:195px;				/* Same top-padding as site header*/
	left:10px;
	margin:0 auto;
	position:relative;
	padding-bottom:10px;
	width:910px;	
}

div#divContentWrapper{		
	width:910px;
	position:relative;
	margin-bottom:10px;
}

/* always left */
#divLeftWrapper{
	float:left;
	width:205px;
	position:relative;
	left:-455px;
	float:left;
	line-height:16px;
}

/* 3 columns middle */
div#divMiddleWrapper{
	float:left;
	position:relative;
	left:220px;
	width:455px;
	line-height:16px;
}

/* 3 columns right */
div#divRightWrapper{
	float:right;
	line-height:16px;
	position:relative;
	width:205px;
}

/* 2 columns */
DIV.two-columns DIV#divMiddleWrapper {
	float:left;
	width:660px;
	margin-right:13px;
	line-height:16px;
}

/*override settings for two column layout*/
div.two-columns #divLeftWrapper{left:-672px;}
div.two-columns #divMiddleWrapper
{
	width:767px; /*754px med 16px marginal*/
	left:215px;
	float:left;
	position:relative;
	line-height:16px;
}
/*override settings for one column layout*/
div.one-columns #divMiddleWrapper
{
	float:left;
	width:985px;
	left:0;
	margin-right:13px;
	line-height:16px;
}

/*1 column - generic objecttypes*/
div#divWrapperFull{
	float:left;
	width:878px;
	margin-right:13px;
	line-height:16px;
}



/* 3 columns middle left */
div#divMiddleWrapperColumnLeft
{
	width:220px;
	float:left;	
	margin-top: 10px;
}

/* 3 columns middle right */
div#divMiddleWrapperColumnRight{	
	float:right;
	width:220px;		
	margin-top: 10px;	
}
/* 2 columns middle right, for exampel used in Control CasinoTournamentScheduleInfo*/
div#divMiddleWrapperFullColumnRight{	
	float:right;
	width:327px; /*220*/		
	margin-top: 10px;	
}
/* 2 columns middle left, for exampel used in Control CasinoTournamentScheduleInfo*/
div#divMiddleWrapperFullColumnLeft
{
	width:327px; /*220*/
	float:left;	
	margin-top: 10px;
}
/*, for exampel used in Control CasinoTournamentScheduleInfo*/
div#divMiddleWrapperFullColumnLeft table, div#divMiddleWrapperFullColumnRight table 
{
	width:327px !important;
}

/*table width*/
div#divMiddleWrapper table
{
	width:455px;
}

/*div#divMiddleWrapper fieldset table*/
div#divMiddleWrapper div.contentWrapper table, div#divMiddleWrapper fieldset.functionArea table
{
	width:439px;
}

div#divMiddleWrapper div.contentWrapper table
{
	width:445px;
}
DIV.two-columns DIV#divMiddleWrapper table
{
	width:651px;
}
DIV.two-columns DIV#divMiddleWrapper div.contentWrapper table
{
	width:641px;
}
div#divLeftWrapper table
{
	width:189px;
}
div#divRightWrapper table
{
	width:189px;
}

/*SITE HEADER*/
#divHeaderWrapper
{
	clear:both;
	float:left;
	position:absolute;		/*Make header float in top */
	top:0;					/*Make header float in top */
	left:0;
	height:195px;			/*same as top-padding on container*/
	width:910px;
	background: url('/Customers/4AssiPoker/Includes/Images/header.jpg') no-repeat top;	
}

/*Site Header Elements*/
#divHeaderWrapper div#CMSSiteHeader1{color:red;position:absolute;top:0px;}
#divHeaderWrapper div#CMSSiteHeader2{color:green;position:absolute;top:10px;}
#divHeaderWrapper div#CMSSiteHeader3{color:yellow;position:absolute;top:20px;}

/*clear container for container*/
#divContentWrapper div.container-clear-both
{
	clear:both;
	height:0px;/*margin to site footer, can be set to 0px*/
	overflow:hidden;
}

/*Site footer control*/
div#divSiteFooter
{	
	height: 20px;
	width: 910px;
	border-top: 1px solid #333;
	padding-top: 5px;
}

/*Popup content*/
div#divPopUpContentWrapper
{
	width:626px;
}

/* footer */
div#footer{	
	width: 898px;
	font-size: 9px;	
	border-top: solid 1px #999;
	margin-top: 30px;	
	padding-top: 10px;
	clear: both;	
}

/* NAVIGATION 1+2 -- */

#divTopMenu {
	position: absolute;
	top: 142px;
}

/* -- NAVIGATION LEVEL 1 -- */
#menuLevel1Container {	
	position:absolute;
	font-size: 11px;	
	top:0;
	z-index: 3;		
	width: 910px;
	overflow: hidden;
	height: 20px;		
}

#menuLevel1Container ul {
	margin-left:4px;
	padding-left:0;	
}
#menuLevel1 {	
   margin-left: 0;
   list-style:none;   
   padding-bottom: 0;
}
#menuLevel1 li 
{  
  float:left;
  margin-right: 0;
  padding:0;
}
#menuLevel1 a {
  float:left;
  font-family: Georgia, Times New Roman;
  display:block;
  padding: 3px 5px 3px 5px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
}

/* [TODO] Commented Backslash Hack hides rule from IE5-Mac \*/
#menuLevel1 a {float:none;}
/* End IE5-Mac hack */

#menuLevel1 a:hover {
	color: #fef5c1;
}
#menuLevel1 li.selected {
	/*background: url(/Customers/4AssiPoker/Includes/Images/menuLevel1_left_on.gif) no-repeat left top; */
}
#menuLevel1 a.selected {
	color: #f7d153;
}

#menuLevel1 a.selected:hover {
	color: #f7d153;
}


/* -- NAVIGATION LEVEL 2 -- */

#menuLevel2Container 
{	
	position:absolute;
	width:auto;
	top:20px;
	font-size: 11px;
	width:910px;
	/*height:22px;*/
}
#menuLevel2Container ul{
	margin-left:4px;
	padding-left:0;
}	
#menuLevel2 
{   
   list-style:none;  
   padding-bottom: 15px; 
   margin-left: 0;
}

#menuLevel2 li 
{  		
  float:left; 
}
#menuLevel2 a {
  float:left;
  font-family: Georgia, Times New Roman;
  display:block;      
  padding: 3px 6px 3px 6px;
  text-decoration:none;
  font-weight:normal;
  color:#FFF;
}

#menuLevel2 a:hover {
	color: #fef5c1;
}

#menuLevel2 a.selected {	
	color: #f7d153;
}

#menuLevel2 a.selected:hover {
	color: #f7d153;
}

/* [TODO] Commented Backslash Hack hides rule from IE5-Mac \*/
#menuLevel2 a {float:none;}
/* End IE5-Mac hack */

/* -- NAVIGATION LEVEL 3 -- */

#menuLevel3 { list-style:none; margin-bottom: 0; }
#menuLevel3 ul {list-style:none; margin:0; padding:0;}

ul#menuLevel3{
	margin-left:0;
	padding-left:0;
}

#menuLevel3 a {  
  display:block;      
  padding:0 10px 1px 10px;
  text-decoration:none;
  font-size: 11px;
  font-weight:bold;
  color:#fff;
  background: url(/Customers/4AssiPoker/Includes/Images/arrow_right.gif) no-repeat;  
  background-position: 3px 0.3em;
}

#menuLevel3 a.selected{	
	color: #FAE287;
	padding-left:10px;
	text-decoration:underline;
	background: url(/Customers/4AssiPoker/Includes/Images/arrow_down.gif) no-repeat;
	background-position: 0px 5px;
}

#menuLevel3 ul li a{
  display:block;        
  padding-left:10px;
  padding:0 10px 0 15px;  
  color:#fff;
  background: url(/Customers/4AssiPoker/Includes/Images/arrow_right.gif) no-repeat;  
  background-position: 0px 0.3em;
}

/* -- NEW DEPOSIT SECTION--*/
#menuLevel3Deposit, #menuLevel3DepositMoreOptions{list-style:none;margin-bottom:10px;}
#menuLevel3Deposit ul, #menuLevel3DepositMoreOptions ul{list-style:none;margin:0;padding:0;}
ul#menuLevel3Deposit, ul#menuLevel3DepositMoreOptions{margin:0;padding:0;}

ul#menuLevel3DepositMoreOptions li{}

ul#menuLevel3Deposit li,ul#menuLevel3DepositMoreOptions li{margin:0;padding:5px 0 2px 0;border-bottom:1px solid #900000;background:#5e0000;text-align:center;}
ul#menuLevel3Deposit li.selected,ul#menuLevel3DepositMoreOptions li.selected{margin:0;padding:5px 0 2px 0;border-bottom:1px solid #900000;background:#900000;text-align:center;}

ul#menuLevel3Deposit li .learnMoreLink a,ul#menuLevel3DepositMoreOptions li .learnMoreLink a{color:#fff;font-weight:normal;}
ul#menuLevel3Deposit li .learnMoreLink a:hover,ul#menuLevel3DepositMoreOptions li .learnMoreLink a:hover{color:#fae287;font-weight:normal;}

ul#menuLevel3Deposit li.selected .learnMoreLink a,ul#menuLevel3DepositMoreOptions li.selected .learnMoreLink a{color:#fff;font-weight:normal;}
ul#menuLevel3Deposit li.selected .learnMoreLink a:hover,ul#menuLevel3DepositMoreOptions li.selected .learnMoreLink a:hover{color:#fae287;font-weight:normal;}

ul#menuLevel3Deposit li a,ul#menuLevel3DepositMoreOptions li a{color:#fff;text-decoration:none;}
ul#menuLevel3Deposit li a:hover,ul#menuLevel3DepositMoreOptions li a:hover{color:#fae287;text-decoration:none;}

ul#menuLevel3Deposit li.selected a,ul#menuLevel3DepositMoreOptions li.selected a{color:#fff;}
ul#menuLevel3Deposit li.selected a:hover,ul#menuLevel3DepositMoreOptions li.selected a:hover{color:#fae287;}

#menuLevel3Deposit .paymentLogo, #menuLevel3DepositMoreOptions .paymentLogo{margin: 0;} /*0 3px*/

.helpIcon{}

.paymentLogoLink{margin:3px 0 0 0;}

.paymentLogoLink #visaimg,
.paymentLogoLink #mastercardimg,
.paymentLogoLink #maestroimg{padding: 0 2px;}

.paymentTextLink{margin:3px 0 0 0;}
.learnMoreLink{margin:0 0 3px 0;}

.moreOptionsHeader {margin-top:5px;height:22px;}
.moreOptionsHeader H2{padding:3px 10px 2px 14px;color:#fff;background:#5e0000 url(/Customers/4AssiPoker/Includes/Images/more-options-icon.gif) no-repeat;background-position:3px;}

div.contentWrapperHeaderContainer{background-color:transparent;height:22px;}
div.contentWrapperHeaderCornerTopRight{display:none;}
div.contentWrapperHeaderCornerTopLeft{display:none;}
div.contentWrapperHeader{background:#5e0000;border-top :1px solid #962e2f;border-bottom:1px solid #962e2f;height:22px;}
div.contentWrapperHeader h2{color: #fff;margin-left:10px;padding-top:4px;}

.depositLogo {height:40px;}
.depositLogo img {float:right;padding:0 1px 6px 0;}

.withdrawalLogo {}
.withdrawalLogo img {margin:10px 0 0 0;}

/*END NEW DEPOSIT SECTION*/

/* override default box setting */
#boxMenuLevel3 {	
	
}	

/*#boxMenuLevel3 div.boxHeader{
	background: #89C06F;
	border-bottom:0px;	
	text-align:center;	
}
*/

#div.boxHeader h1{	
	font-size:11px;
	color: #900000;
	margin: 0 5px;	
	padding: 5px 0 5px 0;	
}


#div.boxContent{ background-color: #5e0000;}

#boxMenuLevel3 div.boxCornerTopLeft { display: none; }
#boxMenuLevel3 div.boxCornerTopRight { display: none; }
#boxMenuLevel3 div.boxCornerBottomRight {
	background:#5e0000 url(/Customers/4AssiPoker/Includes/Images/box_bottom_left.gif) no-repeat left bottom;	
	overflow: hidden;
}
#div.boxCornerBottomLeft{
	background:url(/Customers/4AssiPoker/Includes/Images/box_bottom_right.gif) no-repeat right bottom;
	height:18px;
}


/* override default box setting */
#boxInfo div.boxHeader{	 display: none; background: none; }
#boxInfo div.boxHeader h1{  }	
#boxInfo div.boxContent{ padding: 10px 15px; color:#333; font-size: 11px; background: #ECECEC; }

#boxInfo div.boxCornerTopLeft { background: none; }
#boxInfo div.boxCornerTopRight {background: none; }
#boxInfo div.boxCornerBottomLeft{ background: none; }
#boxInfo div.boxCornerBottomRight { background: none; }

#boxCasinoGames select {width: 185px;}

/* -- FORM FLOATS [TODO] -- */

.floatingBox 
{	
	display: inline;
	padding: 6px;	
	width: 303px;
	border: solid 1px #C2C2C2;
	margin-bottom: 7px;
}

#AccountBalanceMain
{
	float: left;
}

#AccountBalanceExtras 
{
	float: right;
}

div.floatingBox table
{
	width:300px !important;
}

.clearAll {
	clear:both;
}


/* -- LINK MENU -- */

#linkMenuContainer {
	width:100%;
	background: url(/Customers/4AssiPoker/Includes/Images/listNav_bkg.gif) repeat-x bottom;	
}
#linkMenuContainer ul {
	margin-left:0;
	padding-left:5px;
}
#linkMenu {	
   list-style:none;
   margin-left: 5px;
   padding-bottom: 22px;   
}
#linkMenu li 
{  
  float:left;
  background:  url(/Customers/4AssiPoker/Includes/Images/listNav_left.gif) no-repeat left top;     
  margin-right:2px;
  padding:0 0 0 7px;
}
#linkMenu a {
  float:left;
  display:block;
  background:url(/Customers/4AssiPoker/Includes/Images/listNav_right.gif) no-repeat right top;  
  padding:4px 16px 2px 8px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
}

/* [TODO] Commented Backslash Hack hides rule from IE5-Mac \*/
#linkMenu a {float:none;}
/* End IE5-Mac hack */

#linkMenu a:hover {
}
#linkMenu li.selected {
	background: url(/Customers/4AssiPoker/Includes/Images/listNav_left_on.gif) no-repeat left top; 
}
#linkMenu a.selected {	
	color: #FAE287;
	padding: 3px 16px 3px 8px;
	background: url(/Customers/4AssiPoker/Includes/Images/listNav_right_on.gif) no-repeat right top; 
}

/* -- STEPMENU -- */
#stepMenuContainer {
	width:100%;
	/* background:#C2C9DF;	*/
}
#stepMenuContainer ul {
	margin-left:0;
	padding-left:0;
}
#stepMenu {	
   list-style:none; 
   padding-bottom: 30px;         
}
#stepMenu li 
{  
  float:left;
  background: url(/Customers/4AssiPoker/Includes/Images/stepNav_left.gif) no-repeat left top;      
  padding-left: 6px;  
}
#stepMenu span {
  float:left;
  background: url(/Customers/4AssiPoker/Includes/Images/stepNav_right.gif) no-repeat right top; 
  display:block; 
  padding:3px 8px 3px 0px;    
  font-weight:bold;
  color:#FFF;
  text-align: center;
}

/* [TODO] Commented Backslash Hack hides rule from IE5-Mac \*/
#stepMenu span{float:none;}
/* End IE5-Mac hack */


#stepMenu li.selected {
	background: url(/Customers/4AssiPoker/Includes/Images/stepNav_left_on.gif) no-repeat left top; 
	padding-left: 5px;  			
}
#stepMenu span.selected {				
	background: url(/Customers/4AssiPoker/Includes/Images/stepNav_right_on.gif) no-repeat right top; 		
	color:#FAE287;	
}

/* -- BOX -- */

div.boxContainer{
	margin-top:0px;
	margin-bottom: 5px;
}
div.boxHeader
{	
	background: url(/Customers/4AssiPoker/Includes/Images/box_header_left.gif) no-repeat left top; 	
	border-bottom:0;
	margin-top:5px;
	text-align:center;
	position:relative;	
}

div.boxContent
{
	padding:10px 7px 5px 7px;
	background:#5e0000 url(/Customers/4AssiPoker/Includes/Images/box_top_bg.gif) repeat-x left top;
	margin-bottom: 0;
	position:relative;
}

/* corners */
div.boxContainer .boxCornerTopLeft 
{
	display:none;
	height:7px;	
	background: url(/Customers/4AssiPoker/Includes/Images/box_top_right.gif) no-repeat right top; 	
	overflow: hidden;
	position:relative;
}
div.boxContainer .boxCornerTopRight 
{
	display:none;	
	background:#DDB386 url(/Customers/4AssiPoker/Includes/Images/box_top_left.gif) no-repeat left top;
	position:relative;
}
div.boxContainer .boxCornerBottomLeft 
{

	height:7px;
	background:url(/Customers/4AssiPoker/Includes/Images/box_bottom_right.gif) no-repeat right bottom;
	height:18px;
	position:relative;
}
div.boxContainer .boxCornerBottomRight 
{
	background:#5e0000 url(/Customers/4AssiPoker/Includes/Images/box_bottom_left.gif) no-repeat left bottom;	
	overflow: hidden;
	position:relative;
}

/* text */
div.boxHeader h1 /* Boxheaders */
{	
	font-size:14px;
	color: #900000;
	margin: 0 5px;	
	padding: 5px 0 4px 0;
}

div.boxContainer .splash
{
	font-size:24px;
	font-weight: bold;
	padding-bottom:16px;
	text-align:center;
	color: #fff;
}

#ActivePlayers {
	background: url(/Customers/4AssiPoker/Includes/Images/ActivePlayers_bg.gif) no-repeat top left;
	height:35px;
}

#BadBeatJackpot.boxContent {
	margin-bottom:0;
}
#BadBeatJackpot table tr td {
	font-size:10px;
}


/* -- LOGIN BOX -- */

div#loginAreaContainer
{		
	width:320px;
	font-size:11px;	
	color:#fff;
	margin-top:0px;	
	margin-left: 586px;		
	height:130px;
}

div#loginAreaContainer a { color: #f5c300; }

div#loginArea
{
	padding: 0px 10px;
}

div#loginAreaContainer .cornerTopLeft 
{	
	font-size: 1px;	
	height:7px;
	/*background:url(/Customers/4AssiPoker/Includes/Images/login_top_right.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
	
}
div#loginAreaContainer .cornerTopRight {	
	/*background:url(/Customers/4AssiPoker/Includes/Images/login_top_left.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}

div#loginAreaContainer .cornerBottomLeft 
{	
	clear:both;
	font-size: 1px;
	height:7px;
	/*background:url(/Customers/4AssiPoker/Includes/Images/login_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;*/
	
}
div#loginAreaContainer .cornerBottomRight 
{
	/*clear:both;*/
	/*background:url(/Customers/4AssiPoker/Includes/Images/login_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}

/* login links START */
div#loginArea {
	/*padding-top:10px;
	float:right;*/
	padding-top:30px;
}

div#loginArea DIV ul#loginList 
{
	/*width: 250px;		
	list-style-type: none;
	padding: 0;	
	margin-left: 45px;*/
	/*top:90px;
	left:596px;*/
	/*display:block;*/

	width: 120px;		
	list-style-type: none;
	padding: 0;		
}

div#loginArea ul#loginList li
{
	/*float:left;
	font-family: Georgia, Times New Roman;
	font-size:10px;
	background:url(/Customers/4AssiPoker/Includes/Images/dash.gif) no-repeat 0 7px;
	padding-left: 15px;
	padding-bottom:7px;*/
	
	
	font-family: Georgia, Times New Roman;
	font-size:10px;
	background:url(/Customers/4AssiPoker/Includes/Images/dash.gif) no-repeat 0 7px;
	padding-left: 10px;
}
div#loginArea ul#loginList li#loginListOpenAccount {
	position:absolute;
	top:85px;
	left:640px;
}
div#loginArea ul#loginList li#loginListLostPassword {
	position:absolute;
	top:100px;
	left:640px;
	width:110px;
}
/* login links END */

/* login form START */
#loginArea fieldset
{		
	display: block;
	margin:0;
	border: none;
	padding: 3px 0 0 34px;	
	float: left;
	width:270px;
	/*height:130px;
	background: url(/Customers/4AssiPoker/Includes/Images/header_login.gif) no-repeat 44px 17px;*/
}

#loginArea input
{
	border:none;
	color:#fff;
}


/*
 * 
 * Test floating the labels and centering the content
 * 
 * */

#loginArea label
{
	font-family: Georgia, Times New Roman;
	display:block;
	float:left;
	width:120px;
	margin-right:15px;
	text-align:center;
	text-transform:uppercase;
}

#username {
	font-family: Georgia, Times New Roman;
	position:absolute;
	left:638px;
	top:58px;
	width:120px;
	height:21px;
	background:url(/Customers/4AssiPoker/Includes/Images/login_username.gif) no-repeat;
	padding:4px 10px 0 10px;
}

#password {
	font-family: Georgia, Times New Roman;
	position:absolute;
	left:773px;
	top:58px;
	width:120px;
	height:21px;
	background:url(/Customers/4AssiPoker/Includes/Images/login_password.gif) no-repeat;
	padding:4px 10px 0 10px;
}

#loginArea #login {
	cursor:pointer;
	font-family: Georgia, Times New Roman;
	text-transform:uppercase;
	left:773px;
	position:absolute;
	top:93px;
	width:120px;
	height:21px;
	background:url(/Customers/4AssiPoker/Includes/Images/login_submit.gif) no-repeat;
}

/* login form END */

div#loginArea ul#accountList {		
	list-style-type: none;
	padding: 5px 0 0 0;	
	margin: 0;		
}

div#loginArea ul#accountList li {
	display: inline; 
	padding-left: 8px;
	padding-right: 20px;
	background:url(/Customers/4AssiPoker/Includes/Images/arrow_right.gif) no-repeat left;
	background-repeat: no-repeat;
	background-position: 0 .4em;
}

/*Language drop*/
SPAN#spnChooseLanguage {
	display:none;
}
div#divLanguages
{	
	position:absolute;
	left:63px;
	top:58px;
}

div#divLanguages select
{	
	text-align: left;
	width: 100px;	
}

select#drpSelectLanguage 
{
	background: #c0c0c0;
}

/*-- Parent Childs menu -- */
ul.parentChildsMenu
{
	margin:0;
	padding:0;
	list-style-type: none;
	margin-bottom:15px;
	margin-top:10px;
}
ul.parentChildsMenu li 
{
	display: inline;
}
ul.parentChildsMenu li a
{
	text-decoration: none;
	padding: 4px 15px;
	color: #fff;
	font-weight:bold;
	background-color: #203B6B;
}
ul.parentChildsMenu li a.selected
{
	color:#DEE2E9;
	background-color: #369;
}
ul.parentChildsMenu li a:hover
{
	color: #fff;
	background-color: #369;
}

/* -- TOURNAMENT -- */


/* -- POP-UP -- */
body#CashierAgreement, body#CashierCvvCode, body#AffiliateTermsAndConditions
{	
	margin: 30px;
}

/*-- POP-UP Agent specific*/
body#AgentUser, body#AgentActivityLog,
body#AgentBank, body#AgentLastChange,
body#AgentTransactions, body#AgentAccount,
body#AgentUserNotes
{
	background-color: #fff;
	margin: 90px 20px 20px;
	width:600px;
}

body#CashierAgreement #divContentWrapper, body#CashierCvvCode #divContentWrapper, body#AffiliateTermsAndConditions div#divContentWrapper {
	width:auto;
}

table.popup td
{
	padding: 2px 5px;
	border:none;
}
table.popup th {
	color: #305D8B; 
	font-size: 12px; 
	padding:0 5px;
	text-align: left;}
table.popup tr.listItemRow td{ background-color:#fff; }
table.popup tr.listItemRowAlternating td { }

/*-- CALENDAR --*/
iframe#ifrCalendar
{
	background:#fff;
	border:solid 1px #3B619C;
}
iframe.ifrCalendarVisible
{
	background:#fff;
	border:solid 1px #3B619C;
	position:absolute;
	display:block;
	top:100px !important;
	left:340px !important;
}
iframe.ifrCalendarHidden
{
	position:absolute;
	display:none;
}
div.calendarIcon 
{
	height: 20px;
	width: 18px;
	background:url(/Customers/4AssiPoker/Includes/Images/calendarIcon.gif) no-repeat left;
}
div.calendarIcon a
{	
	display: block;
	height: 100%;
}


/* -- GENERAL -- */

/*Use logoClickArea as clickable area to the logo */
div#logoClickArea { 
	position: absolute;
	top:4px;
	left:350px;
	width: 205px;
	height: 122px;
	/*border:1px solid green;*/
}
div#logoClickArea a {
	display: block;
	height: 100%;
}

table.form {}
table.form tr { height: 20px; }
table.form th {
	color: #821212;
	font-size: 13px; 
	padding:0 5px 8px 5px;
	text-align: left;}
table.form td {
	padding: 0 5px;
	/*border-bottom: solid 1px #FFF;*/
}

table.data { /*border: 1px solid #000;*/ }
table.data tr { height: 20px; }
table.data th {
	color: #900000; 
	font-size: 12px; 
	padding:0 5px;
	text-align: left;}
table.data td {
	padding: 0 5px;
	/*border-right: solid 1px #00; 
	border-bottom: solid 1px #000;*/
}

table.main tr.listItemRow td{ background-color: #333; }
table.main tr.listItemRowAlternating td { }

table.column td{border: none; }
table.column tr.listItemRow td{ color: #fff; }
table.column tr.listItemRowAlternating td { background-color: #900000; color: #fff; }
table.column tr td a { color: #fff; }

a.a rrow {
	padding-left:10px;
	text-decoration:underline;
	background:url(/Customers/4AssiPoker/Includes/Images/arrow_right.gif) no-repeat left;
}

span.date
{
	color:#999;		
}

.letter
{
	background: url(/Customers/4AssiPoker/Includes/Images/letter.gif) no-repeat 0 1px;	
	padding-left: 1px;
	padding-bottom: 1px;
	width: 14px;	
	height: 15px;	
	color: #FFF;
	font-weight: bold;
	font-size: 11px;	
	display: block;	
	text-align: center;	
}

fieldset.functionArea{
	border:solid 1px #34210A;
	padding:3px;
}

/* Error */
.ErrorWrapper h1{color:#5E0000;}

.fieldError {
	border: solid 1px red;
}

.errorRequired {
	color: Red; 
	font-weight: bold;
}

.errorMessage {
	display: none;
	color: Red; 
}

.errorBox
{		
	text-align: center;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;		
	background-color: #E64646;	 
	border: solid 1px #365A38;		
	margin-bottom: 7px;
	margin-right:7px;
}

.errorBoxSmall
{
text-align: center;
padding: 2px;
font-size: 11px;
line-height: 11px;
color: #FFF;
background-color: #E64646;
border: solid 1px #365A38;
margin: 3px 0 3px;
}

.successBox
{		
	text-align: center;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;		
	background-color: #6BA46F;	 
	border: solid 1px #365A38;		
	margin-bottom: 7px;
	margin-right:7px;
}

.successBoxSmall
{
text-align: center;
padding: 2px;
font-size: 11px;
line-height: 11px;
color: #FFF;
background-color: #6BA46F;
border: solid 1px #365A38;
margin: 3px 0 3px;
}



input.calendarDateValue{
	width: 70px;
}

input.buttonDefault
{	
	/* background: #203B6B url(/Customers/4AssiPoker/Includes/Images/arrow_right_white.gif) no-repeat; */
	background: #4c4c4c;
	background-position: 5px .4em;	
	color:#fff; /* DFC3A7 */
	font-weight:bold;
	padding: 1px 10px;
	border: outset 2px #9F9F9F;	
}
div.contentWrapper
{		
	padding: 7px;	
	border-bottom:solid 1px #962e2f;
	border-left:solid 1px #962e2f;
	border-right:solid 1px #962e2f; 
}

div.mainDivider
{
	height:1px;
	margin:0;
	overflow:hidden;	
}

div.columnDivider
{
	height:1px;
	border-top:dashed 1px #ADADAD;
	margin:0  0 0 0;
	overflow:hidden;
}

/* Download agreement box */
#pokerDownloadAgreementText{
	height:200px;
	width:430px;
	overflow:scroll;
	border:solid 1px #000;
	padding:5px;
	background-color: #fff;
}

#pokerDownloadAgreementText h1{
	color:#000;
	padding:0;
	margin-top: 10px;
	margin-bottom: 15px;
}

#pokerDownloadAgreementText p{
	padding:0;
	margin-bottom: 10px;
}

/* helpers*/
.spaceX
{
	overflow:hidden;
	font-size:1px;	
	height:1px;
}
/* Betting */
div#boxBettingSearchOdds div.boxContent{ color:#333; font-size: 11px; background-color: #EEEDE2; padding-top: 10px; }
div#boxBettingSearchOdds table{ width:189px !important; background: #F5F4F1;}

a.bettingOpen { padding: 0 4px; text-decoration: none; background: url(/Customers/Topstakes/Includes/Images/bet_plus.gif) no-repeat 0 0.4em;}
a.bettingClose { padding: 0 4px; text-decoration: none; background: url(/Customers/Topstakes/Includes/Images/bet_minus.gif) no-repeat 0 0.4em; }

a.catNotSelected{ padding: 0 4px; text-decoration: none;  background: url(/Customers/24hpoker/Includes/Images/bet_check_off.gif) no-repeat 0 0.4em;  }
a.catSelected { padding: 0 4px; text-decoration: none; background: url(/Customers/24hpoker/Includes/Images/bet_check_on.gif) no-repeat 0 0.4em;    }

div.bettingCategory{ padding: 0 2px;}
div.searchOddsButtonArea {padding: 7px 5px;}

div.bettingSection{	
	color:#333;
	padding:5px 4px;
	border-bottom:solid 1px #fff;
	border-right: solid 1px #fff;
	text-align: left;
}
div.bettingEvent{
	background:#006699;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	border-bottom:solid 1px #fff;
	border-right: solid 1px #fff;
	padding:2px 4px;
	text-align:left;
}
table.betting{
	margin-bottom:10px;
}
table.betting tr.header td{
	background:#CBD3E0;
	color:#333;
	font-weight:bold;	
}
table.betting #betLive{}
table.betting .listItemRowAlternating #betLive{background:#f2f0ed url('/Customers/4AssiPoker/Includes/Images/live-icon.gif') no-repeat 4px 0.4em;}
table.betting .listItemRow #betLive{background:#e5e5e5 url('/Customers/4AssiPoker/Includes/Images/live-icon.gif') no-repeat 4px 0.4em;}
table.betting #betMore{}
table.betting .listItemRowAlternating #betMore{}
table.betting .listItemRow #betMore{}
table.betting #betStat{}
table.betting .listItemRowAlternating #betStat{background:#f2f0ed url('/Customers/4AssiPoker/Includes/Images/stats-icon.gif') no-repeat 4px 0.4em;}
table.betting .listItemRow #betStat{background:#e5e5e5 url('/Customers/4AssiPoker/Includes/Images/stats-icon.gif') no-repeat 4px 0.4em;}


table.betting tr.listItemRowAlternating td{
	background:#f4f4f4;
}
table.betting td.placeBet{
	/*border:solid 1px #305D8B;
	background:#DEE3E9 !important;*/
}
a.placeOddsLink{
	/*color:green;*/
}
table#oddsList
{
	width:660px !important;
}
/*Betting Clock*/
div#divLeftWrapper div#bettingClock{
	text-align:center;
	margin-bottom:7px;
}
div#divLeftWrapper div#bettingClock span#jsClock{
	color:#0C4868;
	font-size:14px;
	font-weight:bold;
}
/*Betting search odds*/
select.searchOdds{
	width:189px;
	margin:3px 0 7px 0px;
}
div.searchOddsButtonArea{
	text-align:right;
}

/*SearchBoxesHorizontal*/
table#SearchBoxesHorizontal
{
	width:660px !important;
	margin-bottom:10px;
}
table#SearchBoxesHorizontal td, table#SearchBoxesHorizontal th{
	padding:0px;
}
select.searchOddsWideCategory{
	width:340px;
	padding:0;
	float:left;
}
select.searchOddsWideTimePeriod
{
	width:50px;
	padding:0;
	float:left;
}
select.searchOddsWideBettype
{
	width:70px;
	padding:0;
	float:left;
}
select.searchOddsWideSort
{
	width:70px;
	padding:0;
	float:left;
}

/*betting name description of objects*/
span.hcpUnder{
	color:#5C5CC6;
	font-weight:bold;
}
span.hcpOver{
	color:#4C814C;
	font-weight:bold;
}
span.objectExtraText{
	padding:0 5px;
	color:#797979;
}
span.hcp1x2{
	color:#D0A344;
}
span.multiGame{
	padding:0 0 0 10px;
	font-weight:bold;
	color:#929FB6;
}
span.singleGame{
	padding:0 0 0 10px;
	font-weight:bold;
	color:#85A0A6;
}
/*Betting Quickpick*/
table.quickpick{
	/*margin-bottom:10px;
	padding-bottom:10px;*/
}
table.quickpick tr.header{
	background:#CBD3E0;
	font-weight:bold;
}
table.quickpick tr.header td{
	border-bottom:solid 1px #fff;
}
table.quickpick td.oddsEvent{
	border-bottom: solid 1px #FFF;
}
table.quickpick td.odds1x2{
	text-align: right;
	border-bottom: solid 1px #FFF;
}
table.quickpick td.odds{
	text-align: right;
	border-bottom: solid 1px #FFF;
}
table.quickpick td.oddsTotalDescription{
	font-weight:bold;
}
table.quickpick td.oddsTotal{
	text-align: right;
	font-weight:bold;
}
table.quickpick td.oddsPlace{
	padding-top:10px;
	text-align: right;
	padding-bottom:10px;
}
/*Betting most played*/
table#betting td a.mostPlayed
{
	font-weight:bold;
	color:#000;
}

.funMoney{ color: #C42323; font-weight: bold;}
.realMoney{ color: #668858; font-weight: bold;}

/*System message for i.e maintenance / important information */
div#boxSystemMessage
{
	border:solid 1px #FF0000;
	background:#fff;
	padding:3px;
	color:#FF0000;
	font-size:12px;
	margin:5px 0;
}

/*This is for mouseOver in tr*/
tr.OnMouseOverBg
{
	background:#C2C8DE;
	cursor: pointer;
}
/*This is for Onclick in tr */
tr.OnClickedBg
{
	background:#8E9ECE;
}
/*This is for OnClick in td*/
td.OnClickedBg
{
	background:#8E9ECE;
}

/*This div is for the pritable format when a report are visisble for an affiliate*/

body#AffiliateRevenuCostReport div#divWrapperFull
{
	float:left;
	width:619px !important;
	padding: 7px;	
	border-bottom:solid 1px #305D8B;
	border-left:solid 1px #305D8B;
	border-right:solid 1px #305D8B;
	border-top:solid 1px #305D8B;
}

/*Folder paging*/
div#genericFolder
{
	/*background:#E3D7D3;*/
}
div.pager
{
	text-align:center;
	background:#ececec;
	margin-bottom:5px;
	padding:3px 0px;
	margin:10px 0px 0px 0px;
	height:18px;
}
div.pager ul
{
	list-style:none;
	margin:0;
	padding:0;
	width:454px;
}
div.pager ul li
{
	display:inline;
}
div.pager ul li.pagingPrev
{
	width:70px;
	float:left;
	text-align:left;
}
div.pager ul li.pagingPages
{
	width:314px;
	float:left;
}
div.pager ul li.pagingPages ul{
	width:314px;/*same as li.pagingPages width*/
}
div.pager ul li.pagingNext
{
	width:70px;
	float:right;
	text-align:right;
}
div.pager ul li a
{
	padding:0 5px;
}
div.pager ul li a.selected
{
	color:#333;
	font-size:1.1em;
}
div.pager ul li a.disabled
{
	text-decoration:none;
	font-weight:normal;
	cursor:default;
	color:#333;
}
div.paging
{
	display:none;
}
/*Date*/
div#genericFolder h2 small
{
	font-weight:normal;
	font-size:0.7em;
	color:#900000;	
	display:block;
}
/*end container paging*/

/* loading sequence */
div.loading
{
	background:#fff;
	border:1px solid #ececec;
	width:300px;
	padding:10px 5px;
	display:none;
	position:absolute;
	text-align:left;
}

div.loading h3
{
	color:#235135;
	font-size:10px;
	margin:0 0 5px 0;
}
/* end loading sequence */

/*--------------------------*/
/*Warning: The code below should not be used in layouts, just for testing!!!!*/
/*--------------------------*/
.roweven
{
	background:red;	
}
.rowodd
{
	background:green;	
}


div#Top10Winners {
	/*background: url(/Customers/4AssiPoker/Includes/Images/boxcontentbg.gif) no-repeat left bottom;*/

}	
div#Top10Winners table {
	/*display:block;*/
	/*padding:20px;*/
}

/*CasinoWWGlobalStartPage - global WW content generated from rootsite 
/Customers/Rootsite/ObjectTypes/Frameless/WWCasinoModule/CasinoWWGlobalStartPage.xslt*/
body#CasinoWWGlobalStartPage {}
body#CasinoWWGlobalStartPage div.casinoContainer{float:left;width:239px;margin-left:7px;}
body#CasinoWWGlobalStartPage div.casinoContainer a{color:#2e2322;padding:0 0 0 17px;}
body#CasinoWWGlobalStartPage div.tableGamesHeader{color:#fff;background:url('/Customers/4AssiPoker/Includes/Images/tableGamesHeader-ww.gif') no-repeat;height:44px;}
body#CasinoWWGlobalStartPage div.casinoContainer h1{color:#532f64;font-size:20px;margin-left:20px;padding-top:20px;height:auto;}
/*body#CasinoWWGlobalStartPage div.casinoContainer h2{margin-left:20px;height:auto;}*/
body#CasinoWWGlobalStartPage div.casinoContainer h2, body#CasinoWWGlobalStartPage div.casinoContainer h3 {color:#2e2322;}
body#CasinoWWGlobalStartPage div.casinoCornerTopRight{}
body#CasinoWWGlobalStartPage div.CasinoCornerTopLeft{}
body#CasinoWWGlobalStartPage div.casinoCornerBottomRight{}
body#CasinoWWGlobalStartPage div.casinoCornerBottomLeft{}

body#CasinoWWGlobalStartPage .casinoContent {list-style:none;color:#2e2322;padding-bottom:10px;}
body#CasinoWWGlobalStartPage .casinoContent ul {margin-left:5px;padding-left:0;}
body#CasinoWWGlobalStartPage .casinoContent ul li a{list-style:none;padding-left:0px;}

body#CasinoWWGlobalStartPage .casinoContent ul li.java-icon {list-style:none;padding-left:20px;background:url('/Customers/4AssiPoker/Includes/Images/java-icon.gif') no-repeat;background-position: 3px 0.2em;}
body#CasinoWWGlobalStartPage .casinoContent ul li.flash-icon {list-style:none;padding-left:20px;background: url('/Customers/4AssiPoker/Includes/Images/flash-icon.gif') no-repeat;background-position: 3px 0.2em;}


/*CasinoNetentGlobalStartPage - global NetEnt content generated from rootsite
/Customers/Rootsite/ObjectTypes/Frameless/CasinoModule/CasinoNetentGlobalStartPage.xslt*/
body#CasinoNetentGlobalStartPage {}
body#CasinoNetentGlobalStartPage div.casinoContainer{float:left;width:213px;margin-left:7px;}
body#CasinoNetentGlobalStartPage div.casinoContainer li{list-style:none;}
body#CasinoNetentGlobalStartPage div.casinoContainer a{color:#999999;padding:0 0 0 17px;}
body#CasinoNetentGlobalStartPage div.tableGamesHeader{background:url('/Customers/4AssiPoker/Includes/Images/tableGamesHeader-netent.gif') no-repeat;height:44px;}
body#CasinoNetentGlobalStartPage div.casinoContainer h1{color:#fae287;font-size:20px;margin-left:20px;padding-top:15px;}
/*body#CasinoNetentGlobalStartPage div.casinoContainer h2{margin-left:20px;height:auto;}*/
body#CasinoNetentGlobalStartPage div.casinoContainer h2, body#CasinoNetentGlobalStartPage div.casinoContainer h3 {color:#2e2322;}
body#CasinoNetentGlobalStartPage div.casinoCornerTopRight{}
body#CasinoNetentGlobalStartPage div.CasinoCornerTopLeft{}
body#CasinoNetentGlobalStartPage div.casinoCornerBottomRight{}
body#CasinoNetentGlobalStartPage div.casinoCornerBottomLeft{}

body#CasinoNetentGlobalStartPage .casinoContent {list-style:none;color:#2e2322;padding-bottom:10px;}
body#CasinoNetentGlobalStartPage .casinoContent ul {margin-left:5px;padding-left:0;}

body#CasinoNetentGlobalStartPage .casinoContent .java-icon {list-style:none;padding-left:20px;background:url('/Customers/4AssiPoker/Includes/Images/java-icon.gif') no-repeat;background-position: 3px 0.2em;}
body#CasinoNetentGlobalStartPage .casinoContent .flash-icon {list-style:none;padding-left:20px;background: url('/Customers/4AssiPoker/Includes/Images/flash-icon.gif') no-repeat;background-position: 3px 0.2em;}
/*This is for NetEnt Casino Tournament, for exampel used in Control CasinoTournamentScheduleInfo,CasinoTournamentScheduleInfo*/
/*This is shown when a casino tournament is running in the Tournament schedule*/
div.casinoTourneyRunning{display: inline;background: url(/Customers/Utils/Images/progressbar_65x6.gif) no-repeat center;	width: 65px;position:relative;	float:left;	height: 6px;}
/*This is the users that haven't has meet the tourney requirments*/
span.notMetTourneyReqInLeaderBoard{color:#9769ac;font-style:italic;}
span.currentUserNotMetTourneyReqInLeaderBoard{color:#9769ac; font-style:italic; font-weight: bold;}
/*This is the users that has meet the tourney requirments*/
span.metTourneyReqInLeaderBoard{}
span.currentUserMetTourneyReqInLeaderBoard{color:#000;font-weight: bold;}
div.casinoTurneyTimeLeft{font-weight: bold;}
div.casinoTurneyTimeLeftEndHighlight{font-weight: bold; font-size:14px;}

/*CasinoLobbyGlobalStartPage - global NetEnt & WW lobby content - generated from rootsite
/Customers/Rootsite/ObjectTypes/Frameless/WWCasinoModule/CasinoLobbyGlobalStartPage.xslt*/
body#CasinoLobbyGlobalStartPage {}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnLeft{background:url(/Customers/4AssiPoker/Includes/Images/column-bg.gif) repeat-y;width:365px;}

body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnLeft .casinoColumnHeader{background: url(/Customers/4AssiPoker/Includes/Images/header-bg-ww.gif) no-repeat;width:365px;height:93px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnLeft .casinoColumnHeader h2 a{color:#fff;}

body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnLeft h2 {color:#fff;font-size:25px;text-align:center;padding-top:20px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnLeft h3 {color:#532f64;font-size:20px;padding-left:12px;padding-top:17px;background:url('/Customers/4AssiPoker/Includes/Images/gamesInfoHeader-ww.gif') no-repeat;height:45px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnLeft strong {color:#532f64;padding-left:9px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnLeft ul {list-style:none;padding-left:1px;margin-bottom:5px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnLeft ul li a {color:#000;padding:0 7px 0 10px;background: url('/Customers/4AssiPoker/Includes/Images/bullet-purple.gif') no-repeat;background-position: 1px 0.2em;}

body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnLeft #WWElement1 {padding-left:10px;padding-bottom:10px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnLeft #WWElement1 p {padding-left:10px;padding-right:10px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnLeft #WWElement2 {padding-left:10px;padding-bottom:10px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnLeft #WWElement2 p {padding-left:10px;padding-right:10px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnLeft #WWElement3 {padding-left:10px;padding-bottom:10px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnLeft #WWElement3 p {padding-left:10px;padding-right:10px;}

body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnLeft div.casinoCornerBottomRight{background:url('/Customers/4AssiPoker/Includes/Images/casinoCornerBottom.gif') no-repeat;height:14px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnLeft div.casinoCornerBottomLeft{}

body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnRight{background:url(/Customers/4AssiPoker/Includes/Images/column-bg.gif) repeat-y;width:365px;}

body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnRight .casinoColumnHeader{background:url(/Customers/4AssiPoker/Includes/Images/header-bg-netent1.gif) no-repeat;width:365px;height:93px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnRight .casinoColumnHeader h2 a{color:#fff;}

body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnRight h2 {color:#fff;font-size:25px;text-align:center;padding-top:20px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnRight h3 {color:#6dc0cc;font-size:20px;padding-left:12px;padding-top:17px;background:url('/Customers/4AssiPoker/Includes/Images/gamesInfoHeader-netent.gif') no-repeat;height:45px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnRight strong {color:#6dc0cc;padding-left:9px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnRight ul {list-style:none;padding-left:1px;margin-bottom:5px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnRight ul li a {color:#000;padding:0 7px 0 10px;background: url('/Customers/4AssiPoker/Includes/Images/bullet-turcoise.gif') no-repeat;background-position: 1px 0.2em;}

body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnRight #WWElement4 {padding-left:10px;padding-bottom:10px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnRight #WWElement4 p {padding-left:10px;padding-right:10px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnRight #WWElement5 {padding-left:10px;padding-bottom:10px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnRight #WWElement5 p {padding-left:10px;padding-right:10px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnRight #WWElement6 {padding-left:10px;padding-bottom:10px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnRight #WWElement6 p {padding-left:10px;padding-right:10px;}

body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnRight div.casinoCornerBottomRight{background:url('/Customers/4AssiPoker/Includes/Images/casinoCornerBottom.gif') no-repeat;height:14px;}
body#CasinoLobbyGlobalStartPage #divMiddleWrapperFullColumnRight div.casinoCornerBottomLeft{}

/*CasinoLobbyLocalStartPage - local NetEnt & WW lobby content*/
body#CasinoLobbyLocalStartPage{}
body#CasinoWWClientLanding{}
.casino-new-game {padding-left:10px;background: url('/Customers/4AssiPoker/Includes/Images/new-game-icon.gif') no-repeat;background-position: 3px 0.2em;}

/*Casino top 10 winners*/
#pokerTop10WinnersTable .col2{width:100px;}
#pokerTop10WinnersTable .col3{}
/*CasinoLobbyLocalStartPage - partner local content*/
body#CasinoWWLocalStartPage {}
body#CasinoLobbyLocalStartPage div.two-columns #divMiddleWrapper div#CMSText2{margin-top:11px;}
body#CasinoLobbyLocalStartPage div.casinoContainer{width:248px;float:left;margin-right:11px;}
body#CasinoLobbyLocalStartPage div.lastContainer{margin-right:0px;}
body#CasinoLobbyLocalStartPage div.tableGamesHeader{background-image:url('/Customers/4AssiPoker/Includes/Images/tableGamesHeader_bg.jpg');background-repeat: no-repeat;border-bottom:0px;height:69px;}
body#CasinoLobbyLocalStartPage div.videoPokerHeader{background-image:url('/Customers/4AssiPoker/Includes/Images/videoPokerHeader_bg.jpg');background-repeat: no-repeat;border-bottom:0px;height:69px;}
body#CasinoLobbyLocalStartPage div.slotsHeader{background-image:url('/Customers/4AssiPoker/Includes/Images/slotsHeader_bg.jpg');background-repeat: no-repeat;border-bottom:0px;height:69px;}
body#CasinoLobbyLocalStartPage div.tableGamesHeader h1,div.videoPokerHeader h1,div.slotsHeader h1{color:#fff;font-size:18px;padding-left:85px;padding-top:23px;}
body#CasinoLobbyLocalStartPage div.casinoContent{background-image:url('/Customers/4AssiPoker/Includes/Images/casinoContent_bg.gif');background-repeat: repeat-y;}
body#CasinoLobbyLocalStartPage div.casinoContent p{padding-left:15px;padding-top:10px;padding-right:15px;}
body#CasinoLobbyLocalStartPage div.casinoContent h2{color:#2e2322;font-size:14px;margin-left:15px;padding-top:10px;}
body#CasinoLobbyLocalStartPage div.casinoContent ul{padding-top:10px;}
body#CasinoLobbyLocalStartPage div.casinoContent ul li{display:block;}
body#CasinoLobbyLocalStartPage div.casinoContainer .casinoCornerBottomLeft{height:17px;background: url('/Customers/4AssiPoker/Includes/Images/panel_br.gif') no-repeat right top;overflow: hidden;}
body#CasinoLobbyLocalStartPage div.casinoContainer .casinoCornerBottomRight{height:17px;background: url('/Customers/4AssiPoker/Includes/Images/panel_bl.gif') no-repeat left top;overflow: hidden;}

/*Game info div settings for wagerworks casino game history*/
div#ww-casino-game-info
{
	background:#fff;
	height:400px;
	width:600px;
	padding:0;
	border:2px solid #532f64;
	position:absolute;	
}
div.ww-gameinfo-wagerworks-content{background:#fff;margin:7px;padding:7px;border:1px dotted #532f64;
	width:570px;
	height:342px;
	overflow:auto;
}
div#ww-casino-game-info-close
{
	height:20px;
	margin-bottom:5px;
	padding-top:5px;
	border-bottom:4px solid #532f64;
	text-align:right;
	background:#e5e5e5;
}
div#ww-casino-game-info-close a{display:block;height:16px;
	background:url('/Customers/4AssiPoker/Includes/Images/ico-close.gif') no-repeat right !important;
	margin-right:5px;
}
div#ww-casino-game-info-close a span{display:none;}
div#ww-casino-game-info table{border:0px;margin:0 0px;width:550px !important;}
div#ww-casino-game-info table table{margin:0;}
div#ww-casino-game-info table td{border:0px;padding:0;}
div#ww-casino-game-info .tablehead,
div#ww-casino-game-info .tablebold,
div#ww-casino-game-info .tablebody
div#ww-casino-game-info .subheader
{font-weight:bold;}
div.ww-gameinfo-display-block{display:block;}
div.ww-gameinfo-display-none{display:none;}
div.ww-gameinfo-display-loading
{
	/*icons can be generated at this sajt: http://www.ajaxload.info/ */
	display:block;background:#fff url('/Customers/4AssiPoker/Includes/Images/ajax-loader.gif') no-repeat center !important;
	
}
div.ww-gameinfo-display-loading span,
div#ww-casino-game-info span.error
{font-size:3em;text-align:center;display:block;margin-top:100px;color:#532f64;}
/*end game info wagerworks casino*/

/*New ToolTip the max size can be 280px */
.toolTip {left: 0;top: 0;width: 150px;color: #000;opacity: .70;filter: alpha(opacity=70); background-color:Transparent;}
.toolTip p{background: #666;margin: 0;padding: 0.5em; color:#fff;}
.toolTipCornerTopRight{height:13px; /*width:100%;*/ background: url('/Customers/4AssiPoker/Includes/Images/toolTip_top_right.gif')  right no-repeat;}/*image 30px*/        
.toolTipCornerTopLeft{height:13px; /*width:90%;*/  /*padding-right:10px;*/ background: url('/Customers/4AssiPoker/Includes/Images/toolTip_top_left.gif') left no-repeat; }/*image 250px*/
.toolTipCornerBottomRight{height:13px; /*width:100%;*/ background:url('/Customers/4AssiPoker/Includes/Images/toolTip_bottom_right.gif') right no-repeat;}/*image 30px*/
.toolTipCornerBottomLeft{height:13px; /*width:90%;*/ /*padding-right:10px;*/ background: url('/Customers/4AssiPoker/Includes/Images/toolTip_bottom_left.gif') left no-repeat; }/*image 250px*/
.toolTipTopMiddle{height:13px;width:auto;margin-left:13px;background: url('/Customers/4AssiPoker/Includes/Images/toolTip_top_middle.gif') right repeat-x; margin-right:13px;}
.toolTipBottomMiddle{height:13px;width:auto;margin-left:13px; background: url('/Customers/4AssiPoker/Includes/Images/toolTip_bottom_middle.gif') right repeat-x; margin-right:13px;}
span.divOnFocusMessage{left: 0;top: 0;width: auto;border: none; margin:0px; padding: 0px 3px 0px 3px;}

/****************************************NEW! Sign up review IMPORTANT THIS IS NOT RELEASED YET: SKIN DEVELOPERS SHOULD REMOVE THIS WHEN NEW SITES IS CREATED****************************************/

div.hintPositionForm{position: relative;width:auto;}
/* The hint to Hide and Show */
.hintForm{
    color:#000;
    background:#f4f2bf url('/Customers/4AssiPoker/Includes/Images/pointer-hintform2.gif') left top no-repeat;
    background-position:3px 12px;
    display: none;
    position: absolute; 
    z-index:9999;
    width: 110px;
    min-height:19px;
    margin-top: -7px;
    border: 1px solid #532e63;
    padding: 10px 12px; 
    filter:alpha(opacity=85);  /*Opacity for IE*/
    -khtml-opacity:0.85; /*Opacity for old versions of Safari*/
    -moz-opacity:0.85; /*Opacity for old versions of Mozilla browsers like Netscape*/
    opacity:.85; /*Standard opacity for browsers*/
}
.hintForm span{float:left;margin-left:5px;}
/* The pointer image is hidden by using another span */
.hintForm .hint-pointerForm {z-index:9999; position: absolute;left: -10px;top: 5px;width: 10px;height: 19px;}
.validPasswordIcon{width:120px;height:10px;margin:4px 1px 0 0;}
.passwordIndicatorDisabled{background: url('/Customers/4AssiPoker/Includes/Images/valid-password-disabled.png') top no-repeat;}
.passwordIndicatorInvalid{background: url('/Customers/4AssiPoker/Includes/Images/valid-password-not-ok.png') top no-repeat;}
.passwordIndicatorValid{background: url('/Customers/4AssiPoker/Includes/Images/valid-password-ok.png') top no-repeat;}
.validIconDisabled, .validIconError, .validIconOk, .validIconLeftFailed{height:18px;width:18px;display:block;background-image:url('/Customers/4AssiPoker/Includes/Images/uspriteregistericons.png');background-repeat:no-repeat;}
.validIconDisabled {background-position: 0 -30px;margin:0 0 0 .2em;}
.validIconError {background-position: 0 -77px;margin:0 0 0 .2em;}
.validIconLeftFailed {background-position: 0 -77px;margin:0 .3em 0 0;}
.validIconOk {background-position: 0 -124px;margin:.2em 0 0 .2em;}
.uValidationIconEmpty {height:18px;width:18px;display:block;margin:0 0 0 .2em;}

body#CashierOpenAccount {
	background:#000 url(/Customers/4AssiPoker/Includes/Images/bg2_openaccount.jpg) no-repeat center top;
}
#CashierOpenAccount #divContentWrapper {padding-top:0;z-index:3;}
#CashierOpenAccount #divHeaderWrapper div#divLanguages{}
#CashierOpenAccount div#logoClickArea{}

#divSignupTopLinks{position:absolute;top:-52px;clear:both;z-index:3;left:5px;}
.signupTopLink{color:#fff;font-size:12px;}
#divSignupTopLinks ul{margin-left:0;padding-left:0;list-style:none;}
#divSignupTopLinks li{float:left;padding-right:2px;background:url("/Customers/4AssiPoker/Includes/Images/menu1_line.jpg") no-repeat scroll right center;}
#divSignupTopLinks a{float:left;display:block;font-weight:bold;padding:3px 5px;font-size:11px;line-height:12px;color:#F7D153;text-decoration:none;}
#divSignupTopLinks a:hover{background:url("/Customers/4AssiPoker/Includes/Images/menu1first_over.jpg") repeat-x scroll left top;text-decoration:none;}

#CashierOpenAccount div#emailConfirmationMessage {text-align:left;margin-top:5px;margin-left:10px;}
#CashierOpenAccount #CMSText1{margin-top:10px;padding:0 10px;}

#CashierOpenAccount #divWrapperFullColumnLeft{width:430px;min-height:340px;position:relative;left:10px;z-index:10;float:left;}
#CashierOpenAccount #divWrapperFullColumnRight{width:430px;min-height:340px;position:relative;right:10px;z-index:9;float:right;}
#CashierOpenAccount #divWrapperFullColumnLeft th, 
#CashierOpenAccount #divWrapperFullColumnRight th{font-size:16px;padding:5px 0;}
#CashierOpenAccount #divWrapperFullColumnLeft th.registerStepHeader div.registerStep1,
#CashierOpenAccount #divWrapperFullColumnRight th.registerStepHeader div.registerStep2{margin-left:5px;}

#CashierOpenAccount tr.listItemRow td{background:#000;vertical-align:middle;}
#CashierOpenAccount tr.listItemRowAlternating td{vertical-align:middle;}
#CashierOpenAccount tr.listItemRowAlternating strong span{}
#CashierOpenAccount input{vertical-align:middle;}

#CashierOpenAccount #divWrapperFull{position:relative;float:right;right:10px;width:430px;margin-top:5px;margin-bottom:10px;margin-right:0;}
#CashierOpenAccount #divWrapperFull table{}
#CashierOpenAccount #divWrapperFull strong{}
#CashierOpenAccount #divWrapperFull strong a{}

#signupTdValidator{}
#signupTdButton{/*padding:5px 10px 0 10px;*/}
#signupButton{border:none;width:200px;height:50px;font-size:14px;background:#b4c839 url('/Customers/4AssiPoker/Includes/Images/signup-button-sprite.gif') top no-repeat;}
.signupButton{border:none;width:200px;height:50px;font-size:14px;color:#ccc;background:transparent url('/Customers/4AssiPoker/Includes/Images/signup-button-sprite.gif') top no-repeat;background-position:0px 0px;}
.signupButton:hover{border:none;width:200px;height:50px;font-size:14px;background:transparent url('/Customers/4AssiPoker/Includes/Images/signup-button-sprite.gif') top no-repeat;background-position:0px -51px;}
.signupButton_Disabled{border:none;width:200px;height:50px;font-size:14px;background:transparent url('/Customers/4AssiPoker/Includes/Images/signup-button-sprite.gif') top no-repeat;background-position:0px -101px;color:#888;}

#CashierOpenAccount #divSiteFooter{}

/* Overrides the country select dropdown from "ImageDropDownList.css" */
#CashierOpenAccount .dd{background:transparent;}
#CashierOpenAccount .dd .ddTitle span.textTitle{color:#000;}
#CashierOpenAccount .dd .ddTitle span.textTitle img{padding:2px 5px 0px 0px;text-align:left;}
#CashierOpenAccount .dd .ddTitle span.arrow{background:url("/Customers/4AssiPoker/Includes/Images/ImageDropDownList_arrow.gif");}
#CashierOpenAccount .dd .ddTitle{margin-top:2px; margin-bottom:2px;background:#fff;border:1px solid #7f9db9;width:192px;}
#CashierOpenAccount .dd .ddChild{}
#CashierOpenAccount .dd .ddChild a:hover{background:#C41C01;color:#F7D153;}
#CashierOpenAccount .dd .ddChild a.selected{background:#C41C01;color:#F7D153;}

/*Quick deposit popup styles*/
#quickDepositPopupLinksHolder{background:#4C4C4C;color:#fff;border:2px outset #9F9F9F; margin-top: 3px;}
#quickDepositPopupLinksHolder:hover{}
#quickDepositPopupLink{}
#quickDepositPopupLinksHolder a{color:#fff;font-weight:bold;padding:1px 5px; text-decoration:none; display: block;} 
#quickDepositPopupLinksHolder a  div#quickDepositIconMasterCard {margin-left: 1px !important;}
#quickDepositPopupLinksHolder a:hover{text-decoration:none;}
body#CashierCCDepositQuickPopup{background:#fff;}
body#CasinoGamePlayFullscreen a#lightwindow_title_bar_close_link {color: #000;}
body#CashierCCDepositQuickPopup table.data td {border: none;} 
body#CasinoGamePlayFullscreen .funMoney {color: #000;}
body#CasinoGamePlayFullscreen #quickDepositPopupLinksHolder{background:#000;border:1px solid #fff;}
body#CasinoGamePlayFullscreen #quickDepositPopupLinksHolder:hover{background:#292929;}
body#CashierCCDepositQuickPopup div#divContentWrapper div.contentWrapper {height: 418px !important;}
body#CashierCCDepositQuickPopup div#divContentWrapper {width: 600px !important; margin-bottom: 0px !important;} 
body#CasinoGamePlayFullscreen #quickDepositPopupLinksHolder a div{margin-top: 0px !important;}
