/*
  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;
	behavior:url("csshover3.htc");
}

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: center; }
td.matrix2	{ background-color: #f2eede; border-width: 0px; padding: 3px 8px 4px 8px; text-align: center; }
td.matrix1-30	{ background-color: #fbf9f3; border-width: 0px; padding: 3px 8px 4px 8px; text-align: center; width: 30%; }
td.matrix2-30	{ background-color: #f2eede; border-width: 0px; padding: 3px 8px 4px 8px; text-align: center; width: 30%; }
td.matrix1-35	{ background-color: #fbf9f3; border-width: 0px; padding: 3px 8px 4px 8px; text-align: center; width: 35%; }
td.matrix2-35	{ background-color: #f2eede; border-width: 0px; padding: 3px 8px 4px 8px; text-align: center; 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 { font-size : 14px; line-height: 18px; font-weight: bold; color: #ffffff}
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; 
}

td.btnbar-dlanim { 
	width: 22px; padding-right: 2px; 
	background-image: url("http://www.flopturnriver.com/icon/btnbar-dlanim.gif"); 
	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"); -- misplaced @import, but the file is missing anyway -- alexs */

/* 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;
	font-weight: bold; font-size: 11px; color : #000000;
	display:inline; margin-right:0;
}
h2 {
	margin-bottom: 0;
	font-weight: bold; font-size: 11px; color : #000000;
	display:inline; margin-right:0;
}
h3 {
	margin-bottom: 0;
	font-weight: bold; font-size: 11px; color : #000000;
	display:inline; margin-right:0;
}
h4 {
	margin-bottom: 0;
	font-weight: bold; font-size: 11px; color : #000000;
	display:inline; margin-right:0;
}
h5 {
	margin-bottom: 0;
	font-weight: bold; font-size: 11px; color : #000000;
	display:inline; margin-right:0;
}
h6 {
	margin-bottom: 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_casino { 
	padding: 7px 8px 7px 10px;
	color : #000000; 
	margin-top: 50px;
}

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.boxbody2-nobg_casino {
	padding: 7px 10px 7px 10px; 
	height:295px;
}

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.screenshot-float {
	padding: 0px 10px 0px 0px; background-color: #fbf9f3; 
	float: left; margin-top: 5px; margin-right: 8px; margin-bottom: 6px
}

div.screenshot-float-r {
	padding: 0px 0px 0px 10px; background-color: #fbf9f3; 
	float: right; margin-top: 5px; margin-left: 8px; margin-bottom: 6px
}

table.screenshot-float {
	padding: 0px 10px 0px 0px; background-color: #fbf9f3; 
	float: left; margin-top: 5px; margin-right: 8px; margin-bottom: 6px
}

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

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

div.scrollbody { 
	overflow: auto;
	width:100%;
}

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

div.boxfoot { 
	padding: 10px 14px 5px 14px;
	-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;
	
}

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

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

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

.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.selected { 
	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:middle;}
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:0;}
td.prt {padding-right:0;}
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 {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; 
}

.imgcontainer-IE-float { 
	position: absolute; 
	float: left; margin-top: 5px; margin-right: 8px; margin-bottom: 6px
}


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



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


/* 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-new.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;
}

.codes_box_container {
	width:100%;
	height:87px;
}

.codes_box_left {
	background: url(http://www.flopturnriver.com/images/codes_box_left.jpg);
	width:10px;
	height:87px;
}

.codes_box_right {
	background: url(http://www.flopturnriver.com/images/codes_box_right.jpg);
	width:12px;
	height:87px;
	float:right;
	margin-top:-87px;
}

.codes_box_center {
	background: url(http://www.flopturnriver.com/images/codes_box_center.jpg) repeat-x;
	height:87px;
	margin-left:10px;
	margin-top:-87px;
}

.codes_box_label {
	width:100%;
	height:31px;
	font-size:2em;
	font-weight:bold;
	color:#000000;
	text-align:center;
	padding-top:4px;
	width:100%;
}

.codes_box_text {
	width:100%;
	height:44px;
	color:#FF0000;
	font-weight:bold;
	font-size:2.5em;
	text-align:center;
	width:100%;
	padding-top:8px;
}

.codes_box_text a {
	color:#FF0000;
	font-weight:bold;
}

/* PokerForum banner */

