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;
}

.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:1;
}

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


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

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


/* Tool tip styles. Don't touch! */
.toolTip { background-image: url(/assets/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(/assets/images/tooltip/m.gif); height: 23px;}
.toolTip .tpLeft { background-image: url(/assets/images/tooltip/l.gif); background-position: top right; }
.toolTip .tpRight { background-image: url(/assets/images/tooltip/r.gif); background-position: top left;}

.toolTipPNG  { background-image: url(/assets/images/tooltip/b.png); }
.toolTipPNG span  { background-image: url(/assets/images/tooltip/m.png); }
.toolTipPNG .tpLeft { background-image: url(/assets/images/tooltip/l.png); }
.toolTipPNG .tpRight { background-image: url(/assets/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(/assets/images/layout/langChoice.gif);
	padding: 0; 
	margin: 0 20px 0 0;
	overflow: hidden;
}

body td .langDropdownHover {
	background-image: url(/assets/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(/assets/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(/assets/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(/assets/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(/assets/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(/assets/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-size: 12px;
}

.casinoDescription tr td {
	font-size: 12px;
}

.casinoDescription tr th {
	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;
}
.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;
}