*
{
	margin: 0;
	padding: 0;
}
ul, ol, dl, blockquote
{
	margin-left: 10px;
	padding-left: 10px;
}
a
{
	font-weight: bold;
	text-decoration:underline;
	color: #E7CA6D;
}
a:hover
{
	text-decoration: underline;
}
p
{
	padding-bottom: 10px;
}
img{border:none;}
html
{
	height: 100%;
}
body
{

	padding: 0px;
	margin: 0;
	position: relative;
	height: 100%;
	min-height: 100%;
	background:#000 url('/Customers/raybet/Includes/Images/body_bg.jpg') repeat-x top left;
}
/*min-height:100%;*/
* html body
{
	height: 100%;
}
body, td
{
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	color: #fff;
}
acronym
{
	border: none;
	cursor: pointer;
}
pre
{
	padding: 10px;
}
h1
{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
h2
{
	font-size: 14px;
}
h3
{
	font-size: 12px;
	font-weight: bold;
}
h4
{
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}
h5
{
	font-size: 11px;
	font-weight: bold;
}
h6
{
	font-size: 10px;
	font-weight: bold;
}
.small
{
	font-size: 10px;
	font-family: Arial, Verdana;
}
input, select, textarea
{
	font-size: 11px;
	padding-left: 1px;
}
input.normal
{
	width: 130px;
}
input.wide
{
	width: 180px;
}
input.narrow
{
	width: 50px;
}
input.buttonDefault
{
	background: #5D1212;
	color: #fff;
	padding: 0px;
	border: solid 1px #000;
}
/* -- LAYOUT  -- */
/*
	total width:	985px
	left width:		205px
	middle width:	549px
	right width:	205px
*/
/*site width and layout alignment*/
#container
{
	width: 1005px;
	padding: 0px;
	margin: 0 auto; /* Centering Site and margin to browser window*/
	padding-top: 186px; 
	position: relative;
}
#divContentWrapper
{
	width: 985px;
	margin-left:10px;
	position: relative;
	margin-bottom: 0px; /*margin to site footer*/
}
/* always left */
#divLeftWrapper
{
	width: 234px;
	position: relative; /*Make middle column float in the middle */
	left: -515px; /*Make middle column float in the middle */
	left: -502px; /*Make middle column float in the middle */
	left:-488px;
	float: left;
	line-height: 16px; /*overflow:hidden;*/
}
/* 3 columns middle */
#divMiddleWrapper
{
	width:502px;
	width:489px;
	float:left;
	position: relative; /*Make middle column float in the middle */
	left: 248px; /*Make middle column float in the middle */
	line-height: 16px; /*overflow:hidden;*/
}
/* 3 columns right */
#divRightWrapper
{
	position: relative;
	width: 234px;
	float: right;
	line-height: 16px; /*overflow:hidden;*/
}
/*override settings for two column layout*/
div.two-columns #divLeftWrapper
{
	left: -765px;
	left:-737px;/*737 + 14*/
}
div.two-columns #divMiddleWrapper
{
	width: 737px;
	left: 248px;
	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;
}
/*Inner columns */
/* 3 columns middle left */
div#divMiddleWrapperColumnLeft
{
	position:relative;
	width: 267px;
	float: left;
	margin-top: 10px;
}
/* 3 columns middle right */
div#divMiddleWrapperColumnRight
{
	position:relative;
	float: right;
	width: 267px;
	margin-top: 10px;
}
/*clear container for container*/
#divContentWrapper div.container-clear-both
{
	clear: both;
	height: 1px; /*margin to site footer, can be set to at least 1px, we have 9 px in contentWrapper*/
	overflow: hidden;
}
#divMiddleWrapper div,#divLeftWrapper div,#divRightWrapper div{position:relative;}
/*table width settings default*/
div#divMiddleWrapper table
{
	width: 549px;
	width:489px;
}
div#divMiddleWrapper div.contentWrapper table, div#divMiddleWrapper fieldset.functionArea table
{
	width: 533px;
	border:none;
	margin:0;
}
div.two-columns #divMiddleWrapper table
{
	width: 759px;
	width:737px;
}
div.two-columns #divMiddleWrapper div.contentWrapper table
{
	width: 720px;
}
div.two-columns div#divMiddleWrapper fieldset.functionArea table
{
	width: 733px;
}
/*div#divLeftWrapper table
{
	width: 189px;
}
div#divRightWrapper table
{
	width: 189px;
}*/
#divRightWrapper table.column, #divLeftWrapper table.column, #divRightWrapper table.main, #divLeftWrapper table.main, table.slip{width:189px;}
/* 2 columns middle right/left, for exampel used in Control CasinoTournamentScheduleInfo,CasinoTournamentScheduleInfo*/
div#divMiddleWrapperFullColumnRight, div#divMiddleWrapperFullColumnLeft
{
	width: 374px;
	margin-top: 10px;
}
div#divMiddleWrapperFullColumnRight
{
	float: right;
}
div#divMiddleWrapperFullColumnLeft
{
	float: left;
}
div#divMiddleWrapperFullColumnLeft table, div#divMiddleWrapperFullColumnRight table
{
	width: 374px !important;
}
div#divSiteFooter a
{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
div#divSiteFooter a:hover
{
	text-decoration: underline;
}
div#divSiteFooter
{
	width: 985px;
	padding-top: 5px;
	bottom: 0;
	text-align: center;
	clear: both;
    margin-left:10px;
}
/*Global site footer*/
div#globalSiteFooterLinks
{
	padding-bottom: 5px;
	margin-bottom: 5px;
}
ul#ulGlobalSiteFooter li a
{
	padding: 0 1em 0 0.7em;
	border-right: 1px solid #fff;
}
ul#ulGlobalSiteFooter li.responibleGambling a
{
}
ul#ulGlobalSiteFooter li.aboutUs a
{
}
ul#ulGlobalSiteFooter li.termsAndConditions a
{
	padding-left: 0;
}
ul#ulGlobalSiteFooter li.siteMap a
{
	border: none;
}
/*Popup content*/
div#divPopUpContentWrapper
{
	width: 626px;
}
/*SITE HEADER*/
#divHeaderWrapper
{
	clear: both;
	float: left;
	position: absolute; /*Make header float in top */
	top: 0; /*Make header float in top */
	left: 10px;
	height:186px;
	width: 985px;
}
/*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;
}
/*Language drop*/
div#divLanguages
{
	/*background:red;*/
	position: absolute;
	left: 250px;
	top: 97px;
	z-index: 3;
	width: 480px;
	text-align: right;
}
div#divLanguages a
{
	background-repeat: no-repeat;
	background-position: center right;
	padding: 0px 5px 0px 0;
	font-weight: bold;
}
span#spnChooseLanguage { display: none; }

/* -- NAVIGATION LEVEL 1 -- */
#divTopMenu
{
	position:absolute;
	top: 125px;
	text-transform:uppercase;
	padding:0;
	background:url('/Customers/raybet/Includes/Images/menu_bg.jpg') no-repeat right top;
}
#menuLevel1Container
{
	font-size: 11px;
	margin:0;
	width: 985px;
	margin-top:1px;
}
#menuLevel1Container ul
{
	height:28px;
	padding:0;
	margin:0;
}
#menuLevel1
{
	list-style: none;
}
#menuLevel1 li
{
	display:inline;
	padding:0;
}
#menuLevel1 li .firstItem
{
	display:inline;
	margin-left:14px !important;
}
#menuLevel1 a
{
	margin:0;
	padding:0;
	float: left;
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding: 7px 10px 6px;
	font-size:12px;
	color:#fff;
}
#menuLevel1 li.selected
{
	display:inline;
}
#menuLevel1 a.selected
{
	margin:0;
	display:inline;
	float:left;
	color: #030200;
	background:#BD9B2C;
}
#menuLevel1 a.lastItem
{
	display:inline;
}
#menuLevel1 li.lastItem
{
	margin:0;
	padding:0;
	display:inline;
}
/* -- NAVIGATION LEVEL 2 -- */
#menuLevel2Container
{
	font-size: 11px;
	width: 985px;
	height: 24px;
	overflow: hidden;
	margin-top:0px;
}
#menuLevel2Container ul{}
#menuLevel2
{
	margin-left: 7px;
	list-style: none;
}
#menuLevel2 li
{
	float: left;
}
#menuLevel2 a
{
	float: left;
	display: block;
	padding: 5px 7px;
	text-decoration:none;
	font-weight: bold;
	color: #030200;
	
}
/* [TODO] Commented Backslash Hack hides rule from IE5-Mac \*/
#menuLevel2 a
{
	float: none;
}
/* End IE5-Mac hack */
#menuLevel2 a:hover
{

}
#menuLevel2 li.selected
{
}
#menuLevel2 a.selected
{
    color:#eee;
}
/* -- NAVIGATION LEVEL 3 -- */
#menuLevel3
{
	list-style: none;
	margin-bottom: 10px;
}
#menuLevel3 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menuLevel3
{
	margin: 0;
	padding: 0;
}
#menuLevel3 a
{
	display: block;
	padding: 0 10px 1px 12px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	/*color: #675436;*/
	background: url('/Customers/raybet/Includes/Images/arrow_right_yellow.gif') no-repeat;
	background-position: 3px 0.3em;
}
#menuLevel3 a.selected
{
	color:#fff;
	background: url('/Customers/raybet/Includes/Images/arrow_right_white.gif') no-repeat;
	background-position: 3px 0.3em;
}
#menuLevel3 ul li a
{
	display: block;
	margin-left: 10px;
	padding: 0 10px 0 12px;
	color: #305d8b;
	background-position: 3px 0.3em;
}
/* override default box setting */
#boxMenuLevel3
{
	position: relative;
}
#boxMenuLevel3 div.boxHeader{}
#boxMenuLevel3 div.boxHeader h1{}
#boxMenuLevel3 div.boxContent{}
#boxMenuLevel3 div.boxCornerTopLeft{}
#boxMenuLevel3 div.boxCornerTopRight{}
#boxMenuLevel3 div.boxCornerBottomRight{}
#boxMenuLevel3 div.boxCornerBottomLeft{}
/* override default box setting */
#boxInfo div.boxHeader
{
	display: none;
}
#boxInfo div.boxHeader h1
{
	display: none;
}
#boxInfo div.boxContent
{
	padding: 10px 15px;
	color: #FFF;
	font-size: 11px;
}
#boxInfo div.boxContent a{color:#FFF;}
#boxInfo div.boxCornerTopLeft{}
#boxInfo div.boxCornerTopRight{}
#boxInfo div.boxCornerBottomLeft{}
#boxInfo div.boxCornerBottomRight{}
#boxCasinoGames select
{
	width: 190px;
}
/* -- FORM FLOATS [TODO] -- */
.floatingBox
{
	display: inline;
	padding: 6px;
	width: 340px;
	border: solid 1px #C2C2C2;
	margin-bottom: 7px;
}
#AccountBalanceMain
{
	float: left;
}
#AccountBalanceExtras
{
	float: right;
}
div.floatingBox table
{
	width: 343px !important;
}
.clearAll
{
	clear: both;
}
/* -- LINK MENU -- */
#linkMenuContainer
{
	width: 100%;
	border-bottom:4px solid #e7ca6d;
}
#linkMenuContainer ul
{
	margin: 0;
	padding-left: 5px;
}
#linkMenu
{
	list-style: none;
	margin-left: 5px;
	padding-bottom: 22px;
}
#linkMenu li
{
	float: left;
	background:url('/Customers/raybet/Includes/Images/listNav_left.gif') no-repeat left top;
	background:#6e0600;
	margin-right: 2px;
	padding: 0 0 0 7px;
}
#linkMenu a
{
	float: left;
	display: block;
	/*background: url('/Customers/raybet/Includes/Images/listNav_right.gif') no-repeat right top;*/
	padding: 4px 15px 2px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #e7ca6d;
}
/* [TODO] Commented Backslash Hack hides rule from IE5-Mac \*/
#linkMenu a
{
	float: none;
}
/* End IE5-Mac hack */
#linkMenu a:hover
{
}
#linkMenu li.selected
{
	background:#e7ca6d;
}
#linkMenu a.selected
{
	color:#6e0600;
	padding: 3px 15px 3px 6px;
	/*background: url('/Customers/raybet/Includes/Images/listNav_right_on.gif') no-repeat right top;*/
}
/* -- STEPMENU -- */
#stepMenuContainer
{
	width: 100%;
}
#stepMenuContainer ul
{
	margin: 0;
	padding-left: 0;
}
#stepMenu
{
	list-style: none;
	padding-bottom:30px;
}
#stepMenu li
{
	float: left;
	/*background: url('/Customers/raybet/Includes/Images/stepNav_left.gif') no-repeat left top;*/
	background:url('/Customers/raybet/Includes/Images/stepNav_left_on.gif') no-repeat left top;
	width:100px;
	padding-left: 6px;
}
#stepMenu span
{
	float: left;
	/*background: url('/Customers/raybet/Includes/Images/stepNav_right.gif') no-repeat right top;*/
	background: url('/Customers/raybet/Includes/Images/stepNav_right_on.gif') no-repeat right top;
	display: block;
	padding: 4px 10px 4px 5px;
	text-align: center;
	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/raybet/Includes/Images/stepNav_left_on.gif') no-repeat left top;
	padding-left: 6px;
}
#stepMenu span.selected
{
	background: url('/Customers/raybet/Includes/Images/stepNav_right_on.gif') no-repeat right top;
	color: #000;
}

/*Boxes CASINO-page*/
/*Satta mellanrum mellan forsta och andra rutan*/
body#CasinoStartPage div.two-columns #divMiddleWrapper div#CMSText2
{
	margin-top: 11px;
}
div.casinoContainer
{
	width: 248px;
	float: left;
	margin-right: 11px;
}
div.lastContainer
{
	margin-right: 0px;
}

div.casinoContent p
{
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
}
div.casinoContent h2
{
	color: #333;
	font-size: 14px;
	margin-left: 15px;
	padding-top: 10px;
}
div.casinoContent ul
{
	padding-top: 10px;
}
div.casinoContent ul li
{
	display: block;
}

/* SLUT - BOXARNA PÅ NYA CASINO-SIDAN!*/
/*Floating boxes for 2 column layout content*/
div.floatingBoxContainer
{
	float: left;
	width: 248px;
	margin-right: 11px;
}
div.floatingBoxContainerLast
{
	float: right;
	margin-right: 0px;
}
div.floatingBoxHeader
{
	height: 50px;
}
div.floatingBoxHeader h2
{
	color: #fff;
	padding: 20px 13px 0px 13px;
	font-size: 17px;
	text-decoration: none;
}
div.floatingBoxHeader h2 a
{
	color: #fff;
	padding: 0px;
	font-size: 17px;
}
div.floatingBoxContent
{
	
}
div.floatingBoxContent p
{
	padding: 13px;
}
div.floatingBoxFooter
{
	height: 13px;
}

div.floatingBoxButton a
{
	color: #fff;
	font-size: 17px;
}
div.infoLayer
{
	border: 2px solid #f9923c;
	overflow-y: scroll;
	padding: 10px;
	background: #fff;
	position: absolute;
}
/* -- BOX settings -- */
div.boxContainer
{
	margin-bottom: 10px;
	background: url('/Customers/raybet/Includes/Images/leftWrapperBg.jpg') repeat-y;
	width:218px;
	padding-left:16px;
}
div.boxHeader
{
	height:40px;
	width:205px;
	background: url('/Customers/raybet/Includes/Images/boxHeader.gif') no-repeat left top;
}
div.boxContent
{
	color:#E7CA6D;
	padding: 10px 7px 5px 7px;
	background: url('/Customers/raybet/Includes/Images/boxContentBg.jpg') repeat-y;
}
div#ActivePlayers, div#BadBeatJackpot
{
	background: url('/Customers/raybet/Includes/Images/activeNbadbeatBg.jpg') no-repeat left top;
	color:#FFB801;
}
/* corners */
div.boxContainer .boxCornerTopLeft
{
	height: 7px;
	overflow: hidden;
}
div.boxContainer .boxCornerTopRight
{
	height: 20px;
	background:url('/Customers/raybet/Includes/Images/boxContainerTopBg.jpg') no-repeat left top;
	overflow: hidden;
	margin-left:-16px;
}
div.boxContainer .boxCornerBottomLeft
{
	height: 7px;
	overflow:hidden;
}
div.boxContainer .boxCornerBottomRight
{
	height: 20px;
	background:url('/Customers/raybet/Includes/Images/boxContainerBottomBg.jpg') no-repeat left top;
	overflow: hidden;
	margin-left:-16px;
}	



#ChooseLanguage div.boxContainer .boxCornerTopLeft
{
    background:#fff;
}
#ChooseLanguage div.boxContainer .boxCornerTopRight
{
    background:#fff;
}

#ChooseLanguage div.boxContainer .boxCornerBottomLeft
{
    background:#fff;
}

#ChooseLanguage div.boxContainer .boxCornerBottomRight
{
    background:#fff;
}	

#ChooseLanguage div.boxContent
{

	padding: 10px 7px 10px 7px;

}
/* text */
div.boxHeader h1
{
	font-size: 11px;
	color:#000;
	margin-left: 48px;
	padding: 12px 10px 0 0;
	line-height:12px;
	height:40px;
	vertical-align:middle;
}
div.boxContainer #ActivePlayers,div.boxContainer #BadBeatJackpot
{
	padding-top:5px;
	padding-bottom:0;
	background:none;
}
div.boxContainer .splash
{
	font-size: 24px;
	font-weight: bold;
	margin-left:-7px;
	margin-top:0;
	padding-top:30px;
	height:44px;
	text-align: center;
	padding-top:30px;
	background:url('/Customers/raybet/Includes/Images/splash-bg.gif') no-repeat left top;
}
/* -- LOGIN BOX settings -- */
#loginAreaContainer
{
	font-size: 12px;
	padding: 32px 0 0 630px;
}
#loginAreaContainer a
{
	color: #fff;
}
#loginArea
{
	padding: 0 10px;
	color:#fff;
}
#loginAreaContainer .cornerTopLeft
{
	overflow: hidden;
}
#loginAreaContainer .cornerTopRight
{
display:none;
}
#loginAreaContainer .cornerBottomLeft
{
	clear: both;
	overflow: hidden;
}
#loginAreaContainer .cornerBottomRight
{
	clear: both;
	overflow: hidden;
	display:none;
}
/* login links START */
div#loginArea #loginList
{
	float: right;
	width: 130px;
	right:10px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position:absolute;
	top:32px;
}
div#loginArea #loginList li
{
	font-style: italic;
	font-size: 11px;
	background: url('/Customers/raybet/Includes/Images/login_square.gif') no-repeat left;
	background-repeat: no-repeat;
	background-position: 0 2px;
	line-height: 17px;
	padding-left: 20px;
}
div#loginArea #loginList li a { text-decoration: none; }
div#loginArea #loginList li a:hover { text-decoration: underline; }
#loginArea fieldset
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	float: left;
	position: absolute;
	top: 50px;
}
/*{margin:0;border:none;padding:10px 0 0 0;}*/
#loginArea input
{
	position: relative;
	top: -2em;
	margin-left: 105px;
	width: 84px;
	display: block;
	border:none;
	background:none;
}
#loginArea #login
{
	top: -3px;
	width: 89px;
	height:27px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: url('/Customers/raybet/Includes/Images/login_button.gif') no-repeat left top;
}
input#password , input#username{background: url('/Customers/raybet/Includes/Images/login_input.gif') no-repeat right top;padding:7px 0px 7px 5px;position:relative;clear:both;}
/*ändrat till 80px för att aligna knappen*/
#loginArea label
{
	clear: both;
	float: left;
	display: block;
	width: 195px;
	margin-top: -1.3em;
	/*height:28px;*/
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
}


div#loginArea ul#accountList
{
	list-style-type: none;
	padding: 5px 0 0 0;
	margin: 0;
}

div#loginArea ul#accountList li
{
	display: inline;
	padding-right: 20px;
	background: url('/Customers/raybet/Includes/Images/arrow_square.gif') no-repeat left;
	background-repeat: no-repeat;
	background-position: 0 .4em;
}
/*-- 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
{
	background: url(/Customers/raybet/Includes/Images/popup-logo.gif) no-repeat 20px 20px;
	background-color:#FFF;
	color:#000;
	margin: 170px 40px 40px;
	
}
body#CashierAgreement, body#CashierCvvCode #divContentWrapper, body#AffiliateTermsAndConditions
{
	width: auto;
}
body#CashierAgreement h1, body#CashierCvvCode h1, body#AffiliateTermsAndConditions h1, body#CashierAgreement h2, body#CashierCvvCode h2, body#AffiliateTermsAndConditions h2, body#CashierAgreement h3, body#CashierCvvCode h3, body#AffiliateTermsAndConditions h3, body#CashierAgreement h4, body#CashierCvvCode h4, body#AffiliateTermsAndConditions h4, body#CashierAgreement h5, body#CashierCvvCode h5, body#AffiliateTermsAndConditions h5, body#CashierAgreement h6, body#CashierCvvCode h6 body#AffiliateTermsAndConditions h6
{
	color: #675436;
}
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:10px !important;}
iframe.ifrCalendarHidden{position:absolute;display:none;}
*/
iframe#ifrCalendar
{
	background: #fff;
	border: solid 1px #3B619C;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -190px;
	margin-left: -340px;
}
iframe.ifrCalendarVisible
{
	background: #fff;
	border: solid 1px #3B619C;
	position: absolute;
	display: block;
	z-index: 5555;
}
iframe.ifrCalendarHidden
{
	position: absolute;
	display: none;
}
div.calendarIcon
{
	height: 20px;
	width: 18px;
	background: url('/Customers/raybet/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
{
    height:106px;
    left:0px;
    position:absolute;
    top:10px;
    width:236px;
	background: url('/Customers/raybet/Includes/Images/header_logo.gif') no-repeat;
}
div#logoClickArea a
{
	display: block;
	height: 100%;
}
table.form
{
	border:1px solid #fff;
	border-bottom:0px;
}
table.form tr
{
	height: 20px;
}
table.form th
{
	font-size: 12px;
	padding: 0 5px;
	text-align: left;
	border-bottom: solid 1px #fff;
}
table.form td
{
	padding: 0 5px;
	border-bottom: solid 1px #fff;
}
table.data
{
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
}
table.data tr
{
	height: 20px;
}
table.data th
{
	
	font-size: 12px;
	padding: 0 5px;
	text-align: left;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
table.data td
{
	padding: 0 5px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
table.main{margin-bottom:5px;}
table.main tr.listItemRow td
{
	background-color: #3c3c3c;
}
table.main tr.listItemRowAlternating td
{
	background-color:#525252;
}
table.column td
{
	border: none;
}
table.column tr.listItemRow td
{
	/*background-color: #cbd3e0;*/
}
table.column tr.listItemRowAlternating td
{
	background-color:#a3a3a3;
}
div.boxContent table .listItemRow td{color:#E7CA6D;}
div.boxContent table .listItemRowAlternating td{background-color:#2e2917;color:#E7CA6D;}
div.boxContent table,div.boxContent table td,div.boxContent table th{border:none;}
body#PokerSoftwareTour #divMiddleWrapper table,body#PokerSoftwareTour #divMiddleWrapper table td{border:none;}
span.date
{
	color: #999;
}
.letter
{
	background: url('/Customers/raybet/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 #fff;
	padding: 0;
	width:734px;
}
fieldset.functionArea table td{border:none;}
fieldset.functionArea table form.main{}
/*errors*/
.fieldError
{
	border: solid 1px red;
}
.errorRequired
{
	color: Red;
	font-weight: bold;
}
.errorMessage
{
	display: none;
	color: Red;
}
.errorBox
{
	position: relative;
	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
{
	position: relative;
	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
{
	position: relative;
	display: block;
	text-align: center;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #6BA46F;
	border: solid 1px #365A38;
	margin: 1px 0 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;
}
div.contentWrapper
{
	padding: 7px;
	border-bottom: solid 1px #e7ca6d;
	border-left: solid 1px #e7ca6d;
	border-right: solid 1px #e7ca6d;
}
div.mainDivider
{
	height: 1px;
	margin: 0;
	overflow: hidden;
}
div.columnDivider
{
	height: 1px;
	border-top: dotted 1px #002A4D;
	margin: 0;
	overflow: hidden;
	padding-bottom: 5px;
}
/* Download agreement box */
#pokerDownloadAgreementText
{
	height: 110px;
	width: 430px;
	overflow: scroll;
	border: solid 1px #fff;
	padding: 5px;
}
#pokerDownloadAgreementText h1
{
	color: #213b6c;
	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 */
body#BettingStartpage div#divMiddleWrapper
{
}
body#BettingStartpage .bettingBox
{
	margin: 0;
	width: 240px !important;
	float: left;
	color: #fff !important;
	padding: 0;
	line-height: normal;
}
body#BettingStartpage div#bettingBoxOne
{
	float: left;
}
body#BettingStartpage div#bettingBoxTwo
{
	float: right;
}
div#bettingBoxWrapper
{
	margin: 0px 15px 10px 15px;
	padding-top: 320px;
	height: 20px;
	bottom: 0;
	position: relative;
}
div#bettingBoxWrapper h1
{
	position: absolute;
	top: 20px;
	font-size: 20px;
	left: 10px;
	color: #fff;
}
.bettingBox div.boxContainer div.boxContent
{
	padding: 0px;
	margin: 0px;
	width: 240px;
	position: relative;
}
.bettingBox div.boxContainer div.boxContent div.header
{
	position: absolute;
	width: 240px;
	padding-top: 8px;
	margin: 0;
	bottom: 0;
	opacity: .85;
	filter: alpha(opacity=85); -moz-opacity:0.85;}
.bettingBox div.boxContainer div.boxContent div.content
{
	margin: 0;
	padding: 0;
	background: #335080;
	color: #fff;
}
/*Betting CMS TEXT AREA*/
.bettingBox div.boxContainer div.boxContent div.content div
{
	padding: 10px;
}
.bettingBox div.boxContainer div.boxCornerTopRight
{
	display: none;
}
.bettingBox div.boxContainer div.boxCornerBottomRight
{
}
.bettingBox div.boxContainer div.boxCornerTopLeft, .bettingBox div.boxContainer div.boxCornerBottomLeft
{
	background: none;
}
div#boxBettingSearchOdds td{color:#e7ca6d;}
div#boxBettingSearchOdds table{width: 204px !important;}

a.bettingOpen
{
	padding: 1px 4px;
	text-decoration: none;
	background: url('/Customers/raybet/Includes/Images/bet_plus.gif') no-repeat 0 0.4em;
}
a.bettingClose
{
	padding: 1px 4px;
	text-decoration: none;
	background: url('/Customers/raybet/Includes/Images/bet_minus.gif') no-repeat 0 0.4em;
}
a.catNotSelected
{
	padding: 1px 4px;
	text-decoration: none;
	background: url('/Customers/raybet/Includes/Images/bet_check_off.gif') no-repeat 0 0.4em;
}
a.catSelected
{
	padding: 1px 4px;
	text-decoration: none;
	background: url('/Customers/raybet/Includes/Images/bet_check_on.gif') no-repeat 0 0.4em;
}
div.bettingSection
{
	color: #dcb232;
	padding: 5px 4px;
	border-bottom: solid 1px #000;
	text-align: left;
	margin-right: 1px;
}
div.bettingEvent
{
	font-size: 11px;
	font-weight: bold;
	color: #dcb232;
	/*border-bottom:1px solid #fff;*/
	padding: 2px 4px;
	text-align: left;
	margin-right: 1px;
}
table.betting
{
	margin-bottom: 10px;
	border-left:1px solid #fff;
}
table.betting tr.header td
{
	background: #8d0e07;
	color: #dcb232;
	font-weight: bold;
}
table.betting tr.listItemRowAlternating td
{
	/*background: #ECECEC;*/
}
table.betting tr.listItemRow td
{
	/*background: #f5f5f5;*/
}
table.betting td.placeBet
{
	padding: 0px;
}
a.placeOddsLink
{
}
a.placeOddsLink:hover, a.mostPlayed:hover
{
}
table#oddsList
{
	width: 736px !important;
}
/*Betting Clock*/
div#divLeftWrapper div#bettingClock
{
	text-align: center;
	margin-bottom: 7px;
}
div#divLeftWrapper div#bettingClock span#jsClock
{
	color: #e7ca6d;
	font-size: 16px;
	font-weight: bold;
}
/*Betting Odds Presentation*/
div#divLeftWrapper div#bettingOddsPresentation
{
	text-align: center;
	margin-bottom: 7px;
}
/*Betting search odds*/
select.searchOdds
{
	width: 189px;
	margin: 3px 0 7px 0;
	float: left;
}
div.searchOddsButtonArea
{
	text-align: right;
	margin-top: 10px;
}
/*SearchBoxesHorizontal*/
table#SearchBoxesHorizontal
{
	width: 735px !important;
	margin-bottom: 10px;
	border:none;
}
table#SearchBoxesHorizontal td, table#SearchBoxesHorizontal th
{
	padding: 0px;
	border:none;
}
select.searchOddsWideCategory
{
	width: 435px;
	padding: 0;
	float: left;
}
select.searchOddsWideTimePeriod
{
	width: 50px;
	padding: 0;
	float: left;
}
select.searchOddsWideBettype
{
	width: 80px;
	padding: 0;
	float: left;
}
select.searchOddsWideSort
{
	width: 70px;
	padding: 0;
	float: left;
}
/*betting name description of objects*/
span.hcpUnder
{
	color: #e41515;
	font-weight: bold;
}
span.hcpOver
{
	color: #0422BA;
	font-weight: bold;
}
span.objectExtraText
{
	padding: 0 5px;
	color: #797979;
}
span.hcp1x2
{
	font-weight: bold;
	color: #1e801e;
}
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 bets status */
span.betWin
{
	color: #038719;
	font-weight: bold;
}
span.betLost
{
	color: #b41c1c;
	font-weight: bold;
}
span.betCancelled
{
	color: #484848;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: line-through;
}
/*Betting Quickpick*/
table.quickpick{}
table.quickpick tr.listItemRowAlternating td{background:none;}
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: 7px;
	text-align: right;
}
/*Betting most played*/
table#betting td a.mostPlayed
{
	font-weight: bold;
	color: #f96311;
}
body#BettingSlip
{
	overflow: hidden;
	background: #daeafc;
	margin: 0;
	padding: 0;
}
body#BettingSlip div.columnDivider
{
	margin: 4px 0 6px 0;
	padding: 0px;
	height: 1px;
	border-top: 1px solid #000;
	overflow: hidden;
}
div#bettingAjaxSlip div.columnDivider
{
	margin: 4px 0 6px 0;
	padding: 0px;
	height: 1px;
	border-top: 2px dotted #fff;
	overflow: hidden;
}
div#bettingAjaxSlip h1
{
	position: relative;
	width: 110px;
	float: left; /*background:red;*/
	display: inline; /*enable floating*/
}
div#bettingAjaxSlip div.boxHeader
{
	/*height: 22px;*/
	position: relative;
}
div#bettingAjaxSlip div.boxHeader div.headerIcon
{
	float: right;
	width: 16px;
	margin-top: 10px;
	margin-right: 14px;
	display: inline;
}
a.pinSlipScroll, a.pinSlipNoScroll
{
	color: #fff;
	text-decoration: none;
	height: 16px;
	width: 16px;
	display: block;
}
a.pinSlipScroll
{
	background: url('/Customers/raybet/Includes/Images/ico-pin-scroll.gif') no-repeat; /*enable scrolling*/
}
a.pinSlipNoScroll
{
	background: url('/Customers/raybet/Includes/Images/ico-pin.gif') no-repeat; /*disable scrolling*/
}

#bettingCategory, #bettingAllItemsCount{width:189px;}
#boxBettingSearchOdds div.boxContent{width:189px;}
/*BettingExchange*/
iframe#bettingExchangeIframe
{
	width: 100%;
	height: 1000px; /*min-width in js resizing function is also set to 200px*/
}
/*Casino*/
.funMoney
{
	color: #C42323;
	font-weight: bold;
}
.realMoney
{
	color: #668858;
	font-weight: bold;
}

/*--------------------------*/
/* After skins production */
/*--------------------------*/
.negativValue
{
	color: red;
}
#siteMap
{
	list-style: none;
}
#siteMap ul
{
	padding-left: 20px;
	list-style: none;
}
table.border
{
	border: 1px solid #cbd3e0;
}
div#boxSystemMessage
{
	border: solid 1px #FF0000;
	background: #fff;
	padding: 3px;
	color: #FF0000;
	font-size: 12px;
	margin: 5px 0;
}
/* ADMIN Editor content */
body#editorContent
{
	background: #000;
}
body.mceContentBody{background:#000;}
/*Folder paging*/
div#genericFolder
{
}
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: #999;
	display: block;
}
/*end container paging*/
/* loading sequence */
div.loading
{
	background: #fff;
	border: 1px solid #BDCEDE;
	width: 300px;
	padding: 10px 5px;
	display: none;
	position: absolute;
	text-align: left;
}
div.loading h3
{
	color: #3667BB;
	font-size: 10px;
	margin: 0 0 5px 0;
}
/* end loading sequence */
/*This is for mouseOver in tr*/
tr.OnMouseOverBg
{
	background: #daeafc;
	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;
	background:#FFF;
}
/*Choose language*/
body#ChooseLanguage
{
	position: absolute;
	left: 50%;
	min-height: 100%; _height:100%; overflow:visible; background:#FFF;
}
body#ChooseLanguage div#container
{
	width: 800px;
	margin-left: -400px;
	padding-top: 0;
	border:none;
	background-color:#fff;
}
/*padding overrides main container*/
body#ChooseLanguage div#divContentWrapper
{
	width: 800px;
	height: 100%;
	background: url('/Customers/raybet/Includes/Images/splash_bg.jpg') no-repeat top;
}
body#ChooseLanguage div#divContentWrapper a
{
	color: #fff;
}
body#ChooseLanguage div#divContentWrapper div#flagList
{
	margin-top: 10px;
	margin-left: 120px;
	width: 569px;
}
body#ChooseLanguage div#divContentWrapper div.boxContainer,body#ChooseLanguage div#divContentWrapper div.boxContent{background:none;}
body#ChooseLanguage div#divContentWrapper div.boxContainer div.boxCornerTopRight{display:none;}
body#ChooseLanguage div#divContentWrapper div.boxContainer div.boxCornerBottomRight{display:none;}
body#ChooseLanguage div#divContentWrapper div.boxContainer div.boxCornerTopLeft{display:none;}
body#ChooseLanguage div#divContentWrapper div.boxContainer div.boxCornerBottomLeft{display: none;overflow: hidden;}
body#ChooseLanguage div#divContentWrapper div#CMSText1
{
	/*margin-top:110px;*/ /*background:blue;*/
	padding-top: 270px;
	margin-left: 120px;
	width: 568px;
	font-size: 12px;
	color: #000;
}
body#ChooseLanguage div#divContentWrapper div#flagList ul
{
	/*background:red;*/
	/*width: 530px;
	height: 16px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 10px;*/
	display:none;
}
body#ChooseLanguage div#divContentWrapper div#flagList li
{
	/*background:green;*/
	/*width: 120px;
	margin-left: 30px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 0 10px;
	display: inline;
	float: left;*/
	display:none;
}
body#ChooseLanguage div#divContentWrapper div#flagList li a
{
    color:Black;
}
body#ChooseLanguage div#divContentWrapper div#flagList li a:hover
{
}
body#ChooseLanguage div#divContentWrapper div#flagList li a img
{
	margin-right: 7px;
	width: 18px;
	border: 1px solid #fff;
}
/*End choose language*/
body#BettingExchangeStartpage
{
	overflow: hidden;
}
body#BettingExchangeStartpage div.one-columns #divMiddleWrapper
{
	width: 1002px;
	margin-right: 0;
}

.divHelpInfoContent i
{
	font-style:normal;	
}
/*Print style sheet*/
@media print
{
	/*Special print for CashierRequestCashWithdrawal*/
	body#CashierRequestCashWithdrawal
	{
		font-size: 15px !important;
	}
	body#CashierRequestCashWithdrawal #divLeftWrapper, body#CashierRequestCashWithdrawal #linkMenuContainer, body#CashierRequestCashWithdrawal #divSiteFooter, body#CashierRequestCashWithdrawal #btnPrint
	{
		display: none;
	}
	body#CashierRequestCashWithdrawal #container
	{
		width: 100% !important;
	}
	body#CashierRequestCashWithdrawal div.two-columns #divMiddleWrapper
	{
		width: 100% !important;
	}
	body#CashierRequestCashWithdrawal div.contentWrapper
	{
		border: 0px !important;
	}
}

/*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: #E7CA6D;margin: 0;padding: 0.5em; color:#000;}
.toolTipCornerTopRight{height:13px; /*width:100%;*/ background: url('/Customers/raybet/Includes/Images/toolTip_top_right.gif')  right bottom no-repeat;}/*image 30px*/        
.toolTipCornerTopLeft{height:13px; /*width:90%;*/  /*padding-right:10px;*/ background: url('/Customers/raybet/Includes/Images/toolTip_top_left.gif') left bottom no-repeat; }/*image 250px*/
.toolTipCornerBottomRight{height:13px; /*width:100%;*/ background:url('/Customers/raybet/Includes/Images/toolTip_bottom_right.gif') right top no-repeat;}/*image 30px*/
.toolTipCornerBottomLeft{height:13px; /*width:90%;*/ /*padding-right:10px;*/ background: url('/Customers/raybet/Includes/Images/toolTip_bottom_left.gif') left top no-repeat; }/*image 250px*/
.toolTipTopMiddle{height:13px;width:auto;margin-left:13px;background: url('/Customers/raybet/Includes/Images/toolTip_top_middle.gif') right bottom repeat-x; margin-right:13px;}
.toolTipBottomMiddle{height:13px;width:auto;margin-left:13px; background: url('/Customers/raybet/Includes/Images/toolTip_bottom_middle.gif') right top repeat-x; margin-right:13px;}
span.divOnFocusMessage{left: 0;top: 0;width: auto;border: none; margin:0px; padding: 0px 3px 0px 3px;}

/* -- 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;width:190px;}

ul#menuLevel3DepositMoreOptions li{}

ul#menuLevel3Deposit li,ul#menuLevel3DepositMoreOptions li{margin:0;padding:5px 0 2px 0;border-bottom:1px solid #E7CA6D;background:transparent;text-align:center;}
ul#menuLevel3Deposit li.selected,ul#menuLevel3DepositMoreOptions li.selected{margin:0;padding:5px 0 2px 0;background:#E7CA6D;text-align:center;}

ul#menuLevel3Deposit li .learnMoreLink a,ul#menuLevel3DepositMoreOptions li .learnMoreLink a{color:#E7CA6D;font-weight:normal;}
ul#menuLevel3Deposit li .learnMoreLink a:hover,ul#menuLevel3DepositMoreOptions li .learnMoreLink a:hover{color:#000;font-weight:normal;}

ul#menuLevel3Deposit li.selected .learnMoreLink a,ul#menuLevel3DepositMoreOptions li.selected .learnMoreLink a{color:#000;font-weight:normal;}
ul#menuLevel3Deposit li.selected .learnMoreLink a:hover,ul#menuLevel3DepositMoreOptions li.selected .learnMoreLink a:hover{color:#E7CA6D;font-weight:normal;}

ul#menuLevel3Deposit li a,ul#menuLevel3DepositMoreOptions li a{color:#D7702A;text-decoration:none;}
ul#menuLevel3Deposit li a:hover,ul#menuLevel3DepositMoreOptions li a:hover{color:#E7CA6D;text-decoration:none;}

ul#menuLevel3Deposit li.selected a,ul#menuLevel3DepositMoreOptions li.selected a{color:#2E2917;}
ul#menuLevel3Deposit li.selected a:hover,ul#menuLevel3DepositMoreOptions li.selected a:hover{color:#D7702A;}

#menuLevel3Deposit .paymentLogo, #menuLevel3DepositMoreOptions .paymentLogo{margin: 0;} /*0 3px*/

.helpIcon{}

.paymentLogoLink{margin:3px 0 0 0;}

.paymentLogoLink #visaimg,
.paymentLogoLink #mastercardimg,
.paymentLogoLink #maestroimg{margin: 0 2px;}

.paymentTextLink{margin:3px 0 0 0;}
.learnMoreLink{margin:0 0 3px 0;}

.moreOptionsHeader {margin-top:5px;height:22px;}
.moreOptionsHeader H2{cursor:pointer;padding:3px 10px 2px 14px;color:#fff;background:#2E2917 url(/Customers/raybet/Includes/Images/more-options-icon.gif) no-repeat;background-position:3px;}
div.moreOptionsHeader {width:190px;}

div.contentWrapperHeaderContainer{background-color:transparent;height:22px;}
div.contentWrapperHeaderCornerTopRight{display:none;}
div.contentWrapperHeaderCornerTopLeft{display:none;}
div.contentWrapperHeader{background:#6E0600;border:1px solid #E7CA6D;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*/

/*New betting columns added*/
table.betting tr.header td.placeBet{}
table.betting tr.header td.betLive{}
table.betting tr.header td.betMore{}
table.betting tr.header td.betStat{}
table.betting .placeBet{padding:0px;}
table.betting #betLive{}
table.betting .listItemRowAlternating #betLive{background:#f2f0ed url('/Customers/raybet/Includes/Images/live-icon.gif') no-repeat 4px 0.4em;}
table.betting .listItemRow #betLive{background:#e5e5e5 url('/Customers/raybet/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/raybet/Includes/Images/stats-icon.gif') no-repeat 4px 0.4em;}
table.betting .listItemRow #betStat{background:#e5e5e5 url('/Customers/raybet/Includes/Images/stats-icon.gif') no-repeat 4px 0.4em;}
/*End new betting columns*/

/****************************************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/raybet/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 #474747;
    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;/*background: url('/Customers/raybet/Includes/Images/pointer-hintform2.gif') left top no-repeat;*/}
.validPasswordIcon{width:120px;height:10px;margin:4px 1px 0 0;}
.passwordIndicatorDisabled{background: url('/Customers/raybet/Includes/Images/valid-password-disabled.png') top no-repeat;}
.passwordIndicatorInvalid{background: url('/Customers/raybet/Includes/Images/valid-password-not-ok.png') top no-repeat;}
.passwordIndicatorValid{background: url('/Customers/raybet/Includes/Images/valid-password-ok.png') top no-repeat;}
.validIconDisabled, .validIconError, .validIconOk, .validIconLeftFailed{height:18px;width:18px;display:block;background-image:url('/Customers/raybet/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;}

#CashierOpenAccount #divHeaderWrapper {height:125px;}
#CashierOpenAccount #divContentWrapper {margin: 0;}
#CashierOpenAccount #divHeaderWrapper div#divLanguages{}
#CashierOpenAccount div#logoClickArea{}
#CashierOpenAccount #container {padding:125px 0 0;}
#CashierOpenAccount table.form td {border: none;}
#CashierOpenAccount table.form {border: none;}

#divSignupTopLinks{position:relative;top:0px;left:10px;width:965px;clear:both; background: url("/Customers/raybet/Includes/Images/menu_bg.jpg") no-repeat scroll right top transparent; height: 29px; z-index: 9;}
.signupTopLink{color:#fff;font-size:12px;margin:0 5px;overflow:hidden;}
#divSignupTopLinks ul{margin-left:0;padding-left:0;list-style:none;}
#divSignupTopLinks li{float:left;}
#divSignupTopLinks a{float:left;display:block;font-weight:bold; margin-left: 14px; text-decoration: none; padding:7px 10px 6px; text-transform: uppercase;}

#CashierOpenAccount div#emailConfirmationMessage {text-align:left;margin-top:5px;margin-left:10px;}
#CashierOpenAccount #CMSText1{margin-top:10px;padding:0 10px;}

#CashierOpenAccount #divWrapperFullColumnLeft{width:477px;min-height:340px;margin-left:10px;z-index:10;float:left;}
#CashierOpenAccount #divWrapperFullColumnRight{width:476px;min-height:340px;margin-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:#3C3C3C;vertical-align:middle;}
#CashierOpenAccount tr.listItemRowAlternating td{vertical-align:middle;}
#CashierOpenAccount tr.listItemRowAlternating strong span{}
.dd .ddTitle span.textTitle {color: #000;}

#CashierOpenAccount #divWrapperFull{position:relative;float:left;left:499px;width:464px;margin-top:5px;margin-bottom:10px;}
#CashierOpenAccount #divWrapperFull table{}
#CashierOpenAccount #divWrapperFull strong{}
#CashierOpenAccount #divWrapperFull strong a#cashierOpenAccount_TermsOfUseHyperLink{bottom:2px;
position:relative;}

#signupTdValidator{/*padding:5px 15px;*/}
#signupTdButton{/*padding:5px 10px 0 10px;*/}
#signupButton{border:none;width:200px;height:50px;font-size:14px;background:#b4c839 url('/Customers/raybet/Includes/Images/signup-button-sprite.gif') top no-repeat;}
.signupButton{border:none;width:200px;height:50px;font-size:14px;background:transparent url('/Customers/raybet/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/raybet/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/raybet/Includes/Images/signup-button-sprite.gif') top no-repeat;background-position:0px -101px;color:#ccc;}

#CashierOpenAccount #divSiteFooter{}

/* Overrides the country select dropdown from "ImageDropDownList.css" */
#CashierOpenAccount .dd{background:transparent;}
#CashierOpenAccount .dd .ddTitle span.textTitle img{padding:2px 5px 0px 0px;text-align:left;}
#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:#ECECEC;}
#CashierOpenAccount .dd .ddChild a.selected{background:#ECECEC;}

/*Styles input textboxes for "Personal information"*/
/*
#CashierOpenAccount input#cashierOpenAccount_FirstNameTextBox{margin-top:2px; margin-bottom:2px;}
#CashierOpenAccount input#cashierOpenAccount_LastNameTextBox{margin-top:2px; margin-bottom:2px;}
#CashierOpenAccount select#cashierOpenAccount_LanguageDropDownList{margin-top:2px; margin-bottom:2px;}
#CashierOpenAccount input#cashierOpenAccount_AddressTextBox{margin-top:2px; margin-bottom:2px;}
#CashierOpenAccount input#cashierOpenAccount_CityTextBox{margin-top:2px; margin-bottom:2px;}
#CashierOpenAccount input#cashierOpenAccount_PostalCodeTextBox{margin-top:2px; margin-bottom:2px;}
*/
/*Styles radiobuttons for gender*/
/*
#CashierOpenAccount tr.listItemRowAlternating td input#cashierOpenAccount_GenderRadioButtonList_0{margin-top:5px; margin-bottom:5px;}
#CashierOpenAccount tr.listItemRowAlternating td input#cashierOpenAccount_GenderRadioButtonList_1{margin-top:5px; margin-bottom:5px;}
#CashierOpenAccount tr.listItemRowAlternating table#cashierOpenAccount_GenderRadioButtonList td{border-bottom:none;}
#CashierOpenAccount input#cashierOpenAccount_LandlinePrefixTextBox{width:30px;margin-top:2px; margin-bottom:2px;}
#CashierOpenAccount input#cashierOpenAccount_LandlineTextBox{margin-top:2px; margin-bottom:2px;}
#CashierOpenAccount input#cashierOpenAccount_MobilePrefixTextBox{width:30px;margin-top:2px; margin-bottom:2px;}
#CashierOpenAccount input#cashierOpenAccount_MobileTextBox{margin-top:2px; margin-bottom:2px;}
#CashierOpenAccount input#cashierOpenAccount_EmailTextBox{margin-top:2px; margin-bottom:2px;}
#CashierOpenAccount input#cashierOpenAccount_VerifyEmailTextBox{margin-top:2px; margin-bottom:2px;}
*/
/*Styles input textboxes for "Account information"*/
/*#CashierOpenAccount input#cashierOpenAccount_UsernameTextBox{margin-top:2px; margin-bottom:2px;}
#CashierOpenAccount input#cashierOpenAccount_PasswordTextBox{margin-top:2px; margin-bottom:2px;}
#CashierOpenAccount input#cashierOpenAccount_ConfirmPasswordTextBox{margin-top:2px; margin-bottom:2px;}
#CashierOpenAccount select#cashierOpenAccount_QuestionDropDownList{margin-top:2px; margin-bottom:2px;}
#CashierOpenAccount input#cashierOpenAccount_AnswerTextBox{margin-top:2px; margin-bottom:2px;}
#CashierOpenAccount input#cashierOpenAccount_RecommendedByTextBox{margin-top:2px; margin-bottom:2px;}
#CashierOpenAccount tr#cashierOpenAccount_VerificationCodeImageTableRow{line-height:0px;}
#CashierOpenAccount tr#cashierOpenAccount_VerificationCodeImageTableRow td{background:#fff;}
#CashierOpenAccount input#cashierOpenAccount_SignupCodeTextBox{margin-top:2px; margin-bottom:2px;}
#CashierOpenAccount input#cashierOpenAccount_VerificationCodeTextBox{margin-top:2px; margin-bottom:2px;}
*/

/*Quick deposit popup styles*/
#quickDepositPopupLinksHolder{background:#5D1212;color:#fff;border:1px solid #000;}
#quickDepositPopupLinksHolder:hover{}
#quickDepositPopupLink{}
#quickDepositPopupLinksHolder a{color:#fff;font-weight:bold;padding:1px 5px; text-decoration:none; display: block;}
#quickDepositPopupLinksHolder a div { margin-top: 0px !important;  } 
#quickDepositPopupLinksHolder a  div#quickDepositIconMasterCard {margin-left: 1px !important;}
#quickDepositPopupLinksHolder a:hover{text-decoration:none;}
body#CashierCCDepositQuickPopup{background:#fff;}
body#CasinoGamePlayFullscreen #quickDepositPopupLinksHolder {margin-top:3px;}
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: 428px !important;}
body#CashierCCDepositQuickPopup div#divContentWrapper {width: 620px !important; margin-left: 0px !important; } 