.forum_468x60_banner_left {
	background:url(images/banner_bg_left.jpg) repeat-x;
	width:16px;
	height:115px;
	position:absolute;
	float:left;
}

.forum_468x60_banner_right {
	background:url(images/banner_bg_right.jpg) repeat-x;
	float:right;
	height:115px;
	margin-top:-112px;
	width:15px;
}

.forum_468x60_banner_center {
	width:100%;
	height:115px;
	background:url(images/banner_bg_center.jpg) repeat-x;
	margin:10px 0;
}

.forum_468x60_banner_center a {
	display:block;
	height:60px;
	margin:11px auto;
	width:468px;
}

.forum_468x60_banner_heading {
	color:#000000;
	display:block;
	font-size:1.4em;
	font-weight:bold;
	margin:0 auto;
	padding-top:7px;
	width:600px;
	text-align:center;
}

/* Sticky bottom banner */
.stickybanner_bottom {
	background:#000000;
	width:100%;
	position:fixed;
	bottom:0;
	text-align:center;
}

.stickybanner_bottom a, .stickybanner_bottom img {
	border:none;
}

/* Home page redesign */
.page_container {
	margin:0 auto;
	width:100%;
}

.titlebar {
	height:27px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-top:8px;
	padding-left:55px;
	-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:#FFFFFF !important;
}

