/* Texas Hold'em                                   **** Author: Dackral Phillips                        **** Date: 11/03/2K9                                  **** Page Name: holdem.html                          */ /*************************************************************************************** Code and images - Copyright © 2009 by Dackral Scott Phillips.  All rights reserved.** Neither part nor the whole of this program may be duplicated or re-used without ** explicit permission from the author.  Contact codermeister@hotmail.com for details.*************************************************************************************//* Main Tag & Page Styles */html{    scrollbar-Face-Color: #14660A;    scrollbar-Shadow-Color: #80A480;    scrollbar-Highlight-Color: #FFFFFF;    scrollbar-3dlight-Color: #DBFFD8;    scrollbar-Darkshadow-Color: #090D07;    scrollbar-Track-Color: #A3E19C;    scrollbar-Arrow-Color: #00FF00;}body {    background-color : #14660A;    background-image : url(../images/woodgrain.gif);     color : #FFFFFF;}/* Classes */.buttonClass {	background-color: #008800;	border-color: #FF0000;	border-style: beveled;	color: #FFFFFF;	font-size: 10pt;	font-family: sans-serif;	font-weight: bold;}.textClass{	background-color: #008800;	border-color: #FF0000;	border-style: ridge;	border-width: 1;	color: #FFFFFF;	font-size: 10pt;	font-family: sans-serif;	font-weight: bold;}/* DHTML Div Styles */#CardTable{	background-image : url(../images/felt.gif);	width : 900px;	height : 600px;	border : solid 25px #000000;	text-align : center;    margin-left : auto;	margin-right : auto;}#MenuBar{    width : 800px;	height : 100px;	text-align : center;	margin-left : auto;	margin-right : auto;}#Players{   position: absolute;    top: 25%;    left: 25%;    width: 50%;    height: 50%;    visibility : hidden; }#Colors{   position: absolute;    top: 25%;    left: 25%;    width: 50%;    height: 50%;    visibility : hidden; }#AI{   position: absolute;    top: 25%;    left: 25%;    width: 50%;    height: 50%;    visibility : hidden; }#Limits{   position: absolute;    top: 25%;    left: 25%;    width: 50%;    height: 50%;    visibility : hidden; }#Cash{   position: absolute;    top: 25%;    left: 25%;    width: 50%;    height: 50%;    visibility : hidden; }#Splash{   position: absolute;    top: 25%;    left: 25%;    width: 50%;    height: 50%;    visibility : visible;    text-align : center;}