/* Copyright 2004 Louis Jean­Richard (www.ljr.ch). All Rights Reserved. */
/* css triangle */

#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 table {
	border-collapse: collapse;
}
#GAMEBOARD table.game td.board a {
	cursor:			crosshair;
}

#GAMEBOARD table.game td.control {
	border: 		2px groove;
}
#GAMEBOARD table.game td.control table {
	width:			100%;
	margin:			3% 0%;
	border-collapse:	collapse;
	vertical-align:	bottom;
}
#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.control form label{
	font-size:		90%;
}
#GAMEBOARD table.game td.control form fieldset{
	margin:			5px 0px;
	text-align:		left;
}
#GAMEBOARD table.game td.control form fieldset input.radio {
	vertical-align:	middle;
	margin:			3px;
	padding:		2px;
}
#GAMEBOARD table.game td.control form input#userMap {
	width:			80px;
	margin:			5px;
	padding:		0px 5px;
	vertical-align:	middle;
}

#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  td#score {
	font-size:		2em;
	font-weight:	bold;
}
#GAMEBOARD table.game td.score form input.display {
	width:			90%;
	padding:		0px 3px;
	text-align:		right;
	border:			0;
}
#GAMEBOARD table.game td.score form input#total {
	width:			85%;
	padding:		0px 5px;
	font-size:		2em;
}

/* end triangle */