.content_container {
	background-color:#FFFFFF;
	overflow:hidden;
	position:relative;
	-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 {
	background-color:#F5DBAA;
	font-weight:bold;
	height:21px;
	padding-left:10px;
	padding-top:9px;
	font-size:10px !important;
	-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;
}

.thinbanner {
	background-color:#000000;
	display:block;
	height:31px;
	margin:10px auto;
	overflow:hidden;
	position:absolute;
	width:100%;
}

.thinbanner img, .thinbanner a {
	border:medium none;
	display:block;
	margin:0 auto;
}

.thinbanner a {
	display:block;
	height:31px;
	margin:0 auto;
	position:absolute;
	width:100%;
}

/* FTR Announcements */
.box_container {
	height:41px;
	margin:0 auto;
	position:relative;
	width:99%;
}

.halfbox_container {
	width:50%;
	float:left;
}

.leftbox_container {
	padding-right:5px;
}

.rightbox_container {
	padding-left:5px;
}

.importantannouncements_titlebar {
	background:url("images/tbg_announce.gif") no-repeat scroll 8px 0 #B60801;
}

.importantannouncements_content_container {
	border-bottom:2px solid #B60801;
	border-left:2px solid #B60801;
	border-right:2px solid #B60801;
	padding:10px 5px;
}

.ftrannouncements_titlebar {
	background:url("images/tbg_announce.gif") no-repeat scroll 8px 0 #B60801;
}

.ftrannouncements_content_container {
	border-bottom:2px solid #B60801;
	border-left:2px solid #B60801;
	border-right:2px solid #B60801;
	height:46px;
}

.ftrannouncements_newslist {
	overflow:hidden;
	width:100%;
}

.ftrannouncements_newslist li {
	background:url("images/news_list_icon.gif") no-repeat scroll 0 5px transparent;
	display:inline;
	float:left;
	margin-right:15px;
	padding-left:24px;
}

.ftrannouncements_newstitle a {
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
}

.ftrannouncements_newstitle a:hover {
	color:#CB7600;
	text-decoration:underline;
}

.ftrannouncements_newscontent {
	display:block;
	font-size:11px;
	color:#7E7E7E;
}

.ftrannouncements_newstitle, .pokerforumtopics_newstitle {
	position:relative;
}

.pokerforumtopics_newscontent {
}

.carousel_logo {
	left: 0;
	display:inline-block;
	position:relative;
}

.carousel_logo img, .carousel_logo a img {
	display:inline;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	border:none;
	position:absolute;
	margin-left:-17px;
}

.carousel_logo_ftrannouncements img {
	margin-top:-6px;
}

input, textarea { font-family: Arial; font-size: 125%; padding: 7px; }
label { display: block; } 

.infiniteCarousel {
	bottom: 0;
	position: absolute;
	width: 100%;
}

.pokercommunitynewsCarousel {
	bottom: 30px;
}

.infiniteCarousel .wrapper {
  width: 315px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 105px;
  margin: 0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius:5px;
  
}

.infiniteCarousel .wrapper ul {
  width: 840px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
}

.infiniteCarousel .pokerforumtopics_wrapper ul li, .infiniteCarousel .ftrannouncements_wrapper ul li {
	text-align:center;
}

.infiniteCarousel .pokercommunitynews_wrapper ul li {
}

.infiniteCarousel ul li img {
    -webkit-transition: border-color 400ms;
}

.infiniteCarousel ul:hover li img {
  border-color: #000;
}

.infiniteCarousel ul:hover li:hover img {
  border-color: #333;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}
		

/* Poker Room Rankings*/

.pokerroomrankings_titlebar {
	background:url("images/tbg_poker.gif") no-repeat scroll 8px 0 #CB7600;
}

.pokerroomrankings_content_container {
	border-bottom:2px solid #CB7600;
	border-left:2px solid #CB7600;
	border-right:2px solid #CB7600;
	padding:0;
}

/* Poker Community News Carousel */


/* Poker community news pager */

.pokerforumtopicsCarousel .pager_container, .ftrannouncementsCarousel .pager_container {

}

.pager_container {
	margin: 0 auto;
	width:105px;
	height:22px;
}

.pager {
	list-style:none outside none;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	position:relative;
}

.pager li { float: left; width:20px; padding: 0 !important;}
.pager .pagenum { background-color: #fff; text-decoration: none; text-align: center; padding:5px 5px 5px 3px;; color:#E46100; font-weight: bold; display: block; }
.pager .active, .pager .pagenum:hover {
	background-color:#F5DBAA;
	color:#E46100;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}

.pokerforumtopicsCarousel .pager a, .pokercommunitynewsCarousel .pager a {
	color:#E46100 !important;
}

.pokercommunitynewsCarousel .page6, .pokercommunitynewsCarousel .page7, .pokercommunitynewsCarousel .page8, .pokercommunitynewsCarousel .page9, .pokercommunitynewsCarousel .page10  {
	display:none;
}

.ftrannouncementsCarousel .pager .pagenum {
	background-color: #fff;
	color:#B60801;
}

.ftrannouncementsCarousel .pager .active, .ftrannouncementsCarousel .pager .pagenum:hover {
	background-color:#B60801;
	color:#fff;
}

.page1, .page2, .page3, .page4, .page5, .page6, .page7, .page8, .page9 {
	padding:5px !important;
}

/* Exclusive Bonuses */

.exclusivebonuses_titlebar {
	background:url("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;
}

/* Poker Forum Topics */

.pokerforumtopics_titlebar {
	background:url("images/tbg_forum.gif") no-repeat scroll 8px 0 #CB7600;
}

.pokerforumtopics_content_container {
	border-bottom:2px solid #CB7600;
	border-left:2px solid #CB7600;
	border-right:2px solid #CB7600;
	height:46px;
}

.pokerforumtopics_newslist {
	height:56px;
	overflow:hidden;
	width:100%;
}

.pokerforumtopics_newslist li {
	background:url("images/news_list_icon.gif") no-repeat scroll 0 5px transparent;
	display:inline;
	float:left;
	margin-right:15px;
	padding-left:24px;
}

.pokerforumtopics_newstitle a {
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	min-width:170px;
}

.pokerforumtopics_newstitle a img {
	display:inline !important;
	border:none !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
	border-radius:0 !important;
	position:absolute !important;
}

.pokerforumtopics_newstitle a:hover {
	color:#CB7600;
	text-decoration:underline;
}

.pokerforumtopics_newscontent {
	display:block;
	font-size:11px;
	color:#7E7E7E;
}

.pokerforumtopics_status {
	display:inline-block;
	right:0;
}

.pokerforumtopics_status img {
	position:absolute;
	margin-top:-3px;
	margin-left:0;
}

/* Columns */
.column_container {
	width:99%;
	margin:0 auto;
}

.column_left_container {
	width:50%;
	display:inline;
	float:left;
	overflow:hidden;
}

.column_left {
	padding-right:5px;
	margin-top:10px;
	overflow:hidden;
}

.column_right_container {
	width:50%;
	display:inline;
	float:right;
	overflow:hidden;
}

.column_right {
	padding-left:5px;
	margin-bottom:10px;
	overflow:hidden;
}

/* Poker Community News */

.pokercommunitynews_titlebar {
	background:url("images/tbg_news.gif") no-repeat scroll 8px 0 #CB7600;
}

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

/* Photo Gallery */

.photogallery_titlebar {
	background:url("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;
}

/* Upcoming Events */

.upcomingevents_titlebar {
	background:url("images/tbg_announce.gif") no-repeat scroll 8px 0 #CB7600;
}

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

.upcomingline0 {
	background-color: #F5F5F5;
}

.upcomingline1 {
	background-color: #FFFFFF;
}

.upcomingevents_content_footer {
	background-color:#EDCDAA;
}

/* Top Poker Networks */

.toppokernetworks_titlebar {
	background:url("images/tbg_volume.gif") no-repeat scroll 8px 0 #CB7600;
}

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

/* What is FTR */

.whatisftr_titlebar {
	background:url("images/tbg_ftr.gif") no-repeat scroll 8px 0 #CB7600;
}

.whatisftr_content_container {
	border-bottom:2px solid #CB7600;
	border-left:2px solid #CB7600;
	border-right:2px solid #CB7600;
	padding:0;
}

.whatisftr_text_container {
	text-align:justify;
	padding:13px;
	height:440px;
	overflow:auto;
	font-size:11px;
	line-height:16px;
}

.whatisftr_text_container img {
	float:left;
	margin-right:13px;
}

/* Poker Community News Carousel */
.infiniteCarousel .pokercommunitynews_wrapper ul li {
	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("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("images/exclusivebonuses/bodog.gif") no-repeat 0 6px transparent;
}

/* Important Announcement */

.importantannouncement_title {
	display:block;
	font-size:1.6em;
	font-weight:bold;
	margin-top:2px;
	text-align:center;
	width:100%;
}

.importantannouncement_description {
	display:block;
	font-size:11px;
	text-align:left;
	width:100%;
	margin-top:3px;
}

.upcomingevents_heading {
	font-size:18px;
	font-weight:bold;
}

.upcomingevents_description {
}

/* Poker Featured Content */

.pokerfeaturedcontent_box_container {
	display:block;
	height:273px;
	margin-top:10px;
	border-top:2px solid #CB7600;
	border-bottom:2px solid #CB7600;
	border-left:2px solid #CB7600;
	border-right:2px solid #CB7600;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.pokerfeaturedcontent_tabmenu {
	display:block;
}

.pokerfeaturedcontent_tabs {
}

.pokerfeaturedcontent_tabs_buttons {
	list-style-type:none;
	padding:0;
	margin:0;
	width:200px;
}

.pokerfeaturedcontent_tabs_buttons li {
	border-right:1px solid #E9D8B4;
	border-bottom:1px solid #E9D8B4;
	font-size:1.4em;
	font-weight:bold;
	height:90px;
}

.pokerfeaturedcontent_tabs_buttons li.last {
	border-bottom:none;
}

.pokerfeaturedcontent_tabs_buttons li a {
	background:url("http://www.flopturnriver.com/images/pokerfeaturedcontent_tab_bg.gif") repeat-x 0 0 transparent;
	color:#000000 !important;
	text-decoration:none !important;
	height:53px;
	padding:37px 0 0 10px;
	display:block;
}

.pokerfeaturedcontent_tabs_buttons li a.selected {
	background:url("http://www.flopturnriver.com/images/pokerfeaturedcontent_tab_bg_hover.png") no-repeat 0 0 transparent;
	width:201px;
	position:absolute;
	z-index:9999;
}

.pokerfeaturedcontent_content {
	background-color:#FFFFFF;
	display:block;
	height:272px;
	margin-left:200px;
	margin-top:-272px;
	border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	-webkit-border-radius:0 10px 10px 0;
}

.pokerfeaturedcontent_articleswiththumbnails_container {
	border-right:1px solid #000000;
	height:272px;
	width:400px;
	float:left;
}

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

.pokerfeaturedcontent_articleswiththumbnails li {
	overflow:hidden;
}

.pokerfeaturedcontent_articleswiththumbnails img {
	border:none;
}

.pokerfeaturedcontent_articleswiththumbnails .pokerfeaturedcontent_articleswiththumbnails_text {
	display:table-cell;
	padding:0 8px;
	vertical-align:middle;
	overflow:hidden;
}

.pokerfeaturedcontent_articleswiththumbnails .articleone {
	width:400px;
	height:150px;
	border-bottom:1px solid #000000;
}

.pokerfeaturedcontent_articleswiththumbnails .articleone a {
	display:block;
	width:400px;
	height:150px;
}

.pokerfeaturedcontent_articleswiththumbnails .articleone a img {
}

.pokerfeaturedcontent_articleswiththumbnails .articleone .pokerfeaturedcontent_articleswiththumbnails_text_container {
	background-color:#000000;
	color:#FFFFFF;
	display:table;
	font-size:1.2em;
	font-weight:bold;
	height:50px;
	position:absolute;
	bottom:123px;
	width:400px;
	opacity:0.85;
}

.pokerfeaturedcontent_articleswiththumbnails .articleone .pokerfeaturedcontent_articleswiththumbnails_text {
}

.pokerfeaturedcontent_articleswiththumbnails .articletwo {
	border-right:1px solid #000000;
	width:199px;
	height:122px;
	float:left;
}

.pokerfeaturedcontent_articleswiththumbnails .articletwo a {
	display:block;
	width:199px;
	height:122px;
}

.pokerfeaturedcontent_articleswiththumbnails .articletwo a img {
}

.pokerfeaturedcontent_articleswiththumbnails .articletwo .pokerfeaturedcontent_articleswiththumbnails_text_container {
	background-color:#000000;
	border-spacing:0;
	bottom:0;
	color:#FFFFFF;
	display:table;
	font-size:1.2em;
	font-weight:bold;
	height:50px;
	opacity:0.85;
	overflow:hidden;
	position:absolute;
	vertical-align:middle;
	width:199px;
}

.pokerfeaturedcontent_articleswiththumbnails .articletwo .pokerfeaturedcontent_articleswiththumbnails_text {
}

.pokerfeaturedcontent_articleswiththumbnails .articlethree {
	width:200px;
	height:122px;
	float:left;
}

.pokerfeaturedcontent_articleswiththumbnails .articlethree a {
	display:block;
	width:200px;
	height:122px;
}

.pokerfeaturedcontent_articleswiththumbnails .articlethree a img {
}

.pokerfeaturedcontent_articleswiththumbnails .articlethree .pokerfeaturedcontent_articleswiththumbnails_text_container {
	background-color:#000000;
	border-spacing:0;
	bottom:0;
	color:#FFFFFF;
	display:table;
	font-size:1.2em;
	font-weight:bold;
	height:50px;
	opacity:0.85;
	overflow:hidden;
	position:absolute;
	vertical-align:middle;
	width:200px;
}

.pokerfeaturedcontent_articleswiththumbnails .articlethree .pokerfeaturedcontent_articleswiththumbnails_text {
}

.pokerfeaturedcontent_articleswiththumbnails a:hover .pokerfeaturedcontent_articleswiththumbnails_text_container {
	color:#CB7600;
}

.pokerfeaturedcontent_articleslist {
	height:272px;
	display:block;
	padding-left:401px;
}

.pokerfeaturedcontent_articleslist_title {
	border-bottom:1px solid #CCCCCC;
	font-size:1.2em;
	font-weight:bold;
	padding:5px 10px;
}

.pokerfeaturedcontent_articleslist_list {
	height:248px;
	list-style-type:none;
	margin:0;
	overflow:auto;
	padding:0;
}

.pokerfeaturedcontent_articleslist_list li {
	border-bottom:1px solid #CCCCCC;
	font-size:1.2em;
}

.pokerfeaturedcontent_articleslist_list li a {
	color:#000000;
	display:block;
	padding:10px;
	background-color:#F5F5F5;
}

.pokerfeaturedcontent_articleslist_list li a:hover {
	color:#FFFFFF;
	background-color:#222222;
	text-decoration:none;
}

/* Poker Forum */

.pokerforum_box_container {
	margin:10px auto;
}

.pokerforum_titlebar {
	background:url("images/tbg_announce.gif") no-repeat scroll 8px 0 #CB7600;
}

.pokerforum_content_container {
	border-bottom:2px solid #CB7600;
	border-left:2px solid #CB7600;
	border-right:2px solid #CB7600;
	height:285px;
}

.pokerthon_content_header {
	height:45px;
}

.pokerthon_content_body {
}

.pokerthon_content_header_title {
}

.pokerthon_content_header_social {
}

.pokerthon_content_body_featured_container {
	width:50%;
	float:left;
}

.pokerthon_content_body_latest_container {
	width:50%;
	float:left;
}

.pokerthon_content_body_featured_title {
}

.pokerthon_content_body_featured_list {
}

.pokerthon_content_body_latest_title {
}

.pokerthon_content_body_latest_list {
}

/* GRID */
table#vid-grid td
{border-left: thin solid #eee3c3;
border-bottom: thin solid #eee3c3;
padding: 3px;}

table#vid-grid {
width: 480px;
font-size: 10px;
text-align: center;
border: thin solid #eee3c3;
}

table#vid-grid td {
vertical-align: middle;
}

table#vid-grid .grid-header{
color: #000;
font-size: 10px;
vertical-align: middle;
text-align: center;
background: #E6D5AC;}

.grid-row-cl {
/*background: #e6d5ac;*/}

.play-btn{
width: 120px;}

/*intl flags dropdown*/
#cssdropdown {
	float:left;
	margin:1px 0 0 10px !important;
	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;
	background-color:#FFFFFF;
}
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;
}


/* NEW NAVTOP */

#new-top-nav {
	width: 100%;
	height: 125px;
	margin-bottom: 5px;
	background: url(http://www.flopturnriver.com/images/layout/navtop-right.png) right top;
	position: relative;
}
#new-top-nav #logo {
	width: 201px;
	height: 125px;
/*	float: left;*/
	background: url(http://www.flopturnriver.com/images/layout/navtop-logo-new.png);
	position: absolute;
	left: 0px;
	z-index: 1;
}
#new-top-nav #logo a {
	width: 201px;
	height: 125px;
	display: block;
	text-indent: -9999px;
}

#new-top-nav #logo-new {
	width: 201px;
	height: 125px;
/*	float: left;*/
	background: url("http://www.flopturnriver.com/images/layout/navtop-logo-new.png");
	position: absolute;
	left: 0px;
	z-index: 1;
}
#new-top-nav #logo-new a {
	width: 201px;
	height: 125px;
	display: block;
	text-indent: -9999px;
}



