<link rel="icon" href="http://www.flopturnriver.com/favicon.ico" />

<style type="text/css">
<!--
/*
  The original NoseBleed v1.09 skin for phpBB version 2+
  Created by Mike Lothar (c) 2004
  mikelothar dot com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	scrollbar-face-color: #e6d5ac;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #cfbf9a;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color:  #cb7600;
	scrollbar-track-color: #f2eede;
	scrollbar-darkshadow-color: #cfbf9a;
}

body,table {
	font-size : 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 0;
}

body.bg {
	background-color: #e6d5ac;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { text-decoration: none; color : #002BB8; }
a:hover		{ text-decoration: underline; color : #CB7600; }
hr	{ height: 0px; border: solid #E7D396 0px; border-top-width: 0px;}

/* This is the border line & background colour round the entire page */
.bodyline	{
	/* background-color: #E7D396;  */
	border: 0px #E7D396 solid;
}

/* This is the outline round the main forum tables */
.forumline	{
	/* background-color: #E7D396;  */
	border: 0px #E7D396 solid;
}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #fbf9f3; border-width: 0px; }
td.row2	{ background-color: #f2eede; border-width: 0px; }
td.row3	{ background-color: #cb7600; border-width: 0px; background-image: url("http://www.flopturnriver.com/images/layout/pagebar-bg.png"); }
td.row4	{ background-color: #FFFFFF; border-width: 0px; }
td.row5	{ background-color: #E7D396; border-width: 0px; }
td.row6	{ background-color: #CCA35F; border-width: 0px; }
td.row7 { background-color: #ede2c5; border-width: 0px; background-image: url("http://www.flopturnriver.com/images/layout/navbar-bg.png"); }

td.bglite	{ 
	background-color: #fbf9f3; border-width: 0px; padding: 0px 8px 0px 8px; 
	background-repeat: no-repeat; background-position: 100% 100%
}

td.matrix1	{ background-color: #fbf9f3; border-width: 0px; padding: 3px 8px 4px 8px; text-align: top; }
td.matrix2	{ background-color: #f2eede; border-width: 0px; padding: 3px 8px 4px 8px; text-align: top; }
td.matrix1-30	{ background-color: #fbf9f3; border-width: 0px; padding: 3px 8px 4px 8px; text-align: top; width: 30%; }
td.matrix2-30	{ background-color: #f2eede; border-width: 0px; padding: 3px 8px 4px 8px; text-align: top; width: 30%; }
td.matrix1-35	{ background-color: #fbf9f3; border-width: 0px; padding: 3px 8px 4px 8px; text-align: top; width: 35%; }
td.matrix2-35	{ background-color: #f2eede; border-width: 0px; padding: 3px 8px 4px 8px; text-align: top; width: 35%; }

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
	/* background-color: #E7D396; */
}

/* Header cells - the blue and silver gradient backgrounds */

th	{
	color: #000000; font-size: 10px; font-weight : bold;
	/* background-color: #E7D396; */
	height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	/* background-color:#E7D396; */
	border: #86430E; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat {
   height: 29px;
   border-width: 0px 0px 0px 0px;
   background-color:#FFF6D8;
}

td.catBottom {
   height: 29px;
   border-width: 0px 0px 0px 0px;
   background-color:#D9BA76;
}

td.catHead {
   height: 29px;
   border-width: 0px 0px 0px 0px;
   /* background-color:#E7D396; */
}

td.calTop {
   height: 22px;
   border-width: 0px 0px 0px 0px;
   background-color:#D9BA76;
}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; color: #CCA35F; border: #CCA35F; border-style: solid; height: 24px;
}
td.row3Right,td.spaceRow {
	/* background-color: #E7D396; */
	border: #86430E; border-style: solid;
}

th.thHead,td.catHead { font-size: 10px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 1px 0px 1px 0px; line-height: 125%}
th.thCornerL { border-width: 1px 0px 1px 0px; line-height: 125%}
th.thCornerR { border-width: 1px 0px 1px 0px; line-height: 125%}

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height: 110%; color : #000000;
}

.maintitle2	{
	font-weight: bold; font-size: 20px; font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height: 110%; color : #000000;
}

/* General text */
.gen { font-size : 11px; line-height: 16px; }
.gentiny { font-size : 9px; line-height: 13px; }
.gentinyred { font-size: 9px; line-height: 13px; color: #B60801; }
.gensmall { font-size : 10px; line-height: 14px; }
.gensmallbold { font-size : 10px; line-height: 14px; font-weight: bold; }
.gensmallred { font-size : 10px; line-height: 14px; color : #B60801; }
.genmed { font-size : 12px; line-height: 19px; }
.genmedred { font-size : 12px; line-height: 19px; color : #B60801; }
.genbody { font-size : 13px; line-height: 21px; }
.genbodyred { font-size : 13px; line-height: 21px; color : #B60801; }
.genbodyblue { font-size : 13px; line-height: 21px; color : #030058; }
.genbig { font-size : 14px; line-height: 22px; }
.genlarge { font-size : 16px; line-height: 24px; }
.genlargered { font-size : 16px; line-height: 24px; color : #B60801; }
.gen, .gensmall, .gentiny, .genmed, .genbody, .genbig, .genlarge { color : #000000; }
a.gen, a.gensmall, a.gensmallbold, a.gentiny, a.genmed, a.genbody, a.genbig, a.genlarge { color: #000000; text-decoration: none; }
a.gen:visited, a.gensmall:visited, a.gensmallbold:visited, a.gentiny:visited, a.genmed:visited, a.genbody:visited, a.genbig:visited, a.genlarge:visited { color: #000000; text-decoration: none; }
a.gen:hover, a.gensmall:hover, a.gensmallbold:hover, a.gentiny:hover, a.genmed:hover, a.genbody:hover, a.genbig:hover, a.genlarge:hover { color: #CB7600; text-decoration: underline; }
a.genmedred, a.genbodyred, a.genlargered, a.gentinyred, a.gensmallred { color: #B60801; text-decoration: none; }
a.genmedred:visited, a.genbodyred:visited, a.genlargered:visited, a.gentinyred:visited, a.gensmallred:visited { color: #B60801; text-decoration: none; }
a.genbodyblue { color: #030058; text-decoration: none; }
a.genbodyblue:visited { color: #030058; text-decoration: none; }
a.genmedred:hover, a.genbodyred:hover, a.genlargered:hover, a.genbodyblue:hover, a.gentinyred:hover, a.gensmallred:hover { color: #CB7600; text-decoration: underline; }

.btnbar-white { color: #ffffff; font-size : 14px; line-height: 18px; font-weight: bold; }
a.btnbar-white, a.btnbar-white:visited { color: #ffffff !important; text-decoration: none; }
a.btnbar-white:hover { color: #ffffff; text-decoration: underline; }

.btnbar-black { font-size : 14px; line-height: 18px; font-weight: bold; color: #000000}
a.btnbar-black, a.btnbar-black:visited { color: #000000; text-decoration: none; }
a.btnbar-black:hover { color: #000000; text-decoration: underline; }

.linebreak		{ font-size : 5px; line-height: 5px; }
.quadbreak		{ font-size : 4px; line-height: 4px; }
.triplebreak	{ font-size : 3px; line-height: 3px; }
.tinybreak		{ font-size : 2px; line-height: 2px; }
.onebreak		{ font-size : 1px; line-height: 1px; }
.titlered		{ font-weight: bold; font-size : 14px; color : #B60801; }
.bigtitleblue	{ font-weight: bold; font-size : 16px; color : #030058; }

.bigtitle	{ font-weight: bold; font-size : 16px; color : #000000; }

.bigtitlewhite	{ font-weight: bold; font-size : 16px; color : #ffffff; }
a.bigtitlewhite:link { color: #ffffff; text-decoration: none; }
a.bigtitlewhite:visited { color: #ffffff; text-decoration: none; }
a.bigtitlewhite:hover { color: #ffffff; text-decoration: underline; }

.tinyblue		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #030058;}
.tinygray		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #7D7D7D;}
.tinyblack		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; line-height: 12px; }
.smallgray		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #7D7D7D;}
.smallgray2		{ font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #7D7D7D; line-height: 17px; }
.smallgray3		{ font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #7D7D7D; line-height: 20px; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-weight: bold; font-size : 10px; color : #002BB8; }
a.mainmenu		{ font-weight: bold; font-size : 10px; text-decoration: none; color : #002BB8; }
a.mainmenu:visited	{ font-weight: bold; font-size : 10px; text-decoration: none; color : #002BB8; }
a.mainmenu:hover{ font-weight: bold; font-size : 10px; text-decoration: underline; color : #CB7600; }

.mainmenured		{ font-weight: bold; font-size : 10px; color : #B60801; }
a.mainmenured		{ font-weight: bold; font-size : 10px; text-decoration: none; color : #B60801; }
a.mainmenured:visited	{ font-weight: bold; font-size : 10px; text-decoration: none; color : #B60801; }
a.mainmenured:hover{ font-weight: bold; font-size : 10px; text-decoration: underline; color : #B60801; }

table.btnbar-dl { 
	border-collapse: collapse; 
	background-color: #1ea427; border-width: 2px; border-color: #004106; border-style: solid; 
	background-image: url("http://www.flopturnriver.com/icon/btnbar-dl-bg.png"); 
	background-position: 0 50%;
}

td.btnbar-dl { 
	width: 22px; padding-right: 2px; 
	background-image: url("http://www.flopturnriver.com/icon/btnbar-dl.png"); 
	background-position: 0 50%; background-repeat: no-repeat; 
}

table.btnbar-visit { 
	border-collapse: collapse; 
	background-color: #b60801; border-width: 2px; border-color: #460302; border-style: solid; 
	background-image: url("http://www.flopturnriver.com/icon/btnbar-visit-bg.png"); 
	background-position: 0 50%;
}

td.btnbar-visit { 
	width: 22px; padding-right: 2px; 
	background-image: url("http://www.flopturnriver.com/icon/btnbar-visit.png"); 
	background-position: 0 50%; background-repeat: no-repeat; 
}

td.btnbar-visitanim { 
	width: 40px; padding-right: 2px; 
	background-image: url("http://www.flopturnriver.com/icon/btnbar-visitanim.gif"); 
	background-position: 0 50%; background-repeat: no-repeat; 
}

table.btnbar-forum { 
	border-collapse: collapse; 
	background-color: #af4900; border-width: 2px; border-color: #4f2500; border-style: solid; 
	background-image: url("http://www.flopturnriver.com/icon/btnbar-forum-bg.png"); 
	background-position: 0 50%;
}

table.btnbar-forum-b { 
	border-collapse: collapse; 
	background-color: #46649e; border-width: 2px; border-color: #2c3d61; border-style: solid; 
	background-image: url("http://www.flopturnriver.com/icon/btnbar-blue-bg.png"); 
	background-position: 0 50%;
}

table.btnbar-forum-c { 
	border-collapse: collapse; 
	background-color: #eaa300; border-width: 2px; border-color: #784104; border-style: solid; 
	background-image: url("http://www.flopturnriver.com/icon/btnbar-gold-bg.png"); 
	background-position: 0 50%;
}

.sidenavbtn		{ font-weight: bold; font-size: 13px; line-height: 14px; color: #000000; font-variant: small-caps; 
					font-family: Verdana, Arial, Helvetica, sans-serif; }
a.sidenavbtn		{ font-weight: bold; font-size: 13px; line-height: 14px; text-decoration: none; color: #000000; }
a.sidenavbtn:visited	{ font-weight: bold; font-size: 13px; line-height: 14px; text-decoration: none; color: #000000; }
a.sidenavbtn:hover	{ font-weight: bold; font-size: 13px; line-height: 14px; text-decoration: underline; color: #cb7600; }

.navmedred		{ font-weight: bold; font-size : 11px; color : #B60801; }
a.navmedred		{ font-weight: bold; font-size : 11px; text-decoration: none; color : #B60801; }
a.navmedred:visited	{ font-weight: bold; font-size : 11px; text-decoration: none; color : #B60801; }
a.navmedred:hover{ font-weight: bold; font-size : 11px; text-decoration: underline; color : #B60801; }

.navbigred		{ font-weight: bold; font-size : 14px; color : #B60801; }
a.navbigred		{ font-weight: bold; font-size : 14px; text-decoration: none; color : #B60801; }
a.navbigred:visited	{ font-weight: bold; font-size : 14px; text-decoration: none; color : #B60801; }
a.navbigred:hover{ font-weight: bold; font-size : 14px; text-decoration: underline; color : #B60801; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 14px ; color : #000000}
a.cattitle		{ text-decoration: none; color : #000000; }
a.cattitle:visited		{ text-decoration: none; color : #000000; }
a.cattitle:hover{ text-decoration: underline; color : #CB7600; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 14px; color : #000000; }
a.forumlink 	{ text-decoration: none; color : #000000; }
a.forumlink:visited 	{ text-decoration: none; color : #000000; }
a.forumlink:hover{ text-decoration: underline; color : #CB7600; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #002BB8; text-align: left; }
a.nav			{ font-weight: bold; font-size: 11px; text-decoration: none; color : #002BB8; text-align: left; }
a.nav:visited			{ font-weight: bold; font-size: 11px; text-decoration: none; color : #002BB8; text-align: left; }
a.nav:hover		{ font-weight: bold; font-size: 11px; text-decoration: underline; color : #CB7600; text-align: left; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #86430E; }
a.topictitle:visited { text-decoration: none; color : #86430E; }
a.topictitle:hover	{ text-decoration: underline; color : #CB7600; }

/* Name of poster in viewmsg.php and viewtopic.php and other places esprague namelight */
.name			{ font-size : 11px; color : #000000;}

.namelight			{ font-size : 11px; color : #ffffff;}
a.namelight 	{ color : #ffffff; }
a.namelight:visited 	{ color : #ffffff; }
a.namelight:hover{ color : #ffffff; }

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; line-height: 7px}

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 19px }
a.postlink:link	{ text-decoration: none; color : #002BB8 }
a.postlink:visited { text-decoration: none; color : #002BB8; }
a.postlink:hover { text-decoration: underline; color : #CB7600}

/* Quote & Code blocks */
.code {
	font-family: 'QuickType Mono', 'OCR-A II', 'OCR A Extended', 'OCR B MT', Courier, 'Courier New', sans-serif; font-size: 12px; color: #02600a;
	background-color: #e5eae6; padding: 4px; border: #e5eae6; border-style: solid; border-width: 1px; 
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #5f5f5f; line-height: 19px;
	background-color: #f8f4e8; padding: 4px; border: #e6d5ac; border-style: solid; border-width: 1px; 
}

/* Copyright and bottom info */
.copyright		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #AC6B27; line-height: 12px;}
a.copyright		{ color: #AC6B27; text-decoration: none;}
a.copyright:visited		{ color: #AC6B27; text-decoration: none;}
a.copyright:hover { color: #CB7600; text-decoration: underline;}

/* Form elements */

input, textarea, text, select, border {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
	text-indent : 2px;
	margin 0px;
	padding 0px;
/*	border-width: 0px; */
/*	border-style: solid; */
}

.noborder {
	border-color : white;
	margin 0px;
	padding 0px;
	border-width: 0px;
	border-style: none;
}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #e5cfa0;
	background-image: url("http://www.flopturnriver.com/images/btn_bg3.gif"); background-position: 0 50%;
	font-weight: normal; 
	font-size: 11px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color: #02a012;
	background-image: url("http://www.flopturnriver.com/icon/btnbar-dl-bg.png"); background-position: 0 50%;
	font-weight : bold;
	font-size: 11px; color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Secondary submit button */
input.liteoption {
	background-color: #cf7f00;
	background-image: url("http://www.flopturnriver.com/icon/btnbar-forum-bg.png"); background-position: 0 50%;
	font-weight : bold;
	font-size: 11px; color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #EEE3C3; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/NoseBleed/formIE.css");

/* NON-FORUM TEXT */
.sectitle { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color: #ffffff; text-decoration: none }
a.sectitle:link { color: #ffffff; text-decoration: none }
a.sectitle:visited { color: #ffffff; text-decoration: none }
a.sectitle:hover { color: #ffffff; text-decoration: underline }

.secevent { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #ffffff; text-decoration: none }
a.secevent:link { color: #ffffff; text-decoration: none }
a.secevent:visited { color: #ffffff; text-decoration: none }
a.secevent:hover { color: #ffffff; text-decoration: underline }

.bodytext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: 20px }
a.bodytext:link { text-decoration: none; color: #002BB8 }
a.bodytext:visited { text-decoration: none; color: #002BB8 }
a.bodytext:hover { text-decoration: underline; color: #CB7600 }

.bodytextwhite { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; line-height: 20px }

.bodytextbold { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #000000; line-height: 20px }

.bodytextred { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #B60801; line-height: 20px }
.bodytextblue { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #030058; line-height: 20px }
.bodytextredbold { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #B60801; line-height: 20px }
.bodytextredbigbold { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px; color: #B60801; line-height: 22px }

a.bodytextred { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #B60801; line-height: 20px }
a.bodytextblue { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #030058; line-height: 20px }
a.bodytextredbold { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #B60801; line-height: 20px }
a.bodytextredbigbold { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px; color: #B60801; line-height: 22px }

.list			{ font-weight: bold; font-size: 11px; line-height: 17px; color : #86430E; text-align: left; }
a.list			{ font-weight: bold; font-size: 11px; line-height: 17px; text-decoration: none; color : #86430E; text-align: left; }
a.list:visited			{ font-weight: bold; font-size: 11px; line-height: 17px; text-decoration: none; color : #86430E; text-align: left; }
a.list:hover		{ font-weight: bold; font-size: 11px; line-height: 17px; text-decoration: underline; color : #CB7600; text-align: left; }

.biglist			{ font-weight: bold; font-size: 14px; line-height: 22px; color : #86430E; text-align: left; }
a.biglist			{ font-weight: bold; font-size: 14px; line-height: 22px; text-decoration: none; color : #86430E; text-align: left; }
a.biglist:visited			{ font-weight: bold; font-size: 14px; line-height: 22px; text-decoration: none; color : #86430E; text-align: left; }
a.biglist:hover		{ font-weight: bold; font-size: 14px; line-height: 22px; text-decoration: underline; color : #CB7600; text-align: left; }

.listblack			{ font-weight: bold; font-size: 11px; line-height: 17px; color : #000000; text-align: left; }

.listred			{ font-weight: bold; font-size: 11px; line-height: 17px; color : #B60801; }

.indent		{ margin-left: 21px; margin-right: 16px; }

.indent2	{ margin: 3px 16px 7px 22px; }

-->

h1 {
	margin-bottom: 0;
	margin-padding: 0;
	font-weight: bold; font-size: 11px; color : #000000;
	display:inline; margin-right:0;
}
h2 {
	margin-bottom: 0;
	margin-padding: 0;
	font-weight: bold; font-size: 11px; color : #000000;
	display:inline; margin-right:0;
}
h3 {
	margin-bottom: 0;
	margin-padding: 0;
	font-weight: bold; font-size: 11px; color : #000000;
	display:inline; margin-right:0;
}
h4 {
	margin-bottom: 0;
	margin-padding: 0;
	font-weight: bold; font-size: 11px; color : #000000;
	display:inline; margin-right:0;
}
h5 {
	margin-bottom: 0;
	margin-padding: 0;
	font-weight: bold; font-size: 11px; color : #000000;
	display:inline; margin-right:0;
}
h6 {
	margin-bottom: 0;
	margin-padding: 0;
	font-weight: bold; font-size: 11px; color : #000000;
	display:inline; margin-right:0;
}


/* NEW 2007 STYLES START */

td.roomtitle { 
	background-repeat :no-repeat; text-align: left; vertical-align: middle;
	border-width: 0px; padding: 0px 0px 0px 150px; 
}

table.roomtitle { 
	width: 100%; border-collapse: collapse; border-spacing: 0; 
	background-image: url("http://www.flopturnriver.com/images/layout/navbar-bg.png"); 
}

div.roomtitle { 
	background-position: 0% 70%;
	padding: 7px 8px 7px 10px;
	background-image: url("http://www.flopturnriver.com/images/layout/navbar-bg.png"); 
}

table.normal { 
	width: 100%; border-collapse: collapse; border-spacing: 0; 
}

td.boxtitle { 
	padding: 7px 10px 7px 10px; 
}

td.boxtitle-nw { 
	white-space: nowrap; 
	padding: 7px 10px 7px 10px; 
}

div.boxframe2 {
	padding: 0px 0px 12px 0px; 
}

div.boxborder { 
	padding: 0px 2px 2px 2px;
}

div.boxborder2 { 
	padding: 2px 2px 2px 2px;
}

div.boxframe {
	padding: 11px 7px 0px 7px; 
}

div.boxtitle { 
	background-repeat :no-repeat; background-position: 5px 50%;
	padding: 7px 8px 7px 50px;
}

div.boxtitle2 { 
	padding: 7px 8px 7px 10px;
	color : #000000; 
}

div.boxtitle2-nw { 
	padding: 7px 8px 7px 10px;
	white-space: nowrap;
}

div.revtitle { 
	background-color: #f2eede; padding: 3px 10px 5px 10px; margin: 0px -10px 0px -10px; 
	font-size : 11px; line-height: 16px; 
}

div.revratings { 
	padding: 4px 0px 8px 20px; 
	font-size : 10px; line-height: 14px; font-weight: bold; 
}

div.revbody { 
	padding-bottom: 15px; 
	font-size : 11px; line-height: 16px; 
}

div.boxbody {
	border-width: 0px 0px 1px 0px; border-style: dotted; border-color: #a0a0a0;
	padding: 8px 14px 8px 14px; 
}

div.boxbody2 {
	padding: 7px 10px 7px 10px; background-color: #fbf9f3;
	background-repeat: no-repeat; background-position: 100% 100%
}

div.boxbody3 {
	padding: 7px 10px 7px 10px; background-color: #fbf9f3;
	background-repeat: no-repeat; background-position: 88% 83%
}

div.boxbodyblack {
	padding: 7px 10px 7px 10px; background-color: #000000;
	background-repeat: no-repeat; background-position: 100% 100%
}

div.boxbody2-nobg {
	padding: 7px 10px 7px 10px; 
}

div.boxbody3-nobg {
	padding: 0px 10px 7px 10px; 
}

td.horiz-title { 
	background-repeat :no-repeat; background-position: 5px 50%;
	white-space: nowrap; 
	border-style: solid; border-width: 2px; 
	padding: 7px 10px 7px 50px; 
}

td.horiz-frame { 
	border-style: solid; border-width: 2px; 
	padding: 7px 10px 7px 10px; background-color: #fbf9f3;
}

div.boxbody2-hi {
	padding: 4px 10px 10px 10px; background-color: #fbf9f3;
}

div.screenshot {
	padding: 0px 10px 0px 10px; background-color: #fbf9f3; 
}

div.thumbnail {
	padding: 0; background-color: #fbf9f3; 
}

div.boxbodypromo {
	border-width: 0px 0px 1px 0px; border-style: dotted; border-color: #a0a0a0;
	padding: 8px 14px 8px 14px; 
	background-image: url("images/bbg_bonus.png"); background-repeat :no-repeat; background-position: 100% 0%;
}

div.roombody {
	padding: 8px 5px 0px 14px; 
}

table.roombody { width: 100%;
	border-width: 0px 0px 1px 0px; border-style: dotted; border-color: #a0a0a0;
}

table.newsbody {
	border-width: 0px 0px 1px 0px; border-style: dotted; border-color: #a0a0a0;
	padding: 8px 14px 14px 14px; 
}

div.tabbox { 
	padding: 4px 0px 1px 0px; 
}

div.boxhead {
	padding-top: 2px; padding-bottom: 0px; padding-left: 14px; padding-right: 14px;
}

div.scrollbody { 
	overflow: auto;  
}

div.scrollbox {
	padding: 8px 14px 14px 14px; 
	overflow: auto;
}

div.boxfoot { 
	padding: 10px 14px 5px 14px;
}

div.listrow { 
	padding: 7px 14px 7px 14px; 
}

div.newsrow {
	border-width: 0px 0px 1px 0px; border-style: dotted; border-color: #a0a0a0;
	padding: 10px 14px 15px 14px;
}

div.pixel { 
	font-size: 8px; line-height: 8px; 
	padding-bottom: 1px; padding-right: 1px;
}

div.navadbox {
	padding-top: 10px; padding-bottom: 10px; padding-left: 5px; padding-right: 5px; 
	text-align: center;
}

div.navadbox2 {
	padding: 0px 2px 0px 2px;
	text-align: center;
}

div.navspace {
	padding-top: 6px; padding-bottom: 0px; padding-left: 5px; padding-right: 5px; 
	text-align: center;
}

div.navbox {
	padding: 1px 2px 1px 2px; 
}

div.navbox2 {
	padding: 2px; 
}

div.navhead {
	padding-top: 2px; padding-bottom: 4px; padding-left: 13px; padding-right: 5px; 
	text-indent: -8px; background-image: url("http://www.flopturnriver.com/images/layout/navbar-bg.png"); 
}

div.navhead2 {
	padding-top: 2px; padding-bottom: 4px; padding-left: 13px; padding-right: 5px; 
	text-indent: -8px; background-image: url("http://www.flopturnriver.com/images/layout/navbar-bg.png"); 
}

div.navbody {
	padding-top: 1px; padding-bottom: 3px; padding-left: 13px; padding-right: 5px; 
	text-indent: -8px; background-color: #fbf9f3;
}

div.navbody2 {
	padding-top: 1px; padding-bottom: 3px; padding-left: 13px; padding-right: 5px; 
	text-indent: -8px; background-color: #fbf9f3;
}

div.navbody-right { 
	padding: 0px 0px 3px 8px;
	font-weight: bold; font-size : 10px; color : #002BB8;
	text-indent: -8px; 
}

div.navphoto {
	padding: 0px 5px 4px 5px; background-color: #fbf9f3;
}

.boxtitle		{ font-weight: bold; font-size: 14px; line-height: 19px; color : #ffffff; }
a.boxtitle 	{ text-decoration: none; color : #ffffff; }
a.boxtitle:visited 	{ text-decoration: none; color : #ffffff; }
a.boxtitle:hover{ text-decoration: underline; color : #ffffff; }

.boxtitle2		{ font-weight: bold; font-size: 14px; line-height: 19px; color : #000000; }
a.boxtitle2 	{ text-decoration: none; color : #000000; }
a.boxtitle2:visited 	{ text-decoration: none; color : #000000; }
a.boxtitle2:hover{ text-decoration: underline; color : #000000; }

.boxtitle-red		{ font-weight: bold; font-size: 14px; line-height: 19px; color : #B60801; }
a.boxtitle-red 	{ text-decoration: none; color : #B60801; }
a.boxtitle-red:visited 	{ text-decoration: none; color : #B60801; }
a.boxtitle-red:hover{ text-decoration: underline; color : #B60801; }


div.navhead a.navtitle { color: #000000; text-decoration: none; }
div.navhead a.navtitle:visited { color: #000000; text-decoration: none; }
div.navhead a.navtitle:hover { color: #CB7600; text-decoration: underline; }

.navtitle2 { font-size: 12px; line-height: 17px; font-weight: bold;}
a.navtitle2 { color: #000000; text-decoration: none; }
a.navtitle2:visited { color: #000000; text-decoration: none; }
a.navtitle2:hover { color: #CB7600; text-decoration: underline; }

.navsmall { font-size: 10px; line-height: 12px;}
a.navsmall { color: #002BB8; text-decoration: none; }
a.navsmall:visited { color: #002BB8; text-decoration: none; }
a.navsmall:hover { color: #CB7600; text-decoration: underline; }

div.navtopbox {
	padding-top: 0px; padding-bottom: 7px; padding-left: 4px; padding-right: 4px; 
	text-align: center; 
}

div.navtopbox-2009 {
	padding: 0px 2px 7px 2px;
	text-align: center; 
}

.navtop { font-size: 12px; line-height: 14px; font-weight: bold;}
a.navtop { color: #000000; text-decoration: none; }
a.navtop:visited { color: #000000; text-decoration: none; }
a.navtop:hover { color: #CB7600; text-decoration: underline; }

.navtop-2009 { font-size: 11px; line-height: 13px; font-weight: bold;}
a.navtop-2009 { color: #000000; text-decoration: none; }
a.navtop-2009:visited { color: #000000; text-decoration: none; }
a.navtop-2009:hover { color: #CB7600; text-decoration: underline; }

.tabmed { font-size: 11px; line-height: 14px; }
a.tabmed { color: #000000; text-decoration: none; }
a.tabmed:visited { color: #000000; text-decoration: none; }
a.tabmed:hover { color: #CB7600; text-decoration: underline; }

.tabsmall { font-size: 10px; line-height: 10px; }
a.tabsmall { color: #000000; text-decoration: none; }
a.tabsmall:visited { color: #000000; text-decoration: none; }
a.tabsmall:hover { color: #CB7600; text-decoration: underline; }

.revtiny { font-size: 9px; line-height: 9px; }
a.revtiny { color: #000000; text-decoration: none; }
a.revtiny:visited { color: #000000; text-decoration: none; }
a.revtiny:hover { color: #CB7600; text-decoration: underline; }

.revtinyred { font-size: 9px; line-height: 9px; }
a.revtinyred { color: #B60801; text-decoration: none; }
a.revtinyred:visited { color: #B60801; text-decoration: none; }
a.revtinyred:hover { color: #CB7600; text-decoration: underline; }

.revmed { font-size: 12px; line-height: 14px; }
a.revmed { color: #000000; text-decoration: none; }
a.revmed:visited { color: #000000; text-decoration: none; }
a.revmed:hover { color: #CB7600; text-decoration: underline; }

.rev { font-size: 11px; line-height: 14px; }
a.rev { color: #000000; text-decoration: none; }
a.rev:visited { color: #000000; text-decoration: none; }
a.rev:hover { color: #CB7600; text-decoration: underline; }

div.tabhead { 
	padding: 1px 0px 0px 0px; 
}

div.tabcolumns { 
	border-width: 0px 0px 1px 0px; border-style: solid; border-color: #a0a0a0;
	padding: 0px 14px 3px 45px; 
	height: 13px;
}

div.tabcolumnsnum { 
	border-width: 0px 0px 1px 0px; border-style: solid; border-color: #a0a0a0;
	padding: 0px 21px 3px 66px; 
	height: 13px;
}

div.tabbody { 
	padding: 2px 7px 4px 34px; 
}

.tabmenu ul {
	margin: 0px 3px 0px 0px;
	vertical-align: bottom;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
	font-size: 10px; font-weight: bold; height: 14px; 
	list-style-type: none; white-space: nowrap; 
}

.tabmenu li {
	display: inline; 
}

.tabmenu li a { 
	color: #000000; text-decoration: none; 
	padding: 1px 5px 1px 5px; 
	background-color: #BEBEBE; 
}

.tabmenu li a:visited, .tabmenu li a:active { 
	color: #000000; text-decoration: none; 
}

.tabmenu li a:hover, .tabmenu li a.current { 
	color: #000000; text-decoration: none; 
	padding-bottom: 3px;
	background-color: #FFFFFF; 	
}

.tabmenu2 ul {
	margin: 0;
	padding: 0;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-size: 11px; height: 16px; 
	list-style-type: none; white-space: nowrap;
}

.tabmenu2 li {
	display: inline; 
}

.tabmenu2 li a.current { 
	color: #000000; font-weight: bold;
}

.tabmenu3 ul {
	margin: 0;
	padding: 0;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-weight: bold; font-size: 14px; line-height: 19px; color : #000000;
	list-style-type: none; white-space: nowrap;
}

a.tabmenu3 	{ text-decoration: none; color : #000000; }
a.tabmenu3:visited 	{ text-decoration: none; color : #000000; }
a.tabmenu3:hover{ text-decoration: underline; color : #000000; }

.tabmenu3 li {
	display: inline; 
}

.tabmenu3 li a.current { 
	color: #000000; font-weight: bold;
}

.hideshow ul {
	margin: 0;
	padding: 0;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-size: 11px; height: 16px; 
	list-style-type: none; white-space: nowrap;
}

.hideshow li {
	display: inline; 
}

.hideshow li a.current { 
	display: none;
}

ul.list { 
	margin: 0;
	padding: 0; 
	list-style-type: none;
}

ul.list li {
	padding: 3px 0px 7px 0px;
	font-size: 11px; font-weight: normal; line-height: 16px; color: #000000; 
	padding-left: 28px; 
}

li.list-dl {
	background-image: url("http://www.flopturnriver.com/icon/dl.gif"); 
	background-repeat: no-repeat; background-position: -3px 2px; 
}

li.list-bonus {
	background-image: url("http://www.flopturnriver.com/icon/bonus.gif"); 
	background-repeat: no-repeat; background-position: -3px 2px; 
}

li.list-review {
	background-image: url("http://www.flopturnriver.com/icon/review.gif"); 
	background-repeat: no-repeat; background-position: -3px 2px; 
}

li.list-network {
	background-image: url("http://www.flopturnriver.com/icon/network.gif"); 
	background-repeat: no-repeat; background-position: -3px 2px; 
}

li.list-money {
	background-image: url("http://www.flopturnriver.com/icon/money.gif"); 
	background-repeat: no-repeat; background-position: -3px 2px; 
}

li.list-nuts {
	background-image: url("http://www.flopturnriver.com/icon/nuts.gif"); 
	background-repeat: no-repeat; background-position: -3px 0px; 
}

li.list-beats {
	background-image: url("http://www.flopturnriver.com/icon/beats.gif"); 
	background-repeat: no-repeat; background-position: -3px 0px; 
}

li.list-us {
	background-image: url("http://www.flopturnriver.com/icon/us_yes.gif"); 
	background-repeat: no-repeat; background-position: -3px 0px; 
}

li.list-uspart {
	background-image: url("http://www.flopturnriver.com/icon/us_part.gif"); 
	background-repeat: no-repeat; background-position: -3px 0px; 
}

li.list-mac {
	background-image: url("http://www.flopturnriver.com/icon/mac.gif"); 
	background-repeat: no-repeat; background-position: -3px 0px; 
}

ul.colist { 
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	width: 100%;  
}

ul.colist li {
	font-size: 12px; font-weight: normal; line-height: 20px; color: #000000; 
	text-indent: -8px; 
	float: left;
	width: 44%; 
	padding-left: 38px; 
}

ul.colist li a {
	display: block;
	text-decoration: none;
}

ul.colist li a:hover {
	text-decoration: underline; 
}

li.spain {
	background-image: url("http://www.flopturnriver.com/images/flags/flag-spain.png"); 
	background-repeat: no-repeat; background-position: 0px 4px; 
}

li.france {
	background-image: url("http://www.flopturnriver.com/images/flags/flag-france.png"); 
	background-repeat: no-repeat; background-position: 0px 4px; 
	padding-left: 30px; 
}

li.germany {
	background-image: url("http://www.flopturnriver.com/images/flags/flag-germany.png"); 
	background-repeat: no-repeat; background-position: 0px 4px; 
	padding-left: 30px; 
}

li.italy {
	background-image: url("http://www.flopturnriver.com/images/flags/flag-italy.png"); 
	background-repeat: no-repeat; background-position: 0px 4px; 
	padding-left: 30px; 
}

li.club {
	background-image: url("http://www.flopturnriver.com/phpBB2/forum/images/smiles/club.gif"); 
	background-repeat: no-repeat; background-position: 0px 4px; 
	padding-left: 30px; 
}

li.diamond {
	background-image: url("http://www.flopturnriver.com/phpBB2/forum/images/smiles/diamond.gif"); 
	background-repeat: no-repeat; background-position: 0px 4px; 
	padding-left: 30px; 
}

li.heart {
	background-image: url("http://www.flopturnriver.com/phpBB2/forum/images/smiles/heart.gif"); 
	background-repeat: no-repeat; background-position: 0px 4px; 
	padding-left: 30px; 
}

li.spade {
	background-image: url("http://www.flopturnriver.com/phpBB2/forum/images/smiles/spade.gif"); 
	background-repeat: no-repeat; background-position: 0px 4px; 
	padding-left: 30px; 
}

.tabcontent { display: none; }


div.linksbody {
	padding-top: 3px; padding-bottom: 5px; padding-left: 6px; padding-right: 6px; 
}

div.linkshead {
	padding-top: 3px; padding-bottom: 0px; padding-left: 6px; padding-right: 6px;
}

div.regbox {
	text-align: center; padding: 0px 0px 5px 0px;
}

div.imgbutton { width: 100%; }

div.imgbutton a { width: 100%; height: 100%; display: block; }


/* NEW 2007 STYLES END */

.button { font-size: 11px; line-height: 13px; font-weight: bold; background-color: #002BB8; }
a.button { color: #FFFFFF; text-decoration: none; }
a.button:visited { color: #FFFFFF; text-decoration: none; }
a.button:hover { color: #FFFFFF; text-decoration: underline; }

/* showhidediv.js styles */
#tablist {
	padding: 0px;
	margin: 0px;
	list-style-type: none;  
}

#tabcontentcontainer {
width: 100%;
}

/* clean-and-tidy */

td.nsm {width:20px; text-align:right; vertical-align:top;}
td.lsm {width:32px; text-align:right; vertical-align:top;}
td.psm {width:100%; text-align:left; vertical-align:top;}
td.ssm {width:43px; text-align:center; vertical-align:center;}
td.ism {width:28px; text-align:center; vertical-align:top;}
td.fsm {width:62px; text-align:center; vertical-align:top;}

td.lsmo {width:32px; text-align:right; vertical-align:top; padding:0px 5px 0px 1px;}
td.lsmr {width:32px; text-align:right; vertical-align:top; padding-right:5px;}

td.plt {padding-left:14px;}
td.prt {padding-right:14px;}
td.prm {padding-right:4px;}
td.plb {padding-left:52px;}

td.pl4 {padding-left:4px;}

td.pr3 {padding-right:3px;}
td.pr4 {padding-right:4px;}
td.pr5 {padding-right:5px;}

.floatimgleft	{ float: left; margin-top: 5px; margin-right: 8px; margin-bottom: 6px; }

.floatimgright	{ float: right; margin-top: 5px; margin-left: 8px; margin-bottom: 6px; }

img.icon {position: relative; top: 2px; border-width: 0;}
img.iconpadr {position: relative; top: 2px; border-width: 0;}
img.iconsm {position: relative; top: 1px; border-width: 0;}
img.iconlow {position: relative; top: 5px; border-width: 0;}
img.iconhi {position: relative; bottom: 2px; border-width: 0;}
img.hotevent {position: relative; top: 6px; border-width: 0;}

img.arrow-hs { 
	position: relative; bottom: 2px; border-width: 0; margin-right: 4px; 
}

img.screenshot { border-style: solid; border-width: 2px; }

.imgcontainer-IE { 
	position: absolute; 
}


/* modifications by carl for viewroom.php validation */

div.c1 {text-align: center;}
div.c19 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color: #FF0000; text-align: center}
div.c18 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: 20px}
div.c17 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: 20px; text-align: center}

.bodog_bets_tbl
{
	width:70%;
	border:1px #cccccc solid;
}

.bodog_bets_tbl td
{
	padding:2px;
}

.bodog_bets_tbl td.header
{
	background-color:#F4D3A2;
}

.bodog_bets_tbl td.name
{
	font-weight:bold;
	background-color:#E1AA77;
}

.bodog_bets_tbl td.note
{
	font-style:italic;
	border-bottom:1px #CCCCCC solid;
	background-color:#FDF0D5;
}

.bodog_bets_tbl td.odd
{
	border-bottom:1px #CCCCCC solid;
}

div.ad_pip {
	background:#FBF9F3 none repeat scroll 0 0;
	color:#999999;
	line-height:130%;
	padding:10px;
	width:240px;
	float:right;
}
td.article_body div.spaceDiv
{
	height:10px;
	background-color:#E6D397;
}
td.article_body div.space
{
	height:2px;
	background-color:#E6D397;
	padding:0;
	font-size:0px;
}
td.article_body div.box
{
	padding:12px;
	background-color:#FBF9F3;
	line-height:22px;
}
td.article_body div.titlebox
{
	padding:5px;
	background-color:#FBF9F3;
	line-height:22px;
}
td.article_body
{
	background-color:#FBF9F3;
	font-size:12px;
}

/* START additions for graphical tab button ab test */



#a1preload {
	position: absolute;
	left: -10000px;
	display: none;
}
#a1tabmenu {
	height: 31px;
	margin: 0 0 0 0;
}
#a1tabmenu li {
	float: left;
	list-style-type: none;
}
#a1tabmenu a, #a1tabmenu a:visited {
	background: url(http://www.flopturnriver.com/images/abtesting/tab1_middle.gif) top left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	height: 26px; /* 31px */
	display: block;
	padding: 5px 15px 0 15px;
}
#a1tabmenu a:active, #a1tabmenu a:hover {
	background: url(http://www.flopturnriver.com/images/abtesting/tab1_middle_hover.gif) top left;
}
#a1tabmenu #list-b-a1, #a1tabmenu #list-b-a1:visited {
	background: url(http://www.flopturnriver.com/images/abtesting/tab1_first.gif) top left;
}
#a1tabmenu #list-b-a1:active, #a1tabmenu #list-b-a1:hover {
	background: url(http://www.flopturnriver.com/images/abtesting/tab1_first_hover.gif) top left;
}
#a1tabmenu #separator {
	background: url(http://www.flopturnriver.com/images/abtesting/tab1st_separate.gif);
	width: 2px;
	height: 31px;
	float: left;
}
#a1tabmenu #list-b-a7, #a1tabmenu #list-b-a7:visited {
	background: url(http://www.flopturnriver.com/images/abtesting/tab1_last.gif) top right;
}
#a1tabmenu #list-b-a7:active, #a1tabmenu #list-b-a7:hover {
	background: url(http://www.flopturnriver.com/images/abtesting/tab1_last_hover.gif) top right;
}
a:active, a:focus { outline-style: none; -moz-outline-style:none; }



#a2preload {
	display: none;
}
#a2tabmenu {
	height: 25px;
	margin: 0 0 0 0;
}
#a2tabmenu li {
	float: left;
	list-style-type: none;
}
#a2tabmenu a, #a2tabmenu a:visited {
	background: url(http://www.flopturnriver.com/images/abtesting/tab3rd_middle.gif) top left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	height: 23px; /* 25px */
	display: block;
	padding: 2px 15px 0 25px;
}
#a2tabmenu a:active, #a2tabmenu a:hover {
	color: #C60200;
}
#a2tabmenu #list-b-a1, #a2tabmenu #list-b-a1:visited {
	background: url(http://www.flopturnriver.com/images/abtesting/tab3rd_first.gif) top left;
	padding-left: 35px;
}
#a2tabmenu #list-b-a7, #a2tabmenu #list-b-a7:visited {
	padding-right: 5px;
}
#a2tabmenu #a2separator {
	background: url(http://www.flopturnriver.com/images/abtesting/tab3rd_end.gif) top right;
	width: 15px;
	height: 25px;
	float: left;
}
a:active, a:focus { outline-style: none; -moz-outline-style:none; }


/* END additions for graphical tab button ab test */

/* START HHC Signup Box For Full Tilt AB Test */
/* COUPON */

#smallcardbox {
	background: url(images/abtesting/FullTilt_coupon_small.gif) no-repeat center;
	padding: 9px;
	width: 97%;
	height: 100%;
	color: #FFFFFF;
	margin: 0px auto -1px auto;
}

#smallcardbox2 {
	background: url(images/abtesting/PokerStars_coupon_small.jpg) no-repeat center;
	padding: 9px;
	width: 97%;
	height: 100%;
	color: #FFFFFF;
	margin: 0px auto -1px auto;
}

#smallcardbox .kozepre5 {
	text-align: center;
	width: 640px;
	font-size: 20px;
}

#smallcardbox .kozepre6 {
	text-align: left;
	width: 640px;
	font-size: 20px;
}

#smallcardbox .kozepre5 {
	margin-top: 3px;
	font-size: 20px;
}
#smallcardbox #singup a {
	display: block;
	width: 324px;
	height: 82px;
	text-indent: -9999px;
}
#smallcardbox a, #smallcardbox a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#smallcardbox #singup a {
	display: block;
	width: 324px;
	height: 82px;
	text-indent: -9999px;
}
#smallcardbox #singup {
	background: url(images/abtesting/sign_up.png) no-repeat;
	height: 82px;
	width: 324px;
	margin: 35px 0 10px 30px;
}
#smallcardbox2 .kozepre5 {
	text-align: center;
	width: 640px;
	font-size: 20px;
}

#smallcardbox2 .kozepre6 {
	text-align: left;
	width: 640px;
	font-size: 20px;
}

#smallcardbox2 .kozepre5 {
	margin-top: 3px;
	font-size: 20px;
}
#smallcardbox2 #singup a {
	display: block;
	width: 324px;
	height: 82px;
	text-indent: -9999px;
}
#smallcardbox2 a, #smallcardbox a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#smallcardbox2 #singup a {
	display: block;
	width: 324px;
	height: 82px;
	text-indent: -9999px;
}
#smallcardbox2 #singup {
	background: url(images/abtesting/sign_up.png) no-repeat;
	height: 82px;
	width: 324px;
	margin: 35px 0 10px 30px;
}
/* END HHC Signup Box For Full Tilt AB Test */

/* START Andras Clear Box */

#toclear tr th, #toclear tr td {
    font-size: 12px;

    height: 35px;
    width: 33%;
    padding: 5px;
    border-right: 1px solid rgb(248, 205, 0);
    border-bottom: 1px solid rgb(248, 205, 0);
    text-align: center;
}
#topclear tr th {
    font-weight: bold;
}
#toclear {
    border-spacing: 0;
}
#toclear #big {
    padding: 12px;
    text-align: left;
    font-size: 11px;
}
div.boxborder {
    padding: 0 2px 2px 2px;
}

/* END Andras Clear Box */

/* Race table on Pokertime pages*/
table.pokertime_rake_race
{
	border-collapse:collapse;
}
table.pokertime_rake_race td, table.pokertime_rake_race th
{
	padding:2px;
	border:1px #ccc solid;
}

/* NEW NAVTOP */

#top-nav {
	width: 100%;
	height: 125px;
	margin-bottom: 5px;
	background: url(http://www.flopturnriver.com/images/layout/navtop-right.png) right top;
	position: relative;
}
#top-nav #logo {
	width: 201px;
	height: 125px;
/*	float: left;*/
	background: url(http://www.flopturnriver.com/images/layout/navtop-logo.png);
	position: absolute;
	left: 0px;
	z-index: 1;
}
#top-nav #logo a {
	width: 201px;
	height: 125px;
	display: block;
	text-indent: -9999px;
}
#top-nav #middle {
/*	float: left;*/
	background: url(http://www.flopturnriver.com/images/layout/navtop-tabs.png);
	width: 609px;
	height: 125px;
	position: relative;
	margin-left: 201px;
}
#top-nav #middle #banner {
	width: 468px;
	height: 60px;
	position: absolute;
	left: 141px; /* 342px - 201px*/
	top: 12px;
}
#top-nav ul {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 7px;
/*    left: 201px;*/
    text-align: center;
    width: 609px;
}
#top-nav ul li {
	list-style: none;
	float: left;
	width: 87px;
}

.left_nav_flags {
	margin:0 auto;
	padding-left:14px;
	width:120px;
}

.left_nav_flags a {
	margin:-4px;
	padding:0;
}

/* From ftr.es */

<link rel="icon" href="http://www.flopturnriver.com/favicon.ico" />

<style type="text/css">
<!--
/*
  The original NoseBleed v1.09 skin for phpBB version 2+
  Created by Mike Lothar (c) 2004
  mikelothar dot com

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #E7D396;
	scrollbar-face-color: #E7D396;
	scrollbar-highlight-color: #E7D396;
	scrollbar-shadow-color: #E7D396;
	scrollbar-3dlight-color: #FFF6D8;
	scrollbar-arrow-color:  #AC6B27;
	scrollbar-track-color: #F3EBD1;
	scrollbar-darkshadow-color: #AC6B27;
}

body,table {
	font-size : 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { text-decoration: none; color : #002BB8; }
a:hover		{ text-decoration: underline; color : #CB7600; }
hr	{ height: 0px; border: solid #E7D396 0px; border-top-width: 0px;}

/* This is the border line & background colour round the entire page */
.bodyline	{
	/* background-color: #E7D396;  */
	border: 0px #E7D396 solid;
}

/* This is the outline round the main forum tables */
.forumline	{
	/* background-color: #E7D396;  */
	border: 0px #E7D396 solid;
}

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
	/* background-color: #E7D396; */
}

/* Header cells - the blue and silver gradient backgrounds */

th	{
	color: #000000; font-size: 10px; font-weight : bold;
	/* background-color: #E7D396; */
	height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
	/* background-color:#E7D396; */
	border: #86430E; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat {
   height: 29px;
   border-width: 0px 0px 0px 0px;
   background-color:#FFF6D8;
}

td.catBottom {
   height: 29px;
   border-width: 0px 0px 0px 0px;
   background-color:#D9BA76;
}

td.catHead {
   height: 29px;
   border-width: 0px 0px 0px 0px;
   /* background-color:#E7D396; */
}

td.calTop {
   height: 22px;
   border-width: 0px 0px 0px 0px;
   background-color:#D9BA76;
}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; color: #CCA35F; border: #CCA35F; border-style: solid; height: 24px;
}
td.row3Right,td.spaceRow {
	/* background-color: #E7D396; */
	border: #86430E; border-style: solid;
}

th.thHead,td.catHead { font-size: 10px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 1px 0px 1px 0px; line-height: 125%}
th.thCornerL { border-width: 1px 0px 1px 0px; line-height: 125%}
th.thCornerR { border-width: 1px 0px 1px 0px; line-height: 125%}

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet, Verdana, Helvetica, sans-serif",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
.gen { font-size : 11px; }
.gentiny { font-size : 8px; }
.gensmall { font-size : 10px; line-height: 13px; }
.gensmallred { font-size : 10px; color : #B60801; }
.genmed { font-size : 11px; line-height: 15px; }
.genmedred { font-size : 11px; color : #B60801; }
.genbody { font-size : 12px; line-height: 17px; }
.genbodyred { font-size : 12px; color : #B60801; }
.genbodyblue { font-size : 12px; color : #030058; }
.genbig { font-size : 13px; }
.genlarge { font-size : 14px; }
.genlargered { font-size : 14px; color : #B60801; }
.gen,.gensmall,.gentiny,.genmed,.genbody,.genbig,.genlarge { color : #000000; }
a.gen,a.gensmall,a.gentiny,a.genmed,a.genbody,a.genbig,a.genlarge { color: #000000; text-decoration: none; }
a.gen:visited,a.gensmall:visited,a.gentiny:visited,a.genmed:visited,a.genbody:visited,a.genbig:visited,a.genlarge:visited { color: #000000; text-decoration: none; }
a.gen:hover,a.gensmall:hover,a.gentiny:hover,a.genmed:hover,a.genbody:hover,a.genbig:hover,a.genlarge:hover { color: #CB7600; text-decoration: underline; }
a.genmedred,a.genbodyred,a.genlargered,a.gensmallred { color: #B60801; text-decoration: none; }
a.genmedred:visited,a.genbodyred:visited,a.genlargered:visited,a.gensmallred:visited { color: #B60801; text-decoration: none; }
a.genbodyblue { color: #030058; text-decoration: none; }
a.genbodyblue:visited { color: #030058; text-decoration: none; }
a.genmedred:hover,a.genbodyred:hover,a.genlargered:hover,a.genbodyblue:hover,a.gensmallred:hover { color: #CB7600; text-decoration: underline; }

.linebreak		{ font-size : 5px; line-height: 5px; }
.triplebreak	{ font-size : 3px; line-height: 3px; }
.tinybreak		{ font-size : 2px; line-height: 2px; }
.onebreak		{ font-size : 1px; line-height: 1px; }
.titlered		{ font-weight: bold; font-size : 14px; color : #B60801; }
.bigtitleblue	{ font-weight: bold; font-size : 16px; color : #030058; }
.tinyblue		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #030058;}
.tinygray		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #7D7D7D;}
.tinyblack		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; line-height: 12px; }
.smallgray		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #7D7D7D;}

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-weight: bold; font-size : 10px; color : #002BB8; }
a.mainmenu		{ font-weight: bold; font-size : 10px; text-decoration: none; color : #002BB8; }
a.mainmenu:visited	{ font-weight: bold; font-size : 10px; text-decoration: none; color : #002BB8; }
a.mainmenu:hover{ font-weight: bold; font-size : 10px; text-decoration: underline; color : #CB7600; }

.mainmenured		{ font-weight: bold; font-size : 10px; color : #B60801; }
a.mainmenured		{ font-weight: bold; font-size : 10px; text-decoration: none; color : #B60801; }
a.mainmenured:visited	{ font-weight: bold; font-size : 10px; text-decoration: none; color : #B60801; }
a.mainmenured:hover{ font-weight: bold; font-size : 10px; text-decoration: underline; color : #B60801; }

.navmedred		{ font-weight: bold; font-size : 11px; color : #B60801; }
a.navmedred		{ font-weight: bold; font-size : 11px; text-decoration: none; color : #B60801; }
a.navmedred:visited	{ font-weight: bold; font-size : 11px; text-decoration: none; color : #B60801; }
a.navmedred:hover{ font-weight: bold; font-size : 11px; text-decoration: underline; color : #B60801; }

.navbigred		{ font-weight: bold; font-size : 14px; color : #B60801; }
a.navbigred		{ font-weight: bold; font-size : 14px; text-decoration: none; color : #B60801; }
a.navbigred:visited	{ font-weight: bold; font-size : 14px; text-decoration: none; color : #B60801; }
a.navbigred:hover{ font-weight: bold; font-size : 14px; text-decoration: underline; color : #B60801; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 14px ; color : #86430E}
a.cattitle		{ text-decoration: none; color : #86430E; }
a.cattitle:visited		{ text-decoration: none; color : #86430E; }
a.cattitle:hover{ text-decoration: underline; color : #CB7600; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 14px; color : #030058; }
a.forumlink 	{ text-decoration: none; color : #030058; }
a.forumlink:visited 	{ text-decoration: none; color : #030058; }
a.forumlink:hover{ text-decoration: underline; color : #CB7600; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #002BB8; text-align: left; }
a.nav			{ font-weight: bold; font-size: 11px; text-decoration: none; color : #002BB8; text-align: left; }
a.nav:visited			{ font-weight: bold; font-size: 11px; text-decoration: none; color : #002BB8; text-align: left; }
a.nav:hover		{ font-weight: bold; font-size: 11px; text-decoration: underline; color : #CB7600; text-align: left; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #86430E; }
a.topictitle:visited { text-decoration: none; color : #86430E; }
a.topictitle:hover	{ text-decoration: underline; color : #CB7600; }

/* Calendar text */
.caltitle		{ font-weight: bold; font-size: 11px ; color : #030058}
a.caltitle		{ text-decoration: none; color : #030058; }
a.caltitle:visited		{ text-decoration: none; color : #030058; }
a.caltitle:hover{ text-decoration: underline; color : #030058; }
.caldate		{ font-size: 11px ; color : #030058}

.caltitle10		{ font-weight: bold; font-size: 10px ; color : #030058}
a.caltitle10		{ text-decoration: none; color : #030058; }
a.caltitle10:visited		{ text-decoration: none; color : #030058; }
a.caltitle10:hover{ text-decoration: underline; color : #030058; }


/* Name of poster in viewmsg.php and viewtopic.php and other places esprague namelight */
.name			{ font-size : 11px; color : #FFF6D8;}

.namelight			{ font-size : 11px; color : #FFF6D8;}
a.namelight 	{ color : #FFF6D8; }
a.namelight:visited 	{ color : #FFF6D8; }
a.namelight:hover{ color : #FFF6D8; }

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #FFF6D8; line-height: 7px}

/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 20px }
a.postlink:link	{ text-decoration: none; color : #002BB8 }
a.postlink:visited { text-decoration: none; color : #002BB8; }
a.postlink:hover { text-decoration: underline; color : #CB7600}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 10px; color: #393165;
	background-color: #FFFFFF; border: #CCA35F; border-style: dotted; padding: 4px;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #86430E; line-height: 17px;
	background-color: #FFFFFF; border: #CCA35F; border-style: dotted; padding: 4px;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #AC6B27; line-height: 12px;}
a.copyright		{ color: #AC6B27; text-decoration: none;}
a.copyright:visited		{ color: #AC6B27; text-decoration: none;}
a.copyright:hover { color: #CB7600; text-decoration: underline;}

/* Form elements */

input, textarea, text, select, border {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
	text-indent : 2px;
	margin 0px;
	padding 0px;
/*	border-width: 0px; */
/*	border-style: solid; */
}

.noborder {
	border-color : white;
	margin 0px;
	padding 0px;
	border-width: 0px;
	border-style: none;
}

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #D9BA76;
	color : #000000;
	font-size: 10px; font-family: Trebuchet, Verdana, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #CCA35F;
	font-weight : bold;
	font-size: 10px; font-family: Trebuchet, Verdana, Helvetica, sans-serif;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FFF6D8;
	font-weight : normal;
	font-size: 10px; font-family: Trebuchet, Verdana, Helvetica, sans-serif;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #EEE3C3; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/NoseBleed/formIE.css");

/* NON-FORUM TEXT */
.sectitle { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; color: #ffffff; text-decoration: none }
a.sectitle:link { color: #ffffff; text-decoration: none }
a.sectitle:visited { color: #ffffff; text-decoration: none }
a.sectitle:hover { color: #ffffff; text-decoration: underline }

.bodytext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height: 20px; padding: 3px 4px 3px 0px; }
a.bodytext:link { text-decoration: none; color: #002BB8 }
a.bodytext:visited { text-decoration: none; color: #002BB8 }
a.bodytext:hover { text-decoration: underline; color: #CB7600 }

.bodytextred { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #B60801; line-height: 20px }
.bodytextblue { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #030058; line-height: 20px }

.list			{ font-weight: bold; font-size: 11px; line-height: 17px; color : #86430E; text-align: left; }
a.list			{ font-weight: bold; font-size: 11px; line-height: 17px; text-decoration: none; color : #86430E; text-align: left; }
a.list:visited			{ font-weight: bold; font-size: 11px; line-height: 17px; text-decoration: none; color : #86430E; text-align: left; }
a.list:hover		{ font-weight: bold; font-size: 11px; line-height: 17px; text-decoration: underline; color : #CB7600; text-align: left; }

.biglist			{ font-weight: bold; font-size: 14px; line-height: 22px; color : #86430E; text-align: left; }
a.biglist			{ font-weight: bold; font-size: 14px; line-height: 22px; text-decoration: none; color : #86430E; text-align: left; }
a.biglist:visited			{ font-weight: bold; font-size: 14px; line-height: 22px; text-decoration: none; color : #86430E; text-align: left; }
a.biglist:hover		{ font-weight: bold; font-size: 14px; line-height: 22px; text-decoration: underline; color : #CB7600; text-align: left; }

.listblack			{ font-weight: bold; font-size: 11px; line-height: 17px; color : #000000; text-align: left; }

.listred			{ font-weight: bold; font-size: 11px; line-height: 17px; color : #B60801; }

.indent		{ margin-left: 21px; margin-right: 16px; }

-->

h1 {
	margin-bottom: 0;
	margin-padding: 0;
	font-weight: bold; font-size: 11px; color : #000000;
	display:inline; margin-right:0;
}
h2 {
	margin-bottom: 0;
	margin-padding: 0;
	font-weight: bold; font-size: 11px; color : #000000;
	display:inline; margin-right:0;
}
h3 {
	margin-bottom: 0;
	margin-padding: 0;
	font-weight: bold; font-size: 11px; color : #000000;
	display:inline; margin-right:0;
}
h4 {
	margin-bottom: 0;
	margin-padding: 0;
	font-weight: bold; font-size: 11px; color : #000000;
	display:inline; margin-right:0;
}
h5 {
	margin-bottom: 0;
	margin-padding: 0;
	font-weight: bold; font-size: 11px; color : #000000;
	display:inline; margin-right:0;
}
h6 {
	margin-bottom: 0;
	margin-padding: 0;
	font-weight: bold; font-size: 11px; color : #000000;
	display:inline; margin-right:0;
}

div.announcements {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; 
	position: relative; left: 0px; top: 10px; width: 100%; height: 577px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.introduction {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 10px; width: 100%; height: 1125px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.introduction2 {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 10px; width: 240px; height: 823px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.introductionfeb3 {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 10px; width: 100%; height: 1060px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.promo {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 10px; width: 100%; height: 527px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.usfriendly {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 10px; width: 100%; height: 507px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.poppages {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 10px; width: 100%; height: 827px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.poppagesoct11 {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 10px; height: 935px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.poppagesfeb3 {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 10px; width: 100%; height: 654px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

/* height = td height - 30 */
div.pokerrooms {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 6px; width: 100%; height: 1070px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.pokerroomsfeb3 {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 6px; width: 100%; height: 711px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.forumtopics {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 10px; width: 100%; height: 1150px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.forumtopicsfeb3 {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 10px; width: 100%; height: 350px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.blogs {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 14px; width: 100%; height: 715px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.rakeback {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 6px; width: 100%; height: 183px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.mttR1C1 {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 10px; width: 100%; height: 350px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.mttR1C2 {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 10px; width: 100%; height: 350px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.mttR1C3 {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 10px; width: 100%; height: 350px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.mttR2C1 {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 6px; width: 100%; height: 750px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.mttR2C2 {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 10px; width: 100%; height: 750px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.mttR3C1 {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 6px; width: 100%; height: 500px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

div.mttR3C2 {
	overflow: auto; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 5px; 
	position: relative; left: 0px; top: 10px; width: 100%; height: 500px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

/* NEW 2007 STYLES START */

div.boxframeleft {
	margin-top: 5px; margin-bottom: 5px; margin-right: 5px;
	padding: 3px; 
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

div.boxframeright {
	margin-top: 5px; margin-bottom: 5px;
	padding: 3px; 
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

div.boxbody {
	padding:3px 6px 7px;
}

div.boxhead {
	padding-top: 3px; padding-bottom: 0px; padding-left: 6px; padding-right: 6px;
}

div.scrollbody {
	overflow: auto;  
	max-height: 400px;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
}

div.scrollbox {
	padding-top: 3px; padding-bottom: 5px; padding-left: 6px; padding-right: 6px; 
	overflow: auto;
}

div.boxfoot {
	padding-top: 5px; padding-bottom: 3px; padding-left: 6px; padding-right: 6px;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
}

div.headcolumns { 
	padding: 5px 6px 3px 6px; 
	height: 13px; 
}

/*
div.listrow {
	padding-top: 5px; padding-bottom: 6px; padding-left: 6px; padding-right: 6px;
} */

div.newsrow {
	padding-top: 5px; padding-bottom: 11px; padding-left: 6px; padding-right: 6px;
}

div.pixel { 
	font-size: 8px; line-height: 8px; 
	padding-bottom: 1px; padding-right: 1px;
}

div.navadbox {
	padding-top: 10px; padding-bottom: 10px; padding-left: 5px; padding-right: 5px; 
	text-align: center;
}

div.navspace {
	padding-top: 6px; padding-bottom: 0px; padding-left: 5px; padding-right: 5px; 
	text-align: center;
}

.navlist { font-size: 11px; line-height: 13px;}
a.navlist { color: #002BB8; text-decoration: none; }
a.navlist:visited { color: #002BB8; text-decoration: none; }
a.navlist:hover { color: #CB7600; text-decoration: underline; }

.navtitle { font-size: 11px; line-height: 13px; font-weight: bold;}
a.navtitle { color: #FFFFFF; text-decoration: none; }
a.navtitle:visited { color: #FFFFFF; text-decoration: none; }
a.navtitle:hover { color: #FFFFFF; text-decoration: underline; }

div.navtopbox {
	padding-top: 0px; padding-bottom: 7px; padding-left: 4px; padding-right: 4px; 
	text-align: center; 
}

.navtop { font-size: 12px; line-height: 14px; font-weight: bold;}
a.navtop { color: #000000; text-decoration: none; }
a.navtop:visited { color: #000000; text-decoration: none; }
a.navtop:hover { color: #CB7600; text-decoration: underline; }

.tabmed { font-size: 11px; line-height: 14px; }
a.tabmed { color: #000000; text-decoration: none; }
a.tabmed:visited { color: #000000; text-decoration: none; }
a.tabmed:hover { color: #CB7600; text-decoration: underline; }

.tabsmall { font-size: 10px; line-height: 10px; }
a.tabsmall { color: #000000; text-decoration: none; }
a.tabsmall:visited { color: #000000; text-decoration: none; }
a.tabsmall:hover { color: #CB7600; text-decoration: underline; }

div.tabbox { 
	padding: 4px 0px 1px 0px; 
}

div.tabhead { 
	padding: 1px 0px 0px 0px; 
}

div.tabcolumns { 
	padding: 0px 17px 1px 0px; 
	height: 17px; 
}

div.tabcolumnsfull { 
	padding: 0px 0px 1px 0px;
	height: 17px; 
}

div.tabbody { 
	padding: 2px 7px 4px 34px; 
}

.tabmenu ul {
	margin: 0px 3px 0px 0px;
	vertical-align: bottom;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
	font-size: 10px; font-weight: bold; height: 14px; 
	list-style-type: none; white-space: nowrap; 
}

.tabmenu li {
	display: inline; 
}

.tabmenu li a { 
	color: #000000; text-decoration: none; 
	padding: 1px 5px 1px 5px; 
	background-color: #BEBEBE; 
}

.tabmenu li a:visited, .tabmenu li a:active { 
	color: #000000; text-decoration: none; 
}

.tabmenu li a:hover, .tabmenu li a.current { 
	color: #000000; text-decoration: none; 
	padding-bottom: 3px;
	background-color: #FFFFFF; 	
}

.tabcontent { display: none; }

.floatimgleft	{ float: left; margin-top: 2px; margin-right: 7px; margin-bottom: 4px; }

.floatimgright	{ float: right; margin-top: 2px; margin-left: 7px; margin-bottom: 4px; }

.indent		{ margin-left: 21px; margin-right: 16px; }

img.photo { position: relative; width: 100%; height: 100%; }

img.photo2 { position: relative; width: 100%; }

/* NEW 2007 STYLES END */

.button { font-size: 11px; line-height: 13px; font-weight: bold; background-color: #002BB8; }
a.button { color: #FFFFFF; text-decoration: none; }
a.button:visited { color: #FFFFFF; text-decoration: none; }
a.button:hover { color: #FFFFFF; text-decoration: underline; }

.boness{color:#FF0000; font-size:18px;}
.sign_link{ font-size:16px;}

td.horiz-title { 
	background-repeat :no-repeat; background-position: 5px 50%;
	white-space: nowrap; 
	border-style: solid; border-width: 2px; 
	padding: 7px 10px 7px 50px; 
}

td.horiz-frame { 
	border-style: solid; border-width: 2px; 
	padding: 7px 10px 7px 10px; background-color: #fbf9f3;
}

.boxtitle { font-weight: bold; font-size: 14px; line-height: 19px; color : #ffffff; }


td.horiz-title { 
	background-repeat :no-repeat; background-position: 5px 50%;
	white-space: nowrap; 
	border-style: solid; border-width: 2px; 
	padding: 7px 10px 7px 50px; 
}

td.horiz-frame { 
	border-style: solid; border-width: 2px; 
	padding: 7px 10px 7px 10px; background-color: #fbf9f3;
}

.boxtitle { font-weight: bold; font-size: 14px; line-height: 19px; color : #ffffff; }

/* End ftr.es */

/* Styling -22/3/2010 */

.ranking_items {
	background-color:#ffffff;
}

div.ranking_items:hover {
	background-color:#FFE8BF;
}

span.stakes {
	display:block;
	float:left;
	width:130px;
}

span.stakes_info {
	background-color:#F4F4F4;
	border:1px solid #BBBBBB;
	color:#000000;
	float:left;
	padding:3px;
}

/* START NEW NEWSBOX */

.column_right .news_box {
	height:336px;
	overflow:auto;
}
.column_right .news_box .poker-news-list, .column_right .news_box .poker-news-list li {
	list-style:none;
	padding:0;
	margin:0;
}
.column_right .news_box .poker-news-list li {
	border-bottom:1px solid #CCCCCC;
	font-size:1.2em;
	font-weight:bold;
	clear:both;
}
.column_right .news_box .poker-news-list li a {
	color:#000000;
	display:block;
	padding: 5px 7px;
	background:url("http://www.flopturnriver.com/images/upcomingevents_list_bg.png") repeat-x 0 0 transparent;
}
.column_right .news_box .poker-news-list li a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background:url("http://www.flopturnriver.com/images/upcomingevents_list_bg.png") repeat-x 0 0 #CB7600;
}
.column_right .news_box .poker-news-list li .date {
	display:block;
	font-size:10px;
	color:#777777;
	margin-top:1px;
	font-weight:normal;
}
.column_right .news_box .poker-news-list li a:hover .date {
	color:#FFCA7F;
}
.column_right .news_box .poker-news-list li img.icon {
	float:left;
	width:40px;
	height:auto;
	vertical-align:middle;
	margin: 5px 8px 5px 7px;
}

.poker-news-list .excerpt {
	font-weight:normal;
	font-size:11px;
}

/* END NEW NEWSBOX */

div.wp_post {
	background:url(http://www.flopturnriver.org.uk/images/news-bg.gif) repeat-x;
	border-bottom:1px solid #7F7F7F;
}

div.wp_post:hover .title, div.wp_post:hover .author {
	background:none;
	background-color:#7F7F7F;
	color:#000000;
}

div.wp_post:hover .title a, div.wp_post:hover .author a {
	color:#FFFFFF;
}

div.wp_post:hover .author {
	border-bottom:1px solid #7F7F7F;
}

div.wp_post:hover div.content {
	background-color: #FFE8BF;
}

.title {
	text-align:left;
	padding-left:10px;
	padding-top:4px;
}

.title a {
	font-size:14px !important;
	font-weight:bold;
}

.author {
	font-size:10px;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
	padding-bottom:4px;
	border-bottom:1px dotted #BFBFBF;
}

.title a, .author a {
	color:#00467F;
}

.content {
	text-align:left;
	padding:5px 10px 8px;
}

.content a {
	font-weight:bold;
	display:block;
	text-align:right;
}

div.listrow {
	padding:0;
}

div.pokercommunitynews {
	height:450px;
	overflow-y:scroll;
}

div.pokerbonuses span {
	border:1px solid black;
	background-color:#FDFF3F;
	padding:3px 4px;
	color:#000000;
	margin-right:5px;
	font-weight:bold;
}

div.pokerbonuses span a {
	color:#000000;
}

div.pokerbonuses span a:hover {
	text-decoration:none;
}

.pokerbonuses_items {
	background-color:#FFFFFF;
	width:100%;
	margin-right:0px;
}

div.pokerbonuses_items:hover {
	background-color:#FFE8BF;
}

.softwaredownloads_items {
	background-color:#FFFFFF;
	width:100%;
	margin-right:0px;
}

div.softwaredownloads_items:hover {
	background-color:#FFE8BF;
}

.newsrow img {
	border:none;
}

.newsrow dt {
	background-color:#555555;
	padding:5px 8px;
}

.newsrow dt a {
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
}

.newsrow dd a{
	color:#5F0400;
}

.newsrow table {
	border-spacing:0;
	padding:0;
	margin-bottom:20px;
	border:3px solid #555555;
}

.newsrow dd {
	margin-left:0px;

}

.newsrow dd td {
	background:url(http://www.flopturnriver.org.uk/images/poker-news-bg.png) -10px -10px no-repeat;
	color:#000000;
	border-right:3px solid #555555;
	padding:10px 5px;
}

.newsrow dd td.j {
	background:url(http://www.flopturnriver.org.uk/images/poker-news-bg.png) -10px -10px no-repeat;
	border:none;
	padding-left:10px;
}

.announcements table {
	border:none;
	padding:0;
}

.announcementsbody {
	border:none;
	padding:0;
	padding:3px 6px 0px;
}

.announcementsbody div {
	border:none;
}

/* Messy CSS styles for news content */
div.lh font font {
	color:#000000;
}

div.lh font font b {
	margin-bottom:10px;
}

div.lh a {
	font-size:14px;
}

div.lh font a {
	font-size:11px;
}

div.lh nobr {
	margin-left:8px;
	font-size:9px;
	float:left;
}

div.lh font a nobr b {
	font-style:none;
	font-size:12px;
	display:block;
	background-color:#5F0439;
	margin-top:5px;
	padding:3px 8px;
	width:143px;
	height:15px;
	color:#ffffff;
}

.bonusarticle {
	background:url(http://flopturnriver.org.uk/images/importance_logo_bg.gif) no-repeat right top;
}

.left_nav_banner {
	height:240px;
	margin:20px auto;
	width:120px;
}

.left_nav_banner img {
	border:none;
}

/* Curved boxes */
.box_heading {
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
}

/* New homepage boxes */

.titlebar {
	background:url("http://www.flopturnriver.com/images/titlebar_bg.gif") repeat-x scroll 8px -1px #FFFFFF;
	height:23px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding-top:6px;
	padding-left:20px;
	border:1px solid #CB7600;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-radius:10px 10px 0 0;
	
}

.titlebar a {
	color:#000000 !important;
}

.content_container {
	background-color:#FFFFFF;
	overflow:hidden;
	border-left:1px solid #CB7600;
	border-right:1px solid #CB7600;
	border-bottom:1px solid #CB7600;
}

.content_footer {
	background-color:#F5DBAA;
	font-weight:bold;
	height:21px;
	padding-left:10px;
	padding-top:9px;
	font-size:10px !important;
	border-bottom: 1px solid #CB7600;
    border-left: 1px solid #CB7600;
    border-right: 1px solid #CB7600;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-radius:0 0 10px 10px;
	
}

.content_footer a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.content_footer a:hover {
	color:#CB7600;
	text-decoration:underline;
	font-weight:bold;
}

/* Photo Gallery */

.photogallery_titlebar {
	background:url("http://www.flopturnriver.com/images/tbg_announce.gif") no-repeat scroll 8px 0 #CB7600;
}

.photogallery_content_container {
	border-bottom:2px solid #CB7600;
	border-left:2px solid #CB7600;
	border-right:2px solid #CB7600;
}

.photogallery_text_container {
	padding:10px;
}

/* Exclusive Bonuses */

.exclusivebonuses_list {
	list-style-type:none;
	margin:0;
	padding:0;
}

.exclusivebonuses_list li {
	border-bottom:1px dotted #AAAAAA;
	height:24px;
	padding:6px 0 6px 0;
}

.exclusivebonuses_header {
	list-style-type:none;
	margin:0;
	padding:0;
}

.exclusivebonuses_list_container {
	overflow:auto;
	height:500px;
}

.exclusivebonuses_header li {
	border-bottom: 1px solid #A1A1A1 !important;
	height:24px;
	padding:6px 16px 6px 67px !important;
}

.exclusivebonuses_column_roomname {
	color:#7D7D7D;
	display:block;
	float:left;
	font-weight:bold;
	margin-top:14px;
	width:40%;
}

.exclusivebonuses_column_bonusamount {
	color:#7D7D7D;
	display:block;
	float:left;
	font-weight:bold;
	margin-top:14px;
	width:13%;
}

.exclusivebonuses_column_match {
	color:#7D7D7D;
	display:block;
	float:left;
	font-weight:bold;
	margin-top:14px;
	width:13%;
}

.exclusivebonuses_column_monthly {
	color:#7D7D7D;
	display:block;
	float:left;
	font-weight:bold;
	margin-top:2px;
	width:100px;
}

.exclusivebonuses_logolink {
	width:67px;
	height:24px;
	display:block;
	float:left;
}

.exclusivebonuses_top {
	display:block;
	height:50%;
	margin-left:67px;
}

.exclusivebonuses_bottom {
	display:block;
	height:50%;
	margin-left:67px;
}

.exclusivebonuses_bottom_left {
	display:block;
	float:left;
	width:66%;
}
.exclusivebonuses_roomname {
	width:40%;
}

.exclusivebonuses_roomname, .exclusivebonuses_roomname a {
	display:block;
	float:left;
	font-weight:bold;
	color:#000000;
	white-space:nowrap;
	font-size:11px;
}

.exclusivebonuses_bonusamount, .exclusivebonuses_bonusamount a {
	display:block;
	float:left;
	width:13%;
	color:#000000;
}

.exclusivebonuses_match, .exclusivebonuses_match a {
	display:block;
	float:left;
	width:13%;
	color:#000000;
}

.exclusivebonuses_monthly, .exclusivebonuses_monthly a {
	display:block;
	float:left;
	width:34%;
	color:#000000;
}

.exclusivebonuses_bonuslabel {
	margin-right:5px;
}

.exclusivebonuses_bonuslabel, .exclusivebonuses_bonuslabel a {
	display:block;
	float:left;
	color:#000000;
	font-size:9px;
}

.exclusivebonuses_bonuscode, .exclusivebonuses_bonuscode a {
	display:block;
	float:left;
	color:#B70908;
	font-weight:bold;
	font-size:9px;
}

.exclusivebonuses_us {
	background:url("http://www.flopturnriver.com/images/exclusivebonuses/us_flag.gif") no-repeat scroll 0 0 transparent;
	display:block;
	float:left;
	height:7px;
	margin-top:3px;
	width:29%;
}

.exclusivebonuses_bodogpoker {
	background: url("http://www.flopturnriver.com/images/exclusivebonuses/bodog.gif") no-repeat 0 6px transparent;
}

.exclusivebonuses_titlebar {
	background:url("http://www.flopturnriver.com/images/tbg_bonus.gif") no-repeat scroll 8px 0 #CB7600;
}

.exclusivebonuses_content_container {
	border-bottom:2px solid #CB7600;
	border-left:2px solid #CB7600;
	border-right:2px solid #CB7600;
	height:537px;
	overflow:hidden;
}

/* Important announcement box */

.importantannouncement_content_container, .localannouncement_content_container {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-radius:0 0 10px 10px;
}

.importantannouncement_content_text {
	padding:10px 5px;
}

.importantannouncement_content_container img, .localannouncement_content_container img {
	float:left;
	margin:0 10px 0 5px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:1px 1px 5px #555555;
	-moz-box-shadow:1px 1px 5px #555555;
	-webkit-box-shadow:1px 1px 5px #555555;
}

.importantannouncement_title {
	display:block;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:5px;
	text-align:left;
	width:100%;
}

.importantannouncement_content_text a {
	color:#B60801;
	font-weight:bold;
	text-decoration:none;
}

.importantannouncement_content_text a {
	color:#B60801;
	font-weight:bold;
	text-decoration:none;
}

.importantannouncement_content_text a:hover {
	text-decoration:underline;
}

.importantannouncement_signup {
	display: block;
    height: 24px;
    margin: 5px 0 7px;
    position: relative;
    text-align: center;
}

.importantannouncement_signup a {
	background: url("http://www.flopturnriver.com/images/important-announcement-signup-bg.gif") repeat-x scroll 0 0 #FF0000;
    border: 1px solid #B60801;
    color: #FFFFFF;
    display: inline;
    font-size: 1.4em;
    font-weight: bold;
    height: 21px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

.importantannouncement_signup a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-position:0 -30px;
}

/* New top nav */

.ftr_topnav_container {
	background:url("http://de.flopturnriver.com/images/layout/navtop-bg.png") repeat-x 0 0 transparent;
	display:block;
	height:125px;
	margin-bottom: 5px;
	position:relative;
}

.ftr_topnav_logo {
	display:block;
	width:247px;
	height:125px;
}

.ftr_bg_cards {
	background: url("http://de.flopturnriver.com/images/layout/navtop-03.png") no-repeat scroll 0 0 transparent;
    height: 82px;
    left: 201px;
    position: absolute;
    top: 0;
    width: 151px;
}

.ftr_bg_cards_top {
	position:absolute;
	background:url("http://de.flopturnriver.com/images/layout/navtop-02.png") no-repeat 0 0 transparent;
	width:563px;
	height:13px;
	left:247px;
	top:0;
}

.ftr_bg_cards_bottom {
	position:absolute;
	background:url("http://de.flopturnriver.com/images/layout/navtop-05.png") no-repeat 0 0 transparent;
	width:563px;
	height:11px;
	left:247px;
	top:73px;
}

.ftr_topnav_banner {
	height: 60px;
    left: 343px;
    position: absolute;
    top: 13px;
    width: 468px;
}

.ftr_topnav_banner img {
	border:none;
}

.ftr_topnav_menu {
	position:absolute;
	bottom:0;
	left:188px;
	height:41px;
	overflow:hidden;
}

.ftr_topnav_menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.ftr_topnav_menu ul li {
	float:left;
	margin-right: 2px;
}

.ftr_topnav_menu ul li a {
	background: url("http://de.flopturnriver.com/images/layout/ftr_topnav_menu_tabs.gif") no-repeat scroll 0 0 transparent;
    color: #000000;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 34px;
    padding: 7px 5px 0;
    text-align: center;
    width: 79px;
}

.ftr_topnav_menu ul li a:hover {
	text-decoration:none;
	color:#CB7600;
}

.content_container_bestofferoftheday {
}

.content_container_bestofferoftheday a {
	display:block;
	text-align:center;
	background:url("http://flopturnriver.org.uk/images/bestofferoftheday_irishopenpaddypoker_bg.jpg") repeat-x 0 0 transparent;
}

.content_container_bestofferoftheday a img {
	border:none;
}

.actionbox {
}

.actionbox a {
	display:block;
	text-align:center;
	background:url("http://flopturnriver.org.uk/images/actionbox_paddy_bg.jpg") repeat-x 0 0 transparent;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

.actionbox a img {
	border:none;
}

.flags {
			
	width: 112px ;
	margin-left: auto ;
	margin-right: auto ;
}


/*intl flags dropdown*/
/*intl flags dropdown*/
#cssdropdown {
	float:left;
	margin-left:20px;
	text-align:left;
	width:auto;
	z-index:999;
	line-height:24px;
}
#cssdropdown a {
	display:block;
	font-weight:normal;
	z-index:999;
	height: 20px;
    width: auto;
	line-height: 20px;
	padding: 0 20px 0 30px;
	position:relative;
	font-weight:bold;
}
#cssdropdown a img {
	float: left;
    height: 18px;
    left: 6px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
}
#cssdropdown a.current {
	border:1px #CEB67D solid;
	background:url("images/dropdown-bg.jpg") repeat-x 0 0 #fffaec;
	color:#000000;
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow: 0 0 2px #BBB;
	-webkit-box-shadow: 0 0 2px #BBB;
	box-shadow: 0 0 2px #BBB;
}

#cssdropdown a.languagehover {
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	bottom-border:none;
}

#cssdropdown, #cssdropdown li, #cssdropdown ul {
	margin:0;
	padding:0;
	list-style:none;
}

#cssdropdown ul {
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
    -moz-box-shadow: 0 0 2px #999999;
	-webkit-box-shadow: 0 0 2px #999999;
	box-shadow: 0 0 2px #999999;
	border: 1px solid #E2D2AC;
	z-index:999;
}

li.headlink {
	width:auto;
}
li.headlink ul {
	display: none;
	position:absolute;
	background:#fffaec;
}
li.headlink ul a {
	text-decoration:none;
	color:#000000;
	border-bottom: 1px solid #EDD9AD;
}
li.headlink ul a:hover {
	background:#FFD8A5;
}
li.headlink:hover ul {
	display: block;
}

.dropdown_arrow {
	height: auto !important;
    left: auto !important;
    margin-top: -4px !important;
    right: 4px;
	border:none;
}

/* Download Page Highlights Section */

.downloadpage_highlights .italic{
	font-weight:normal;
	font-style:italic;
	padding:3px;
}

.downloadpage_highlights .list{
	font-weight:normal;
	padding:3px;
}

.downloadpage_highlights A{
	color:#000000;
	text-decoration:underline !important;
}

.downloadpage_highlights ul li{
	padding:7px;
	list-style-image:url(http://www.flopturnriver.com/design-team/brandon/BwinDLPage/images/spade.png);
	font-size:16px;
}

.downloadpage_highlights h3 {
	display: block;
    font-size: 18px;
    text-align: center;
    width: 100%;
}

.downloadpage_highlights {
	margin-left:5px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

/* Rakeback page bonus/marketing code box */

#upperleftcode_mark {
margin: 0 10px 0 0;
padding: 4px 0 0 0;
height: 150px;
width: 150px;
float: left;
border: 1px solid #000000;
}
.codelink_mark:link {color:red;text-decoration:none}
.codelink_mark:visited {color:red;text-decoration:none}
.codelink_mark:active {color:red;text-decoration:none}
.codelink_mark:hover {color:red;text-decoration:underline}



/* INTL FOOTER */
#footer-main {
	margin: 20px 0 10px 0;
	background-color: #cb7600; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb7600', endColorstr='#2e1108'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#cb7600), to(#2e1108)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #cb7600,  #2e1108); /* for firefox 3.6+ */
	color: #fff; 
	}
	
#footer-main a {
	color: #e6d5ac;}

table.footer, table.footer th, table.footer td {
	margin: auto;
	}
	
.footer ul{
	list-style-type: none;
	list-style-image: none;
	}
	
.footer ul h3 a{
	color: #fff;}
	
table.footer .footer-flags li {
	display: inline;
	}

.join-forum {
	background: url(http://www.flopturnriver.com/icon/btnbar-blue-bg.png);
	padding: 8px 5px;
	text-align: center;
	border: 2px solid #2C3D61;
	width: 150px;
	margin: auto;}
	
.join-forum a {
	color: #fff;}

ul.hp_bottom_rooms ul.hp_bottom_rooms li
{
	padding:0;
	margin:0;
	list-style:none;
}
ul.hp_bottom_rooms
{
	width:150px;
	/*float:left;*/
	margin-left: 0;
	margin-top: 2px;
	padding: 10px;
	background-color: #bb6d00; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb6d00', endColorstr='#2e1108'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#bb6d00), to(#2e1108)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #bb6d00,  #2e1108); /* for firefox 3.6+ */
	border: thin solid #a25e00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.hp_bottom_rooms li
{
	/*width:150px;
	float:left;*/
	display: list-item;
}


/* Poker Pros Pages */
.pokerpros_container {
	background-color:#FFFFFF;
	margin:10px auto 0;
	font-size:12px;
}

.pokerpros_heading_container {
	padding:10px 10px 0;
}

.pokerpros_heading_container h1.pokerpros_heading {
	display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.pokerpros_heading_container .pokerpros_heading_aka_container {
	margin: 5px 0 0;
}

.pokerpros_heading_container .pokerpros_heading_aka_container .pokerpros_heading_aka_label {
	color: #7D7D7D;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 4px 0;
}

.pokerpros_heading_container .pokerpros_heading_aka_container .pokerpros_heading_aka {
	background-color: #7D7D7D;
    color: #FFFFFF;
    display: block;
	float:left;
    margin-right: 10px;
    padding: 5px;
	font-size:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.pokerpros_heading_container .pokerpros_heading_aka_container .pokerpros_heading_aka .pokerpros_heading_aka_place {
	display:inline;
}

.pokerpros_heading_container .pokerpros_heading_aka_container .pokerpros_heading_aka .pokerpros_heading_aka_name {
	background-color: #FFFFFF;
    color: #000000;
	font-weight:bold;
    display: inline;
    padding: 2px 4px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.pokerpros_heading_container .pokerpros_heading_aka_container .pokerpros_heading_aka .pokerpros_heading_aka_name a {
	color:#000000 !important;
	font-weight:bold !important;
}

.pokerpros_heading_container .pokerpros_heading_aka_container .pokerpros_heading_aka .pokerpros_heading_aka_name a:hover {
	color:#CB7600 !important;
	text-decoration:none !important;
}

.pokerpros_heading_container .pokerpros_heading_twitter {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background: url("images/twitter_bg.jpg") repeat-x scroll 0 0 #99DDF1;
    color: #FFFFFF;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 3px 10px 3px 30px;
}

.pokerpros_twitter_follow {
	float:right;
}

.pokerpros_twitter_follow a {
}

.pokerpros_twitter_follow a img {
	border:none;
}

.pokerpros_twitter_time {
	display:inline;
	font-weight:normal;
	font-style:italic;
}

.pokerpros_content_container {
	padding: 10px;
}

.pokerpros_content_container .pokerpros_content_media_container {
	background: url("images/pokerpros_content_media_container_bg.gif") repeat-x scroll 0 0 #FFFFFF;
    height: 200px;
    width: 350px;
	float:left;
	text-align:center;
	padding:13px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.pokerpros_content_media_focus a {
}

.pokerpros_content_media_focus a img {
	border:none;
	width:100%;
	height:210px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

.pokerpros_content_container .pokerpros_content_others_container {
	margin-left: 386px;
}

.pokerpros_content_container .pokerpros_content_others_container .pokerpros_content_career {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.pokerpros_content_career ul {
	list-style-type:none;
	margin:0;
	padding:0;
	height:200px;
	overflow:auto;
	border: 1px solid #BBBBBB;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.pokerpros_content_career ul li {
	padding:5px 8px;
	background-color:#f0f0f0;
	border-bottom:2px solid #dddddd;
	color:#222222;
}

.pokerpros_content_container .pokerpros_content_others_container .pokerpros_content_accolades {
	background: url("images/pokerpros_content_accolades_bg.gif") repeat-x scroll 0 0 #FFFFFF;
	height:150px;
	margin: 10px 0 0;
	padding: 8px 13px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.pokerpros_content_heading, .pokerpros_review_heading, .pokerpros_career_heading {
	font-size:18px;
	font-weight:bold;
}

.pokerpros_career_heading {
	margin:0 0 5px 10px;
}

.pokerpros_review_container {
	padding: 0 13px 13px;
}

.pokerpros_seperator {
}

.pokerpros_seperator img {
	width:100%;
	height:6px;
}

.pokerpros_accolades {
	list-style-type:none;
	margin:11px 0;
	padding:0;
}

.pokerpros_accolades li {
	float:left;
	margin:0 8px 8px 0;
}

.pokerpros_accolades li img {
}

.pokerpros_ataglance {
	border:2px solid #000000;
	width:350px;
	padding: 5px 13px;
	float:left;
	margin:10px 10px 10px 0;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

.pokerpros_ataglance ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}

.pokerpros_ataglance ul li {
	margin-bottom:7px;
}

.pokerpros_ataglance_label {
	font-weight:bold;
	width:40%;
	display:block;
	float:left;
}

.pokerpros_ataglance_info {
	width:60%;
	display:block;
	float:left;
}

/* boxes */

.yellowhead {
	background: url(images/yellowboxback.gif) repeat-x;
	height: 23px; /* 33px */
	padding: 10px 0 0 10px; /* top 8px margin */
	display: block;
	margin-top:0;
}
.yellowbox {
	border: 2px solid #f6cd01;
	padding: 8px;
	color:#000000 !important;
}

a.yellowboxlink, a.yellowboxlink:hover {
	text-decoration:none !important;
	
}

/* THUMBNAIL CODE SS */
#column .thumbnail:hover, #column .thumbnail-bottom:hover{
	background-color: transparent;
	z-index: 500;
}

#column .thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	text-decoration: none;
	border: 2px solid #f6cd01;
}

a.thumbnail-bottom span img{ /*bottom*/
	position: absolute;
	/*left: 0;
	bottom: 50px;*/
	visibility: hidden;
	text-decoration: none;
	border: 2px solid #f6cd01;
	z-index: 9999;
}

#column .thumbnail:hover span, a.thumbnail-bottom:hover span img{ /*CSS for enlarged image on hover*/
	visibility: visible;
}


/* Pokerstars Team */
.tabmenu4 ul {
    font-size: 12px;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: bottom;
    white-space: nowrap;
	position:relative;
	display:block;
	float:left;
	left:50%;
}

.tabmenu4 li {
	position:relative;
	display:block;
	float:left;
	right:50%;
	padding: 10px;
	z-index:9999;
}

.tabmenu4 li img {padding: 0 5px; border: none}

.tabmenu4 li a { 
	color: #FFFFFF; text-decoration: none; 
	padding: 5px 9px; 
	background-color: #333333; 
	border:1px solid #9B9B9B;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
}

.tabmenu4 li a:visited, .tabmenu4 li a:active { 
	text-decoration: none; 
}

.tabmenu4 li a:hover, .tabmenu4 li a.selected { 
	color: #000000; text-decoration: none; 
	background-color: #FFFFFF; 
	border-top:1px solid #9B9B9B;
	border-left:1px solid #9B9B9B;
	border-right:1px solid #9B9B9B;
	border-bottom:1px solid #FFFFFF;
}

.content-box {background: url(http://www.flopturnriver.com/logos/bgwm_PokerStars.jpg) no-repeat right bottom;
	width: 430px; padding: 20px; margin: 0 auto; text-align: center; border: 2px solid #F8CD00; font-size: 12px; font-weight: bold}

.team-profile {
	text-align: center; font-weight: bold; color: #B60801;
	float:left; margin: 0 10px; width: 190px;}



/* TEMP FOR FTP DL TEST, leaving alone - do not know where it's being used 11/17/2011 */
.thumbnail:hover{
	background-color: transparent;
	z-index: 500;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	right: 10px;
	top: 10px;
	visibility: hidden;
	text-decoration: none;
	border: 2px solid #f6cd01;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
}

</style>
