﻿body {
background-color: transparent;
color: black;
font-family: arial, helvetica, sans-serif;
font-size: 12pt;
margin: 0;
padding: 0;
width: auto;
}
/* Default values */
body, td  { color: black; font-family: arial, helvetica, sans-serif; }
img       { border: none; }
table     { empty-cells: show; }
/* Alter links for printing */
a:link, a:visited {
color: #520;
background: transparent;
text-decoration: underline;
}
/* Containers */
#topcontainer, #topcontainer_handheld, #bottommenu, #leftcolumn, #leftads, #rightcolumn, #noprint, .noprint, .thumbnail {
display: none;
}
#bottomcontainer {
font-size: 10px;
margin: 0;
text-align: center;
}
/* Headers */
h1 { 
margin-bottom: 12px;
margin-top: 0;
text-align: center;
}
h2, h3 { 
margin-bottom: 0px;
}
/*  Standard floats with margin  */
.floatleft {
float: left;
margin-right: 4px;
}
.floatright {
float: right;
margin-left: 4px;
}
/* Margins, indents, centering */
.center {
margin: auto;
text-align: center!important;
}
.no-top-margin {
margin-top: 0;
}
.indent15 {
margin-left: 15px;
}
/* Text styles */
.smalltext {
font-size: 85%;
}
.xsmalltext {
font-size: 75%;
font-weight: normal !important;
}
.xxsmalltext {
font-size: 65%;
font-weight: normal !important;
}
.xxxsmalltext {
font-size: 60%;
font-weight: normal !important;
}
.redtext {
color: red;
}
.newredtext {
background-color: red;
color: white;
font-size: 75%;
font-weight: bold;
margin-left: 5px;
padding-left: 1.5px;
padding-right: 2px;
}
.discounttext {
background-color: green;
color: white;
font-size: 75%;
font-weight: bold;
margin-left: 5px;
padding-left: 1.5px;
padding-right: 2px;
}
.rulestext {
font-size: 85%;
margin: 5px 0pt 5px 15pt;
text-indent: -15pt;
}
.rulesindent {
font-size: 80%;
margin: 5px 25px 5px 40px;
text-align: justify;
}
/* Links */
.blacklink a:link, .blacklink a:visited, .blacklink a:hover, .blacklink a:active  { text-decoration: none; color: black; font-size: 90%; }
.bluelink a:link       { text-decoration: underline; color: #4D6699; font-weight: bold; }
.bluelink a:visited    { text-decoration: underline; color: #4D6699; font-weight: bold; }
.bluelink a:hover      { text-decoration: none; color: #b23232; font-weight: bold; }
.bluelink a:active     { text-decoration: underline; color: #4D6699; font-weight: bold; }
.greenlink a:link      { color: #008000; font-size: 90%; }
.greenlink a:visited   { color: #008000; font-size: 90%; }
.greenlink a:hover     { text-decoration: underline; color: #b23232; font-size: 90%; }
.greenlink a:active    { color: #008000; font-size: 90%; }
.nounderline a:link    { text-decoration: none; color: black; }
.nounderline a:visited { text-decoration: none; color: #800080; }
.nounderline a:hover   { text-decoration: underline; color: #b23232; }
.nounderline a:active  { text-decoration: none; color: black; }
.tinylink a            { font-size: 10px; text-decoration: none; }
/* Colors */
.color-black   { color:#FFFFFF; background-color:#000000; text-align:center; }
.color-blue    { color:#FFFFFF; background-color:#000080; text-align:center; }
.color-brown   { color:#FFFFFF; background-color:#663300; text-align:center; }
.color-gray    { color:#000000; background-color:#C0C0C0; text-align:center; }
.color-green   { color:#FFFFFF; background-color:#008000; text-align:center; }
.color-orange  { color:#000000; background-color:#FF9900; text-align:center; }
.color-pink    { color:#000000; background-color:#FF66CC; text-align:center; }
.color-purple  { color:#FFFFFF; background-color:#800080; text-align:center; }
.color-red     { color:#FFFFFF; background-color:#800000; text-align:center; }
.color-white   { color:#000000; background-color:#FFFFFF; text-align:center; }
.color-yellow  { color:#000000; background-color:#FFFF00; text-align:center; }
/* Table headers */
.headerblue     { background-image: url('http://www.homepokertourney.com/images/header-blue.png') !important; }
.headercyan     { background-image: url('http://www.homepokertourney.com/images/header-cyan.png') !important; }
.headerdefault  { background-image: url('http://www.homepokertourney.com/images/header-default.png') !important; }
.headergreen1   { background-image: url('http://www.homepokertourney.com/images/header-green1.png') !important; }
.headermauve    { background-image: url('http://www.homepokertourney.com/images/header-mauve.png') !important; }
.headerorange1  { background-image: url('http://www.homepokertourney.com/images/header-orange1.png') !important; }
.headerrose     { background-image: url('http://www.homepokertourney.com/images/header-rose.png') !important; }
/*  Standard black border used on tables and divs  */
.blackborder {
border: 1px solid black;
}
.blackborder th {
background-color: black;
border: 1px solid black;
color: white;
font-weight: bold;
padding: 2px;
}
.blackcellborder td {
border: 1px solid black;
padding: 2px;
}
/* Standard box. black border. 2px padding. use boxheader for heading */
.boxstandard {
background-color: white;
border: 1px solid black;
color: black;
font-family: Tahoma, arial, helvetica, sans-serif;
font-size: 12px;
padding: 2px;
overflow: hidden;
}
.boxstandard p {
margin: 0px;
}
.boxheader {
font-weight: bold;
padding: 2px;
text-align: center;
}
/* Blank box. no border. no padding. Use h3 for header. <p> adds white bottom margin */
.boxblank {
background-color: white;
color: black;
font-family: Tahoma, arial, helvetica, sans-serif;
font-size: 12px;
overflow: hidden;
}
.boxblank h3 {
font-weight: bold;
padding: 3px;
margin: 0px;
}
.boxblank p {
background-color:#F4F0EA;
padding: 3px;
margin: 0px 0px 3px 0px;
}
/* Ad Containers */
.adbox {
background-color: white;
border: 1px solid black;
font-family: Verdana, sans-serif;
font-size: 10px;
padding: 1px 1px 3px 1px;
margin: 0px auto 5px auto;
overflow: hidden;
text-align: left;
width: 120px;
}
/* Sponsor box  */
.sponsorbox {
background-color: white;
border: 1px solid #4D6699;
font-family: Tahoma, arial, helvetica, sans-serif;
font-size: 12px;
margin: 0 auto;
overflow: hidden;
text-align: left;
}
.sponsorbox p {
margin: 10px;
}
.sponsorboxheader {
background-color: #4D6699;
color: white;
font-weight: bold;
margin: 0px !important;
padding: 5px 5px 5px 10px;
}
/* Used on images pages */
.chipimage {
float: left;
height: 180px;
font-family: Verdana, sans-serif;
font-size: 11px;
overflow: hidden;
text-align: center;
width: 130px;
}
.cardimage {
float: left;
height: 200px;
font-family: Verdana, sans-serif;
font-size: 11px;
overflow: hidden;
text-align: center;
width: 120px;
}
/* Used on Site News page */
.news h2 {
font-weight: bold;
margin-bottom: 0px;
}
.news p {
margin: 0px;
margin-left: 10px;
text-indent: -10px;
}
/* Used on Glossary page */
.glossary dt {
font-weight: bold;
}
.glossary dd {
margin-bottom: 0.5em;
margin-left: 0px;
}
/* Used on Clock Features page chart */
.chartcolor tr {
text-align: center;
vertical-align:middle;
}
.chartcolor th {
background: #FFFFFF;
vertical-align: bottom;
}
.chartcolor td {
background: #F4F0EA;
}
.centercells td {
text-align: center;
}
/* Used on Poker Chip Review pages */
.review {
font-size:80%;
}
.review th {
background: #d8d0c8;
border: 1px solid black;
font-size: 70%;
text-align: center;
vertical-align: middle;
}
.review td {
border: 1px solid black;
text-align: center;
}                       
.review p {
margin: 10px 2px;
text-align: justify;
}
td.reviewname {
background: #d8d0c8;
border: 1px solid black;
font-size: 130%;
font-weight: bold;
}
.reviewname a:link, .reviewname a:visited, .reviewname a:hover, .reviewname a:active {
text-decoration: none;
}
/* Used on cards review pages */
.menuundertitle {
margin-top: 0;
margin-bottom: 16px;
text-align: center;
}
/* Used on Products Review List page */
#listreview ul {
line-height: 1;
margin: 0px 0px 0px 1px;
padding-left: 1em;
}
#listreview li {
font-size: 12px;
}
#listreview p {
margin-bottom: 0px;
}
#listreview a {
text-decoration: none;
}
#listreview h3 {
margin-bottom: 0px;
margin-top: 0px;
}
/* Used for YouTube videos */
.videoline {
margin-left: 0;
color: green;
text-align: left;
}
/* Used for payout calculator */
.payout {
background-color: black;
font-weight: bold;
}
.payout th {
color: white;
padding: 5px 5px 10px 5px;
text-align: right;
}
.payout td {
color: white;
padding: 2px 5px;
text-align: right;
}
.payout input.left {
text-align: right;
width: 20px;
}
.payout input.right {
text-align: right;
width: 75px;
}
/* Used on timer pages */
.timer {
background: navy;
border: 2px outset darkgray;
font-family: Arial;
font-weight: bold;
padding: 10px;
visibility: hidden;
}
.digits {
color: red;
font-size: 60px;
font-family: Verdana;
margin-top: 5px;
}
.digits-small { font-size: 80px; }
.digits-med   { font-size: 150px; }
.digits-large { font-size: 220px;
}
.hours, .minutes, .seconds {
margin-left: 3px;
}
.hours, .minutes, .start, .pause, .resume {
margin-right: 5px;
}
.field_cont, .btn_cont {
margin-top: 15px;
}
.timer-field {
color: white;
}
.timer-title {
color: white;
font-size: 12px;
margin-top: 10px;
}