/* New top nav */

#new-top-nav #middle {
/*	float: left;*/
	background: url(http://www.flopturnriver.com/images/layout/navtop-tabs-newtopnav.png) no-repeat 0 0 transparent;
	height: 125px;
	position: relative;
	margin-left: 201px;
}
#new-top-nav #middle #banner {
	width: 468px;
	height: 60px;
	position: absolute;
	left: 141px; /* 342px - 201px*/
	top: 12px;
}
ul.new-topnav_menu {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
}
ul.new-topnav_menu li {
	list-style: none;
	float: left;
	position:relative;
	margin-right:3px;
}

ul.new-topnav_menu li a {
	background-color:#E6D5AC;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.2, rgb(230,213,172)),
		color-stop(0.6, rgb(227,217,193)),
		color-stop(0.8, rgb(243,235,215))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(230,213,172) 20%,
		rgb(227,217,193) 60%,
		rgb(243,235,215) 80%
	);

	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
    border-left: 2px solid #CB7600;
    border-right: 2px solid #CB7600;
    border-top: 2px solid #CB7600;
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 37px;
    padding: 4px 7px 0;
    text-align: center;
    width: 60px;
}

ul.new-topnav_menu li:hover > a {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.2, rgb(230,213,172)),
		color-stop(0.6, rgb(234,189,117)),
		color-stop(0.8, rgb(240,172,76))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgb(230,213,172) 20%,
		rgb(234,189,117) 60%,
		rgb(240,172,76) 80%
	);
}

