@import "layout.css";
@import "topnav.css";
@import "common.css";
@import "winners.css";
@import "cashoo.css";
@import "instantgames.css";
@import "bingogarden.css";
@import "userforms.css";
@import "games.css";
@import "ui.core.css";
@import "ui.theme.css";
@import "ui.datepicker.css";
@import "ui-tabs-games.css";

div { behavior: url(/iepngfix.htc) }

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #a4277c url(../images/backgrounds/bodyrepeat.png) repeat-x center top;
}

h1 {
	color: #cc2597;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #cc2597;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color: #cc2597;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}

h3.blue {
	color: #205acf;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}

h4 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}

h4.blue {
	color: #205acf;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}

.h2_non_bold {
	color: #cc2597;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

p { margin: 0 0 16px; }

a {
	color: #cc2597;
	text-decoration: none;
	outline: none;
}

.header_deposit {
	color: #f0b100;
	font-weight: bold;
	font-size: 12px;
}

img {
	border: none;
}

.handcursor{
cursor:hand;
cursor:pointer;
}

.sharedspacer {
	height: 30px;
}

.mb20 {
	margin-bottom: 20px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}