body {
	text-align:center;
}
h1 {
	font-size:14pt;
	font-weight:normal;
	text-transform:uppercase;
	font-family:Verdana,sans-serif;
	letter-spacing:5px;
	border:1px solid #000;
	border-left:0px;
	border-right:0px;
	padding:10px;
}
table.board tr td {
	height: 45px;
	width:  45px;
	padding:0px;
	margin: 0px;
	border: 1px solid #fff;
}
div.movelist {
	overflow:auto;
	float:right;
}
body,
span.info,
div.left a,
table.movelist {
	font-size:8pt;
	font-family:Arial,Verdana,sans-serif;
}
table.movelist td {
	border-bottom:1px solid #fff;
	padding:2px;
	margin: 0px;
	width:  60px;
}
td.selected {
	font-weight:bold;
	font-family:Verdana,sans-serif;
}
div.left a,
table.movelist a {
	text-decoration:none;
}
table.movelist td.black {
	border:1px solid #000;
}
table.movelist td.black,
table.movelist td.black a {
	background-color:#000;
	color:#fff;
}
table.movelist td.white,
table.movelist td.white a {
	background-color:#fff;
	color:#000;
}
table.movelist td.white {
	border:1px solid #000;
	text-align:right;
}
table.movelist td {
	border-bottom:1px solid #fff !important;
	text-transform:uppercase;
}
.light {
	background-color:#ffffff;
}
.dark {
	background-color:#cccccc;
}
div.left {
	width:450px;
	/*float:left;*/
	margin:auto;
	text-align:center;
}
div.left table {
	margin:auto;
}
.highlight {
	border:1px solid #888 !important;
}
div.addmoves {
	float:left;
	padding:5px;
	text-align:left;
	font-family:Verdana,sans-serif;
	font-size:8pt;
}
div.addmoves input {
	width:100%;
}
div.addmoves textarea {
	width:100%;
	height:372px;
}
div.addmoves input.pass {
	height:20px;
}
.emptied,
.emptybox {
	background-color:#eee;
	font-size:6pt;
	letter-spacing:2px;
	text-align:center;
}
.emptybox,
div.addmoves,
div.movelist {
	width:165px !important;
	padding:5px !important;
}
div.addmoves,
div.movelist {
	height:460px !important;
}
.emptybox {
	height:450px !important;
}
.newgame {
	width:250px;
	text-align:left;
}
.newgame input {
	width:100%;
}
.footer {
	clear:both;
	border:1px solid #ddd;
	color:#ccc;
	border-left:0px;
	border-right:0px;
	font-size:7pt;
	font-family:Verdana,sans-serif;
	text-transform:uppercase;
	margin-top:30px;
	padding:5px;
}