
.square0
{
	border-right: #1e90ff thin solid;
	border-top: #1e90ff thin solid;
	border-left: #1e90ff thin solid;
	border-bottom: #1e90ff thin solid;
	background-color: #1e90ff;
	background-image: url(../pics/backFade.jpg);
	background-position: center center;
}
.square1
{
	border-right: #f5f5dc thin solid;
	border-top: #f5f5dc thin solid;
	border-left: #f5f5dc thin solid;
	border-bottom: #f5f5dc thin solid;
	background-color: #f5f5dc;
	background-image: url(../pics/backFadeLight.jpg);
	background-position: center center;
}
.Selsquare0
{
	border-right: #0000ff thin outset;
	border-top: #0000ff thin outset;
	border-left: #0000ff thin outset;
	border-bottom: #0000ff thin outset;
	background-color: #ffff66;
	
	background-position: center center;
}
.Selsquare1
{
	border-right: #0000ff thin outset;
	border-top: #0000ff thin outset;
	border-left: #0000ff thin outset;
	border-bottom: #0000ff thin outset;
	background-color: #ffff66;
	background-position: center center;
}
.TargetSquare0
{
	border-right: #ff0000 thin solid;
	border-top: #ff0000 thin solid;
	border-left: #ff0000 thin solid;
	border-bottom: #ff0000 thin solid;
	background-color: #1e90ff;
	background-image: url(../pics/backFade.jpg);
	background-position: center center;
}
.TargetSquare1
{
	border-right: #ff0000 thin solid;
	border-top: #ff0000 thin solid;
	border-left: #ff0000 thin solid;
	border-bottom: #ff0000 thin solid;
	background-color: #f8f9ea;
	background-image: url(../pics/backFadeLight.jpg);
	background-position: center center;
}
.NormalAreaBack
{
	font-size: small;
	background: #fffafa;
	background-position: center center;
	text-align: center;
}
.boardBack
{
	font-size: small;
	background: #fffafa;
	background-position: center center;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.playPiece
{
	width: 38px;
	height: 38px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: transparent;
}

