/* default styles for extension "tx_sudoku_pi1" */
	div.tx-sudoku-pi1 {	margin: 0 0 0.5em 0; }
	table.tx-sudoku-pi1 { width: 27em; height: 27em; border: 3px solid #666; padding: 0; margin: 0; text-align: center; vertical-align: middle; border-collapse: separate; }
	table.tx-sudoku-pi1 td { width: 3em; height: 3em; margin: 0; padding: 0; border-bottom: 1px solid #666; background: #fff; color: #666; font-family: Sans-Serif; font-weight: bold; text-align: center;}
	td.tx-sudoku-pi1-cell {	border-right: 1px solid #666; }
	td.tx-sudoku-pi1-cell-start { border-left: 0; border-right: 1px solid #666; }
	td.tx-sudoku-pi1-cell-bold { border-right: 2px solid #666; }
	td.tx-sudoku-pi1-cell-end { border-right: 0; }
	tr.tx-sudoku-pi1-row-bold td { border-bottom: 2px solid #666; }
	tr.tx-sudoku-pi1-row-end td { border-bottom: 0; }
	table.tx-sudoku-pi1 input {	border: 0; padding: 0; margin: 0; text-align: center; vertical-align: middle; font-family: Sans-Serif; width: 1em; font-weight: bold; background: #fff; color: #000; }	
	table.tx-sudoku-pi1	input:focus { background: #fff; color: #900; }
 	table.tx-sudoku-pi1 input.tx-sudoku-pi1-cell-error { background: #fff; color: #900; text-decoration: underline; }	
	div.tx-sudoku-pi1-buttons { margin: 0.5em 0; }	