@charset "utf-8";
/* CSS Document */
html { height: 100%; }

.dev-header {
	margin: 10px;
}

.dev-nav {
	margin: 10px;
}


/*.SubHeader {
	color: #78A800;
	font-family: "Trebuchet MS";
	font-size: 18px;
	text-indent: 10px;
}*/
.faqheader {
	font-size: 18px;
	color: #78A800;
	padding: 15px;
}

body {
/*	background			: url(img/snow_bg.jpg) repeat-x;*/ /* For Xmas */
/*  background			: url(img/grad_blue_bg.jpg) repeat-x;
	background-attachment: fixed;*/
	background			: url(img/braindash_body.gif) repeat-x left top;
    font-family			: "Trebuchet MS", Arial, Verdana;
	font-size			: 12px;
	color:#464646;
	padding				: 0;
	margin				: 0;
	width				: 100%;
}
.faqanswer {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


a {
	text-decoration		: none;
	color: #753c9e;
}

a img {
	border				: none;
}

.wrapper {
	left:50%;
	margin-left:-485px;
	position:absolute;
	background			: #78A800 url(img/navBG.gif) right repeat-y;
	z-index: 1;
}

.container {
	width				: 1000px;
	margin				: 0;
	background			: #FFFFFF;
	position			: relative;
}

/* HEADER ELEMENTS*/
.header {
	height				: 114px;
	border-bottom		: #9bdb00 6px solid;
	background			: url(img/headerBG.gif);
	position			: relative;
}

.logo {
	position			: 	absolute;
	top					: 	20px;
	left				: 	24px;
	width				: 	161px;
	height				: 	47px;
	background-image	:	url(/css/img/UpdatedBrainDashCogs.png);
}
.gametabs {
	height: 150px;
	width: 100%;
	position: relative;
}

.gamerow {
	height: 30px;
	width: 225;
	position: relative;
}

.logo span {
	font-size			: 12px;
	color:#999999;
}

.BETA {
	position			: absolute;
	left				: 195px;
	top					: 33px;
	color				: #FF0000;
}

.celebrate {
	position			: absolute;
	top					: 0;
	right				: 230px;
	height: 114px;
	width: 325px;
	background-image:url(img/celebrate.jpg);
}

.mainNav,.mainNav li {
	margin				: 0;
	padding				: 0;
	list-style			: none;
}


.mainNav {
	z-index				: 2;
	position			: absolute;
	bottom				: 0;
	left				: 10px;
	height				: 35px;
}

.mainNav li {
	float				: left;
}

.mainNav li a {
	display				: block;
	height				: 35px;
	line-height			: 38px;
	padding				: 0 12px;
	color				: #464646;
	background			: url(img/mainNavBG.gif);
}

.mainNav li a:hover, .mainNav .current a{
	color				: #FFFFFF;
	background			: url(img/mainNavBGHover.gif);
}

.mainNav .first{
	background:url(img/mainnav_left.jpg) left;/*mainNavBGleft.gif*/
}

.mainNav .first:hover, .mainNav .current .first{
	background			: url(img/mainnav_hoverleft.jpg) left;/*img/mainNavBGHoverleft.gif*/
	color				: #FFFFFF;
}

.mainNav .last{
	background:url(img/mainnav_right.jpg) right;/*img/mainNavBGright.gif*/
}

.mainNav .last:hover,.mainNav .current .last{
	background			: url(img/mainnav_hoverright.jpg) right;/*img/mainNavBGHoverright.gif*/
	color				: #FFFFFF;
}

.gs_image {
	height: 48px;
	width: 48px;
	float: left;
	/*background: #FFFFFF;*/
	text-align: center;
	background-position: center; 
	background-repeat: no-repeat;
}

.gs_image a { 
	display:block; 
}

.gs_image img {
	background: #FFFFFF;
	text-align: center;
    margin-top:6px;
}

.user_profile_info a { 
	display:block; 
}

.user_profile_info {
	height				: 35px;
	text-align:left;
	margin-right:35px;
    cursor				: pointer;
}
.user_profile_info img{
	margin-top:3px;
	margin-left:3px;
	background: none;
}

.login {
	position			: absolute;
	width				: 120px;
	right				: 10px;
	top					: 10px;
	margin				: 0;
	padding				: 0;
}

.loginTextUser {
	position			: absolute;
	width				: 120px;
	right				: 80px;
	top					: 30px;
	margin				: 0;
	padding				: 0;
	color				: #8b8b8b;
}
.loginTextPass {
	position			: absolute;
	width				: 120px;
	right				: 80px;
	top					: 60px;
	margin				: 0;
	padding				: 0;
	color				: #8b8b8b;
}
.logout {
	position			: absolute;
	width				: 114px;
	right				: 20px;
	top					: 0px;
	margin				: 0;
	padding				: 0;
}

.submitButton input{
	background			: url(img/login_btn.jpg);
	position			: absolute;
	width				: 65px;
	height				: 32px;
	border				: none;
	font-size			: 0;
	top					: 64px;
	right				: -14px;
	line-height			: 300px;
	cursor				: pointer;
}


.popUpSubmit input{
	/*background			: url(img/goButton.gif); */
	background	: url(img/white_login.jpg); 
	position			: absolute;
	width				: 65px;
	height				: 25px;
	border				: none;
	font-size			: 0;
	top					: 60px;
	left				: 55px;
	line-height			: 300px;
	cursor				: pointer;
}

.logoutButton input{
	background			: url(img/LogoutButton.png);
	position			: absolute;
	width				: 65px;
	height				: 22px;
	border				: none;
	font-size			: 0;
	top					: 86px;
	right				: 6px;
	line-height			: 300px;
	/*background-image	: url(/css/img/logout.png);*/
}

/* END HEADER*/
.join_free_now {
height:168px;
width:235px;
background-image:url(/css/img/joinAd.gif);
}

.content {
background			: #FFFFFF;
min-height:1250px;
}

.lCol {
	
	width				: 765px;
	float				: left;
	min-height			: 750px;
	background			: #FFFFFF url(img/pageBG.gif) repeat-x;
	padding-top			: 0px;
	/* padding-bottom		: 30px; */
}

.lColTopFill {
	width				: 765px;
	float				: left;
	background			: url(img/pageBG.gif) repeat-x;
	/* padding-top			: 10px ; */
	/* padding-bottom		: 30px; */ 
	min-height			: 750px;
	height				: auto !important;
}

.rCol {
	float				: right;
	width				: 235px;
	background			: #9bdb00 url(img/rColBG.gif) no-repeat;
	min-height			: 1150px; 
	height				: auto !important;
	padding-bottom		: 30px;
}
.youlink {
	color:#662D91;
}

/* FOOTER ELEMENTS */
.footer {
	clear				: both;
	background			: #e4e4e4 url(img/footerBG.gif) repeat-x;
	border-top			: #9bdb00 6px solid;
	position			: relative;
	height				: 60px;
	width				: 990px;
	padding-left		: 10px;
}

.footerNav, .footerNav li{
	margin				: 0;
	padding				: 0;
	list-style			: none;
}

.footerNav {
/*	border-top			: #cbcece 4px solid; */
	height				: 20px;
	padding				: 8px 0 0 0;
}

.footerNav li {
	float				: left;
}
h3 {
}


.footerNav a {
	color:#464646;
}

.footerNav a:hover {
	color				: #a9a9a9;
}

.legal {
	clear				: both;
	display				: block;
	color				: #a9a9a9;
    text-align:center;
}

/* END FOOTER */

/* BOX CLASS */

.box {
	width				: 212px;
	min-height			: 60px;
	background			: url(img/gamechooserimg/boxbg.png) bottom left;
	position			: relative;
	margin-top			: 20px;
	margin-right		: auto;
	margin-bottom		: 20px;
	margin-left			: auto;
}

.advert {
	background: #78A800;
	width: 180px;
	/*height: 150px;*/
	text-align: center;
	/*margin-top: 5px;*/
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
}
.comp_advert {
	background: #78A800;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
.comp_advert160 {
	background: #78A800;
	width: 160px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.box h2 {
	margin				: 0;
	height				: 29px;
	background			: url(img/gamechooserimg/boxheader.png);
	color				: #FFFFFF;
	font-size			: 14px;
}

.box h2 span {
	padding-top: 		0;
	padding-right: 		0;
	padding-bottom: 	0px;
	padding-left: 		5px;
	font-size			: 14px;
	position			: relative;
	top					: 6px;
	width				: 177px;
	/* text-indent: 10px; */
}

.box p {
	padding-top: 		0;
	padding-right: 		0;
	padding-bottom: 	0px;
	padding-left: 		5px;
	margin				: 0;
	color				: #6e6e6e;
}

/* ICONS */
.box h2 img {
	position:absolute;
	right:-5px;
	top:-25px;
}

/* FEEDBACK BUTTON */

.feedback_btn {
	width:235px;
	height:60px;
	background-image:url(img/feedback_btn.png);
}


/* END BOX */
h1 {
	font-size			: 24px;
	color				: #78A800;
	margin				: 0 0 5px 0;
}

h1 a {
	color				: #78A800;
	cursor				: pointer;
}

h2 {
	color				: #78A800;
}

h2 {
	color				: #78A800;
}

h4 {
	font-size:14px;
	color:#464646;
}
.faqbox {
padding: 20px;
}
.article p {
	text-decoration:none;
	color: #464646;
	width: 100%;
	line-height: 150%;
}

.article_image {
	float: left;
	margin: 15px;
}

.article a:hover {
text-decoration:none;
color: #67008d;
}
/*
.article ul{
text-decoration:none;
list-style:none;
margin-left: 0; 
padding-left: 0;
}

.article li {
	list-style-position: inside;
	list-style-type: disc;
}
*/
.article {
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}

.game {
	text-align: center;
	/*padding: 30px 108px 50px 108px;*/
}

/* The login entry fields */
.passwordfield {
	background: url(/css/img/inputField.png) left top no-repeat;
	width: 112px;
	height: 19px;
	line-height: 20px;
	border: none;
	padding: 2px 4px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #999999;
	margin-bottom: 5px;

}

.home_game_tab {
	height: 140px;
	width: 220px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.fulluserfield {
	background: url(/css/img/inputField.png) left top no-repeat;
	width: 112px;
	height: 19px;
	line-height: 20px;
	border: none;
	padding: 2px 4px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #999999;	
	margin-bottom: 5px;
}

.userfield {
	background: url(/css/img/inputField.png) left top no-repeat;
	width: 112px;
	height: 19px;
	line-height: 20px;
	border: none;
	padding: 2px 4px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #999999;	
	margin-bottom: 5px;
}

.emailfield {
	background: url(/css/img/emailField.png) left top no-repeat;
	width: 200px;
	height: 23px;
	line-height: 20px;
	border: none;
	padding: 2px 4px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #999999;
	margin-bottom: 5px;
	position: absolute;
	top: 34px;
	left: 111px;
	background-image: url(/css/img/emailField.png);
}

.emailfield_wo1 {
	background: url(/css/img/emailField.png) left top no-repeat;
	width: 200px;
	height: 23px;
	line-height: 20px;
	border: none;
	padding: 2px 4px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #999999;
	margin-bottom: 5px;
	position: absolute;
	top: 63px;
	left: 10px;
}

h3 {
	font-size:24px;
	color: #78A800;
}
.reason {
	background:url(img/home/reasonsBG.jpg);
	width:171px;
	height:82px;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:16px;
	padding-right:16px;
	float:left;
}

.spacing {margin-right:26px;}

.reason h3{
	margin:0;
	padding:0;
	font-size:18px;
}
.reason h3 a{
	color:#FFFFFF;
}

.reason p {
	padding:0;
	margin:0;
}
.reason p a{
	color:#333333;
}

.joinReasons {
	margin:0 50px;
	height:110px;
}

/*HOME STYLES*/

.feature {
	background				: url(img/home/feature.jpg);
	width					: 702px;
	height					: 319px;
	margin					: 0 auto 20px auto;
	position				: relative;
}

.mainGames {
	width					: 695px;
	height					: 140px;
	margin					: 0 auto 20px auto;
	position				: relative;
	/*background-image		: url(/css/img/home/play-for-free-baindash.png); */
}

.threereasons {
	background				: url(img/home/3greatreasons.gif);
	width					: 695px;
	height					: 150px;
	margin					: 0 auto;
}

.flashcontent {
	width					: 700px;
	height					: 320px;

	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

GameFrame {
	background-position: center center;
	height: 1000px;
	width: 550px;
}


/*GAME CHOOSER*/
.insideLeftColumn {
/*	margin-top:0px;
	margin-left:5px;
	width:225px;
	height:150px;
	float: left;
	background-image:url(img/rColBG.gif);
	background-color: #9bdb00;
	background-repeat: no-repeat; */
	
	float				: left;
	width				: 220px;
	background			: #9bdb00 url(img/rColBG.gif) no-repeat;
	min-height			: 795px;
	height				: auto!important;	
	padding-top			: 25px;
	
	/*float				: left;
	width				: 220px;
	background			: #9bdb00 url(img/rColBG.gif) no-repeat;
	min-height			: 800px;
	height				: auto !important;
	/* padding-bottom		: 30px; */
}

.gamechooser_header {
	/* float:left; */
	width:545px;
	height:120px;
	right: 100px;
	
	background-color: #753c9f;
	font-family: "Arial Rounded MT Bold";
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
}

.gamechooser_header_text {
	/* float:left; */
	width:360px;
	background-color: #753c9f;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.gamechooser_header_pic {
	float:right;
	width:130px;
	height:120px;
	padding-top: 10px;
	padding-left: 20px;
}

.gamechooser_table {
	margin-left:32.5px;
	/* float:left; */
	width:465px;
	right: 100px;
	margin-top: 0px;
}

.GameChooserPromo {
	background-position: center center;
	text-align: center;
	margin: 5px;
}

.FullPage {
	background-color: #9bdb00;
	width: 1000px;
	position:relative;
	z-index: 1;
	left:0;
	top:0;
	height: 1400px;
}

/* LEFT COLUMN */
.leftnavigation {
	height: auto;
	width: 235px;
	margin: 0 auto 16px auto;
	padding: 0 0 10px 0;
	text-align: center;
	background-repeat: no-repeat;
}

.LeftPanel {
	width: 235px;
	height: 1335px;
	background: #9bdb00;
}

/* RIGHT COLUMN */
.RightPanel {
	width: 235px;
	height: auto;
	position:absolute;
	left: 765px;
	top: 0px;
	background: #9bdb00 url(img/rColBG.gif) no-repeat;
}

.advert3 {
	background: #999999;
	width: 235px;
	height: 90px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	position: relative;
}

/* CENTRE COLUMN */

.CentrePanel {
	background-color: #FFFFFF;
	width: 530px;
	height: auto;
	min-height: 1200px;
	position: absolute;
	left: 235px;
	top: 0px;
}

.UserBox {
	background-color: #ffffff;
	width: 530px;
	margin-top:10px;
}

.userboxtext {
	height: 85px;
	width: 390px;
	margin-left: 10px;
	margin-right:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #753C9E;
	font-weight: bold;
	line-height: 16pt;
	float:left;
}

.userboximage {
	height: 85px;
	width: 78px;
	float:left;
}

.gametable {
	/*width: 530px;
	padding-left: 20px;
	padding-right: 20px;*/
	height: auto;
	margin-top:10px;
	margin-left:30px;
	width: 490px;
}
.instruct{
height:12px;
width: 490px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 12px;
color: #464646;
margin-bottom:20px;
margin-left:30px;
}
.JackpotHeaderLine {
	font-style: normal;
	float: left;
	width: 130px;
	line-height: 15px;
	font-weight: bold;
}
.JackpotWalletLine {
	/* postion: relative; */
	font-style: italic;
	float: left;
	width: 34px;
	color: #666666;
	line-height: 15px;
	/*vertical-align: text-top;
	line-height: 25px; */
}
.greendividerline {
	border-bottom: #9bdb00 1px solid;
	width: 468px;
	/* position: relative; */
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 31px;
	margin-left: 31px;
	clear: both;
}

.featuredusers {
	height: 120px;
	width: 468px;
	position: relative;
	left: 30px;
	padding: 0px;
}

.advert2 {
	width: 468px;
	height: 60px;
	position: relative;
}
.gamebutton {
	margin: 0px;
	float: left;
	height: 133px;
	width: 134px;
	position: relative;
	padding: 5px;
}

.gs_left_nav_inactive {
	font-family: "Trebuchet MS";
	font-size: 15px;
	background-image: url(/css/img/gamechooserimg/inactivenav.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 235px;
	color: #FFFFFF;
	/* float: right; */
	font-weight: bold;
	text-align: left;
	text-indent: 24px;
	padding-bottom: 2px;
	line-height: 25.5px;
	position: relative;
}

.gs_left_nav_inactive a {
	display: block;
	color: #FFFFFF;
}


.gs_left_nav_active {	
	font-family: "Trebuchet MS";
	font-size: 15px;
	background-image: url(/css/img/gamechooserimg/activenav.png);
	background-repeat: no-repeat;
	/* float: left; */
	height: 28px;
	width: 235px;
	color: #9bd600;
	font-weight: bold;
	text-align: left;
	text-indent: 24px;
	padding-bottom: 2px;
	line-height: 25.5px;
	/* position: relative; */
}

.popup_email_input {
	float: left;
}

.emailPopupSubmit input{
	background			: url(/css/img/submit_black.jpg); 	
	float				: left;
	position			: absolute;
	left				: 10px;
	top					: 90px;
	width				: 79px;
	height				: 25px;
	border				: none;
	font-size			: 0;
	line-height			: 300px;
}

.emailPopupNoThanks input{ 
	background			: url(/css/img/nothanks_black.jpg);
	float				: left;
	position			: absolute;
	left				: 90px;
	top					: 90px;
	width				: 104px;
	height				: 25px;
	border				: none;
	font-size			: 0;
	line-height			: 300px;
}
#fb_request_email .bene_holder{
background-color:#eeeeee;
padding:10px;
height:auto;
margin-bottom:5px;
	-moz-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
}
#fb_request_email p{
margin-top:0px;
font-weight: bold;
font-size: 13px;
}
#fb_request_email .btn_holder{
margin-bottom:10px;
}
#fb_request_email .emailfield_popup {
	background: url(/css/img/emailField.png) left top no-repeat;
	width: 200px;
	height: 23px;
	line-height: 20px;
	border: none;
	padding: 2px 4px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #999999;
}
#fb_request_email .Submit input {
	background			: url(/css/img/submit_black.jpg);
	height				: 25px;
	width				: 79px;
	border				: none;
	font-size			: 0;
	line-height			: 300px;
	margin-right		: 10px;
	float				: left;
}

#fb_request_email .NoThanks input { 
	background			: url(/css/img/no_thanks.png);
	width				: 220px;
	height				: 25px;
	border				: none;
	font-size			: 0;
	line-height			: 300px;
	float				: left;
}
#fb_request_email .checkbox_holder{
margin-bottom:10px;
font-size:11px;
}
#fb_request_email #reg{
margin-bottom:10px;
}
#fb_request_email #reg a{
text-decoration:underline;
}
#fb_request_email .left_half{
width:460px;
}
#fb_request_email .right_half{
width:230px;
height:280px;
background-color:#000000;
}
#fb_request_email .center{
width:400px;
}