ul.new-topnav_menu li a:hover {
	text-decoration:none;
}

ul.new-topnav_menu li.new-dropdown a {
	padding: 4px 25px 0 7px;
}

.new-dropdown_arrow {
	position:absolute;
	right:5px;
	top:50%;
	margin-top:-8px;
	width:17px;
	height:17px;
	background:url("http://www.flopturnriver.com/images/layout/topnav-arrow.png") no-repeat 0 0 transparent;
}

ul.new-topnav_submenu {
	visibility:hidden;
	position:absolute;
	z-index:9999;
	margin:0;
	padding:0;
	border-bottom: 2px solid #CB7600;
    border-left: 2px solid #CB7600;
    border-right: 2px solid #CB7600;
	-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	background-color:#E6D5AC;
}

ul.new-topnav_submenu li {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	margin:0;
}

ul.new-topnav_submenu li a {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	background: none !important;
    border: medium none !important;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: auto !important;
    padding: 4px 0 4px 7px !important;
    text-align: left;
    width: 85px;
	color:#0054D3;
}

ul.new-topnav_submenu li a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background:none repeat scroll 0 0 #06F !important;
}

ul.new-topnav_menu li:hover > ul.new-topnav_submenu {
	visibility:visible;
}

ul.new-topnav_menu li:hover > .new-dropdown_arrow {
	background-position:0 bottom;
}

