
.detailControlTable tr td
{
	vertical-align : top;
	font-family : sans-serif;
}

.detailsTableCol1
{
	text-align : left;
	
}

.selectedPiece
{
	border : 3px solid red !important;
}


.pieces img
{

	border : 3px solid black;

}

.detailsTable
{
	 clear : both;
}

.detailsTable tr td
{
	vertical-align : top !important;
}

#boardControlLinks
{

	margin-bottom : 4px;
	margin-top : 4px;
}

#boardControlLinks a
{
	border : 1px solid #0D1F8D;
	color : black;
	margin-right : 8px;
	padding : 0px 6px 0px 6px;
	
	background-color : #E6E6E6;
	background-image : url(../img/site/bg3.png);
	background-repeat: repeat-x;
	
	text-decoration : none;
	font-weight : bold;
	font-family : sans-serif;
}

#boardControlLinks a:hover
{
	/*text-decoration : underline;*/
	background-image : none;
	background-color : #FFFFD9 !important;
}

#paletteInstructions
{
	font-family : sans-serif;
	font-size : small;
	border : 1px solid gray;
	background-color : #FFFFE7;
	padding : 2px;
	font-weight : bold;
}
