.board-piece-start-style {
	visibility: hidden;
	background-repeat: no-repeat;
	border: 0;
	position: relative;
	padding: 0;
}
.ct-board-container {
	box-sizing: content-box;
	padding: 5px;
}
.ct-board {
	display: block;
	overflow: hidden;
	text-align: center;
}
.ct-board-border {
	border: 2px solid #363a3d;
}
.ct-board-border-green {
	background-color: #408038;
	color: #ccc;
	border: 2px solid #363a3d;
}
.ct-board-border-greenwhite {
	background-color: #112724;
	color: #ccc;
	border: 2px solid #363a3d;
}
.ct-board-border-stucco {
	background-color: #777;
	color: #333;
	border: 2px solid #363a3d;
	background: url(../images/tiles/worn_stucco.jpg) repeat;
}
.ct-board-border-wooddark {
	background-color: #777;
	color: #ccc;
	border: 2px solid #363a3d;
	background: url(../images/tiles/woodfine0011_preview.jpg) repeat;
}
.ct-black-square,
.ct-white-square,
.ct-black-square-grey,
.ct-white-square-grey,
.ct-black-square-lightgrey,
.ct-white-square-lightgrey,
.ct-black-square-brown,
.ct-white-square-brown,
.ct-black-square-greenwhite,
.ct-white-square-greenwhite,
.ct-black-square-green,
.ct-white-square-green,
.ct-black-square-woodlight,
.ct-white-square-woodlight,
.ct-black-square-marblebrown,
.ct-white-square-marblebrown,
.ct-black-square-metal,
.ct-white-square-metal,
.ct-black-square-stucco,
.ct-white-square-stucco,
.ct-black-square-goldsilver,
.ct-white-square-goldsilver,
.ct-black-square-wooddark,
.ct-white-square-wooddark,
.ct-black-square-sandsnow,
.ct-white-square-sandsnow,
.ct-black-square-crackedstone,
.ct-white-square-crackedstone,
.ct-black-square-granite,
.ct-white-square-granite,
.ct-black-square-marblegreen,
.ct-white-square-marblegreen {
	display: block;
	float: left;
}
.ct-black-square,
.ct-black-square-grey {
	background-color: #666;
}
.ct-white-square,
.ct-white-square-grey {
	background-color: #8d8d8c;
}
.ct-white-square-lightgrey {
	background-color: #cdcdcd;
}
.ct-black-square-lightgrey {
	background-color: #aaa;
}
.ct-white-square-brown {
	background-color: #fccc9c;
}
.ct-black-square-brown {
	background-color: #cc9c6c;
}
.ct-white-square-woodlight {
	background-color: #fccc9c;
	background: url(../images/tiles/woodfine0009_preview.jpg) repeat;
}
.ct-black-square-woodlight {
	background-color: #cc9c6c;
	background: url(../images/tiles/woodfine0015_preview.jpg) repeat;
}
.ct-white-square-green {
	background-color: #c8c060;
	color: red;
}
.ct-black-square-green {
	background-color: #70a068;
	color: red;
}
.ct-white-square-greenwhite {
	background-color: #fffff0;
	color: red;
}
.ct-black-square-greenwhite {
	background-color: #2c794f;
	color: red;
}
.ct-black-square-marblebrown {
	background-color: #cc9c6c;
	background: url(../images/tiles/egyptian_marble.jpg) repeat;
}
.ct-white-square-metal {
	background-color: #fccc9c;
	background: url(../images/tiles/aluminum_light.jpg) repeat;
}
.ct-black-square-metal {
	background-color: #cc9c6c;
	background: url(../images/tiles/aluminum_dark.jpg) repeat;
}
.ct-white-square-stucco {
	background-color: #fccc9c;
	background: url(../images/tiles/tan_stucco.jpg) repeat;
}
.ct-black-square-stucco {
	background-color: #cc9c6c;
	background: url(../images/tiles/santa_fe_stucco.jpg) repeat;
}
.ct-white-square-goldsilver {
	background-color: #fccc9c;
	background: url(../images/tiles/mothership.jpg) repeat;
}
.ct-black-square-goldsilver {
	background-color: #cc9c6c;
	background: url(../images/tiles/raw_gold.jpg) repeat;
}
.ct-white-square-wooddark {
	background-color: #fccc9c;
	background: url(../images/tiles/woodfine0010_preview.jpg) repeat;
}
.ct-black-square-wooddark {
	background-color: #cc9c6c;
	background: url(../images/tiles/woodfine0003_preview.jpg) repeat;
}
.ct-white-square-sandsnow {
	background-color: #fccc9c;
	background: url(../images/tiles/snow.jpg) repeat;
}
.ct-black-square-sandsnow {
	background-color: #cc9c6c;
	background: url(../images/tiles/slush.jpg) repeat;
}
.ct-white-square-crackedstone {
	background-color: #fccc9c;
	background: url(../images/tiles/cracked_pomegranate.jpg) repeat;
}
.ct-black-square-crackedstone {
	background-color: #cc9c6c;
	background: url(../images/tiles/lightning_rock.jpg) repeat;
}
.ct-white-square-granite {
	background-color: #fccc9c;
	background: url(../images/tiles/white_beach_granite.jpg) repeat;
}
.ct-black-square-granite {
	background-color: #cc9c6c;
	background: url(../images/tiles/brown_pearl_granite.jpg) repeat;
}
.ct-black-square-marblegreen {
	background-color: #cc9c6c;
	background: url(../images/tiles/sea_green_marble.jpg) repeat;
}
.ct-from-square {
	background: none;
	background-color: #9f9fff;
}
.ct-to-square {
	background: none;
	background-color: #557fff;
}
.ct-over-valid-square {
	background: none;
	background-color: green;
}
.ct-over-invalid-square {
	background: none;
	background-color: red;
}
.ct-nav-buttons {
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: left;
}
.ct-back,
.ct-forward,
.ct-start,
.ct-end,
.ct-play,
.ct-stop {
	vertical-align: middle;
	display: inline;
}
.ct-mainline-commentary {
	padding-left: 15px;
}
.ct-board-move-mainline {
	font-weight: 700;
}
.ct-board-move-comment {
	color: green;
}
.ct-board-move-current {
	color: red;
}
.ct-board-move-dottedempty {
	display: none;
}
.ct-bad-move-score {
	color: #ff2020;
}
.pgn-parser-error {
	background-color: red;
	color: #fff;
	border: 2px solid #363a3d;
}
#board-position-moves {
	overflow: auto;
	padding-top: 10px;
	height: auto;
	width: 210px;
}
#board-moves {
	overflow: auto;
	height: 400px;
	width: 210px;
}
.ct-top-to-move-outer {
	border: 1px solid transparent;
}
.ct-top-to-move-inner {
	width: 15px;
	height: 15px;
	border: 1px solid green;
	margin: 1px;
}
.ct-bottom-to-move-outer {
	border: 1px solid transparent;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ct-bottom-to-move-inner {
	width: 15px;
	height: 15px;
	border: 1px solid green;
	margin: 1px;
}
.ct-to-move-active {
	border: 1px solid red;
}
.ct-source-square {
	background: none;
	background-color: #ae8;
}
.ct-forum-pgn-moves {
	height: 264px;
	width: 280px;
	overflow: auto;
	border: 1px solid #fff;
	margin-top: 4px;
	padding: 3px;
}
.ct-forum-pgn-headers {
	border: 1px solid #fff;
	width: 280px;
	padding: 3px;
}
.ct-forum-pgn-moves .ct-board-move-comment {
	color: #a1c4e8;
}
.ct-datatable .yui-dt .yui-dt-data .ct-player-won,
.ct-datatable .yui-dt .yui-dt-data .ct-player-lost,
.ct-datatable .yui-dt .yui-dt-data .ct-player-drew {
	color: #ddd;
	text-align: center;
}
.ct-player-lost {
	background-color: #e22;
}
.ct-player-drew {
	background-color: #bb8c00;
}
.ct-board-border-lightgrey,
.ct-board-border-goldsilver {
	background-color: #777;
	border: 2px solid #363a3d;
	color: #ccc;
}
.ct-board-border-grey,
.ct-board-border-metal,
.ct-board-border-sandsnow,
.ct-board-border-crackedstone,
.ct-board-border-granite {
	background-color: #555;
	border: 2px solid #363a3d;
	color: #ccc;
}
.ct-board-border-brown,
.ct-board-border-wood,
.ct-board-border-marblebrown,
.ct-board-border-marblegreen {
	background-color: #9c6c3c;
	border: 2px solid #363a3d;
	color: #ccc;
}
.ct-white-square-marblebrown,
.ct-white-square-marblegreen {
	background: url(../images/tiles/light_swirl_marble.jpg) repeat;
	background-color: #fccc9c;
}
.ct-board-move-mainline,
.ct-board-move-variation,
.ct-board-clickable-comment {
	cursor: pointer;
}
.ct-subopt-move-score,
.ct-opt-move-score {
	color: #8aafef;
}
.ct-dest-square,
.ct-player-won {
	background-color: green;
}
.ct-forum-pgn-board,
.ct-forum-pgn-moves-and-headers {
	float: left;
}
