body {
	margin: 0px;
	font-weight: normal;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:12px;
	color: #6f777c;
}

.quicksignup {
	margin: 0px;
	font-weight: normal;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:13px;
	color: #2b2f5f;
}

.listboxItem {
	z-index:1000;
}

.quicksignupTerms {
	margin: 0px;
	font-weight: normal;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:11px;
	color: #2b2f5f;
}

textarea{
	font-family:Trebuchet MS,Calibri,arial;
	font-size:12px;
}

.signup {
	margin: 0px;
	font-weight: normal;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:18px;
	color: #2e3358;
}

.list {
	margin: 0px;
	font-weight: bold;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:12px;
	color: #6f777c;
}

.date {
	margin: 0px;
	font-weight: normal;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:12px;
	color: #FFFFFF;
}

.prize {
	margin: 0px;
	font-weight: bold;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:12px;
	color: #929ea5;
}

.amount {
	margin: 0px;
	font-weight: bold;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:12px;
	color: #3c446b;
}

.title {
	margin: 0px;
	font-weight: bold;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:16px;
	color: #3d446b;
}

.name {
	margin: 0px;
	font-weight: bold;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:14px;
	color: #30b8ec;
}

.winprize {
	margin: 0px;
	font-weight: bold;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:14px;
	color: #929ea5;
}

.winamount {
	margin: 0px;
	font-weight: bold;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:14px;
	color: #3c446b;
}

.wintitle {
	margin: 0px;
	font-weight: bold;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:18px;
	color: #3d446b;
}

.winname {
	margin: 0px;
	font-weight: bold;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:14px;
	color: #30b8ec;
}

.submenu {
	margin: 0px;
	font-weight: bold;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:14px;
	color: #3c446b;
	cursor: pointer;
}


.submenu_active {
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:14px;
	color: #26b7ec;
	cursor: pointer;
}

.submenu_active:hover {
	text-decoration: none;
}

.submenu:hover {
	text-decoration: none;
	margin: 0px;
	font-weight: bold;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:14px;
	color: #929ea5;
	cursor: pointer;
}


a {
	text-decoration: none;
	font-weight: normal;
	font-family:Trebuchet MS,Calibri,arial;
	font-size: 12px;
	color: #30b8ec;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	color: #30b8ec;
}

.jackpot {
	margin: 0px;
	font-weight: bold;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:12px;
	color: #3d446b;
}

.pagenrs div {
	font-size:16px;
}
.pagenrs div.selected {
	font-size:18px;
	font-weight:bold;
}
.pagenrs a {
	font-size:16px;
}

.loginArea {
	text-decoration: none;
	font-weight: normal;
	font-family:Trebuchet MS,Calibri,arial;
	font-size: 12px;
	color: #3c446b;
	cursor: pointer;
}

.loginArea:hover {
	text-decoration: underline;
	color: #3c446b;
	cursor: pointer;
}
.quickSignup {
	font-family:Trebuchet MS,Calibri,arial;
	font-size: 12px;
	color: #3c446b;
	padding-left: 6px;
}


#backgroundPopup{
	display:none;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	z-index:100;
}

#loading { 
	overflow:none;
	display:none;
	top: 100px;
	left: 50%;
	margin-left: -250px;
	position:fixed;
	height:320px;
	width:500px;
	z-index:300;
	padding:0px;
}


.popupTitle {
	color: #3c446b;
	font-size: 20px;
}

.popupText {
	color: #3c446b;
	font-size: 14px;
}


/* Tool tip styles. Don't touch! */
.toolTip { background-image: url(../images/tooltip/b.gif); background-repeat: no-repeat;
	background-position: bottom right; height: 33px; position: absolute; display: none; }
.toolTip .tpCorner { width: 12px; height: 23px; overflow: hidden; float: left; background-repeat: no-repeat; }
.toolTip span { display: block; float: left; padding: 0px 5px 0 5px; line-height: 23px;
	background-image: url(../images/tooltip/m.gif); height: 23px;}
.toolTip .tpLeft { background-image: url(../images/tooltip/l.gif); background-position: top right; }
.toolTip .tpRight { background-image: url(../images/tooltip/r.gif); background-position: top left;}