/* Hide the TopFox Check box on ONLY the game summary page */

#gs_input_form #mgx_optin {
	display:none;
}

#split_topfox_div #mgx_optin {
	display:none;
}

#split_topfox_div {
	font-size:		11px;
	text-align:		left;
	font-weight:	normal;
}

.popup_login_register {
	position: absolute;
	width: 511px;
	padding: 10px;
	height: 255px;
}

.popup_login_register_input {
	top: 25px;
	position: absolute;
	float: left;
	left: 353px;
	height: 160px;
}

.popup_login_register_text {
	width: 312px;
	position: absolute;
	float: left;
	height: 240px;
}

.popup_login {
	position: absolute;
	width: 325px;
	padding: 10px;
	height: 255px;
}

.popup_login_input {
	top: 53px;
	position: absolute;
	float: left;
	left: 163px;
	height: 121px;
}

.popup_login_text {
	width: 312px;
	position: absolute;
	float: left;
	height: 240px;
}

.termsMain {
	width: 575px;
}
.termsMain h3{
color: #78A800;
}


.LogOutLink {
	font-family			: "Trebuchet MS", Arial, Verdana;
	font-size:         12px;
	background-color:  #fdfdfd;
	font-weight:       200;
	color:             #753C9E;
	border-width: 	   0px;
	cursor:            pointer;
	width:			   55px;
	height:			   16px;
	padding-right:     5px;	
	padding-left:      0px;
	margin-top:   	   1px;
}
.LogOutLink_hover {
	font-family			: "Trebuchet MS", Arial, Verdana;
	font-size:         12px;
	font-weight:       200;
	color:             #cfcfcf;
	background-color:  #fdfdfd;
	border-width: 	   0px;
	cursor:            pointer;
	width:			   55px;
	height:			   16px;
	padding-right:     5px;	
	padding-left:      0px;
	margin-top:   	   1px;
}

/* The drop down menu */
.mainNav li.headlink ul, .mainNav li.headlinkP ul, .mainNav li.headlink2 ul {
	list-style: none; 
	display: none; 
	float: none;	
	margin: 0px;	
	position: absolute;	
	top: 35px;
	margin-left: auto;	
	z-index: 1000;	
	min-width: 72px;
	text-align: center;
	background-color:#FFFFFF;
	background-image: url(img/headerBG.gif);
	background-position: bottom;
	background-repeat: repeat-x;	
	border-top: 4px #9bdb00 solid;
	border-left: 1px #9bdb00 solid;
	border-right: 1px #9bdb00 solid;
	border-bottom: 1px #9bdb00 solid;	
	padding: 5px;
}
.mainNav li.headlink ul {
	left: 269px;
}
.mainNav li.headlinkP ul {
	left: 200px;
}
.mainNav li.headlink2 ul {
	left: 279px;
}

.mainNav li.headlink ul li, .mainNav li.headlinkP ul li, .mainNav li.headlink2 ul li {
	float: none;
	background-image: none;
	margin: 0;
	padding: 0;
}

.mainNav li.headlink ul li a:hover, .mainNav li.headlinkP ul li a:hover, .mainNav li.headlink2 ul li a:hover { 
	background-image:none; 
	background			: url(img/mainNavBGHover.gif);
	color:#FFFFFF;
}

