﻿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;
    border:none;
}

input.sudokuCell
{
	font-size:20px;
	font-style:oblique;
	font-family:Arial;
	color:Blue;
	text-align:center;
	vertical-align:text-top;
	height:25px;
	width:25px;
    border:none;
}

table.jig
{
    border-collapse:collapse;
    border-style:none;
}

td.gridhon
{
    height:1px;
    border-style:none;
    background-color:black;
}

td.gridhoff
{
    height:1px;
    border-style:none;
    background-color:white;
}

td.gridvon
{
    width:1px;
    border-style:none;
    background-color:black;
}

td.gridvoff
{
    width:1px;
    border-style:none;
    background-color:white;
}

td.gridcon
{
    height:1px;
    width:1px;
    border-style:none;
    background-color:black;
}

td.gridcoff
{
    height:1px;
    width:1px;
    border-style:none;
    background-color:white;
}

td.gridh
{
    height:2px;
    border-style:none;
    background-color:black;
}

td.gridhb
{
    height:4px;
    border-style:none;
    background-color:red;
}

td.gridv
{
    width:2px;
    border-style:none;
    background-color:black;
}

td.gridvb
{
    width:4px;
    border-style:none;
    background-color:red;
}

td.gridc
{
    height:2px;
    width:2px;
    border-style:none;
    background-color:black;
}

td.gridcb
{
    height:4px;
    width:4px;
    border-style:none;
    background-color:red;
}

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.regionDiagCell
{
    background-color:lightgray;
	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:none;
	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;
}

tr.instructVisible
{
    display:normal;
}

tr.instructHidden
{
    display:none;
}

td.formButton
{
	width:200px;
}