.toolTipPNG  { background-image: url(../images/tooltip/b.png); }
.toolTipPNG span  { background-image: url(../images/tooltip/m.png); }
.toolTipPNG .tpLeft { background-image: url(../images/tooltip/l.png); }
.toolTipPNG .tpRight { background-image: url(../images/tooltip/r.png); }

/* end tool tip */

/* Language drop down. Don't touch  ;) !!! */

body td .langDropdown {
	cursor: pointer;
	float: left;
	width: 50px;
	height: 23px;
	background-image: url(../images/layout/langChoice.gif);
	padding: 0; 
	margin: 0 20px 0 0;
	overflow: hidden;
}

body td .langDropdownHover {
	background-image: url(../images/layout/langChoiceOver.gif);
}

body td #langDropdownSlide {
	position: absolute;
	width: 50px;
	height: auto;
	display: none;
	padding: 0;
	overflow: hidden;
	margin: 0;
}

body td #langDropdown .mainFlag {
	position: absolute;
}

body td #langDropdownSlide .top {
	position: absolute;
	background-image: url(../images/layout/langChoiceDropdown.gif);
	height: 3px;
	top: 0px;
	left: 0px;
	width: 50px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

body td #langDropdownSlide .bottom {
	position: absolute;
	background-image: url(../images/layout/langChoiceDropdown.gif);
	
	background-position: 0px 3px;
	height: 3px;
	bottom: 0px;
	left: 0px;
	width: 50px;
	padding:0;
	overflow: hidden;

}

body td #langDropdownSlide .content {
	background-image: url(../images/layout/langChoiceDropdownBack.gif);
	position: relative;
	height: auto;
	width: 50px;
	margin: 0 0 6px 0;
	overflow: hidden; 
	top: 3px;
}

body td #langDropdownSlide .content .arrow {
	background-image: url(../images/layout/langChoiceArrow.gif);
	background-repeat: no-repeat;
	background-position: 34px 6px;
	overflow: hidden;
	height: auto;
	width: 50px;
	margin: 0;
	padding: 0px;
}

body td #langDropdownSlide .flag {
	float: none;
	margin: 1px 0 10px 5px;
}

body td #langDropdownSlide .lastFlag {
	margin-bottom: 0px;
}

body td .langDropdown .flag {
	background: url(../images/layout/langChoiceFlagback.gif);
	padding: 1px;
	width: 21px;
	height: 13px;
}

body td #langDropdownSlide .flag img {
	margin: 0;
}

body td .langDropdown img {
	padding: 0;
	width: 21px;
	height: 13px;
	margin: 5px 0 0 6px;
}


/* end language drop */


.casinoDescription {
 	font-family: Trebuchet, Tahoma, Arial, "Times New Roman";
	font-size: 12px;
}

.casinoDescription tr td {
 	font-family: Trebuchet, Tahoma, Arial, "Times New Roman";
	font-size: 12px;
}

.casinoDescription tr th {
 	font-family: Trebuchet, Tahoma, Arial, "Times New Roman";
	font-size: 12px;
}

.tableborder {
 	font-family: Trebuchet, Tahoma, Arial, "Times New Roman";
	border-collapse: collapse;
}

.tableborder tr td {
 	font-family: Trebuchet, Tahoma, Arial, "Times New Roman";
	border: 1px solid;
	padding: 10px;
}

.tableborder tr th {
 	font-family: Trebuchet, Tahoma, Arial, "Times New Roman";
 	font-size: 13px;
	font-weight: bold;
	border: 1px solid;
}

.casinoGameDescriptionTitle {
	font-size: 18px;
	color: #39b0e8;
}

.casinoGameDescriptionText {
	font-size: 12px;
	color: #3c446b;
}

.casinoCategories {
	margin: 0px;
	font-weight: normal;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:14px;
	color: #3d446b;
}

.casinoCategoriesActive {
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
	font-family:Trebuchet MS,Calibri,arial;
	font-size:14px;
	color: #30b8ec;
}
.casinoCategoriesActive:hover {
	text-decoration: none;
}

.errorMessagePopupBox {
	background-color: #e7edf1;
	padding: 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
	border: 1px #b6bec4 solid;
}

