	
#flatChessboard { /* Table element */
	/**
	* margin-top: [DYNAMIC VALUE];
	* margin-bottom: [DYNAMIC VALUE];
	*/
	margin-left: 0px;
	margin-right: 0px;
	border-collapse: collapse;
	border: 0;
}*/
#flatChessboard tr td.blackSquares, #flatChessboard tr td.whiteSquares {
	width: 0%;
	height: 0%;
	font-size: 5px;
	line-height: 5px;
	text-align: center;
	font-family: Times New Roman;
}*/

#flatChessboard tr td.blackSquares span, #flatChessboard tr td.whiteSquares span { cursor: pointer; }*/

#flatChessboard tr th.horizCoords {
	width:0%;
	height: 0%;
}

#flatChessboard tr th.vertCoords {
	width: 0%;
	height: 0%;
}

#flatChessboard tr td.blackSquares { background-color: #E74C3C; }

/*#flatChessboard tr td.blackSquares:hover { background-color: #ccccaa; } */

#flatChessboard tr td.whiteSquares { background-color: #FDEDEC; }

/*#flatChessboard tr td.whiteSquares:hover { background-color: #ddddaa; } */

#flatChessboard tr td.boardAngle /*, #bottomBorder */ { height: 0%; }

#flatChessboard tr td.boardAngle { background-color: #ffffff;}

#flatChessboard tr td.boardAngle /*, #rightBorder */ {
	width: 0%;
}
/*#flatChessboard tr th, #flatChessboard tr td.boardAngle /*, #rightBorder, #bottomBorder *//* {
	overflow: visible;
	background-color: #F5B041;
	color: #CD5C5C;
	font-family: Arial;
	font-size: 50%;
}