body {
	font-family: Verdana, sans-serif;
	color: black;
	background-color: #479;
	background-image: url(../poker/felt.png);
	overflow: hidden;
}

div#hints {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

div.card {
	position: absolute;
	z-Index: 3;
}

div.placeholder {
	position: absolute;
	z-Index: 200;
}

div.outlined {
	background-image: url(../poker/deck/placeholder.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

div.gfx {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

div.textarea {
	position: absolute;
	vertical-align: middle;
	font-weight: bold;
	white-space: nowrap;
}

a, .button {
	background-color: #8DE3F8;
	text-decoration: none;
	color: black;
	padding: 5px;
	cursor: pointer;
}

.big {
	font-size: 1.7em;
}

.loser {
	color: #333;
}

.compwin {
	background-color: #32D22A;
	padding: 3px;
}

.complose {
	background-color: #D22A3A;
	padding: 3px;
}

div.player {
	position: absolute;
	border: 2px solid #71B9D1;
	background-color: #58A;
	background-image: url(../poker/felt.png);
}

div.portrait {
	position: absolute;
	z-Index: 1000;
	not-background-color: black;
	background-size: 100% 500%;
	background-repeat: no-repeat;
}

div.flip {
	-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

div#cache {
	position absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 25%;
	font-size: 1.7em;
	font-weight: bold;
}

div#cache img {
	position: absolute;
	top: 50px;
	left: -50px;
	width: 10px;
	height: 10px;
}

div#help {
	display: none;
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	z-Index: 1200;
	background-color: #9AB;
	background-image: url(../poker/felt.png);
	font-size: 17px;
	padding: 10px;
	overflow: auto;
	vertical-align: middle;
}

img.card {
	width: 71px;
	height: 100px;
	vertical-align: middle;
}

img.faded {
	opacity: 0.33;
}

span.hand {
	white-space: nowrap;
}

h1, h2 {
	padding: 0px 50px;
	margin: 0px;
	background-color: #9CE;
	clear: both;
}

h2 {
	width: 10em;
}

#hidehelp {
	position: fixed;
	bottom: 8px;
	right: 25px;
	border: 2px solid #9CE;
	font-weight: bold;
}

a.link {
	background-color: transparent;
	text-decoration: underline;
	padding: 0px;
	font-weight: bold;
}

img.floater {
	float: left;
	padding-right: 7px;
	padding-top: 17px;
}

img.layout {
	float: right;
	width: 438px;
	height: 271px;
	padding-left: 7px;
	padding-top: 17px;
}

div.statportrait {
	width: 150px;
	height: 150px;
	background-size: 100% 500%;
}

div.statbar {
	background-color: rgba(0, 0, 0, 0.1);
	width: 100%;
}

div.stat {
	height: 20px;
	float: left;
}

div.wins {
	background-color: #3F3;
}

div.losses {
	background-color: #D33;
}

div.abandoned {
	background-color: #33D;
}

table {
	border-collapse: separate;
	border-spacing: 3px;
}

th {
	background-color: #9CE;
	align: center;
	padding: 1px 5px;
}

td {
	background-color: #8BD;
	padding: 1px 5px;
}
