﻿body
{
	margin: 10px;
	font-size: 8pt;
	font-family: Verdana;
	color: #333333;
	background-image: url(images/bg.gif);
}

input
{
	font-size: 8pt;
}

a						{font-weight: bold; color: #0055aa; text-decoration: none;}
a:hover					{text-decoration: underline;}
a.TabLink				{color: White;}
a.MenuItemLink			{font-weight: normal; color: #ffffff;}
a.MenuItemLinkActive	{font-weight: normal; color: #ffff80;}

td.TabFront
{
	background-image: url(images/TabFrontCenter.gif);
}

td.TabBack
{
	background-image: url(images/TabBackCenter.gif);
}

td.MenuBar
{
	color: White;
	background-image: url(images/MenuBar.gif);
	padding-left: 6px;
}

/* Sudoku */

table.Sudoku
{
	 border:solid 2px #555555;
}

td.SudokuLine
{
	background-color: #444444;
}

td.SudokuCell
{
	width: 36px;
	height: 36px;
	text-align: center;
	color: #555555;
	font-size: 14pt;
	border: solid 1px #999999;
	background-color: #F8F8F8;
	cursor: default;
}

table.SudokuSubset td
{
	width: 12px;
	height: 12px;
	text-align: center;
	font-size: 7pt;
	font-weight: normal;
}


/* Editable Sudoku */

table.EditSudoku
{
	border:solid 3px Black;
}

td.EditSudokuLine
{
	background-color: Black;
}

td.EditSudokuCell
{
	width: 36px;
	height: 36px;
	text-align: center;
	color: #000000;
	font-size: 16pt;
	border: solid 1px #808080;
	background-color: #e6ecf2;
	cursor: pointer;
}

td.EditSudokuCellSolved
{
	width: 36px;
	height: 36px;
	text-align: center;
	color: #dd00dd;
	font-size: 16pt;
	border: solid 1px #808080;
	background-color: #e6ecf2;
	cursor: pointer;
}

td.SudokuActive
{
	color: #ffffff;
	background-color: #a1b5d4;
}
td.SudokuLightRed {background-color: #ffd9d9;}
td.SudokuLightGreen {background-color: #c3e5c3;}
td.SudokuLightBlue {background-color: #c3d1e5;}
td.SudokuRed {background-color: #ffb2b2;}
td.SudokuGreen {background-color: #a1e5a1;}
td.SudokuBlue {background-color: #94aed4;}



.Error
{
	color: Red;
	font-weight: bold;
}

.TechniqueInfo
{
	font-weight: normal;
}

ul
{
	margin: 0px 0px 0px 30px;
}

.MouseOverText	
{
	font-weight: normal;
	text-decoration: underline;
	color: #226666;
}


