/* Copyright 2004 Louis Jean­Richard (www.ljr.ch). All Rights Reserved. */
/* css hanoi */

#GAMEBOARD {
	text-align:		center;
	font-size:		100%;
}
#GAMEBOARD img {
	border:			0;
	vertical-align:	bottom;
}
#GAMEBOARD table.game {
	display:		inline;
	border-spacing:	10px;
}
#GAMEBOARD table.game td.board {
	border:			3px outset;
	padding:		4px;
}
#GAMEBOARD table.game td.board a {
	cursor:	crosshair;
}
#GAMEBOARD table.game td.board img {
	display:		block;
}
#GAMEBOARD table.game td.board table {
	border-collapse: collapse;
}

#GAMEBOARD table.game td.control {
	border: 		2px groove;
}
#GAMEBOARD table.game td.control form {
	margin:			4px;
}
#GAMEBOARD table.game td.control form input.button {
	width:			100%;
	height:			1.8em;
	margin:			1px 0px;
	font-size:		0.9em;
	font-weight:	bold;
	vertical-align:	middle;
}
#GAMEBOARD table.game td.control form select {
	width:			100%;
	margin:			5px 0px;
	font-size:		0.9em;
	font-weight:	normal;
}

#GAMEBOARD table.game td.score {
	width:			33%;
	background:		#C0F4EC;
	border: 		2px groove;
}
#GAMEBOARD table.game td.score form {
	font-size:		80%;
	margin:			3% 0;
}
#GAMEBOARD table.game td.score form table {
	width:			100%;
}
#GAMEBOARD table.game td.score form table td {
	width:			50%;
}
#GAMEBOARD table.game td.score form input.display {
	width:			90%;
	padding:		0px 3px;
	text-align:		right;
	border:			0;
}

/* end hanoi */
