	       table {

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #9C9E9C;
  font-weight: normal;
}

           	table#sudoku_panel {
		        border-collapse: collapse;
			    margin-left: auto;
				margin-right: auto;
			}
			#sudoku_panel tbody td {
				border: 1px solid green;
				padding: 10px 10px;
				margin: 0;
				text-align:center;
				vertical-align: middle;
				width: 20px;
				height: 20px;
			}
			
			#sudoku_panel tbody td.topBorder{
				border-top: 6px  #CECFCE;
			}
			
			#sudoku_panel tbody td.bottomBorder{
				border-bottom: 6px #CECFCE;
			}
			
			#sudoku_panel tbody td.leftBorder{
				border-left: 6px  #CECFCE;
			}
			
			#sudoku_panel tbody td.rightBorder{
				border-right: 6px #CECFCE;
			}
			
			#sudoku_panel tbody td.notice {
				padding: 4px;
				vertical-align: bottom;
				font-size: 0;
				line-height: 0;
				background-color: white;
			}
			
			#sudoku_panel tfoot td {
				font-family: arial;
                font-size: 12px;
			}
			#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 {
				font-family: arial;
                border: none;
				text-align:center;
				width: 20px;
				height: 16px;
				font-weight: normal;
				color: #0000FF;
				margin-bottom:0;
				padding:0;
			}
			
			#sudoku_panel input.notice {
				font-family: arial;
				border: 1px solid green;
				text-align:left;
				width: 25px;
				font-size: 9px;
				height: 9px;
				margin: 0 5px;
				color: black;
			}			

