#sudoku_board {
	display: none;
}

#sudoku_starting {
	display: block;
}

TD.sudokuCell,TD.sudokuCellPencil,TD.sudokuCellSelected,TD.sudokuCellPerminent,TD.sudokuCellPerminentSelected {
	width: 40px;
	height: 40px;
	text-align: center;
}

TD.sudokuCellPerminent,TD.sudokuCellPerminentSelected {
	font-weight: bold;
	color: #003399;
}

TD.sudokuCellSelected,TD.sudokuCellPerminentSelected {
	background-color: #CADCE7;
}

TABLE.sudokuPencil {
	width: 35px;
	height: 35px;
}

TD.sudokuCellPencil {
	padding-left: 0px;
}

TD.sudokuPencil {
	font-size: 9px;
	font-variant: italic;
	padding: 0px;
	text-align: center;
	color: #333333;
}

TD.sudokuCellOppValid {
	background-color: #F2F8F2;
	background-color: #9FCF8E;
}

TD.sudokuCellOppInvalid {
	background-color: #FFF2F2;
	background-color: #CF8E8E;
}

