body {
background-color: white;
color: black;
font-family: arial, helvetica, sans-serif;
margin: 0 auto;
max-width: 1200px;
padding: 6px;
}
/* Default values */
body, td  { color: black; font-family: arial, helvetica, sans-serif; }
img       { border: none; }
table     { empty-cells: show; }
/* Normal links */
a:link    { text-decoration: underline; color: black; }
a:visited { text-decoration: underline; color: #800080; }
a:hover   { text-decoration: none; color: #b23232; }
a:active  { text-decoration: underline; color: black; }
/* Containers */
#wrapper {
border: 0;
}
#yellowcontainer {
background-color: #F4F0EA;
border: 1px solid #828181;
border-spacing: 7px;
color: black;
}
#topcontainer {
font-size: 12px;
font-weight: bold;
margin: 0px 0px 5px 0px;
overflow: hidden;
text-align: center;
}
#topcontainer p {
margin: 0px;
}
#topcontainer_handheld, #bottommenu {
display: none;
}
#maincontent {
background-color: white;
border: 1px solid black;
color: black;
padding: 5px 5px 20px 5px;
width: 100%;
}
#leftcolumn {
width: 135px;
}
#rightcolumn {
padding-left: 5px;
padding-right: 0;
width: 130px;
}
#bottomcontainer {
font-size: 10px;
margin: 10px 0px 0px 0px;
text-align: center;
}
/* Navigation (HPT Menu) on left side of the page. inline for IE6 and IE 5 */
.navlist {
background-color: white;
border: 1px solid black;
font-family: Tahoma, arial, helvetica, sans-serif;
list-style-type: none;
margin: 0px 0px 5px 0px;
padding: 1px;
overflow: hidden;
width: 130px;
}
.navlist li {
display: inline;
}
.navlist li.navheader {
background-color: #E0D8D0;
background-image: url('http://www.homepokertourney.org/images/header-menu.png');
color: black;
display: block;
font-family: Tahoma, arial, helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
padding: 2px;
margin-bottom: 1px;
text-align: center;
}
.navlist a {
background-color: #E0D8D0;
color: black;
display: block;
font-size: 11px;
padding: 0px 2px 0px 2px;
text-align: left;
text-decoration: none;
}
.navlist a:visited {
color: black;
text-decoration: none;
}
.navlist a:hover {
background-color: #d0c8c0;
color: #b23232;
}
/* Advertising columns */
#rightads {
font-family: Tahoma, arial, helvetica, sans-serif;
font-size: 11px;
margin: 0px 0px 5px 0px;
overflow: hidden;
text-align: center;
width: 125px;
}
#leftads {
font-family: Tahoma, arial, helvetica, sans-serif;
font-size: 11px;
margin: 0px;
overflow: hidden;
text-align: center;
width: 135px;
}
#rightads p, #leftads p {
margin-bottom: 5px;
margin-top: 0px;
}
/* Headers */
h1 {
font-family: Tahoma, arial, helvetica, sans-serif;
font-size: 150%;
font-weight: bold;
margin-top: 0px;
margin-bottom: 12px;
text-align: center;
}
h2 {
font-family: Tahoma, arial, helvetica, sans-serif;
font-size: 115%;
font-weight: bold;
margin-bottom: 0px;
}
h3 {
font-family: Tahoma, arial, helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
margin-bottom: 0px;
}
/*  Standard horizontal rule  */
hr {
background-color: black;
border: 0px;
color: black;
height: 1px;
}
/*  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;
}
.no-bottom-margin {
margin-bottom: 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, .redtext a:link {
color: red;
}
.newredtext {
background-color: red;
color: white;
font-size: 75%;
font-weight: bold;
margin-left: 5px;
padding-left: 2px;
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;
}
.notbold {
font-weight: 400;
}
/* 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-beige   { color:#000000; background-color:#E9E0D5; text-align:center; }
.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.org/images/header-blue.png') !important; }
.headercyan     { background-image: url('http://www.homepokertourney.org/images/header-cyan.png') !important; }
.headerdefault  { background-image: url('http://www.homepokertourney.org/images/header-default.png') !important; }
.headergreen1   { background-image: url('http://www.homepokertourney.org/images/header-green1.png') !important; }
.headermauve    { background-image: url('http://www.homepokertourney.org/images/header-mauve.png') !important; }
.headerorange1  { background-image: url('http://www.homepokertourney.org/images/header-orange1.png') !important; }
.headerrose     { background-image: url('http://www.homepokertourney.org/images/header-rose.png') !important; }
/* Table cells */
.centercells td {
text-align: center;
}
.blank-cell {
background-color: white;
border: none!important;
}
/*  Black border used on some 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 table with black border, black headers, smalltext NOT centered */
.blacktable {
border: 1px solid black;
border-collapse: collapse;
padding: 2px;
}
.blacktable th {
background-color: black;
border: 1px solid black;
color: white;
font-weight: bold;
padding: 2px;
}
.blacktable 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 {
text-align: center;
font-weight: bold;
padding: 2px;
}
/* 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;
margin: 0px;
padding: 3px;
}
.boxblank p {
background-color:#F4F0EA;
margin: 0px 0px 3px 0px;
padding: 3px;
}
/* Advertising Containers */
.adbox {
background-color: white;
border: 1px solid black;
font-size: 10px;
margin: 0px auto 5px auto;
overflow: hidden;
padding: 1px 1px 3px 1px;
text-align: left;
width: 120px;
}
.vpp {
border: 1px solid #800000;
margin: 5px auto 5px auto;
overflow: hidden;
padding-bottom:2px;
text-align: center;
width: 120px;
}
.top15 {
background: #e7f1e7;
border: solid 1px #627678;
font-size: 11px;
margin-bottom: 5px;
text-align: center;
width: 120px;
}
.bonuscodetitanpoker {
background-color: #e7f1e7;
border: 1px solid #627678;
font-size: 11px;
margin-bottom: 5px;
margin-top: 5px;
padding: 1px 1px 3px 1px;
text-align: center;
width: 120px;
}
/* Sponsor box advertising */
.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-size: 11px;
margin: 0 auto;
overflow: hidden;
text-align: center;
width: 130px;
}
.cardimage {
float: left;
font-size: 11px;
height: 200px;
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;
}
/* 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;
}
/* Popups used on Poker Chip Review pages */
.thumbnail {
position: relative;
z-index: 0;
}
.thumbnail:hover {
background-color: transparent;
z-index: 50;
}
.thumbnail span {
border: 1px solid black;
color: black;
left: -1000px;
position: absolute;
text-decoration: none;
visibility: hidden;
}
.thumbnail:hover span {
left: 60px;
top: 0;
visibility: visible;
}
/* Used on Cards Review pages */
.menuundertitle {
margin-bottom: 16px;
margin-top: 0;
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 page */
.videoline {
color: green;
margin-left: 0;
text-align: left;
}
/* Used for payout calculator */
.payout {
background-color: black;
font-weight: bold;
width: 220px;
}
.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: white;
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;
}
/* Used on Poker Leagues page form */
.pointsform {
background: LightYellow;
/* background: #ffffcc; */
font-family: Verdana;
border: 1px outset black;
padding: 0.25em;
}
.left-field {
text-align: right;
font-weight: bold;
font-size: 0.75em;
}