.mainNav li.headlink:hover ul, .mainNav li.headlinkP:hover ul, .mainNav li.headlink2:hover ul { display: block; }
.mainNav li.headlink ul li a, .mainNav li.headlinkP ul li a, .mainNav li.headlink2 ul li a { padding-left: 5px; padding-right: 5px; padding-top: 0; padding-bottom: 0; background-image:none; color:#464646; }
.mainNav li.headlink, .mainNav li.headlinkP, .mainNav li.headlink2  { background-color: white; }

/*-------------impromptu---------- */
.jqiwarning .jqi{ background-color: #b0be96; }
.jqifade{ position: absolute; background-color: #333333; }
div.jqi{ position: absolute; background-color: #d0dEb6; padding: 10px; width: 300px; text-align: left; }
div.jqi .jqiclose{ float: right; margin: -35px -10px 0 0; cursor: pointer; }
div.jqi .jqicontainer{ background-color: #e0eEc6; padding: 5px; color: #ffffff; font-weight: bold; }
div.jqi .jqimessage{ background-color: #c0cEa6; padding: 10px; }
div.jqi .jqibuttons{ text-align: center; padding: 5px 0 0 0; }
div.jqi button{ padding: 3px 10px 3px 10px; margin: 0 10px; }
/*-------------------------------- */

/*-------------date picker---------- */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url("/css/img/calendar.png") no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/*-------------------------------- */


/*-------------depositpages---------- */
.dep_text_style{
font-family: "Trebuchet MS", Arial, Verdana;
font-size: 12px;
color:#222222;
}
.dep_title{
position:relative;
margin-left: 60px;
margin-top: 20px;
}
.dep_depositcontainer{
}
.dep_offerdescbox{
position: relative;
background: url("/css/img/deposit_page/background.jpg") no-repeat;
width: 445px;
height: 852px;
margin-left: 50px;
}
.dep_innercontainer{
position: relative;
width: 800px;
height: 852px;
}
.dep_offer_text{
float:left;
margin-left: 10px;
padding-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
width: 425px;
height: 302px;
}
.dep_short_flash{
position: relative;
float:left;
margin-left: 20px;
width: 273px;
height: 302px;
}
.short_flash{
position: relative;
float:left;
margin-left: 12px;
width: 273px;
height: 302px;
}
.offerdescbox{
background: url("/css/img/deposit_page/offer_short.jpg") no-repeat;
width: 445px;
height: 352px;
margin-left: 10px;
}
.innercontainer{
width: 730px;
height: 852px;
}
.title{
margin-left: 20px;
margin-top: 10px;
}
.long_flash{
position: relative;
float:left;
width: 741px;
height: 65px;
}
.pay_pal{
position: relative;
float:left;
margin-left: 12px;
background: url("/css/img/deposit_page/paypal2.jpg") no-repeat;
padding:10px;
width: 285px;
height: 212px;
}
.pay_pal_button{
position: relative;
top:5px;
left:45px;
background: url("/css/img/deposit_page/PayPal_mark_180x113.gif") no-repeat;
width: 180px;
height: 113px;
}
.button_container{
position: relative;
float:left;
margin-left: 10px;
padding-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
width: 100%;
}
.paypal_depositcontainer{
}
.paypaltext{
width:100%;
text-align:left;
margin-bottom:10px;
margin-left:0px;
}
.paypalbox{
background: url("img/deposit_page/paypalbox.jpg") no-repeat;
width: 312px;/*taken off padding from width*/
height: 284px;
padding:10px;
}
/*-------------------------------- */


/* --- Updated deposit page styles 180909 --- */
.dep_account_info{ margin-bottom: 10px; width: 380px;}
.dep_maincontainer{ left:50%; margin-left:-387px; position:absolute; top:15px; width: 775px; background:#ffffff;}
.deposit_container{ overflow:hidden;}
.deposit_text{ float:left; width:380px;}
.deposit_img_btns{ float:right; width:258px;}
.credit_debit_promo{ background: url("img/deposit_page/dep_promo_btn.png") no-repeat; width: 258px; height: 172px; margin-bottom:15px; cursor:pointer;}
.credit_debit{ background: url("img/deposit_page/credit_btn.png") no-repeat; width: 256px; height: 39px; margin-bottom:10px; cursor:pointer;}
.paypal{ background: url("img/deposit_page/paypal_btn.png") no-repeat; width: 256px; height: 39px; cursor:pointer;}
.valid_cards{ width: 194px; height:130px; padding-left:32px; padding-right:32px; padding-bottom:15px; }
/*-------------------------------- */


/*-------------gamepages---------- */
.clearfloat{
clear:both;
height:0;
font-size:1px;
line-height:0px;
}
.game_main_c{
width: 100%;
margin-top: 20px;
}
.fact_area{
width:725px;
margin-left:20px;
margin-right:20px;
}
.game_left_col{
width: 366px;
float:left;
margin-left: 20px;
margin-bottom: 10px;
}
.small_margin{
width: 720px;
margin-left: 20px;
}
.game_image_c{
width: 366px;
margin-bottom: 10px;
}
.game_similargames_c{
background: url("img/game_pages/similar_games.jpg");
width: 366px;
height: 97px;
margin-bottom: 10px;
}
.game_table_c{
top:3px;
left:8px;
}
.game_name{
margin-left:8px;
font-size:10px;
color:#555555;
width: 82px;
float:left;
margin-top: 5px;
margin-bottom: 10px;
}
.game_comments_c{
	width: 100%;
	min-height: 30px;
	background: url("img/game_pages/commentbox_top.gif");
}
.game_comment_box{
	width: 346px;/*taken off padding from width*/
	background: url("img/game_pages/commentbox.gif") repeat-y;
	/*min-height:300px;*/
	padding: 10px;
}
/* each generated comment is id=game_comment_# class=game_comment */
.game_comment {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color:#464646;
	/* min-height: 30px; */
    border-bottom: 1px solid #d1d1d1;
    background:#ffffff;
    padding: 10px;
}
.game_comment .game_comment_author p{
	padding: 0px;
    margin: 0px;
    width:auto;
    height:auto;
}
.game_comment_author, .game_comment_body_full, .game_comment_body_short {
}
.game_comment_author {
	float: left;
	width: 125px;
}
.game_comment_body_full, .game_comment_body_short {
	float: right;
	width: 200px;
}
.game_comment_body_full {
	display: none;
}
.game_comment_body_short {
}
.game_header_indent h1{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color:#464646;
float:left;
}
.comment_login{
background: url("img/game_pages/comment_login.gif");
width: 327px;
height:41px;
}
.game_comment_verbosity_div{
	float:right;
	padding-right: 15px;
}
.comment_box_bottom{
	height: 10px;
	background: url("img/game_pages/commentbox_bottom.gif");
    width: 366px;
}
.game_right_col{
width: 356px;
margin-right: 10px;
float:right;
}
.game_top_c{
width: 100%;
height:44px;
}
.game_fact_header{
background: url("img/game_pages/game_facts_header.jpg");
width: 725px;
height: 32px;
}
.game_fact_box{
background: url("img/game_pages/game_fact_box.jpg") bottom left;
width: 705px;
padding: 10px;
}

.game_fact_box h1{
	font-size:14px;
	color:#464646;
}

.game_fact_box_bottom{
	background: url("img/game_pages/fact_box_bottom.jpg") bottom left;
	width: 725px;
	height: 8px;
	margin-bottom: 10px;
}
.game_howtoplay_c{
background: url("img/game_pages/game_box_header.jpg");
width: 336px;
height: 32px;
}
.game_schedule_c{
width: 336px;
height: 180px;
margin-bottom:10px;
background: url("img/game_pages/schedule.png");
}
.game_box{
width: 316px;/*taken off padding from width*/
min-height: 38px;
background: url("img/game_pages/game_page_box.jpg") bottom left;
padding: 10px;
}
.game_box_bottom{
width: 336px;
height: 8px;
background: url("img/game_pages/game_page_box_bottom.jpg") bottom left;
margin-bottom: 10px;
}
.rowW{
margin-left:1px;
margin-bottom:3px;
width: 334px;
height:51px;
background-color:#FFFFFF;
}
.rowG{
margin-left:1px;
margin-bottom:3px;
width: 334px;
height:51px;
background-color:#F2F2F2;
}
.position{
margin-left:5px;
width: 30px;
height: 48px;
float:left;
}
.avatarimage{
width: 48px;
height: 48px;
float:left;
background-color:#662D91;
}
.loginstring{
background: url("img/game_pages/name_bg.png");
line-height:15px;
padding-top:3px;
padding-left:10px;
width: 160px;
height: 48px;
float:left;
}
.name {
color: #FFFFFF;
font-weight: bold;
font-size: 11px;
}
.score {
color: #333333;
font-weight: bold;
}
.braincells {
color: #666666
}
.challenge{
width: 80px;
height: 48px;
float:left;
background: url("img/game_pages/challenge_mini.png");
}
.schedule_c{
width: 336px;
height: 50px;
}
.scheduletitle{
width: 336px;
height: 28px;
font-size:16px;
font-weight:bold;
color:#ffffff;
text-indent:7px;
}
.columntitle_c{
width: 336px;
height: 21px;
color:#753c9e;
font:arial;
font-weight:bold;
}
.gametype_title{
margin-left: 5px;
width: 48px;
height: 21px;
float:left;
}
.start_time_title{
margin-left: 5px;
width: 58px;
height: 21px;
float:left;
}
.fee_title{
margin-left: 15px;
width: 48px;
height: 21px;
float:left;
}
.prize_title{
margin-left: 5px;
width: 48px;
height: 21px;
float:left;
}
.closing_date_time_title{
margin-left: 5px;
width: 55px;
height: 21px;
float:left;
}
.schedulerow{
width: 336px;
height: 21px;
color:#ffffff;
/*border-top:1px solid #333333;*/
margin-bottom: 5px;
}
.gametype{
margin-left: 5px;
width: 48px;
height: 21px;
float:left;
margin-bottom: 5px;
}
.start_time{
margin-left: 5px;
width: 58px;
height: 21px;
float:left;
margin-bottom: 5px;
}
.fee{
margin-left: 15px;
width: 48px;
height: 21px;
float:left;
margin-bottom: 5px;
}
.prize{
margin-left: 5px;
width: 48px;
height: 21px;
float:left;
margin-bottom: 5px;
}
.closing_date_time{
margin-left: 5px;
width: 55px;
height: 21px;
float:left;
margin-bottom: 5px;
}
.play{
margin-left: 5px;
width: 30px;
height: 20px;
float:left;
background: url("img/game_pages/play_mini.png");
}
.history_col{
width: 174px;
height:250px;
float:left;
margin-left: 5px;
margin-bottom: 10px;
}

.history_list{
text-decoration:none;
margin-left: 0px;
padding-left: 0;
list-style: none;
line-height:1.5em;
text-indent:0px;
text-align:left;
}
.history_list a:hover{
color:#67008d;
}
.history_header{
background: url("img/history_box_header.jpg");
width: 174px;
height: 32px;
float: left;
}
.quote_header{
background: url("img/quote_header.jpg");
width: 174px;
height: 32px;
float: left;
}
.history_box{
width: 154px;/*taken off padding from width*/
min-height: 38px;
background: url("img/history_box.jpg") bottom left;
padding: 10px;
}
.history_box_bottom{
width: 174px;
height: 8px;
background: url("img/history_box_bottom.jpg") bottom left;
margin-bottom: 10px;
}
.historytext {
font-size: 12px;
text-indent:0px;
text-align:left;
}
.quote_alphabet{
background: url("img/alphabet_quote.jpg");
width:21px;
height:21px;
}
.alphabet{
font:Tebuchet MS, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
text-align:center;
top:2px;
position:relative;
}
.ad1{
width: 180px;
height: 150px;
float:left;
margin-right:6px;
}
.ad2{
width: 180px;
height: 150px;
float:left;
}
/*-------------------------------- */
.h1_index {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.divAuthorName {
	float: left;
	margin-right: 5px;
	color:#ffffff;
	font-weight:bold;
	text-align: left;
}
.divQuoteText{
position:relative;
font-weight:bold;
font-size:15px;
height:90px;
top:30px;
margin-bottom:10px;
color:#ffffff;
font-style:italic;
}
.largecontainer{
margin-top:25px;
}
#answerbit{
color:#ffffff;
}
.divQuoteAuthor{
position:relative;
bottom:5px;
}
.revealQuoteAuthor{
position:relative;
bottom:2px;
text-align: left;
	color:#ffffff;
	font-weight:bold;
	text-align: center;
}
.well_it_was{
float: left;
margin-right: 5px;
color:#ffffff;
}
.quote_ad{
padding:10px;
width: 160px;/*taken off padding from width*/
height: 130px;/*taken off padding from height*/
background:url("img/quote_ad.png");
float:left;
}
.quote_box{
width: 346px;/*taken off padding from width*/
height: 191px;/*taken off padding from height*/
padding: 10px;
background:url("img/quote_large.jpg");
}
.divAuthorName a{
color:#ffffff;
font-weight:bold;
}
#AuthorQuote1{
margin-top:10px;
padding-bottom:10px;
}
#AuthorQuote2{
margin-top:10px;
padding-bottom:10px;
}
#AuthorQuote3{
margin-top:10px;
padding-bottom:10px;
}
#AuthorQuote4{
margin-top:10px;
padding-bottom:10px;
}
#AuthorQuote5{
margin-top:10px;
padding-bottom:10px;
}
#AuthorQuote6{
margin-top:10px;
padding-bottom:10px;
}
#AuthorQuote7{
margin-top:10px;
padding-bottom:10px;
}
#AuthorQuote8{
margin-top:10px;
padding-bottom:10px;
}
#AuthorQuote9{
margin-top:10px;
padding-bottom:10px;
}
.single_quote_header{
background: url("img/head_quote_top.jpg");
width: 594px;
height: 12px;
}
.single_quote_box{
background: url("img/head_quote_box.jpg") bottom left;
width: 574px;
padding: 10px;
}
.single_quote_box h1{
color:#ffffff;
}
.single_quote_box h4{
color:#ffffff;
}
.quote_header_purple{
background-image:url("img/quote_purple.jpg");
width:600px;
height:50px;
margin-bottom:10px;
}
.quote_header_purple h1{
color:#ffffff;
top:8px;
left:10px;
position:relative;
}
.quote_header2{
background-image:url("img/quote_purple.jpg");
width:350px;/*minus padding*/
height:34px;
margin-bottom:10px;
padding:8px;
}
.quote_header2 h1{
color:#ffffff;
top:8px;
left:10px;
}
.floatright{
padding-right:30px;
padding-left:10px;
float:right;
width:140px;}


