﻿body
{
}

input.sudokuStartCell
{
	font-size:20px;
	font-style:normal;
	font-family:Arial;
	color:Black;
	text-align:center;
	vertical-align:text-top;
	height:25px;
	width:25px;
}

input.sudokuCell
{
	font-size:20px;
	font-style:oblique;
	font-family:Arial;
	color:Blue;
	text-align:center;
	vertical-align:text-top;
	height:25px;
	width:25px;
}

table.grid
{
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:Black;
}

table.region
{
	border-collapse:collapse;
	border-style:solid;
	border-width:1px;
	border-color:Black;
}

table.regionOld
{
	border-style:solid;
	border-width:1px;
	border-color:Black;
	height:132px;
	width:132px;
}

td.regionCell
{
	border:1px;
	border-style:none;
	margin:0;
	text-align:center;
	vertical-align:middle;
	font-size:20px;
	height:44px;
	width:44px;
}

td.regionCellOld
{
	border:1px;
	border-color:Black;
	border-style:dotted;
	margin:0;
	text-align:center;
	vertical-align:middle;
	font-size:20px;
	height:44px;
	width:44px;
}

table.noteTable
{
	border-style:solid;
	border-width:1px;
	border-color:Black;
	margin:3px;
	empty-cells:show;
}

tr.noteRow
{
}

td.noteCell
{
	border-style:none;
	vertical-align:middle;
	text-align:center;
	empty-cells:show;
	color:Black;
	background-color:White;
	font-size:xx-small;
	height:8px;
	width:10px;
}

td.noteCellOn
{
	border-style:none;
	vertical-align:middle;
	text-align:center;
	empty-cells:show;
	color:Gray;
	background-color:Gray;
	font-size:xx-small;
	height:8px;
	width:10px;
}

td.noteCellOff
{
	border-style:none;
	vertical-align:middle;
	text-align:center;
	empty-cells:show;
	color:Black;
	background-color:White;
	font-size:xx-small;
	height:8px;
	width:10px;
}

td.formButton
{
	width:200px;
}
