div.fen {
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	margin: 0;
	font-weight: normal;
	color: gray;
	display :block;
	min-height: 362px;
}

div.fen.div {
        visibility: hidden;
}

div.fenbefore {
	contenturl('chessicon.gif') ;
}

div.whosmove {
	margin: auto;
	width: 10px;
	height: 10px;
	border: 1px solid gray;
}

img.chessman {
	width: 34px;
	height: 35px;
	margin: auto;
}

table.chessboard {
	margin: 0 auto 0 auto;
	table-layout: fixed;
	border-collapse: collapse;
	background-color:#6385B2;
	border: 2px solid #6385B2;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

table.chessboard tr        { height: 37px; }
table.chessboard tr.border { height: 18px; }

table.chessboard td        { width: 37px; }
table.chessboard td.border { width: 18px; }

table.chessboard td.black { background-color: #83a5d2; }
table.chessboard td.white { background-color: #fffffa; }

table.chessboard td.blackmarked { background-color: #5f5f80; }
table.chessboard td.whitemarked { background-color: #9f9fc0; }

