
body {
    background-color: #cdcdcd;
    font-family: sans-serif;
    font-size: 11pt;
}

hr {
    height: 1px;
    border: none;
    background-color: black;
	
	margin: 10px 0px;
}

td p {
	background-color: #F6F600;
	
	margin: 0px;
	width: 50px;
	height: 70px;
	
	padding-left: 5px;
	
	font-size: larger;
	text-align: left;
}

p#wst {
	border: 1px black solid;
	height: 70px;
	margin-right: 10px;
}

.tableau td {
	vertical-align: top;
}

.tableau_cell {
	vertical-align: top;
	height: 400px;
}

.fnd_td {	/* foundation */
	padding-left: 20px;
}

.status {
	/*border:1px solid red;*/
	width:160px;
	position:relative;
	display:inline-block;
}

.status#stat_mid {
	text-align: center;
}

.status#stat_right {
	text-align: right;
}

.sel {
	border: 1px red solid;
	height: auto;
}

.unsel {
	border: 1px black solid;
	height: auto;
}

.sel_top {
	border: 1px red solid;
}

.unsel_top {
	border: 1px black solid;
}

.empty_pile {
	background-color: #83e8e8;
	border: 1px black solid;
}

.cov {
	color: grey;
	background-color: #8AB800;
	border: 1px #555 solid;
	width: 50px;
	height: 10px;
}

.ws {
	height: auto;
}

.c_red {
	color: red;
}

.c_black {
	color: black;
}

.pl {	/* pseudo link */
	text-decoration: none;
}


