.autoclear
{
	height: 1%;
}

.autoclear:after
{
	content:".";
	clear: both;
	display: block;
	visibility: hidden;
	line-height: 0;
}

#container
{
	width: 864px;
	margin: 0 auto;
	background: url("/images/common/bg.png") repeat-y scroll 0 0 transparent;
}

#page
{
	/*padding: 10px 0 10px 0;*/
	padding: 0 50px;
}

body
{
	background: #F0EFEF;
	font: 12px/20px Tahoma,Helvetica,sans-serif;
	margin: 0;
}

a
{
	text-decoration: none;
	/*color:#2171AF;*/
	color: #0BB7BC;
}

a img
{
	border:0 none;
}


fieldset
{
	border: 0;
}

/** boxes **/

.box
{
	/*width: 400px;*/
	margin-bottom: 8px;
}

.box, .box .h, 
.box .h h2, 
.box .body
{
	background-repeat: no-repeat;
	background-position: bottom left;
}

.box .h
{
	background-position: top right;
}

.box .h h2
{
	padding: 6px 0 2px 12px;
	margin: 0 12px 0 0;
	background-position: top left;
	
	font: Bold 1.1em/17pt "Arial",sans-serif;
	color: #452B4E;
	position: relative;
	text-align: center;
}

.titleleft .h h2
{
	text-align: left;
}

.box .body
{
	padding-bottom: 6px;
	background-position: bottom right;
}

.box .frame
{
	border-color: #CCCCCC;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	background: #FFFFFF;
	/*padding: 0 4px;*/
	/*padding-bottom: 1px;*/
}

.box .content, .box .inner
{
	background-repeat: no-repeat;
	background-position: bottom left;
}

.box .content
{
	padding: 10px;
}

#nav, #footer-inner
{
	background: url(/images/sites/mybingo/menu/menubg.png) no-repeat;
	padding: 4px 10px;	
}


#nav
{
	list-style: none;
	/*margin: 0;*/
	text-indent: 0;
	clear: both;
	margin: 10px 0 0 0;
}

#nav li
{
	/*border-right: 1px solid #FFE2F9;*/
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#nav li.first
{
	padding-left: 0px;
}

#nav li.last
{
	border-right: 0px;	
}

#nav li a
{
	float: left;
	/*margin-right: 20px;*/
}

#nav li a span
{
	font:bold 12px Tahoma,Helvetica,sans-serif;
	/*color: #FFFFFF;*/ /* mybingo style */
	text-decoration: none;
	padding: 0 10px;
	line-height: 38px;
	display: block;
}

#footer
{
	background: url(/images/sites/mybingo/footerbg.png) no-repeat;
	padding: 0 50px;
	height: 99px;
	color: #ffffff;
	margin-top: 5px;
}

#footer-inner
{
	line-height: 38px;
	vertical-align: middle;
	font-weight: bold;
}

#badge
{
	float: right;
	margin-top: 4px;
	margin-right: 4px;
}

.main-banner
{
	height: 229px;
	width: 501px;
	margin-bottom: 10px;
}


.btn
{
	width: 146px;
	height:28px;
	display: block;
	padding:25px 20px 15px 70px;
	color:#FFFFFF;
	font-size:14px;
}

.btn-players
{
	background: url("/images/common/btn-players.png") no-repeat scroll 0 0 transparent;
	font: bold 36px Georgia,Times,serif;
	padding: 10px 20px 30px 70px;
	color: #000000;
	margin-top: 28px;
}

.btn-players span 
{
	color: #868585;
	font: bold 11px Tahoma,Helvetica,sans-serif;
}

.btn-pencil
{
	background:url("/images/sites/mybingo/btn-pencil.png") no-repeat scroll 0 0 transparent;
	
}

.btn-mail
{
	background:url("/images/sites/mybingo/btn-mail.png") no-repeat scroll 0 0 transparent;
}

#main, #main-big
{
	width: 501px;
	/*width: 522px; */
	float: left;
}

#main-big
{
	width: 510px;
}

#sidebar
{
	float: right;
	width: 240px;
}

.sidelinks
{
	margin-bottom: 8px;
}

#user-login
{	
	float: right;
	clear: both;
}

#user-login input
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #dddddd;
	padding-left: 5px;
	width: 112px;
}