.purple{
color:#67008d;}

.link{
font-size:1em;
padding:4px 0 4px;
}
.link span{
font-size: 11px;
color: #777777;
}
#other_info{
float:left;
width:300px;
margin-bottom:20px;
}
#other_info_right{
float:right;
width:300px;
margin-bottom:20px;
}
.floatimgright{
    float:right;
    margin-right:10px;
    margin-bottom:10px;
    }
	

/*-------------redesigned master header---------- */
.braindash_logo{
	position:absolute;
	top:12px;
	left:10px;
	background:url("/css/img/BrainDash_logo.jpg");
	width:218px;
	height:55px;
}

.beta_grey{
position: absolute;
left: 240px;
top: 49px;
font-size:0.9em;
color: #464646;
}
.header_ad{
width:468px;
height:60px;
margin-left:21px;
margin-top:9px;
}
.login_panel {
	background-image:url(img/login_panel_bg.jpg);
	background-repeat:no-repeat;
	height:79px;
	margin-right:50px;
	position:absolute;
	right:-39px;
	top:5px;
	width:219px;
}
.username {
	position			: absolute;
	width				: 120px;
	left				: 10px;
	top					: 10px;
	margin				: 0;
	padding				: 0;
	color				: #8b8b8b;
}
.password {
	position			: absolute;
	width				: 120px;
	left				: 10px;
	top					: 40px;
	margin				: 0;
	padding				: 0;
	color				: #8b8b8b;
}
.lost_password{
	position			: absolute;
	width				: 150px;
	height				: 32px;
	font-size			: 1em;
	top					: 78px;
	right				: 72px;
}
/*----------------------- */

.float_left{
float:left;
width:200px;
margin-right:20px;
}
/*-------- Game Chooser --------------- */

.winnerticker {
width: 510px;
margin-left:10px;
}
#TickerDiv{
	background: url(img/ticker.jpg) no-repeat;
	height: 42px;
	width: 510px;
	text-align:center;
	margin-top: 0px;
	margin-right:10px;
	margin-bottom:10px;
	height: 42px;
	overflow: hidden;
}
#TickerText{
	padding-top: 7px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	color: #ffffff;
	overflow:	hidden;
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	line-height: 1em;
	font-variant: small-caps;
	font-weight: bold;
	height: 42px;
}

/*-------- Front Page Ticker --------------- */
/*
#BarkerTicker {
	padding: 		0px;
	margin:			0px;
	width: 			714px;
	height: 		47px;
	padding-left:	10px;
	background:	url(/css/barker_images/barkerticker.jpg) left top no-repeat;
}
*/

#BarkerChannel {
	margin-top:		0px;
	margin-bottom:	0px;
	padding-top:	0px;
	padding-bottom:	0px;
	width: 			714px;
	height: 		276px;
}

#BarkerLoadDiv {
	margin-top:		0px;
	margin-bottom:	0px;
	padding-top:	0px;
	padding-bottom:	0px;
	width: 			714px;
	height: 		276px;
}

#FrontPageTickerDiv{
	background:		url(/css/barker_images/barkerticker.jpg) left top no-repeat;
	width: 			714px;
	height: 		55px;
	margin-bottom:	2px;
}

#FrontPageTickerText{
	font-family: 	"Arial";
	font-size: 		14px;
	width: 			600px;
	height: 		47px;
	padding-left:	15px;
	padding-top:	8px;
	color:			#464646;
	overflow:		hidden;
}


/*-------- index page changes --------------- */
.page_title {
	z-index: 2;
	position: absolute;
	left: 370px;
	bottom: 8px;
	color:#464646;
	font-size:1.3em;
}
.homepromo {
	height:120px;
	width:540px;
	margin-left:115px;
	margin-right:115px;
	
}
.selection_of_games{
	margin:0 50px;
}

/*-------- gamechooser thumbnail --------------- */
.tn_hj_container{
height:70px;
width:226px;
float:left;
margin-left:36px;
margin-bottom:20px;
background-image:url(/css/img/gemsswap_big_tn.jpg);
}
.tn_hj_description{
height:40px;
width:140px;
margin-left:20px;
margin-top:31px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 12px;
color:#464646;
text-align:left;
}
.tn_container{
height:70px;
width:226px;
float:left;
margin-left:36px;
margin-bottom:20px;
cursor:pointer;
}
.tn_iconholder{
height:70px;
width:65px;
margin-right:6px;
float:left;
cursor:pointer;
}
.tn_icon{
margin-top:1px;
height:68px;
width:65px;
}
.tn_textholder{
height:70px;
width:155px;
float:left;
}
.tn_title{
height:14px;
width:155px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color:#000000;
text-align:left;
}

.tn_title a{
height:14px;
width:155px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color:#000000;
text-align:left;
}

.tn_description{
height:40px;
width:155px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 12px;
color:#464646;
text-align:left;
}
.tn_btnholder{
height:16px;
width:155px;
}
.tn_free a {
color:#000000;
display: block;
height: 100%;
width: 100%;
}
.tn_free{
background-image:url(/css/img/free_btn.jpg);
height:16px;
width:48px;
float:left;
cursor:pointer;
}

.tn_cash a {
color:#000000;
display: block;
height: 100%;
width: 100%;
}
.tn_cash{
background-image:url(/css/img/cashwin_btn.jpg);
height:16px;
width:100px;
float:left;
cursor:pointer;
padding-right:5px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 11px;
text-align:right;
line-height:16px;
}

.tn_cash_noamount a {
color:#000000;
display: block;
height: 100%; 
width: 100%;
}

.tn_cash_noamount{
background-image:url(/css/img/cash_btn.jpg);
background-repeat: no-repeat;
height:16px;
width:48px;
float:left;
cursor:pointer;
padding-right:5px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 11px;
text-align:right;
line-height:16px;
}

.tn_play a {
color:#000000;
display: block;
height: 100%;
width: 100%;
}
.tn_play{
background-image:url(/css/img/play_gc.gif);
height:16px;
width:48px;
float:left;
cursor:pointer;
}

.tn_play_amount a {
color:#000000;
display: block;
height: 100%;
width: 100%;
}
.tn_play_amount{
background-image:url(/css/img/play_amount_gc.gif);
height:16px;
width:100px;
float:left;
cursor:pointer;
padding-right:5px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 11px;
text-align:right;
line-height:16px;
}

.tn_info{
height:14px;
width:17px;
float:left;
}

/*-------- game page changes --------------- */
.game_title_c h1{
color:#668d21;
margin-bottom:10px;
}
.gp_btnholder{
height:50px;
margin-bottom:5px;
}
.rating_btn{
display:none;
height:50px;
float:left;
margin-right:2px;
}

.game_play_free_section {
	margin-bottom:5px;
	height:50px;
}

.play_btn{
height:50px;
width:90px;
float:left;
margin-right:2px;
background: url("img/play_btn.gif");
}
.cashprize_btn{
height:50px;
width:90px;
float:left;
margin-right:2px;
background: url("img/cash_btn.gif");
}
.fb_btn{
height:50px;
width:124px;
float:left;
margin-right:2px;
background: url("img/fb_btn.gif");
}
.fb_btn a{
display: block;
height: 100%;
width: 100%;
}
.play_btn a{
display: block;
height: 100%;
width: 100%;
}
.cashprize_btn a{
display: block;
height: 100%;
width: 100%;
}
.challenge_btn{
display:none;
height:25px;
float:left;
}
.gp_heading{
font-family:Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight:bold;
color:#ffffff;
padding:5px;
background: url("img/green_stripes.jpg") repeat-x;
height: 33px;/*minus padding*/
}
.gp_text{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
color:#464646;
overflow-y: scroll;
overflow-x: hidden;
height: 120px;
background-color: #FFFFFF;
padding:5px;
border:1px solid #cccccc;
}
.game_instructions_c{
padding-top:10px;
margin-bottom:20px;
}
.game_leaderboard_c{
width: 336px;
height: 564px;
}
.tab_container{
height:32px;
width: 336px;
}
.alltime_active{
height:32px;
width:113px;
float:left;
background: url("img/game_pages/alltime_active.jpg");
}
.alltime_inactive{
height:32px;
width:113px;
float:left;
background: url("img/game_pages/alltime_inactive.jpg");
cursor				: pointer;
}
.free_active{
height:32px;
width:113px;
float:left;
background: url("img/game_pages/free_active.jpg");
}
.free_inactive{
height:32px;
width:113px;
float:left;
background: url("img/game_pages/free_inactive.jpg");
cursor				: pointer;
}
.cash_active{
height:32px;
width:110px;
float:left;
background: url("img/game_pages/cash_active.jpg");
}
.cash_inactive{
height:32px;
width:110px;
float:left;
background: url("img/game_pages/cash_inactive.jpg");
cursor				: pointer;
}
.alltime_leaderboard{}
.free_leaderboard{}
.cash_leaderboard{}
.gp_facts{
width:765px;
}
.game_header {
margin-bottom:5px;
height:15px;
line-height:15px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color:#464646;
}
.game_header_indent {
position:relative;
top:3px;
left:8px;
height:15px;
line-height:15px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color:#464646;
}
.howtoplaytext {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
color:#464646;
margin-top:-10px;
}
.fact_c{
width:765px;
margin-top:20px;
}

/* game chooser test */

.chooser_container{
	margin-left:18px;
	width: 562px;
	margin-top:10px;
}
/*.chooser_container{
	margin-left:54px;
	width: 506px;
	margin-top:10px;
}*/

.entire_width {
	background-color: #78A800;
	width: 970px;
	/*position:relative;*/
	z-index: 1;
	left:0;
	top:0;
	/*min-height: 1700px;*/
}
#advert_grid.entire_width{ background-color: #ffffff;}
#register_fullwidth.entire_width{ background-color: #ffffff; width: 930px; padding:20px;}
#howitworks_fullwidth.entire_width{ background-color: #ffffff; width: 930px; padding:20px;}
#cashjackpots_fullwidth.entire_width{ background-color: #ffffff; width: 930px; padding:20px; /*margin-top:3px;*/}


