
/* The css file for the diagram looks setup panel. */

/* The looks setup panel itself. */
.LooksSetupPanel{
	margin: 0px auto;
}


/* The label for the board patterns list. */
.LooksSetupPanelBoardPatternsLabel{
	margin-bottom: 0.1em;
}

/* The label for the piece sets list. */
.LooksSetupPanelPieceSetsLabel{
	margin-bottom: 0.1em;
}


/* The board patterns list box. */ 
.LooksSetupPanelBoardPatternsList{
	width: 11em;
}

/* The piece sets list box. */
.LooksSetupPanelPieceSetsList{
	width: 11em;
}

/* The dark squares color text box. */
.LooksSetupPanelDarkSquaresBox{
	width: 6em;
}

/* The light squares color text box. */
.LooksSetupPanelLightSquaresBox{
	width: 6em;
}


/* The button to reset dark squares color. */
.LooksSetupPanelResetDarkSquaresColorButton{
	margin-right: 0.5em;
}

/* The button to reset light squares color. */
.LooksSetupPanelResetLightSquaresColorButton{
	margin-right: 0.5em;
}


/* The label for the dark squares color box. */
.LooksSetupPanelDarkSquaresColorLabel{
	margin-right: 0.3em;
	text-align: right;
}

/* The label for the light squares color box. */
.LooksSetupPanelLightSquaresColorLabel{
	margin-right: 0.3em;
	text-align: right;
}


/* The panel holding the board patterns label and list box. */
.LooksSetupPanelBoardPatternsPanel{
	margin-right: 1em;
	
}

/* The panel holding the piece sets label and list box. */
.LooksSetupPanelPieceSetsPanel{
	
}


/* The panel holding the board patterns and piece sets panels. */
.LooksSetupPanelBoardPatternsAndPieceSetsPanel{
	margin-bottom: 0.5em;
}


/* The panel holding the square color boxes. */
.LooksSetupPanelSquareColorsBoxesPanel{
	
}