#login-links
{
	float: right;
	clear: both;
	font-weight: bold;
	margin-right: 10px;
}

#login-links a
{
	margin-left: 12px;
	font-size:8pt;	
}

#header
{
	padding-top: 10px;
}

button, button span,
a.button, a.button span
{
	background-image: url(/images/sites/mybingo/button.png);
	background-repeat: no-repeat;
	background-position: right -24px;
	color: #000000;
}

button, a.button
{
	overflow: visible;
	padding: 0;
	border: 0;
	cursor: pointer;
	
	/*position: relative;*/
	padding-right: 12px;
	height: 24px;
	margin-right: 4px;
	font-size: 0.9em;
	font-family: "Arial",sans-serif;
}

button span, a.button span
{
	/*position: relative;*/
	white-space: nowrap;
	display: block;
	
	height: 24px;
	line-height: 24px;
	background-position: top left;
	padding: 0 0 0 12px;
	font-size: 1em;
	text-align: center;
}

a.button
{

	display: inline-block;
}

a.button span
{
	display: inline-block;
}

button:hover, a.button:hover
{
	background-position: right -72px;
}

button:hover span, a.button:hover span
{
	background-position: left -48px;
	color: #c40081;
}

button:disabled
{
        opacity: 0.5;
}

/*button
{
	width: auto;
	overflow: visible;	
}*/

button::-moz-focus-inner
{
	border: none;
}

#user, #user-inner
{
	background-image: url(/images/sites/mybingo/box/userbar.png);
	background-repeat: no-repeat;
}

#user
{
	/*margin-top: 10px;*/
	background-position: 0 0;
	float: right;
	padding-left: 52px;
	clear: both;
	width: 355px; /* if it gets larger than this the page breaks. */
}

#user-manage
{
	float: right;
	margin-left: 10px;
	padding-top: 5px;
}

#user-manage .welcome a
{
	color: #B23E74;	
}

#user-inner
{
	background-position: bottom right;
	height: 61px;
	padding-right: 10px;
}

#user #user-cash span 
{
	font-size: 23px;
	line-height: 61px;
}

#user #user-cash 
{
	color: #217009;
	font: bold 14px Georgia,Times,serif;
}

.bingogame
{
	float: left;
	width: 240px;
	margin-right: 10px;	
}

.bingogame .inner
{
	height: 200px;
}

h1
{
	border-bottom: 4px solid #EEEEEE;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 18pt;
}

p
{
	color: #666666;
	font-weight: normal;
}

ul.icons, .winners ul, ul.processorlist, ul.tickets, ul.bingo-stats, #sidebar ul.menu, ul.balances, ul.statFields
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

ul.icons li
{
	/*float: left;*/
	display: inline;
}

.winners
{
	width: 240px;
	margin-right: 10px;
	float: left;
}

.winners ul li
{
	margin-top: 10px;
	clear: left;	
	height: 50px;
	background: url(/images/common/winner_li.png) no-repeat scroll center 0px transparent;
	padding-top: 15px;
}

.winners .content, .winners .inner
{
	/*background-color: #FFE2F9;*/	
}

.winner .winProfile
{
	float: left;
	margin-right: 5px;
	height: 50px;
	width: 50px;
}

.winner 
{
	font-size: 8pt;
	font-weight: normal;
	line-height: 12pt;
}

.ffriend
{
	color:#666666;
}

#sidebar
{
	font-weight: bold;	
}

#sidebar .ad
{
	margin-bottom: 10px;
	text-align: center;	
}

#sidebar .ad1, #sidebar .ad2
{
	float: left;
}

.processorlist li, .offerlist a
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCCCCC;
}

.processorlist li em, .offerlist a em
{
	display: block;
	text-align: center;
}

.one-col
{
	width: 244px;
	float: left;
	padding-right: 10px;
}

.two-col
{
	float: left;
	width: 510px;	
}

#deposit-info
{
	clear: both;
}

#deposit-confirm .col
{
	float: left; /* Cannot work for input boxes */
	margin-right: 10px;
}

.buttons
{
	padding-top: 20px;
	clear: both;
}

#deposit-confirm em, #deposit-confirm label
{
	font-weight: bold;
	font-style: normal;
	width: 70px;
	float: left;
	text-align: right;
	padding-right: 8px;
}