.centre_col {
	background-color: #FFFFFF;
	width: 580px;
	min-height: 1700px;
	/*position: absolute;*/
	left: 195px;
	top: 0px;
	float: left;
}
.right_col {
	/*position:absolute;*/
	/*left: 775px;*/
	/*top: 0px;*/
	width: 181px;/*minus 14 padding */
	min-height: 1686px;/*minus 14 padding */
	padding:7px;
	background: #78A800;	
	float: right;
}
.left_col {
	width: 181px;/*minus 14 padding */
	min-height: 2086px;/*minus 14 padding */
	padding:7px;
	background: #78A800;
	float: left;
}
.left_nav {
	height: auto;
	width: 181px;
	text-align: center;
	background-repeat: no-repeat;
}
.bt_channel{
	margin-right:-18px;
	margin-bottom:18px;
	height: 250px;
	width: 300px;
	float:left;
}
.instruct_1{
height:12px;
width: 560px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 12px;
color: #464646;
margin-top:10px;
margin-left:10px;
margin-right:10px;
}
.newdividerline {
	border-bottom: #cccccc 1px solid;
	width: 560px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.join_free_static {
	background-image:url(/css/img/BD_Advert.jpg);
	height:164px;
	width:180px;
	margin-bottom:7px;
}
.join_free_static a {
	color:#000000;
	display: block;
	height: 100%;
	width: 100%;
}

.leftnav_header {
	background-image: url(/css/img/leftnav_header.jpg);
	padding-top:11px;
	padding-right:50px;
	width: 115px;/*minus padding*/
	padding-left:15px;
	height: 38px;/*minus padding*/
}
.leftnav_header h2 {
	font-family: "Arial";
	font-size: 15px;
    color: #ffffff;
	font-weight: bold;
    text-align:left;
    margin:0;
}
.leftnav_bottom{
	background-image: url(/css/img/leftnav_bottom.jpg);
	height: 5px;
	width: 195px;
	margin-bottom:7px;
}
.leftnav_active {
	background-image: url(/css/img/leftnav_active.jpg);
	height: 18px;
	width: 164px;
	margin-bottom:2px;
	padding-top:2px;
}
.leftnav_inactive {
	background:#dddddd;
	height: 18px;
	width: 164px;
	margin-bottom:2px;
	padding-top:2px;
}
.leftnav_active h4 {	
	font-family: "Arial";
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
    margin:0;
}
.leftnav_inactive h4 {
	font-family: "Arial";
	font-size: 12px;
	color: #777777;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
    margin:0;
}

.leftnav_inactive a {
	color: #777777;
	display: block;
}
/*.resizable_box {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:5px;
	width: 165px;
	min-height: 40px;
	background: url(img/resizable_box.jpg) bottom left;
	margin-bottom:7px;
	margin-top:0px;
	padding-top:0px;
	font-size:11px;
}*/
.resizable_box {
	padding-top:0px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
	width: 164px;
	min-height: 40px;
	background:#ffffff;
	margin-bottom:7px;
	margin-top:0px;
	font-size:11px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
}
.resizable_box p{
	padding-top:0px;
	margin-top:0px;
}
.qod_header {
	background-image: url(/css/img/qod_header.jpg);
	padding-top:11px;
	padding-right:50px;
	width: 115px;/*minus padding*/
	padding-left:15px;
	height: 38px;/*minus padding*/
}
.qod_header h2 {
	font-family: "Arial";
	font-size: 15px;
    color: #ffffff;
	font-weight: bold;
    text-align:left;
    margin:0;
    line-height:15px;
}
.cj_header {
	background-image: url(/css/img/hj_header.jpg);
	padding-top:11px;
	padding-right:50px;
	width: 115px;/*minus padding*/
	padding-left:15px;
	height: 38px;/*minus padding*/
}
.cj_header h2 {
	font-family: "Arial";
	font-size: 15px;
    color: #ffffff;
	font-weight: bold;
    text-align:left;
    margin:0;
    line-height:15px;
}
.fg_header {
	background-image: url(/css/img/favegames_header.jpg);
	padding-top:11px;
	padding-right:50px;
	width: 115px;/*minus padding*/
	padding-left:15px;
	height: 38px;/*minus padding*/
}
.fg_header h2 {
	font-family: "Arial";
	font-size: 15px;
    color: #ffffff;
	font-weight: bold;
    text-align:left;
    margin:0;
    line-height:15px;
}
.lr_header {
	background-image: url(/css/img/latestresults_header.jpg);
	padding-top:11px;
	padding-right:50px;
	width: 115px;/*minus padding*/
	padding-left:15px;
	height: 38px;/*minus padding*/
}
.lr_header h2 {
	font-family: "Arial";
	font-size: 15px;
    color: #ffffff;
	font-weight: bold;
    text-align:left;
    margin:0;
    line-height:15px;
}
.bc_header {
	background-image: url(/css/img/fame_header.jpg);
	padding-top:11px;
	padding-right:50px;
	width: 115px;/*minus padding*/
	padding-left:15px;
	height: 38px;/*minus padding*/
}
.bc_header h2 {
	font-family: "Arial";
	font-size: 15px;
    color: #ffffff;
	font-weight: bold;
    text-align:left;
    margin:0;
    line-height:15px;
}
.news_header {
	background-image: url(/css/img/news_header.jpg);
	padding-top:11px;
	padding-right:50px;
	width: 115px;/*minus padding*/
	padding-left:15px;
	height: 38px;/*minus padding*/
}
.news_header h2 {
	font-family: "Arial";
	font-size: 15px;
    color: #ffffff;
	font-weight: bold;
    text-align:left;
    margin:0;
    line-height:15px;
}
.balance_header {
	background-image: url(/css/img/balance_header.jpg);
	padding-top:11px;
	padding-right:50px;
	width: 115px;/*minus padding*/
	padding-left:15px;
	height: 38px;/*minus padding*/
}
.balance_header h2 {
	font-family: "Arial";
	font-size: 15px;
    color: #ffffff;
	font-weight: bold;
    text-align:left;
    margin:0;
    line-height:15px;
}
.challenge_alert{
background-image: url(/css/img/challenge_alert.jpg);
height:97px;
width:560px;
margin-left:10px;
margin-top:5px;
}
.personal_challenges{
height:15px;/*minus padding*/
width:540px;/*minus padding*/
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
padding-top:5px;
font-weight:bold;
color:#464646;
text-align:right;
}
.challenge_text{
height:47px;/*minus padding*/
width:460px;/*minus padding*/
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
padding-top:10px;
color:#464646;
}
.welcome_message{
height:82px;
width:540px;
margin-left:10px;
margin-top:5px;
padding:5px 10px 10px 10px;
}

/*
.welcome_message_container{
width:560px;
margin-left:10px;
margin-top:7px;
}
.wm_top{
background: url(/css/img/wm_top.gif);
width:560px;
height:10px;
}
.wm_content{
background: url(/css/img/wm_content.gif) repeat-y;
width:540px;
height:auto;
padding:0px 10px 0px 10px;
overflow:hidden;
}
.wm_bottom{
background: url(/css/img/wm_bottom.gif);
width:560px;
height:10px;
overflow: hidden;
}
.wm_content .gp_message_image { height: auto; width: 170px; float:right;}
.wm_content .gp_message_text { width:365px; float:left;}
*/

.welcome_message_container{
width:610px;
}
.wm_top{
background: url(/css/img/home/wm_top.gif);
width:610px;
height:10px;
}
.wm_content{
background: url(/css/img/home/wm_content.gif) repeat-y;
width:590px;
height:auto;
padding:0px 10px 0px 10px;
overflow:hidden;
}
.wm_bottom{
background: url(/css/img/home/wm_bottom.gif);
width:610px;
height:10px;
overflow: hidden;
}
.wm_content .text {
width:410px;
float:left;
}
.wm_content .gp_message_image { height: auto; width: 170px; float:right;}
.wm_content .gp_message_image img{ text-align:right; align:right;}
.wm_content .gp_message_text { width:400px; float:left;}
.text h1{
color:#464646;
font-size:14px;
}
.text p{
color:#464646;
margin-top:0px;
}
.wm_content .image {
height: auto;
width: 120px;
float:right;
}

/* recent transactions page */
.transaction_header{
	background-image: url(/css/img/transaction_header.jpg);
	width: 605px;
	height:54px;
	margin-left:auto;
	margin-right:auto;
}
.transaction_entry_w{
background-color:#FFFFFF;
/*border-bottom:#e0e0e0 solid 1px;*/
min-height:45px;
}
.transaction_entry_w table{
text-align:center;
}
/*.transaction_entry_g{
background-color:#ebebeb;
border-bottom:#e0e0e0 solid 1px;
height:45px;
}
.transaction_entry_g table{
text-align:center;
}*/




/* master redesign */
.footer_1 {
	clear				: both;
	background			: #e4e4e4 url(img/footerBG.gif) repeat-x;
	border-top			: #8abf0b 6px solid;
	position			: relative;
	height				: 60px;
	width				: 960px;
	padding-left		: 10px;
}
.lCol_1 {	
	width				: 775px;
	float				: left;
	background			: #FFFFFF url(img/pageBG.gif) repeat-x;
	/*min-height			: 1220px; */
}
.rCol_1 {
	/*min-height			: 1220px;*/
	width				: 181px;/*minus 14 padding */
	padding				: 7px;
	float				: right;
    background			:#78A800;
}
.container_1 {
	width				: 970px;
	margin				: 0;
	background			: #FFFFFF;
	position			: relative;
}
.bodyredesign{
background-color:#FFFFFF;
background-image:url(img/site-background.gif);
background-repeat:repeat-x;
font-family:"Trebuchet MS", Arial, Verdana;
background-attachment:fixed;
font-size:12px;
margin:0;
padding:0;
}



.login_panel_1 {
	background-image:url(img/grey_login.jpg);
	height:124px;
	position:absolute;
	right:0px;
	top:0px;
	width:215px;
}
.lost_password_1{
	position			: absolute;
/*	height				: 32px;*/
	font-size			: 1em;
	top					: 14px;
	right				: 17px;
}
.lost_password_1 a{
color:#797b7a;
font-weight:bold;
}
.username_1 {
	position			: absolute;
	width				: 120px;
	left				: 13px;
	top					: 35px;
	font-weight:bold;
	color				: #797b7a;
}
.password_1 {
	position			: absolute;
	width				: 120px;
	left				: 13px;
	top					: 65px;
	font-weight:bold;
	color				: #797b7a;
}
.logout_1 {
	position			: absolute;
	background-image:url(img/grey_login.jpg);
	width				: 215px;
	height:124px;
	right				: 0px;
	top					: 0px;
	margin				: 0;
	padding				: 0;
}

.LogOutLink_1 {
	font-family			: "Trebuchet MS", Arial, Verdana;
	font-size:         12px;
	font-weight:       200;
	color:             #797b7a;
	background:  transparent;
	border-width: 	   0px;
	cursor:            pointer;
	width:			   55px;
	height:			   16px;
	padding-right:     5px;	
	padding-left:      0px;
	margin-top:   	   1px;
}
.LogOutLink_hover_1 {
	font-family			: "Trebuchet MS", Arial, Verdana;
	font-size:         12px;
	font-weight:       200;
	color:             #9d9ea2;
	background:  transparent;
	border-width: 	   0px;
	cursor:            pointer;
	width:			   55px;
	height:			   16px;
	padding-right:     5px;	
	padding-left:      0px;
	margin-top:   	   1px;
}
.feedback {
	width:195px;
	height:79px;
	background-image:url(img/leave_feedback.jpg);
	margin-left:-7px;
}
.feedback a{
display: block;
height: 100%;
width: 100%;
}
.featuredusers_1 {
	height: 120px;
	width: 524px;
	position: relative;
	left: 30px;
	padding: 0px;
}
.winnerticker_1{
width: 560px;
margin-left:10px;
margin-right:10px;
margin-top:10px;
}
/*#TickerDiv_1{
	background: url(img/ticker_1.jpg) no-repeat;
	height: 42px;
	width: 560px;
	text-align:center;
	margin-top: 0px;
	margin-right:10px;
	margin-bottom:10px;
	height: 42px;
	overflow: hidden;
}*/
/*#TickerText_1{
	padding-top: 7px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	color: #ffffff;
	overflow:	hidden;
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	height: 42px;
}*/
/*#TickerText_1 a{
	color: #ffffff;
}*/
#TickerDiv_1{
	background: url(img/home/ticker_bg.gif) no-repeat;
	height: 47px;
	width: 610px;
	text-align:center;
	margin: 10px 0 10px 0;
	overflow: hidden;
}
#TickerText_1{
	padding:7px 4px 4px 4px;
	color: #464646;
	overflow:	hidden;
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	height: 36px;
}
#TickerText_1 a{
	color: #464646;
}
/* mobile email/mobile no. capture */
.mob_emailfield{
width:250px;
height:18px;
margin-bottom:10px;
}
.mobilefield{
width:250px;
height:18px;
margin-bottom:10px;
}
.mob_submitbutton input{
background-image:url(img/submit.jpg);
width:65px;
height:25px;
cursor: pointer;
border: none;
font-size: 0;
}


