html
{
	height:100%;
	min-height:100%;
}

body
{
	font-family:arial;
	background-color:rgb(50,50,50);
	margin:0px;
	height:100%;
	min-height:100%;
}

h1
{
	color:rgb(255,210,0);
}

a:link
{
	color:rgb(255,255,0);
}

a:visited
{
	color:rgb(255,255,0);
}

a:active
{
	color:rgb(255,255,0);
}

.playerposition
{
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	width:100px;
	position:relative;
	top:1px;
	left:5px;
	overflow:hidden;
	white-space:nowrap;
}

.playerpot
{
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	width:110px;
	height:12px;
	position:relative;
	top:-2px;
}

.playertotal
{
	color:white;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	color:rgb(235,235,235);
	width:110px;
	height:10px;
	position:relative;
	top:1px;
}

.playeraction
{
	position:absolute;
	top:10px;
	left:12px;
	background-color:black;
	border:3px solid rgb(153,0,0);
	color:white;
	width:80px;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
	text-transform:uppercase;
	visibility:hidden;
	z-index:1;
	clear:both;
}

.playercards
{
 	width:110px;
 	position:relative;
 	left:1px;
}

.playerbox
{
	background-image:url(/images/playerbox.png);
	color:white;
	background-position:top left;
	width:110px;
	height:50px;
	clear:both;
}

.herobox
{
	background-image:url(/images/herobox.png);
	color:black;
	background-position:top left;
	width:110px;
	height:50px;
	clear:both;
}

.playercount
{
	font-size:12pt;
	font-weight:bold;
	color:white;
}

.amount
{
	font-size:10pt;
	color:white;
}

.boardcard
{
	float:left;
	margin-left:10px;
}

.pot
{
	color:rgb(255,235,0);
	font-size:20pt;
	font-weight:bold;
}

.hint
{
	color:rgb(255,245,120);
	font-size:14pt;
	font-weight:bold;
}

.title
{
	color:rgb(204,204,204);
	font-size:14pt;
	font-weight:bold;
}

.playernav
{
	font-size:13pt;
	color:rgb(150,150,150);
	font-weight:bold;
}

.dim
{
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
}

.label
{
	font-weight:bold;
	color:white;
}

.vote
{
	font-weight:bold;
	color:rgb(195,175,0);
	font-size:8pt;
}