
/* The css file for the position setup panel. */


/* The position setup panel itself. */
.PositionSetupPanel{
	margin: 0px auto;
}


/* The button panel in the position setup panel. */
.PositionSetupPanelButtonPanel{
	margin-top: 0.5em;
	text-align: center;
}


/* The button which sets the initial position on the board. */
.PositionSetupPanelSetInitialButton{
	margin-right: 0.5em;
}

/* The button which clears the position on the board. */
.PositionSetupPanelClearButton{
	margin-right: 0.5em;
}

/* The button which allows setting the position via a FEN string. */
.PositionSetupPanelSetFenButton{

}


/* The popup where the user may specify the FEN string. */
.PositionSetupPanelSetFenPopup{
	background-color: lightGray;
	padding: 0.5em 1em;
	border: 1px gray solid;
}


/* The label for the FEN string box. */
.PositionSetupPanelSetFenPopupFenStringLabel{
	margin-right: 0.3em;
	text-align: right;
}


/* The FEN string box. */
.PositionSetupPanelSetFenPopupFenStringBox{
	width: 15em;
}


/* The button to confirm FEN setting. */
.PositionSetupPanelSetFenPopupConfirmButton{
	margin-right: 0.5em;
}

/* The button to cancel FEN setting. */
.PositionSetupPanelSetFenPopupCancelButton{
	
}


/* The panel holding the FEN string label and box. */
.PositionSetupPanelSetFenPopupFenBoxPanel{
	margin-bottom: 0.5em;
}


/* The panel holding the buttons. */
.PositionSetupPanelSetFenPopupButtonPanel{
	text-align: right;
}