.ideal, .ppc, .moneybookers, .neteller, .paysafecard, .paypoint, .mrcash, .ukash {
	margin-top:3px;
	margin-right:5px;
	width:32px;
	height:22px;
	background-image:url('../images/personal/includes/pay/paymentIcons_1.png');
	float:left;
}
.ppc {
	background-position: 0px -22px;
}
.moneybookers {
	background-position: 0px -44px;
}
.neteller {
	background-position: 0px -66px;
}
.paysafecard {
	background-position: 0px -88px;
}
.paypoint {
	background-position: 0px -110px;
}
.ukash {
	background-position: 0px -132px;
}
.mrcash {
	background-position: 0px -154px;
}
.cornersSmall {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius:  5px 5px 5px 5px;
	position: relative;
}

.leftPay {
	float:left;
	width:438px;
	margin-left:10px;
}
.leftPay .title, .rightPay .title {
	margin-top:13px;
	margin-bottom:10px;
	margin-left:10px;
}
.rightPay {
	float:left;
}

.freeBonusBox, .bonusBox{
	height:86px;
	background-color:#cde1f1;
	border:1px solid #a0c4e2;
	width: 418px;
	overflow-y:auto;
}

.h86{
	height:86px;
}
.h140{
	height:140px;
}
.bonusHeader{
	padding-top:10px;
	padding-bottom:15px;
	padding-left:15px;
	padding-right:15px;
}
.hide{
	display: none;
}
.termsconds{
	text-decoration: underline;
}
.termsconds:hover{
	cursor: pointer;
}
.termscondsTxt{
	text-align: left;
	margin: 15px;
}

.bonusTypeTitle {
	color:#38b0e8;
	font-weight:bold;
	font-size:14px;
}
.questionMark {
 	background:url(../../assetsNew/images/structure/info.png);
 	width:18px;
 	height:18px;
 	cursor:help;
 	margin:0 0 0 5px;
	display:block;
	float:left;
}

.textShadowWhite {
	text-shadow: 1px 0px #f0f6fb;
}

#casinoPopup #casinoMenu .left {
	float:left;
	background-image:url('../../assetsNew/images/pages/casino/popupmenu2.jpg');
	height:40px;
	width:16px;
}

#casinoPopup #casinoMenu .item {
	float:left;
	height:40px;
	background-image:url('../../assetsNew/images/pages/casino/popupmenu2.jpg');
	cursor:pointer;
}

#casinoPopup #casinoMenu .i1 {
	width:124px;
	background-position:-16px 0px;
}
#casinoPopup #casinoMenu .i1:hover  {
	background-position:-16px -40px;
}
#casinoPopup #casinoMenu .item.i1.active {
	background-position:-16px -40px;
}

#casinoPopup #casinoMenu .i2 {
	width:98px;
	background-position:-140px 0px;
}
#casinoPopup #casinoMenu .i2:hover,#casinoPopup #casinoMenu .i2.active {
	background-position:-140px -40px;
}
#casinoPopup #casinoMenu .i3 {
	width:155px;
	background-position:-238px 0px;
}
#casinoPopup #casinoMenu .i3:hover,#casinoPopup #casinoMenu .i3.active {
	background-position:-238px -40px;
}
#casinoPopup #casinoMenu .i4 {
	width:155px;
	background-position:-393px 0px;
}
#casinoPopup #casinoMenu .i4:hover,#casinoPopup #casinoMenu .i4.active {
	background-position:-393px -40px;
}
#casinoPopup #casinoMenu .i5 {
	width:141px;
	background-position:-548px 0px;
}
#casinoPopup #casinoMenu .i5:hover,#casinoPopup #casinoMenu .i5.active {
	background-position:-548px -40px;
}

#casinoPopup #casinoMenu .right {
	width:27px;
	background-image:url('../../assetsNew/images/pages/casino/popupmenu2.jpg');
	background-position:-698px 0;
	float:left;
	height:40px;
}
#casinoPopup #casinoGames {
	height:550px;
	overflow-y: scroll;
}
#casinoPopup .gamesMenu {
	text-align:center;
	padding:10px 0;
	width:681px;
	margin-left:10px;
	border-bottom:1px solid #c9d1d6;

}