/* profile redesign */
.headerbox{
height:151px;/* minus padding */
width: 635px;/* minus padding */
background: url("img/profile/headerbox.jpg");
padding:20px;
margin-bottom:10px;
}
.player_name{
color:#78A800;
font-size:18px;
}
.player_welcome{
margin-top:5px;
}
.stats{
margin-top:10px;
}
.score{
font-size: 18px;
font-weight:bold;
margin-left: 90px;
float: left;
width: 150px;
}
.won{
font-size: 18px;
font-weight:bold;
margin-left: 215px;
float: left;
width: 150px;
}
.lost{
font-size: 18px;
font-weight:bold;
margin-top: 12px;
margin-left: 135px;
float: left;
width: 150px;
}
.percent{
font-size: 18px;
font-weight:bold;
margin-top: 12px;
margin-left: 165px;
float: left;
width: 150px;
}
.avatarbox{
height:231px;/* minus padding */
width: 635px;/* minus padding */
background: url("img/profile/avatarbox.jpg");
padding:20px;
margin-bottom:10px;
}
.bottombox{
height:221px;/* minus padding */
width: 635px;/* minus padding */
background: url("img/profile/bottombox.jpg");
padding:20px;
}
.changeaspects{
	margin-top: 30px;
	float: left;
	width: 280px;
}
.currentinfo {
	margin-top: 12px;
	margin-left: 70px;
	float: left;
	width: 280px;
}
.editinfo {
	margin-top: 2px;
	margin-left: 470px;
	width: 150px;
}
td #ConfirmTandC_Text{
font-size: 11px;
}
td #Topfox_Text{
font-size: 11px;}
.bookmark {
background-image:url(img/bookmark.jpg);
height:70px;
width:175px;
padding-left:10px;
padding-right:10px;
padding-top:40px;
padding-bottom:10px;
font-size:11px;
margin-left:-7px;
}
.floatleft{
float:left;
width:87px;
}
/*padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;*/


/* promotions page */
.prom_container{
width:100%;
margin-bottom:20px;
}
.prom_imgcol{
width:216px;
float:right;
margin-top:20px;
}
.prom_textcol{
width:450px;
float:left;
}






/* join/create challenge page */
.challenge_title{
height: 23px;
width: 270px;
margin-bottom:10px;
}
.existing_bg{
height: 323px;/* minus padding */
width: 635px;/* minus padding */
background: url("img/challenge/existing_bg.jpg");
padding:20px;
margin-bottom:5px;
}
.create_bg{
height: 564px;/* minus padding */
width: 635px;/* minus padding */
background: url("img/challenge/create_bg.jpg");
padding:20px;
margin-bottom:5px;
}
.players_top{
background: url("img/challenge/challenge_players_top.png");
width:280px;
height:21px;
padding-left:10px;
padding-top:5px;
}
.existing_bg p{
line-height:normal;
margin-top:0px;
margin-bottom:0px;
}
.create_bg p{
line-height:normal;
margin-top:0px;
margin-bottom:0px;
}
.submit_challenge_btn input{
height: 41px;
width: 185px;
margin-bottom:20px;
float:right;
font-size: 0;
line-height: 300px;
cursor: pointer;
border: none;
background: url("img/challenge/create_btn.jpg");
}
.join_challenge_btn input{
height: 41px;
width: 185px;
margin-bottom:20px;
float:right;
font-size: 0;
line-height: 300px;
cursor: pointer;
border: none;
background: url("img/challenge/existing_btn.jpg");
}
.col_one{
height: 41px;
width: 315px;
float:left;
}
.col_two{
height: 41px;
width: 315px;
float:right;
}
.option{
white-space: nowrap;
overflow: hidden;
cursor: default;
}
.active{
background: #bedb77;
}
.open_challenge_list{
overflow-y: scroll;
overflow-x: hidden;
width: 635px;
height: 185px;
background-color: #FFFFFF;
padding-top: 5px;
padding-left: 5px;
margin-left:-5px;
}
.hover_left{
	float:left;
	margin-left:5px;
}
.accept_decline_bg{
height: 228px;/* minus padding */
width: 635px;/* minus padding */
background: url("img/challenge/accept_decline_bg.jpg");
padding:20px;
margin-bottom:5px;
}
.details_bg{
height: 115px;/* minus padding */
width: 615px;/* minus padding */
background: url("img/challenge/detail_box.png");
padding-top:3px;
padding-left:10px;
padding-right:10px;
}
.message_bg{
padding:10px;
background:url("img/challenge/message_bg.png");
width:615px;
height:50px;
margin-top:10px;
}
.message_area{
width:400px;
height:50px;
float:left;
}
.btn_area{
width:200px;
margin-top:5px;
margin-left:10px;
height:41px;
float:left;
}
.join_inner_box{
height: 59px;/* minus padding */
width: 615px;/* minus padding */
background: url("img/challenge/join_inner_box.png");
padding-bottom:10px;
padding-right:10px;
padding-left:10px;
padding-top:8px;
margin-bottom:10px;
}
.create_inner_box{
height: 92px;/* minus padding */
width: 615px;/* minus padding */
background: url("img/challenge/create_inner_box.png");
padding-bottom:10px;
padding-right:10px;
padding-left:10px;
padding-top:8px;
margin-bottom:10px;
}


/* leaderboards.php */
.leaderboard_list li{
overflow:hidden;
white-space:nowrap;
line-height:10px;
}
.leaderboard_list li a{
line-height:10px;
}
.leaderboard_col{
float:left;
font-size:10px;
overflow:hidden;
padding:0 0 0 7px;
width:103px;
}


.leaderboard_list{
}
.leaderboard_float_left{
float:left;
width:115px;
margin-right:20px;
}
.leaderboard_link{
font-size:1em;
padding:4px 0 4px;
}

/* #login_panel.* and #avatar_panel.* are defined in BD_header.css */
/*
#login_panel {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #999999;	
}
*/
/* Panel you see when you are logged in */
/*
#avatar_panel{
	margin-top:12px;
	height:110px;
	position:absolute;
	right:0px;
	top:0px;
	width:215px;
	color: #797b7a;
	font-size: 11px;
}
#avatar_panel .image {
	position: absolute;
	width: 48px;
	height: 48px;
	margin-top: 5px;
	margin-left: 10px;
}
#avatar_panel .image img {
	border: 1px solid #ffffff;
}
#avatar_panel .login_name{
	padding-top: 5px;
	padding-left: 70px;
	font-size: 14px;
	font-weight: bold;
}
#avatar_panel .generalinfo{
	padding-left: 70px;
	font-weight: bold;
}
#avatar_panel .links a{
	color: #797b7a;
}
#avatar_panel .links a:hover{
	color: #9d9ea2;
}
*/
/* --- */

/* game page icons */
.iconsBlock{
width:183px;
float:left;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:10px;
}
.iconsBlock ul{
list-style-image:none;
list-style-type:none;
width:183px;
margin:0px;
padding: 0px;
}
.iconsBlock li{
border-bottom:1px solid #e5e5e5;
list-style-image:none;
list-style-type:none;
margin:0px;
padding: 0px;
text-align:left;
width:173px;
}
/* --- */
.deposit_ad a {
	color:#000000;
	display: block;
	height: 100%;
	width: 100%;
}
.deposit_ad{
	background: url("/css/img/deposit-ad.gif");
	width:180px;
	height:60px;
	margin-bottom:10px;
}
.openx_deposit_ad{
	width:180px;
	height:60px;
	margin-bottom:10px;
}

#RecentUserDiv {
	padding: 2px;
	/*width:520px;*/
	height:80px;
	border: #CCCCCC solid 1px;
    margin-bottom:5px;
}

.RecentUserItem_heading {
	padding: 2px;
	float:left;
	width:80px;
	height:75px;
}

.RecentUserItem {
	padding: 2px;
	float:left;
	width:100px;
	height:75px;
}

.RecentUserName {
	background:url(/css/img/avatar_name_back.png) no-repeat top;
	color:#FFFFFF;
	margin-top:60px;
	padding-top:0px;
	text-align:center;
    line-height:15px;	
}

#RecentUserHeader {
	font-size:14px;
	padding:0px;
    margin:0px;
	text-align:left;	
}
.reg_img{
background:url(/css/img/benefits_integrated.jpg) no-repeat;
height:350px;
width:296px;
float:right;
}

.drupal_home_page_box {
	margin: 30px;
}
.outer_box{
margin-top:10px;
margin-bottom:30px;
}
.left_side{
margin-top:2px;
width:214px;
float:left;
}
.right_side{
width:450px;
float:right;
}
.right_side p{
margin:0px;
padding:0px;
}
#confirm_logo{
width:214px;
height:67px;
}
.jc{
background:url("/css/img/confirm_jc.gif") no-repeat;
}
.bd{
background:url("/css/img/confirm_bd.gif") no-repeat;
}
#reg_confirm td p{
font-weight:bold;
color:#78A800;
}

.challenge_details{
background:#ffffff;
padding:10px;
margin-bottom:10px;
height:80px;
-moz-border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-webkit-border-radius:3px;
}
.left_half{
float:left;
}
.right_half{
float:right;
}
.challenge_details .left_half{
width:300px;
}
.challenge_details .right_half{
width:300px;
}
.detail{
height:20px;
}
.detail .left_half{
width:85px;
font-weight:bold;
color:#ffffff;
background:url("/css/img/gr.gif") repeat-x;
padding-left:5px;
-moz-border-radius:2px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
-webkit-border-radius:2px;
}
.detail .right_half{
width:200px;
margin-left:10px;
}
.bc_leader_you{
color:#620087;
font-weight:bold;
}



.instant_win_header{
background:url(img/instantwin_bg.gif) no-repeat;
}
.jackpot_tournaments_header{
background:url(img/jackpot_bg.gif) no-repeat;
}
.mini_tournaments_header{
background:url(img/playcash_header.gif) no-repeat;
}
.free_header{
background:url(img/free_bg.gif) no-repeat;
}
.jackpot_color{
color:#2c3590;
}
.free_color{
color:#989898;
}
#cash_results h3{
color: #78A800;
font-size: 14px;
margin-top:0px;
}
.result_box{
background: #ffffff;
border: 1px solid #e5e5e5;
padding:10px;
margin-bottom:10px;
}
.result_headers{
width:645px;
padding:5px;
font-weight:bold;
font-size: 14px;
}
.result_row{
width:645px;
background: #eeeeee;
padding:5px;
margin-bottom:5px;
font-weight:bold;
}
.result_date{
width:158px;
float:left;
}
.result_prize{
width:129px;
float:left;
}
.result_name{
width:129px;
float:left;
}
.result_score{
width:129px;
float:left;
}
.result_avatar{
width:100px;
float:left;
}
.result_createdby{
margin-bottom:10px;
}
#no_results{
font-size:14px;
font-weight:bold;
margin-bottom:15px;
margin-top:5px;
padding:5px;
color:#989898;
background:#eeeeee;
}
.menu_note{
font-weight:normal;
color:#666666;
}

.dev-body td{ font-family:"Trebuchet MS", Arial, Verdana; font-size:12px; } .dev-body { padding-left: 15px; padding-right: 15px; } 


/* NEW game in progress page */
#gip{
font-family:Arial, sans serif;
color:#666666;
}
#gip .lightboxmask{
position:absolute;
left:0px;
top:0px;
z-index:100;
width:970px;
height:2000px;
opacity:0.0;
background-color:#000;
}
#gip .game_holder{
width:970px;
/*background:#ffffff url(img/gameinprogress/bg.gif) repeat-x;*/
background:#666666;
}
#gip .inner_left_col{
float:left;
width:130px;
padding-top:15px;
padding-left:10px;
padding-right:10px;
padding-bottom:15px;
}
#gip .inner_left_cont{
background:#ffffff;
border: 1px solid #e5e5e5;
padding:5px;
	-moz-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
}
#gip .inner_left_cont h1{
font-size:16px;
}
#gip .inner_left_cont h2{
font-size:14px;
}
#gip .cinema_mode{
cursor:pointer;
z-index:101;
margin-top:60px;
}
#gip .quicklinks ul{
margin:0;
padding:0;
width:100%;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#gip .quicklinks ul li{
background: url(img/gameinprogress/cog_bullet.gif) no-repeat;
text-decoration:none;
}
#gip .quicklinks ul li a{
line-height:1.5em;
color:#666666;
text-decoration:none;
display:block;
padding-left:15px;
position:relative;
}
#gip .quicklinks ul li a:hover {
color:#78A800;
}
#gip .flashgame{
position:relative;
float:right;
padding-top:15px;
padding-bottom:15px;
}
.AdSection { padding:10px 0 10px 36px;}
.game_questions_container {  padding:0 36px 0 36px;}
.game_questions { padding:10px; margin-bottom:20px;}
.game_questions h2{ margin:0; padding:0; font-size:14px;}




