
body,td,a,div,p {
	font-family:arial,sans-serif
}

/* Index page */

.OptionsList, .OptionsList td {
	border: 1px solid black;
	border-collapse: collapse;
	padding-left: 4px;
	padding-right: 4px;
}

.PositionOptions {
	margin: 0;
}

/* Options Panel style */

.OptionsPanelRoot {
}
.OptionsPanel {
	text-align: center;
	vertical-align: middle;
}
.OptionsPanelMainPanel {
	border-style: solid;
}
.OptionsPanelMainPanelCell {
}
.OptionsPanelLabelCell {
	background-color: darkgray;
	color: white;
	text-align: right;
}
.OptionsPanelInputCell {
	text-align: left;
}
.OptionsPanelButtonCell {
}
.OptionsPanelStartButton {
	height: 35px;
	width: 100%;;
	background-color: green;
	font-size: x-large;
}

/* Board Panel styles */

.BoardPanelRoot {
}
.BoardPanel {
}
.BoardPanelLeftCell {
	text-align: left;
	vertical-align: top;
}
.BoardPanelRightCell {
}
.ChessBoardPanel {
	border-spacing: 0;
}
.ChessBoardCell {
	border-style: solid;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.ButtonsDeckCell {
}
.BoardAndButtonsPanel {
}
.ButtonsDeck {
}
.IdleButtonsPanel {
}
.BoardPanelDoneButton {
	height: 35px;
	width: 100px;;
	background-color: yellow;
	font-size: x-large;
}
.BoardPanelNextButtonCell {
	text-align: right;
}
.BoardPanelNextButton {
	height: 35px;
	width: 100%;;
	background-color: green;
	font-size: x-large;
}
.BoardPanelStopButtonCell {
}
.BoardPanelStopButton {
	height: 35px;
	width: 100%;;
	background-color: red;
	font-size: x-large;
}
.BoardPanelResultLabel {
	text-align: right;
}
.BoardPanelResultsPanel {
	border-spacing: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.ResultPanelFailed {
	color: yellow;
	background-color: red;
}
.ResultPanelOk {
}

/* Chess board styles */

.SquareBase {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	border-spacing: 0;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}
.DarkSquare {
	background-color: green;
}
.LightSquare {
	background-color: lightyellow;
}

/* Results Panel style */

.ResultsPanelRoot {
	border-style: solid;
	background-color: lightblue;
	top: 55px;
	left: 85px;
}
.ResultsPanelRoot .Caption {
	color: white;
	background-color: darkblue;
}
.ResultsPanelMainPanel {
}
.ResultsPanelResultsPanelCell {
}
.ResultsPanelAgainButtonCell {
	text-align: center;
	vertical-align: middle;
}
.ResultsPanelAgainButton {
	width: 100%
	height: 30px;
	color: black;
	background-color: yellow;
}
.ResultsPanelChangeButtonCell {
	text-align: center;
	vertical-align: middle;
}
.ResultsPanelChangeButton {
	width: 100%
	height: 30px;
	color: black;
	background-color: yellow;
}
.ResultsPanelResultsPanel {
}
.ResultsPanelTitle {
}
.ResultsPanelPositions {
}
.ResultsPanelForks {
}
.ResultsPanelFailures {
}
.ResultsPanelMisses {
}
.ResultsPanelScore {
}

/* vim: ai sw=4 ts=4
*/