#casinoPopup .subMenuItem {
	padding: 0px 20px;
	margin:15px 0 10px 0;
}
#casinoPopup .subMenuItem a {
	font-size:14px;
	font-weight:bold;
}
#casinoPopup .subMenuItem a.active {
	color:#37355f;
}

#casinoPopup .container {
	margin:10px 0 20px 10px;
}

#casinoPopup .centerT {
	width:681px;
	height:8px;
	background-image:url('../../assetsNew/images/pages/casino/centerBgTop.png');
	margin-top:10px;
	margin-bottom:-3px;
}
#casinoPopup .center {
	width:681px;
	background-image:url('../../assetsNew/images/pages/casino/centerBg.png');
	min-height:400px;
}
#casinoPopup .centerB {
	width:681px;
	height:8px;
	background-image:url('../../assetsNew/images/pages/casino/centerBgBottom.png');
	margin-top:-4px;
}
.game {
	position: relative;
}
.game .mouseOver {
	position: absolute;
	margin-top: 100px;
	display: none;

	width: 250px;
	max-height: 100px;
	background-color: lightyellow;
	border: 1px solid black;

	overflow: auto;
}
.game .img:hover .mouseOver {
	display: block;
}
.game.l .mouseOver, .game.m .mouseOver {
	margin-left: 180px;
	z-index: 1;
}
.game.r .mouseOver {
	margin-left: -180px;
	z-index: 2;
}
.game.l {
	width: 226px;
	height: 221px;
	border-bottom:1px solid #c9d1d6;
	border-top:1px solid #ffffff;
	border-right:1px solid #c9d1d6;
	float:left;
}
.game.l.first, .game.m.first, .game.r.first {
	border-top:none;
}
.game.l.last, .game.m.last, .game.r.last {
	border-bottom:none;
}

.game.m {
	float:left;
	width:225px;
	border-left:1px solid #ffffff;
	border-right:1px solid #c9d1d6;
	border-bottom:1px solid #c9d1d6;
	border-top:1px solid #ffffff;
	height:221px;
}

.game.r {
	float:left;
	width:226px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #c9d1d6;
	border-top:1px solid #ffffff;
	height:221px;
}
.game .title {
	line-height:32px;
	text-align:center;
	overflow:hidden;
	height:32px;

}

.game .img {
	margin:0 0 0 9px;
	height:143px;
	width:205px;
}
.game .menu {
	margin:0 0 0 9px;
}
.game .menu .favourite {
	width:32px;
	height:36px;
	float:left;
	cursor:pointer;
	background-image:url('../../assetsNew/images/pages/casino/buttons.png');
}
.game .menu .favourite:hover {
	background-position:0 -36px;
}
.game .menu .favourite.active {
	background-position:0 -72px;
}
.game .menu .info {
	width:39px;
	height:36px;
	float:left;
	cursor:pointer;
	background-image:url('../../assetsNew/images/pages/casino/buttons.png');
	background-position:-32px 0px;
}
.game .menu .info:hover {
	background-position:-32px -36px;
}

.game .menu .fun {
	width:65px;
	height:36px;
	float:left;
	cursor:pointer;
	background-image:url('../../assetsNew/images/pages/casino/buttons.png');
	background-position:-71px 0px;
}
.game .menu .empty {
	width:65px;
	height:36px;
	float:left;
	background-image:url('../../assetsNew/images/pages/casino/buttons.png');
	background-position:-71px -72px;

}
.game .menu .fun:hover {
	background-position:-71px -36px;
}

.game .menu .real {
	width:69px;
	height:36px;
	float:left;
	cursor:pointer;
	background-image:url('../../assetsNew/images/pages/casino/buttons.png');
	background-position:-136px -0px;
}
.game .menu .real:hover {
	background-position:-136px -36px;
}

#clock {
	position: absolute;
	right: 30px;
	top: 10px;
}
#clocktxt {
	color: #719FCD;
}

.contentResponsibleGambling{
	margin:20px;
}
#limitInput {
	display: none;
	text-align: right;
}
.hide{
	display: none;
}
#setLimit {
	clear: both;
}
.contentResponsibleGambling h3{
	text-decoration: underline;
}

.status_desc_cat_group {
    text-align: center;
    margin-top: 15px;
}
.status_desc_cat_box {
    display: inline-block;
    width: 160px;
    background-color: #fff;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #B2B2B2;

}