﻿/* By default (td, body) use Arial in black */
body, td {
color: #003333;
font-size: small;
font-family: Arial, helvetica, serif;
}
/* The main body of the entire forum */
body {
margin: 0 auto;
padding: 0px;
max-width: 1200px;
background-color: white;
}
/* Normal links */
a:link {
color: #000000; text-decoration: underline;
}
a:visited {
color: #323232; text-decoration: underline;
}
a:hover {
color: #b23232; text-decoration: none;
}
/* Navigation links - for the link tree */
.nav, .nav:link, .nav:visited {
color: #000000;
text-decoration: none;
}
a.nav:hover {
color: #b00000;
text-decoration: none;
}
/* Navigation links - for the link tree */
.navb, .navb:link, .navb:visited {
color: #000000;
text-decoration: none;
}
a.navb:hover {
color: #b00000;
text-decoration: none;
}
/* No image should have a border when linked */
a img {
border: 0;
}
/* Tables should show empty cells */
table {
empty-cells: show;
}
/* Input boxes - just a bit smaller than normal so they align well */
input, textarea, button {
font-size: 9pt;
color: #000000;
font-family: Tahoma, arial, helvetica, serif;
}
/* Selects are a bit smaller because it makes them look even better */
select {
font-size: 8pt;
font-weight: normal;
color: #000000;
font-family: Tahoma, arial, helvetica, serif;
}
/* Standard horizontal rule */
hr, .hrcolor {
height: 1px;
border: 0;
color: #666666;
background-color: #666666;
}
/* A quote, perhaps from another post */
.quote {
color: #000000;
background-color: #F4F0EA;
border: 1px solid #777777;
margin: 1px;
padding: 1px;
font-size: x-small;
}
/* A code block - maybe even PHP */
.code {
color: #000000;
background-color: #cccccc;
border: 1px solid #999999;
padding: 4px;
font-family: "courier new", helvetica, "times new roman", serif;
font-size: small;
margin: 1px auto 1px auto;
white-space: nowrap;
overflow: auto;
}
/* The "Quote:" and "Code:" header parts */
.quoteheader, .codeheader {
color: #000000;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
}
/* Generally, those [?] icons to make the cursor a help icon */
.help {
cursor: help;
}
/* /me uses this a lot (try typing /me in a post) */
.meaction {
color: red;
}
/* The main post box - this makes it as wide as possible */
.editor {
width: 96%;
}
/* Highlighted text - such as search results */
.highlight {
background-color: yellow;
font-weight: bold;
color: black;
}
/* Alternating backgrounds for posts and several other sections of the forum */
.windowbg {
color: #000000;
background-color: #d0c8c0;
}
.windowbg2 {
color: #000000;
background-color: #e0d8d0;
}
.windowbg3 {
color: #000000;
background-color: #d0c8c0;
}
/* the today container in calendar */
.calendar_today {
background-color: #F4F0EA;
}
/* These are used primarily for titles but also for headers (the row that says what everything in the table is) */
.titlebg, .titlebg2 {
color: black;
background-color: transparent;
font-style: normal;
background-image: url(images/titlebg.png);
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, serif;
}
.tr.titlebg td, .titlebg a:link, .titlebg a:visited {
color: black;
font-style: normal;
background-color: transparent;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, serif;
}
.titlebg a:hover {
color: #b23232;
background-color: transparent;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, serif;
}
/* This is used for categories, page indexes, and several other areas */
.catbg, .catbg3 {
background-image: url(images/catbg.png);
}
/* This is used for a category that has new posts in it to make it light up */
.catbg2 {
background-image: url(images/catbg2.png);
}
.catbg, .catbg2, .catbg3 {
font-weight: bold;
background-color: #d0c8c0;
color: #000000;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, serif;
}
/* This is used for tables that have a grid/border background color (such as the topic listing) */
.bordercolor {
background-color: #828181;
}
/* This is used on tables that should just have a border around them */
.tborder {
border: 1px solid #828181;
background-color: #FFFFFF;
}
.tborder2 {
border: 1px solid black;
background-color: #FFFFFF;
}
/* Default font sizes */
.smalltext {
font-size: x-small;
font-family: Tahoma, arial, helvetica, serif;
}
.small2text {
font-size: 8pt;
font-family: Tahoma, arial, helvetica, serif;
}
.middletext {
font-size: 85%;
font-family: Tahoma, arial, helvetica, serif;
}
.normaltext {
font-size: small;
}
.largetext {
font-size: large;
}
/* This is the white header area where the title, menu bars, and header boxes are */
#headerarea {
background-color: #ffffff;
}
/* And this is the bottom, where the copyright is */
#footerarea {
color: black;
background-color: #ffffff;
}
#bodyarea {
background-color: #f4f0ea;
}
/* This is for the special header boxes on the top (user info, key stats, news box) */
.headertitles {
background-color: #ffffff;
border: 0px solid #9D826C;
}
.headerbodies {
font-size: 8pt;
font-family: Tahoma, arial, helvetica, serif;
}
.seachbox {
border: 1px solid #9D826C;
background-color: #f4f0ea;
background-repeat: repeat-x;
background-position: bottom;
}
.highlightme {
background-color: transparent;
font-weight: normal;
color: black;
font-size: 10pt;
font-family: Tahoma, arial, helvetica, serif;
text-decoration: underline;
}
/* Posts and personal messages displayed throughout the forum */
.post, .personalmessage {
width: 100%;
overflow: auto;
line-height: 1.3em;
}
/* Added by spoiler mod */
fieldset.spoiler {
border: 1px dashed #CDC0B0;
}
fieldset.spoiler > legend {
font-size: 1.2em;
}
div.spoilerheader a {
font-family: sans-serif;
font-size: 1.1em;
font-weight: bold;
}
div.spoilerheader input {
background-color: #CDC0B0;
color: #3e3e33;
font: 0.9em sans-serif;
}
div.spoilerheader {
font-size: 1.1em;
}
div.spoilerbody {
color: #0f0f0f;
border: 1px dotted gray;
padding: 1em;
margin: 1em;
}
fieldset.spoiler div.spoilerbody {
border: 0px;
padding: 0em;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here */
.signature {
width: 100%;
overflow: auto;
padding-bottom: 3px;
line-height: 1.3em;
}
/* The AJAX notifier */
#ajax_in_progress {
background: #d0c8c0;
color: black;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}
/* Styles added by HPT */
/* Navigation (HPT Menu) on left side of the page. inline for IE6 and IE 5 */
.navlist {
width: 136px;
font-family: Tahoma, arial, helvetica, sans-serif;
margin: 0px 0px 5px 0px;
padding: 1px;
background-color: white;
border: 1px solid #828181;
list-style-type: none;
overflow: hidden;
}
.navlist li {
display: inline;
}
.navlist li.navheader {
display: block;
background-image: url('http://www.homepokertourney.com/images/header-menu.png');
font-family: Tahoma, arial, helvetica, sans-serif;
color: black;
font-size: 11px;
font-weight: bold;
text-align: center;
padding: 2px;
margin-bottom: 1px;
background-color: #E0D8D0;
}
.navlist a {
display: block;
background-color: #E0D8D0;
text-align: left;
text-decoration: none;
color: black;
font-size: 11px;
padding: 0px 2px 0px 2px;
}
.navlist a:visited {
color: #323232;
text-decoration: none;
}
.navlist a:hover {
background-color: #d0c8c0;
color: #b23232;
}
.floatleft {
float: left;
margin-right: 4px;
}
.floatright {
float: right;
margin-left: 4px;
}
.xsmalltext {
font-size: 75%;
}
.xxsmalltext {
font-size: 65%;
}
/* Various styles used for ads in right side advertising column */
.blackborder {
border: 1px solid black !important;
}
#rightads {
padding: 5px 0px 0px 0px;
font-size: 9pt;
font-family: Tahoma, arial, helvetica, sans-serif;
padding-bottom: 5px;
}
#rightads img {
border: none;
}
#rightads p {
margin: 0px 0px 5px 0px;
}
.adbox {
width: 118px;
font-family: Verdana, sans-serif;
font-size: 10px;
text-align: left;
background-color: white;
border: 1px solid black;
padding: 1px 1px 3px 1px;
margin: 0px auto 5px auto;
overflow: hidden;
}
.vpp {
text-align: center;
border: 1px solid #800000;
padding-bottom:2px;
width: 120px;
margin: 5px auto 5px auto;
overflow: hidden;
}
.top15 {
width: 120px;
margin-bottom: 5px;
border: solid 1px #627678;
background: #e7f1e7;
text-align: center;
font-size: 11px;
}
.bonuscodetitanpoker {
width: 120px;
border: 1px solid #627678;
margin-top: 5px;
margin-bottom: 5px;
background-color: #e7f1e7;
text-align: center;
font-size: 11px;
}
