/* Global Elements */
body {
	font: 71% Arial;
	margin: 0px;
	color: #333;
	text-align: center;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-x;
}
a {
	color: #666;
}
a:hover {
	text-decoration: none;
}
/* Container */
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* Header */
#topheader {
	background-image: url(images/topback.gif);
	height: 58px;
}
#logo {
	background-image:url(images/wise-gaming-logo.jpg);
	background-repeat: no-repeat;
	width: 300px;
	float: left;
	height:46px;
}
#logo .dark {
	color: #294048;
}
/* Navigation */
#nav {
	float: right;
	margin-top: 17px;
	margin-right: 5px;
}
#nav a {
	background-image: url(images/navbg.gif);
	width: 102px;
	font: 105% Verdana;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-top: 14px;
	padding-bottom: 12px;
	display: block;
	text-align: center;
	float: left;
	clear: none;
}
#nav a:hover {
	color: #FAD000;
}
/* Sub header */
#subheader {
	background-color: #294048;
}
#subcontainer {
	background-color: #294048;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #C2C8CA;
}
/* Headlines */
#headlines {
	width: 211px;
	float: left;
}
#headlines h1 {
	color: #FAD000;
	font-size: 140%;
	font-weight: normal;
	font-family: Trebuchet MS;
	margin: 0px; 
	margin-bottom: 4px;
}
#headlines a {
	display: block;
	background-image: url(images/headlineslink.gif);
	color: #8B999E;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
	margin-bottom: 1px;
	text-decoration: none;
}
#headlines a:hover {
	color: #8C9BA2;
}
/* Latest topics */
#latesttopics {
	width: 211px;
	float: right;
}
#latesttopics h1 {
	color: #FAD000;
	font-size: 140%;
	font-weight: normal;
	font-family: Trebuchet MS;
	margin: 0px; 
	text-align: right;
	margin-bottom: 5px;
}
#latesttopics a {
	display: block;
	background-image: url(images/headlineslink.gif);
	color: #8B999E;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
	margin-bottom: 1px;
	text-decoration: none;
}
#latesttopics a:hover {
	color: #8C9BA2;
}
/* Banner ad */
#banner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	text-align: center;
	margin-top: 35px;
	float: left;
	color: #FAD000;
	text-align: center;
}
#banner img {
	border: 2px solid #465D66;
}
/* Bottom */
#bottom {
	width: 950px;
	padding-left: 25px;
}
/* Login bar */
#register {
	background-color: #E6E9EA;
	float: left;
	width: 100%;
	margin-top: 3px;
}
#register p {
	border: 1px solid #D2D6D7;
	padding: 3px;
	padding-left: 7px;
	margin: 0px;
	color: #54789B;
}
/* Left column */
#left {
	float: left;
	width: 220px;
	margin-top: 5px;
	margin-right: 10px;
}
#left h1 {
	font-size: 140%;
}
#left h2 {
	font-size: 110%;
}
#left .sub a {
	background-image: url(images/pagelink.gif);
	display: block;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	color: #5B7246;
}
#left ul{
	list-style-type:none;
	margin:0px;
}
#left ul li{
	margin-left:15px;
	margin-bottom:5px;
}
/* Middle column */
#middle {
	float: left;
	width: 485px;
	margin-top: 5px;
	font-family:"Trebuchet MS";
	font-size: 13px;
}
#middle h1 {
	font-size: 14px;
}
#middle h2 {
	font-size: 12px;
}
#middle h3 {
	font-size: 13px;
}
#middle p {
	padding-left: 5px;
	margin: 0px;
	color:#333333;
}
#middle .subscribe {
	background-image: url(images/subscribe.gif);
	width: 194px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 105%;
	display: block;
	text-decoration: none;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
}
.small {
	font-size: 12px;
}
.comment {
	text-align: right;
	font-size: 95%;
	color: #2E464F;
	margin-top: 2px;
}
/* Bottom boxes */
#leftbox-hp {
	width: 125px;
	float: right;
	font-size: 95%;
	color: #5B7246;
}
#leftbox-hp .lol {
	display: block;
	margin-bottom: 1px;
	background-color: #E6E9EA;
	color: #5B7246;
	float: left;
	width: 117px;
}
#leftbox-hp .p2 {
	padding: 5px;
}
#leftbox {
	width: 200px;
	float: left;
	font-size: 95%;
	color: #5B7246;
}
#leftbox img {
	float: left;
	margin-right: 1px;
}
#leftbox h1 {
	color: #333;
}
#leftbox .lol {
	display: block;
	margin-bottom: 1px;
	background-color: #E6E9EA;
	color: #5B7246;
	float: left;
	width: 190px;
}
#leftbox .p2 {
	padding: 5px;
}
#rightbox {
	float: right;
	width: 212px;
	font-size: 95%;
	border:1px solid #999999;
	margin-top:5px;
}
#rightbox a {
	background-image: url(images/spade-ico.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	margin-bottom: 2px;
	text-decoration: none;
}
#rightbox h1{
	background-color:#FFFF99;
	padding:0px;
	text-align:center;
}
/* Right column */
#right {
	float: right;
	width: 220px;
	margin-top: 5px;
}
#right h1 {
	font-size: 140%;
	text-align: right;
}
#right h2 {
	font-size: 130%;
	text-align: right;
}
#right .sub a {
	background-image: url(images/pagelink.gif);
	display: block;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	color: #5B7246;
}
#right .sub2 a {
	background-image: url(images/userlink.gif);
	display: block;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 1px;
	color: #5B7246;
}
/* footer */
#footer {
	float: left;
	width: 100%;
	background-color: #294048;
	text-align: left;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 6px;
}
#footer .left {
	float: left;
	padding-left: 30px;
}
#footer .right {
	float: right;
	padding-right: 30px;
}
#footer .middle {
	float: right;
	padding-right: 50px;
	color: #56686F;
}
#footer a {
	color: #fff;
}
.mid-bdr{
	width:auto;
}
.mid-bdr h1{
	border-bottom:2px solid #E6E9EA;
}
.qualify{
	border:2px solid #E6E9EA;
	width:480px;
	margin:auto;
}
.qualify h1{
	font-size:14px;
	color:#5B7246;
	margin:0px;
	padding:0px;
	padding-top:4px;
	border-bottom:2px solid #E6E9EA;
}
.q-bdr{
	border-bottom:1px dotted #999999;
	padding-bottom:6px;
}
.sp-title{
	margin:auto;
	width:480px
}
.sp-title h1{
	font-size:14px;
	color:#5B7246;
	margin:0px;
	padding:0px;
	border-bottom:2px solid #E6E9EA;
}
.sp-title-rp{
	margin:auto;
	width:480px
}
.sp-title-rp h1{
	font-size:14px;
	color:#5B7246;
	margin:0px;
	padding:0px;
	border-bottom:2px solid #E6E9EA;
}
.sp-title-rp td{
	line-height:28px;
	border-bottom:1px dashed #E6E9EA;
}
.bonuses{
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	color:#5B7246;
}
.red{
	color:#FF0000;
}
.latest{
	font-size:14px;
}
.latest h1{
	font-size:14px;
	color:#5B7246;
	margin:0px;
	padding:0px;
	padding-top:4px;
	border-bottom:2px solid #E6E9EA;
}
.sportsbook-re td{
	border-bottom:1px dashed #666666;
}
.free-bets{
	font-size:13px;
	height:55px;
}
.free-bet-left{
	border:2px dashed #BDC7CA;
	width:104px;
	float:left;
	height:54px;
}
.free-bet-right{
	border:2px dashed #BDC7CA;
	width:104px;
	float:right;
	height:54px;
}
.free-bet2{
	font-size:13px;
	margin-top:9px;
	margin-bottom:5px;
}
.free-bet2-left{
	border:2px dashed #BDC7CA;
	width:104px;
	float:left;
	height:54px;
}
.free-bet2-right{
	border:2px dashed #BDC7CA;
	width:104px;
	float:right;
	height:54px;
}
.free-bet-box{
	border:2px dashed #999999;
	margin-top:14px;
}
.big{
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
	line-height:24px;
}
.bg-freebets{
	color:#5B7246;
	border:1px solid #BDC7CA;
}
.bg-freebets h2{
	font-size:14px;
	background-color:#BDC7CA;
	text-align:center;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.review-box{
	margin-top:10px;
}
.online-poker-rooms{
	border:1px solid #999999;
	margin-top:8px;
}
.online-poker-rooms h1{
	padding:0px;
	margin:0px;
	font-size:14px;
	background-color:#E6E9EA;
	color:#5B7246;
}
.poker-room-reviews{
	border:1px solid #999999;
	margin-top:8px;
}
.poker-room-reviews h1{
	padding:0px;
	margin:0px;
	font-size:14px;
	background-color:#E6E9EA;
	color:#5B7246;
}
.site-map{
	width:234px;
	float:left;
	margin-left:1px;
	margin-right:5px;
	border:1px solid #999999;
}
.site-map h1{
	background-color:#E6E9EA;
	padding:0px;
	margin:0px;
	font-size:14px;
	margin-bottom:8px;
}
.site-map ul{
	margin:0px;
	list-style-type:none;
}
.site-map ul li{
	line-height:22px;
	padding-left:3px;
}
.site-map a{
	text-decoration:none;
}
/*----------RSS Feed Styles Box-------------------*/

.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1{ /*Demo 1 main container*/
width: 450px;
height: 28px;
border: 1px solid black;
padding: 4px;
background-color: lightyellow;
}

#example2{ /*Demo 2 main container*/
width: 470px;
height: 265px;
border: 1px dashed black;
padding: 4px;
background-color: #EEEEEE;
}

#example2 ul{ /*Demo 2 UL container*/
margin: 0;
padding-left: 18px;
}

#example2 ul li{ /*Demo 2 LI that surrounds each entry*/
margin-bottom: 4px;
}

#example3{ /*Demo 3 main container*/
width: 250px;
height: 280px;
border: 1px solid navy;
padding: 4px;
}

#example3 p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 7px;
}

code{ /*CSS for insructions*/
color: red;
}
/*----------RSS Feed Styles Box Ends-------------------*/


#slidetabsmenu {
float:left;
width:100%;
font-size:90%;
line-height:normal;
border-bottom: 1px solid gray;
margin-top:6px;
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 5px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
text-align:center;
}

#slidetabsmenu a {
float:left;
background:url(images/tab-left.gif) no-repeat left top;
margin:0 0 0 3px;
padding:0 0 0 9px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url(images/tab-right.gif) no-repeat right top;
padding:3px 14px 3px 5px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
color: black;
}

#slidetabsmenu #current a {
background-position:0 -125px;
}

#slidetabsmenu #current a span {
background-position:100% -125px;
color: black;
}

#slidetabsmenu a:hover {
background-position:0% -125px;
}

#slidetabsmenu a:hover span {
background-position:100% -125px;
}