<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; 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-color:#702E04;
}

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/pagebar-bg.png"); 
	background-position: 50% 50%; 
}

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: #e6d5ac;
}

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

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

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

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

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

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

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

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFF6D8; border-style: solid; border: black; border-width: 1px 1px 1px 1px; }
td.row2	{ background-color: #EEE3C3; border-style: solid; border: black; border-width: 1px 1px 1px 1px; }
td.row3	{ background-color: #030058; border-style: solid; border: black; border-width: 1px 1px 1px 1px; }
td.row4	{ background-color: #FFFFFF; border-style: solid; border: black; border-width: 1px 1px 1px 1px; }
td.row5	{ background-color: #E7D396; border-style: solid; border: black; border-width: 1px 1px 1px 1px; }
td.row6	{ background-color: #CCA35F; border-style: solid; border: black; border-width: 1px 1px 1px 1px; }

/*
  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: #FFF6D8; text-decoration: none }
a.sectitle:link { color: #FFF6D8; text-decoration: none }
a.sectitle:visited { color: #FFF6D8; text-decoration: none }
a.sectitle:hover { color: #D9BA76; 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: 5px; 
	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; 
}

div.boxframeright {
	margin-top: 5px; margin-bottom: 5px;
	padding: 3px; 
}

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

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

div.scrollbody {
	overflow: auto;  
}

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

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

div.navbox {
	padding-top: 1px; padding-bottom: 4px; padding-left: 3px; padding-right: 3px; 
}

div.navhead {
	padding-top: 2px; padding-bottom: 4px; padding-left: 13px; padding-right: 5px; 
	text-indent: -8px; background-color: #702E04;
}

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

.navlist { font-size: 10px; line-height: 12px; font-weight: bold;}
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;
}

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 {
	height:30px;
	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:10px auto;
	width:120px;
}

.left_nav_banner img {
	border:none;
}


</style>
