@charset "utf-8";
body {
	margin-top: 0px;
	background-color: #000000;
}

.logo {
	background-color: #FFFFFF;
	background-image: url(images/Final_logo1.jpg);
	background-repeat: no-repeat;
}
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF5A5;
}

.light_text {
	font-size: 12px;
	color: #FFF6A7;
	font-family: Arial, Helvetica, sans-serif;
}

.border {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FDF5A4;
	border-right-color: #FDF5A4;
	border-bottom-color: #FDF5A4;
	border-left-color: #FDF5A4;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.border_link {
	border: thin solid #FAE36F;
}

.text_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bottom_bingo {
	background-image: url(images/bottom_bingo.jpg);
}
.navigation {
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
}
.break {
	background-image: url(images/break_small.jpg);
	background-repeat: no-repeat;
}
.big_break {
	background-image: url(images/break.jpg);
	background-repeat: no-repeat;
}
.rnav {
	margin: 50px 0px 0px 15px; 
	padding: 0px;
	font-weight: bold; 
	font-style: italic;
}
.rnav a { text-decoration: none; color: #000000; }
.h2 { font-size: 18px; color: #000000; font-weight: bold; text-align: center; font-family: Arial, Helvetica, sans-serif;}
.pokertips {background: url(images/pokerchips-faded.jpg) bottom right no-repeat; 	
	min-height: 180px;}
.bingofaded { background: url(images/bingo-faded.jpg) bottom right no-repeat; padding-bottom: 70px;}
.pokertips, .pokerrooms, bingofaded {
	font-family: Arial, Helvetica, sans-serif;
}
.lists h3 { font-size: 14px; height: 30px; line-height: 30px;}
.lists td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; vertical-align: middle; text-align: justify; padding: 5px;}
.borderb {border-bottom: 1px dashed #000000;}
.borderr {border-right: 1px dashed #000000;}
.bordert {border-top: 1px dashed #000000;}
.borderl {border-left: 1px dashed #000000;}
#topnav {padding: 0px; margin: 0px; list-style-type:none; width: 770px;}
#topnav li {float: left; height:20px; font-size: 10pt; line-height: 20px; vertical-align: middle; width: 96px; text-align:center;}
#topnav li a {color: #000000; text-decoration: none; font-weight: bold;}
#popupfade {
	position: fixed;
	top:0px;
	left:0px;
	background: url(images/fade.png) top left repeat;
	z-index: 100000;	
}
#apppopup { 
	margin: 0px auto; 
	width: 590px;
	height: 393px;
	overflow: hidden;
	display: none; 
	position:fixed; 
	top:-1000px;
	left: 0px; 
	z-index: 100001;
}

#apppopup #closebut {
	position: relative;
	top: 10px;
	left: 550px;
	width: 25px; 
	height: 25px;
	cursor:pointer;
}
#apppopup div.appback {
	background: url(images/android-app.png) center center no-repeat;
	width: 100%;
	height: 383px;
	margin: 0px auto;
	display: block;
}
#apppopup #appclick {
	position: relative;
	top: 257px;
	left: 76px;
	width: 180px;
	height: 43px;
	display: block;
	cursor: pointer;
}
