table#sudoku_panel
{
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
}

#sudoku_panel tbody td
{
	border: 1px solid black;
	padding: 10px 10px;
	margin: 0;
	text-align:center;
	font-weight:bold;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

#sudoku_panel tbody td.topBorder
{
	border-top: 2px solid black;
}

#sudoku_panel tbody td.bottomBorder
{
	border-bottom: 2px solid black;
}

#sudoku_panel tbody td.leftBorder
{
	border-left: 2px solid black;
}

#sudoku_panel tbody td.rightBorder
{
	border-right: 2px solid black;
}

#sudoku_panel tfoot td
{
	font-weight:bold;
	font-size:medium;
}

#sudoku_panel tfoot td.leftFootInfo
{
	text-align:left;
}

#sudoku_panel tfoot td.centerFootInfo
{
	text-align:center;
}

#sudoku_panel tfoot td.rightFootInfo
{
	text-align:right;
}

#sudoku_panel input
{
	text-align:center;
	font-weight:bold;
	color:Red;
	width: 18px;
	height: 18px;
	margin-bottom:0;
	padding:0;
}
			