/* Register page and Register include styles */
div.post_game_reg { width:689px; min-height:672px; padding:180px 10px 10px 10px; background:url(img/register.png) no-repeat top left; margin:20px 33px 0 33px;}
div.post_game_reg_f { width:689px; min-height:672px; padding:180px 10px 10px 10px; background:url(img/register_f.png) no-repeat top left; margin:20px 33px 0 33px;}

.register_table { width:530px;}

table.register_top {border-collapse:collapse; width:350px;}
table.register_top td {vertical-align:middle;}
table.register_top tbody td {padding:0;}

table.register_middle {border-collapse:collapse; width:350px;}
table.register_middle td {vertical-align:middle;}
table.register_middle tbody td {padding:3px;}

table.register_bottom {border-collapse:collapse; width:530px;}
table.register_bottom td {vertical-align:middle;}
table.register_bottom tbody td {padding:0;}

.formStatusBoxContainer { position:relative; z-index:1000;}
.formStatusBoxTooltip { background:#fff none repeat scroll 0 0; border-bottom:2px solid #464646; border-right:2px solid #464646; left:5px; padding:1px; position:absolute; top:-17px; width:150px;}
.formStatusBoxInner { border:1px solid #78A800; color:#464646; font-size:11px; padding:5px;}
#submit_register input[type=submit] { background:url(img/register_free_btn.png); border: none; cursor:pointer; font-size:0; line-height:300px; width:141px; height:25px;}


table.newregister_top {border-collapse:collapse;}
table.newregister_top td {vertical-align:middle;}
table.register_top tbody td {padding:0;}

table.newregister_middle {border-collapse:collapse; font-size:12px;}
table.newregister_middle td {vertical-align:middle; text-align:left;}
table.newregister_middle tbody td {padding:3px;}
table.newregister_middle tr.dotted td{border-bottom: #fff 1px solid;}

table.newregister_bottom {border-collapse:collapse;}
table.newregister_bottom td {vertical-align:middle;}
table.newregister_bottom tbody td {padding:0;}

div#split_topfox_div table tbody tr td{width:auto; padding:0;}

.Register, .how_it_works {overflow:hidden;}
.Register .regimg{width:296px;}
.Register .reginclude{width:370px;}

.Register .left_column{width:590px; padding-right:10px; float:left;}
.Register .right_column{width:329px; float:right;}
.Register .right_column .reg_fb_connect{padding-left:20px; border-left:1px solid #cccccc;}
.Register .right_column .benefits{width:329px; height:220px; background:url(img/register_rcol.png); border-left:1px solid #ffffff; margin-top:8px;}

.how_it_works .left_column{width:304px; float:left;}
.how_it_works .middle_column{width:304px; float:left; margin-left:9px;}
.how_it_works .right_column{width:304px; float:right; margin-left:9px;}

.how_it_works .howitworks_box{ border: 1px solid #ccc; height: 270px; overflow:hidden;}
.how_it_works .howitworks_box .img_container{ width:302px; height:100px; background:#fff; border-top: 1px solid #fefefe; border-bottom: 3px solid #ddd;}
.how_it_works .howitworks_box h2{ font-size:18px; margin:0; padding:5px;}
.how_it_works .howitworks_box p{ padding:10px 5px 5px 5px; margin:0;}



hr{border: 1px solid #eee;}

/* Recent transactions page */
    table.recenttrans {border-collapse:collapse; font-size:12px;}
    table.recenttrans td {vertical-align:middle;text-align:center;}
    table.recenttrans thead tr td.empty {border-top:solid 1px white; background:none;}
    table.recenttrans thead tr td {padding:5px 15px;border:solid 1px #ccc;border-left:solid 1px #fff; background:#eee;}
    table.recenttrans tbody td {padding:5px 15px; border-bottom:solid 1px #ccc;}
    
    #my_account_container{overflow:hidden;}
    #my_account_container .settings{width:300px;}
    #my_account_container .todo{width:300px;}
    #left{float:left;}
    #right{float:right;}
    
    ul.account {list-style-type:none; padding:0; margin:0;}
    ul.account li {}
    ul.account li a { text-decoration:underline;}
    ul.account li a:hover {text-decoration:none;}
    
        /* Edit personal details box on My Account */
        #edit_box {
            display: none;
            position: absolute;
            background-color: #FFFFFF;
            border:1px solid #999999;
            padding: 25px 5px 5px 5px;
            top: 300px;
            left: 50px;
            z-index: 5;
            width: 430px;
        }
        #tbName {
            width: 300px;
        }
        #close {
            position: absolute;
            left: 100%;
            margin-bottom: 0;
            margin-right: 0;
            margin-left: -20px;
            margin-top: -20px;
            padding: 0 0 5px 0;
            z-index: 20;
        }
        #close a:hover {
            color:#FF0000;
        }




/* KoQ on BrainDash styles */
.koq_bd_container {
	width:700px;
	height:536px;
    margin: 20px auto 0 auto;
    color:#ffffff;
    font-weight:bold;
}
.koq_bd_outer_container {
	width:700px;
	height:500px;
	margin:0;
}
.koq_bd_topnav_div {
	width:700px;
	height:36px;
	background:url(img/koq/top_nav/topnav_bg.jpg);
	margin:0;
}
.koq_bd_outer_container #LeaveGame, .koq_bd_outer_container #Instructions, .koq_bd_outer_container #DailyBonus, .koq_bd_outer_container #WelcomeBonus, .koq_bd_outer_container #Welcome_DailyBonus, .koq_bd_outer_container #FriendBonus, .koq_bd_outer_container #AwardMessage{
position:absolute;
left:37px;
z-index:10000;
width:700px;
height:500px;
}


.green_box { overflow:hidden; border: 1px solid #78A800; padding:10px; background:url(img/green_fade.gif) repeat-x top left;}
.regimage{width:120px; height:396px; background:url(img/reg_II.png) no-repeat;}
.regform{width:550px;}

#register_page .regcontainer { overflow:hidden;}

#mg_text_link{font-size:11px; margin:0 0 0 0; padding:0 0 0 0;}

/* Login popup */
div#fb_login_popup_1, div#fb_login_popup_2, div#fb_login_popup_3 { overflow:hidden; padding-bottom: 10px;}
div#fb_login_popup_1 h2, div#fb_login_popup_2 h2, div#fb_login_popup_3 h2 {color:#78A800; font-size:18px; margin: 0; font-family: "Helvetica LT Std", Helvetica, Arial, sans-serif;}
div#fb_login_popup_1 .infotext_right, div#fb_login_popup_2 .infotext_right, div#fb_login_popup_3 .infotext_right{float:left; width:390px; margin-right:15px;}
#login_container {}
#login_menu { padding:0; margin:0; border:0;}
#login_menu input[type=text], #login_menu input[type=password] { display:block; -moz-border-radius:4px; -webkit-border-radius:4px; border:1px solid #9bc623; font-size:12px; margin:0 0 5px; padding:5px; width:203px;}
#login_menu p { margin:0;}
#login_menu label { font-weight:normal;}
#login_menu p.remember { padding:10px 0;}
#signin_submit { -moz-border-radius:4px; -webkit-border-radius:4px; background:#9bc623; border:1px solid #71a312; color:#fff;padding:4px 10px 5px; font-size:11px; margin:0 5px 0 0; font-weight:bold;}
#signin_submit:-moz-focus-inner { padding:0; border:0;}
#signin_submit:hover, #signin_submit:focus { background:#71a312; cursor:pointer;}
#login_benefits {background:url(img/login_benefits.png) no-repeat; width:300px; height:245px; float:left;}

#fb_connect_loggin_box{overflow:hidden;}
#fb_connect_loggin_box .fb_button{float:left; width:80px;}
#fb_connect_loggin_box .text{float:left; width:310px;}




/* Invite popup */
div#fb_invite_popup { overflow:hidden; padding-bottom: 10px;}
div#fb_invite_popup h2 {color:#78A800; font-size:18px; margin: 0; font-family: "Helvetica LT Std", Helvetica, Arial, sans-serif;}
div#fb_invite_popup .infotext_right {float:left; width:390px; margin-right:15px;}

#invite_benefits {background:url(img/fb_connect_benefits.png) no-repeat; width:300px; height:245px; float:left;}





/* Tournament page and tournament table styles */
table.listing {border-collapse:collapse;}
table.listing td {vertical-align:middle;text-align:left;}
table.listing thead tr td.empty {border-top:solid 1px white; background:none; padding:1px 5px 1px 0; width:180px;}
table.listing thead tr td {padding:1px 10px 1px 10px; border:solid 1px #ccc; border-left:solid 1px #fff; background:#fff; font-weight:bold;}
table.listing tbody td tr {border-bottom:solid 1px #ccc;}
table.listing tbody td {padding:3px 10px 3px 10px; border-bottom:solid 1px #ccc; background:#eee;}
table.listing tbody td.min-prize {color:#cc0000; font-weight:bold;}
table.listing tbody td.trophies {padding:1px 10px 1px 10px;}
table.listing tbody td.trophies img {vertical-align:middle;}
table.listing tbody td.min-prize span {text-decoration:underline;}
table.listing tbody td.win_bc {color:#cc0000; font-weight:bold;}
table.listing thead#heading tr td.empty {border:none; background:none;}
table.listing thead#heading tr td {padding:2px 0;border:none; background:#fff;}

#challenge_create_challenge{overflow:hidden;}
.mini_tournaments h3{font-size:12px; color: #78A800;}
.create_challenge{ background:#eeeeee; height: 30px; width: 145px; padding:10px; float:left; margin-right:5px; margin-left:5px; cursor: pointer; border:#cccccc 1px solid;}
.create_challenge span{text-align:center; display: block; height: 100%; width: 100%; font-size:14px; cursor: pointer;}

/* headings with tool tip question marks */
.heading_qm_container {}
.heading_qm h2 { float:left; margin:0 5px 2px 0; font-size:14px;}
.questionMark { position:relative; float:left; height:14px; width:14px; background: url(img/question_mark.png);}
.questionMark h2 { margin:0; color:#333333;}
.toolTip { position:absolute; left:21px; /*Moves it to the right beside the question mark*/ top:0; display:none; width:400px; padding:5px; border:1px solid #cccccc; background-color:#ffffff; color:#333333; font:11px Trebuchet MS, Arial, Helvetica, sans-serif; z-index:99999;}



table.awards {
	font-size:12px;
	border-collapse: collapse;
    text-align:left;
}
table.awards tr th {
	padding:5px 15px; border-top:solid 1px #ccc; border-bottom:solid 1px #ccc; background:#eee;
}
table.awards td {
	vertical-align:middle;
}
table.awards tbody td {padding:0 15px; border-bottom:solid 1px #ccc;}

.oddrowcolor{
	background-color:#ffffff;
}
.evenrowcolor{
	background-color:#DEEAC0;
}


table#ranking_totaliser {border-collapse:collapse; font-size:12px;}
table#ranking_totaliser td {vertical-align:middle; padding:0 10px;}

.login_invalid{color:#d70c0c; font-weight:bold;}

table.parenttopicstable td {
	padding-top: 0.5em;
	border-top: 1px solid #404040;
}



.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
.clear span{
	color:#b70000;
	font-weight:bold;
}
a.button {
    background: transparent url("/css/img/bg_button_a.gif") no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px Trebuchet MS, sans-serif;
    height: 16px;
    margin-right: 3px;
    padding-right: 7px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url("/css/img/bg_button_span.gif") no-repeat;
    display: block;
    line-height: 14px;
    padding: 1px 0 1px 7px;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 2px 0 0 7px; /* push text down 1px */
}



/* Dynamic game chooser - e.g under sudoku */
#beneath_game_links {
	width: 600px;
	margin-top: 3px;
    margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
    overflow:hidden;
    font-size:11px;
}
#beneath_game_links .left_link{float:left; width:220px;}
#beneath_game_links .middle_link{float:left; width:200px;}
#beneath_game_links .right_link{float:right; width:180px;}


/* Challenge fb friends fade in/out image */
#challenge_friends { background:url("/css/img/challenge_friends_bg.png") no-repeat; width: 180px; height: 117px; text-align: center; margin-left:auto; margin-right:auto; margin-bottom:7px; cursor:pointer;}
#challenge_friends img {border: 2px solid #34559a;}
#challenge_friends .friends_image { width: 54px; height: 54px; position:relative; top:35px; left:63px;}
#challenge_friends .name {position:relative; top:30px;}
#challenge_friends .name p#invite_name { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; padding:0; margin:0; text-align:center; color:#fff;}


/* Facebook invites confirmation page */
#fb_friend_invite{ font-family: "lucida grande",tahoma,verdana,arial,sans-serif; -moz-background-clip:border; -moz-background-inline-policy:continuous; -moz-background-origin:padding; background:#F7F7F7 none repeat scroll 0 0; padding:11px; overflow:hidden;}
#fb_friend_invite p{ border-bottom:1px solid #E0E0E0; color:#999999; font-size:11px; font-weight:normal; margin:0; padding:0 0 8px;}
#fb_friend_invite h2 { color:#222222; font-size:15px; margin:0; padding:0 0 4px;}
#fb_friend_invite .image { float:left; width:70px; margin-right:11px;}
#fb_friend_invite .text { float:right; width:572px;}


/*Prize Listing */
.prize_popup { font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; margin:0px; text-align:left;}
.prize_popup { margin-left:auto; margin-right:auto; text-align:left;}
.prize_popupContent { background: #FFFFFF; padding:8px; border:1px solid #78A800;}
.PrizeContent .prize_listContent { background-image:none; margin-top:0px;}
.PrizeContent .end { border-top:1px solid #78A800; }
table.prize_list_table { border-collapse: collapse;}
table.prize_list_table tbody td tr { border-bottom:none; border-bottom:0px; text-align:center;}
table.prize_list_table tbody td { border-bottom:none; border-bottom:0px; text-align:center;}
table.prize_list_table td { border-bottom:none; border-bottom:0px; vertical-align:middle; padding:4px; text-align:center;}
table.prize_list_table td tr { border-bottom:none; border-bottom:0px; text-align:center;}
table.prize_list_table th { padding:4px; font-weight:bold; text-align:center;}
table.prize_list_table tr.oddrowcolor { background:#eee;}
table.prize_list_table tr.evenrowcolor { background:#fff;}
table.prize_list_table tr.winner { background:url("/css/img/winner.gif") repeat-x;}
table.prize_list_table tr.prize_awarded { background:url("/css/img/prize_awarded.gif") repeat-x;}

.prize_money { position:relative;}
.prizeArrayPopup { position:absolute; left:60px; /*Moves it to the right beside the question mark*/ top:-50px; display:none; width:250px; color:#333333; font:11px Trebuchet MS, Arial, Helvetica, sans-serif; z-index:99999;}



/* Cash Jackpot page */
#mini_tournament_tab,#jackpot_tournament_tab { background-color:#FFF; border:1px; border-color:#ccc; border-style:solid;}


/* Peachy Bingo page */
#peachy_page { overflow:hidden;}
#peachy_page .peachy_bingo_text_container { width:400px; float:left;}
#peachy_page .peachy_bingo_image_container { width:275px; float:right;}


/* Game chooser SEO styling */
.gc_h1_div { margin-left:10px; margin-top:7px;}
.game_chooser_content { padding:0 10px 0 10px;}
.game_chooser_content h1{ font-size:24px; margin-bottom:5px;}
.game_chooser_content h2{ font-size:18px; margin-bottom:0;}
.game_chooser_content h3{ font-size:14px; margin-bottom:0;}
.game_chooser_content h4{ font-size:12px; margin-bottom:0;}
.game_chooser_content p{ margin-top:5px;}



/* Vertical add outside main content */
.vertical_banner_attachment { width:120px; height:600px; position:absolute; margin-left:980px;}
.vertical_banner_attachment .banner_120x600{ margin-top:29px; width:120px; height:600px;}



/* Home Page styles */
.home_left { width:610px; float:left;}
.home_barker_container { overflow:hidden; border:1px solid #ccc;}
.barker_img_container { float:left; width:368px; height:264px; background:#000;}
.barker_thumbnail_container { float:right; width:240px; overflow:hidden;}
.feature_thumbnail_container { background:#eee url(/css/img/home/feature_thumbnail_BG.gif) repeat-x; height:88px;}
.home_ticker_container { margin-top:10px; margin-bottom:10px;}
.all_game_genres_container { overflow:hidden;}
.genres_left { float:left; width:295px;}
.inner_genre_container { margin-bottom:10px;}
.genres_right { float:right; width:295px; margin-left:20px;}
.home_right { width:300px; margin-left:20px; float:right;}
.ad_300x250_container { width:300px; height:265px; margin-bottom:10px;}
.ad_label { width:300px; height:14px; background:#999; color:#FFFFFF; text-align:center; line-height:15px;}
.ad_300x250 { width:300px; height:250px; background:#000;}
.feature_tn_container { height:70px; width:226px; float:left; margin-left:7px; margin-right:7px; margin-bottom:8px; margin-top:10px; cursor:pointer;}
.inner_home_right_container { width:300px; margin-bottom:10px;}
.feature_game { background:#eeeeee none repeat scroll 0 0; border-left:1px solid #9fc824; border-right:1px solid #9fc824; cursor:pointer;}

/*Reg box*/
.reg_message { width:300px; height:auto; cursor:pointer; outline:none;}
.reg_message a { display: block; height: 100%; width: 100%; outline:none; color: #464646; text-decoration:none;}
.reg_message a:hover { text-decoration:none;}
.reg_message p { background: url(/css/img/home/reg_arrow.gif) no-repeat left top; padding-left:110px; margin:0; text-align:left; min-height:72px; color: #464646; font-weight:normal;}
.reg_message span { text-decoration:underline; color: #464646; font-weight:bold;}

/*Balance box*/
.balance_message { height:89px;}
.top_balance_container { background: url(/css/img/home/balance_bg.gif) no-repeat left top; height:53px; padding:5px 5px 5px 100px; font-weight:bold;}
.wallet_div {height:17px; line-height:17px; text-align:right; color:#42b5de;}
.bottom_balance_container { overflow:hidden; height:26px;}
.bottom_balance_container .deposit_funds { background: url(/css/img/home/deposit_bg.gif) no-repeat left top; width:150px; height:26px; float:left; cursor:pointer;}
.bottom_balance_container .deposit_funds a { display: block; height: 100%; width: 100%;}
.bottom_balance_container .withdraw_funds { background: url(/css/img/home/withdraw_bg.gif) no-repeat left top; width:150px; height:26px; float:right; cursor:pointer;}
.bottom_balance_container .withdraw_funds a { display: block; height: 100%; width: 100%;}
.question {margin-bottom:5px;}

.twitter_feed { /*border:1px solid #9fc824;*/}
.bookmarks_follow { border:1px solid #9fc824; padding:5px;}

/*Award message*/
#jquery_message_box{width:610px; margin:0; padding:0;}
#panel { background:url(/css/img/semi_trans_b.png) repeat; display:none; padding:20px; height:auto; width:568px; border:1px solid #d78828; overflow:hidden;}
.slide { border-bottom:3px solid #d78828; margin:0; padding:0;}
.btn-slide { background: #e5b428 url(/css/img/home/gold_grad.gif) no-repeat left top; color:#a3671e; display:block; font-size:120%; height:31px; line-height:100%; margin:0 auto; padding:10px; text-align:center; text-decoration:none; width:590px;}
.btn-slide a:focus {}
.btn-slide.active { background-position:left -51px;}

#panel_text { width:478px; float:right;}
#panel_img { width:80px; height:80px; float:left;}
#panel_text h2, #panel_text p {color:#fff; font-weight:bold;}

.home_h1 { height:22px; background:url(img/home/h1_bg.gif) repeat-x;}
.home_h1 h1{ height:22px; background:url(img/home/h1_bg.gif) repeat-x; padding-left:10px; color:#fff; line-height:20px; font-size:13px;}



/*Poll pop-up*/
#poll_id { width: 400px; height: auto;}
#poll_id h1 { font-size: 18px;}
#poll_id p { font-size: 14px; font-weight:bold; line-height:24px;}
.poll_question_bg { background:url(/css/img/poll_bg.gif) repeat-x; padding:0 5px 0 5px; border-bottom: 1px solid #deeac0;}
ul#poll { font-size: 14px; padding:0; margin:5px; list-style-position:inside;}




/*Chat styles*/
.show_chat { background: #fff; font-family: "Arial", Helvetica, sans-serif; font-size: 11px; border:1px solid #ccc; border-bottom:none; border-top:none;}
.chat_section { height:auto; border-bottom:1px solid #eee; padding:3px; overflow:hidden;}
.chat_left_section { width:185px; float:left;}
.chat_right_section { width:14px; float:right;}
#chat_report { width:14px; height:11px; cursor:pointer;}
.chat_your_send input, .chat_your_send input[type="submit"]:hover { background: url(/css/img/chat_send.gif); width: 77px; height: 18px; border: none; font-size: 0; line-height: 300px; cursor: pointer; margin: 0 0; padding: 0 0;}
.chat_your_send { margin-top:5px; margin-bottom:5px;}
.chat_your_message { margin-bottom:5px;}
.post_chat { background: #eee url(/css/img/chat_who_bg.gif) repeat-x top left; padding:3px; border-left:1px solid #ccc; border-right:1px solid #ccc;}
.chat_smileys { background: #e0e0e0 url(/css/img/chat_who_bg.gif) repeat-x top left; padding:3px; border:1px solid #ccc; border-top:none;}
#display_chat { margin-bottom:10px;}
#chat_slide_container {}
.chat_slide { background: url(/css/img/chat_header.png) no-repeat left top; display:block; font-size:120%; height:40px; line-height:100%; text-decoration:none; width:211px;}
.chat_slide a:focus {}
.chat_slide.active { background-position: left -40px; margin-bottom:10px;}
.chat_smileys img { margin:1px;}
span.chat_link p{ margin:0; padding:0;}
span.chat_link a { color:#79aa15; text-decoration:none; font-weight:bold;}
span.chat_link a span.chat_tooltip { display: none;}
span.chat_link a:hover { color:#79aa15; text-decoration:none; font-weight:bold;}
span.chat_link a:hover span.chat_tooltip { display: block; position: absolute; margin-top: 0px; margin-left: 0px; width: 175px; padding: 5px; z-index: 99999; color:#464646; background: #FFF; font: 12px; text-align: left; text-decoration: none; overflow:hidden; border:1px solid #78A800;}
.chat_tooltip h2 {font-size:13px;}
#chat_avatar { float:left; width:50px;}
.chat_stats { float:right; width:120px;}
.chat_not_allowed { background: url(/css/img/chat_not_allowed.png) no-repeat; width:211px; height:52px;}
.chat_not_allowed a { display: block; height: 100%; width: 100%; outline:none;}
.chat_lower_panel form {margin:0;}

/*Chat report popup*/
div#chat_report_popup { overflow:hidden; padding-bottom: 10px;}
div#chat_report_popup .infotext_right { float:left; width:368px; margin-right:15px;}
div#chat_report_popup .img_holder { float:right; width:117px;}
.report_btn_holder { overflow:hidden; width:160px;}
.report_yes { float:left; width:77px; cursor:pointer;}
.report_no { float:right; width:77px; cursor:pointer;}

#bingo_jackpot_link { display:none;}
#peachy_bingo_reg_message { display:none;}
#bd_email_reg_message { display:block;}
.AwardsInGroup img {margin-right:2px;}


