#body
{
	background-color: White;
}

#board
{
	width: 410px;
	float: left;
}

#container
{
	margin-left: 415px;
}

.tablepieces
{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-width: 1;
	border-color: #000000;
	border-style: inset;
	text-align: center;
}

.tablepieces td
{
	border-width: 1;
	border-color: #000000;
	border-style: inset;
}

.tableboard
{
	border-collapse: collapse;
	border-width: 1;
	border-color: #000000;
	border-style: inset;
}

.BoardSpace
{
	width: 80px;
	padding: 0px;
	margin:0px;
	height: 96px;
	border-width: 1;
	border-color: #000000;
	border-style: inset;
}

.BlockedSpace
{
	width: 80px;
	padding: 0px;
	margin:0px;
	height: 96px;
	border-width: 1;
	border-color: #000000;
	background-color: Black;
	border-style: inset;
}


.PieceType
{
	width: 100px;
	height: 100px;
	background-color: White;
}

.Pieces
{
	background-color: White;
}

#SelectedItems
{
	height: 0px;
	visibility: hidden;
}

#GameMessage
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 160px;
}

.gamecontrols
{
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	width: 300px;
	text-align: center;
}

.gamecontrols td
{
	border-style: none;
}

#PlayerIndicator
{
	border-style: none;
}

#PlayerIndicator td
{
	padding: 5px 20px;
}

.CurrentPlayer
{
	background-color: #EEEE00;
	padding: 5px 20px;
}