/* GRID */
table#vid-grid td
{border-left: thin solid #eee3c3;
border-bottom: thin solid #eee3c3;
padding: 3px;}

table#vid-grid {
width: 480px;
font-size: 10px;
text-align: center;
border: thin solid #eee3c3;
}

table#vid-grid td {
vertical-align: middle;
}

table#vid-grid .grid-header{
color: #000;
font-size: 10px;
vertical-align: middle;
text-align: center;
background: #E6D5AC;}

.grid-row-cl {
/*background: #e6d5ac;*/}

.play-btn{
width: 120px;}

/*featured*/

.featuredgrid {
/*float: right;
clear: both;*/}

.featuredgrid table { 
border: solid thin #eee3c3; 
margin-bottom: 20px;
width: 444px; 
text-align: center;
}

.featuredgrid table th {
background: #eee3c3;}

span.jackpot-amt {
	color: green;
	font-weight: bold;}

.roompromo_container_featured {  

height: 73px;

width: 111px;

border: 1px solid #eee3ec;

margin: 0 auto;

}

.roompromo_featured {
	margin: 0; padding: 0;
	text-indent: 0;
	}


.roompromo_featured li {

    /*float: left;*/

    height: 73px;

   margin-right: 10px;

    overflow: hidden;

    position: relative;

    width: 111px;

}


.roompromo_panel {

    height: 73px;

    position: absolute;

    top: 0;

    width: 111px;

}

.roompromo_firstpanel {

    height: 73px;
    width: 111px;
	margin: 0 auto;
	text-align: center;

}

.roompromo_secondpanel_bodog {

	background-image: url(http://online-casino-gambling.flopturnriver.com/images/featured-jackpots/featured-bodog.gif); 

    /*font-size: .65em;*/

    height: 162px;

    position: relative;

    width: 142px;

}

.roompromo_secondpanel_cherryred {

	background-image: url(http://online-casino-gambling.flopturnriver.com/images/featured-jackpots/featured-cherry-red.gif); 

    /*font-size: .65em;*/

    height: 73px;

    position: relative;

    width: 111px;

}

.roompromo_secondpanel_slots-oasis {

	background-image: url(http://online-casino-gambling.flopturnriver.com/images/featured-jackpots/featured-slots-oasis.gif); 

    /*font-size: .5em;*/

    height: 73px;

    position: relative;

    width: 111px;

}

.roompromo_secondpanel_silver-oak {

	background-image: url(http://online-casino-gambling.flopturnriver.com/images/featured-jackpots/featured-silver-oak.gif); 

    /*font-size: .5em;*/

    height: 73px;

    position: relative;

    width: 111px;

}

.roompromo_secondpanel_bet365 {

	background-image: url(http://online-casino-gambling.flopturnriver.com/images/featured-jackpots/featured-bet365.gif); 

    /*font-size: .5em;*/

    height: 73px;

    position: relative;

    width: 111px;

}

.roompromo_secondpanel_betfair {

	background-image: url(http://online-casino-gambling.flopturnriver.com/images/featured-jackpots/featured-betfair.gif); 

    /*font-size: .5em;*/

    height: 73px;

    position: relative;

    width: 111px;

}

.roompromo_secondpanel_titan {

	background-image: url(http://online-casino-gambling.flopturnriver.com/images/featured-jackpots/featured-titan.gif); 

    /*font-size: .5em;*/

    height: 73px;

    position: relative;

    width: 111px;

}

.roompromo_secondpanel_888-casino {

	background-image: url(http://online-casino-gambling.flopturnriver.com/images/featured-jackpots/featured-888-casino.gif); 

    /*font-size: .5em;*/

    height: 73px;

    position: relative;

    width: 111px;

}

.roompromo_secondpanel_party-casino {

	background-image: url(http://online-casino-gambling.flopturnriver.com/images/featured-jackpots/featured-party-casino.gif); 

    /*font-size: .5em;*/

    height: 73px;

    position: relative;

    width: 111px;

}

.roompromo_secondpanel_casino-com {

	background-image: url(http://online-casino-gambling.flopturnriver.com/images/featured-jackpots/featured-casino-com.gif); 

    /*font-size: .5em;*/

    height: 73px;

    position: relative;

    width: 111px;

}

.roompromo_bonusdescription {

    color: #FFFF00;

    padding: 2px;

}



}

.roompromo_bonusdescription  a {

    font: #FFFFFF;

    padding: 3px;

}



.roompromo_bonuscode_container {

    text-align: center;

	margin-top: 15px;

}

.roompromo_bonuscode_label {

    color: #FFFFFF;

    font-weight: bold;

}


.roompromo_bonuscode_code {

    color: #FF0000;

    font-size: 18px;

    font-weight: bold;

}

.roompromo_secondpanel_logo {

    bottom: 3px;

    left: 3px;

    position: absolute;

}

.roompromo_secondpanel_echecks {

    bottom: 3px;

    position: absolute;

    right: 3px;

}

.roompromo_button_review {

    display: block;

    margin: -4px 0 0;

    text-align: center;

}

.roompromo_button_review img {

    border: medium none;

}


</style>