.donatemessage
{
	text-align: center;
}

input#amount
{
	width: 50px;
}

.help-rating
{
	margin-top: 10px;
}

.helpDesk textarea
{
	width: 100%;
	margin-bottom: 10px;
}

.bingo-stats
{
	color: #666666;
	float: left;
}

.bingo-stats span
{
	display: block;
	font-weight: bold;
}


.numPlayers  
{
	background: #eaeaea;
	font-family:Arial,sans-serif;
	font-size:36pt;
	font-weight:bold;
	width: 85px;
	text-align:center;
	line-height: 36pt;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cccccc;	
}

.numPlayers span
{
	color:#444444;
	font-size:12pt;
	display: block;
	line-height: 12pt;
}

.bingocol
{
	float: right;
	text-align: center;
}

.play-button
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.play-button .button
{
	font-size: 12pt;
	line-height: 12pt;
}

#sidebar ul.menu li
{
	background: url("/images/common/icon-dot.png") no-repeat scroll 0 6px transparent;
	padding: 0px 12px;
}

ul.balances li strong 
{
	color:#888888;
	display:block;
	margin-bottom:2px;
}

ul.balances li span 
{
	color:#FF0078;
	font-size:128%;
	font-weight:700;
}

fieldset label
{
	float: left;
	width: 150px;
	clear: both;
	padding-left: 20px;
}

fieldset .row
{
	margin-bottom: 5px;
}

label.required
{
	/*background: url(/images/common/icon-plus.png) no-repeat;*/
	background: url(/images/common/req.gif) no-repeat;
}

ul.icons
{
	padding-left: 35px;
}

ul.statFields
{
	margin-left: 132px;
}

.imgBox
{
	float: left;
	text-align: center;
}

#stats-buttons
{
	clear: both;
	float: right;
}

.statFields li 
{
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	height: 70px;
	margin: 0 10px 10px 0;
	padding: 10px;
	width: 140px;
	display: block;
	float: left;
}

.statFields strong
{
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
}

.statFields p
{
	font: 10pt Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 18pt;
	font-weight: bold;
	margin: 0;
	margin-top: 10px;
}

.profileLeft
{
	margin: 5px 0 10px;
	padding: 2px;
	text-align: center;
	width: 160px;
	float: left;
	margin-right: 15px;
}

#verifiedhold input 
{
	display: inline;
	float: none;
}

#verifiedhold
{
	border: 2px solid #FF0000;
	padding: 5px;
	margin-top: 10px;
	color: #666666;
}

#verifiedhold label
{
	width: auto;
	padding: 0;	
}

.btn
{
	font-weight:bold;
}

.loginbox
{
	width: 50%;
}

.loginbox label
{
	text-align: right;
	padding-right: 10px;
	width: 80px;
}

.forgotpass button, .invitefriends .button, .invitefriends button, .loginbox button, .textbox .button, .confirmbox button, .validatebonus button, .publicprofile button
{
	float: right;
}

#prepurchasetable td, #prepurchasetable th, #prepurchasetable table, #prepurchasetable tr, .games td, .games th, .games table, .games tr, #ticket-view, #ticket-view tr, #ticket-view th
{
	border: medium none;
}

#prepurchasetable tbody .a, .games tbody .a, #ticket-view tbody .a
{
	background-color: #EFEFEF;
}

#prepurchasetable thead, .games thead, #ticket-view thead
{
	text-align: left;
}

#prepurchasetable thead th, #prepurchasetable thead td, .games thead th, .games thead td,  #ticket-view thead th, #ticket-view td
{
	padding-left: 5px;
	padding-right: 5px;
}

#prepurchasetable, table.games, #ticket-view
{
	border: 1px solid #c0c0c0;
	margin-bottom: 10px;
}


table.games, #ticket-view
{
	width: 100%;	
}

table.games
{
	margin-top: 10px;
}


#topbar
{
	float: right;
}

#langbar
{
	float: right;
	padding-right: 8px;
}

.search label, .search select, .search input
{
	float: left;
}

.search label
{
	clear: both;
	width: 100px;	
}

.search button
{
	clear: both;
	float: right;	
}

#prepurchasetable
{
	width: 100%;
}

div#field-alias.valid input
{
	background-image: url(/images/common/message-icon-check.png);
	background-position:right center;
	background-repeat:no-repeat;
}

