body {
	font-family: Verdana, sans-serif;
	color: black;
	background-color: #2F3641;
	overflow: hidden;
}

div#sizer {
	position: fixed;
	z-Index: 0;
	bottom: 0px;
	right: 0px;
	width: 1px;
	height: 1px;
}

div.card, div.token {
	position: fixed;
	z-Index: 3;
}

div.placeholder {
	position: fixed;
	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: fixed;
	vertical-align: middle;
	font-weight: bold;
	white-space: nowrap;
}

a, .button {
	background-color: #8DE3F8;
	text-decoration: none;
	color: black;
	padding: 5px;
	cursor: pointer;
	border-radius: 6px;
	vertical-align: top;
	position: relative;
	top: 0px;
	left: 0px;
}

.fakebutton {
	background-color: #7DD3E8;
	text-decoration: none;
	color: black;
	padding: 5px;
	border-radius: 6px;
	vertical-align: top;
}

.slider {
	width: 11em;
	background-color: #5C6F8C;
}

.knob {
	width: 1em;
}

.slider, .knob {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}

span.padded {
	margin: 0 1%;
}

span.lit {
	background-color: white;
}

.big {
	font-size: 1.7em;
}

.light {
	color: #6DC3F8;
}

.title {
	font-size: 2.5em;
	color: #6DC3F8;
}

.loser {
	color: #333;
}

.compwin {
	background-color: #32D22A;
	padding: 3px;
}

.complose {
	background-color: #D22A3A;
	padding: 3px;
}

div.player {
	position: fixed;
	border: 2px solid #71B9D1;
	background-color: #58A;
	background-image: url(../poker/felt.png);
}

div.portrait {
	position: fixed;
	z-Index: 1000;
	background-size: 100% 500%;
	background-repeat: no-repeat;
	border: 2px solid black;
}

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: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 25%;
	font-size: 1.7em;
	font-weight: bold;
}

div#cache img {
	position: fixed;
	top: 50px;
	left: -50px;
	width: 10px;
	height: 10px;
}

div#help {
	display: none;
}

div#log {
	position: fixed;
	z-Index: 2000;
	top: 10px;
	bottom: 10px;
	left: 10px;
	width: 20%;
	border: 2px solid #71B9D1;
	background-color: rgba(85, 136, 170, 0.9);
	padding: 10px;
	overflow: auto;
	display: none;
}

div#rel {
	position: relative;
}

div.floatbuttonsL {
	position: absolute;
	left: 0px;
	top: 0px;
	z-Index: 2001;
	font-size: 0.8em;
}

div.floatbuttonsR {
	position: absolute;
	right: 0px;
	top: 0px;
	z-Index: 2001;
	font-size: 0.8em;
}

div#lines {
	padding-top: 3em;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

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 {
	display: inline-block;
}

#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.bar {
	position: relative;
	background-color: black;
	padding: 1px;
	width: 95%;
	left: 0px;
	top: 0px;
	height: 20px;
}

div.stat {
	height: 20px;
	float: left;
}

.statlabel {
	border-left: 1.3em solid white;
	margin-top: 2px;
	padding-left: 0.5em;
}

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;
}

