/* Copyright 2007 Louis Jean­Richard (www.ljr.ch). All Rights Reserved. */
/* css hunting */

#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 {
	width:			500px;
	border:			3px outset;
	padding:		0;
}
#GAMEBOARD table.game td.board table {
	border-collapse: collapse;
	margin:			0 0 4px 4px;
}
#GAMEBOARD table.game td.board table td table {
	border-collapse: collapse;
	margin:			0 0 0 0;
}
/*
#GAMEBOARD table.game td.board a {
	cursor:	crosshair;
}
*/
#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:			2em;
	margin:			1px 0px;
	font-size:		0.9em;
	font-weight:	bold;
	vertical-align:	middle;
}
#GAMEBOARD table.game td.control form input.button2 {
	width:			50%;
	height:			2em;
	margin:			1px 0px;
	font-size:		0.9em;
	font-weight:	bold;
	vertical-align:	middle;
}
#GAMEBOARD table.game td.control form fieldset {
	text-align:		left;
}
#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:			200px;
	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%;
	margin:			0;
	border-collapse: collapse;
}
#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 hunting */