div#field-alias.invalid input
{
	background-image: url(/images/common/message-icon-x.png);
	background-position:right center;
	background-repeat:no-repeat;
}

.box table
{
	clear: both;
}

#member-container
{
	background-color: #EFEFEE;
	clear: both;
	border: 2px solid #FFE3F9;
}

ul.tabs
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

ul.tabs li
{
	float: left;
	padding: 0 10px;
}

ul.tabs li.active
{
	background-color: #FFE3F9;
}

.userBox  {
	background:none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
	float: left;
	height: 80px;
	margin: 0 10px 10px 0;
	width: 150px;
}

.userBox h4 
{
	background:url("/images/common/header-tile.png") repeat-x scroll 0 0 #F66EAE;
	border:1px solid #F66EAE;
	font-size:8pt;
	margin: 0 0 4px;
	color: #FFFFFF;
	padding-left: 4px;
}

.userBox img.profile
{
	margin-left: 4px;
}

.userBox h4 img
{
	float: right;
	margin-top: 2px;
	margin-right: 2px;
}

.member-list
{
	padding: 5px 0 5px 10px;	
}

#member-container form
{
	background-color: #FFE3F9;
	margin-bottom: 5px;
	padding: 5px;
}

.paging
{
	clear: both;
}

.error-desc, .debit
{
	text-align: center;
}

#help-message-area .small-box 
{
	background:url("/images/common/help_desk_small_box.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:119px;
	/*margin:0 16px;*/
	width:127px;
}

#inbox  
{
	color:#00487A;
}

#outbox
{
	color: #d9710b;
}

#archived
{
	color: #db18c1;
}

.message 
{
	float:left;
	height:108px;
	margin-left:3px;
	margin-top:5px;
	width: 121px;
}

.message span 
{
	display:block;
}

.help-message-header 
{
	font-size:13pt;
	font-weight:bold;
	margin-top:3px;
	padding-bottom:3px;
	text-align:center;
	border-bottom: 1px solid;
}

.help-message-content  
{
	font-size: 42pt;
	text-align: center;
	line-height: 46pt;
}

.help-message-footer  
{
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
}

#help-message-area
{
	font-weight: bold;
	padding-bottom: 10px;
}

#no-tickets
{
	text-align: center;
}

ul.radio-box, ul.headers
{
	list-style: none;
}

#emailstatuserror
{
	padding-top: 10px;
}

#emailstatuserror label
{
	width: auto;
	padding-left: 0;
	padding-right: 10px;
}

.ffriend a 
{
	font-weight: bold; 
	float: left;
	margin-right: 4px;
}

.ticket-unread
{
	font-weight: bold;
}

/* for swf object */
#flash
{
	position: absolute;
	width: 700px;
	height: 525px;
}


#bottom-menu
{
	padding: 0;
	margin: 0;
	text-indent: 0;
	list-style: none;
	text-align: center;
}

#bottom-menu li
{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #cccccc;
}

#bottom-menu li.last
{
	border-right: 0;
}

#merchants
{
	margin: auto;
	margin-bottom: 10px;
	padding: 10px;
	background: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 20px #888888;
	width: 300px;
	text-align: center;
}

.locked img
{
        opacity: .5;
        -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        filter: alpha(opacity=50)
}

.success-desc, .credit
{
	color:#01BF00;
	text-align:center;
}

#twtr-widget-1
{
	padding-bottom: 10px;
}

.accountbuttons 
{ 
	margin-top: 10px; 
}

#gamefooter
{
        padding-top: 5px;
        text-align: center;
}

/* CM Bingo list stuff */

        .cm
        {
                /*position: relative;*/
        }

        .cm .cmpopup
        {
                padding: 8px;
                background: #FFFFFF;
                color: #000000;
                margin-top: -105px;
                margin-left: -50px;
                position: absolute;
                display: none;
                border: 1px solid #888888;
                opacity: 0;
                visibility: hidden;
                -moz-box-shadow: 0px 0px 10px black;
		z-index: 9999;
        }

        .cm .cmlink:hover .cmpopup
        {
                opacity: 1;
                display: block;
                visibility: visible;
        }

        tr.disabled .cm .cmlink .cmpopup
        {
                display: none;
        }

        .cmpopup img
        {
                display: block;
        }

