﻿.cell {
    position: absolute;
    overflow: hidden;
    width: 20px;
    height: 20px;
    border: 0px;
    background: url(Numbers.png) no-repeat;
}

.numbers {
    z-index: 2;
    position: absolute;
	visibility: hidden;
}

.num {
    position: absolute;
    overflow: hidden;
    width: 20px;
    height: 20px;
    border: 0px;
    background: url(Numbers.png) no-repeat;
}

#board {
	position:relative;
	top: 5px;
	margin-top: 10px;
	margin-bottom: 45px;
}

#title {
	position:relative;
	margin-bottom: 8px;
	padding-left: 5pt;
	margin-left: 20px;
}

#controls {
	position:relative;
	border-top: solid 1px black;
	padding: 3px;
	padding-left: 10px;
	background-color: #FFC980;
}

.button {
	font-size: 8pt;
	color : #111;
	font-weight : bold;
	background:  #FFE4BF;
	border: 1px solid black;
}

#solved 
{
	position: absolute;
	font-size: 18pt;
	border: solid 1px black;
	border-left-color:#FFFFFF;
	border-top-color:#FFFFFF;
	z-index:5;
	background: #80AAFF;
	text-align:center;
	padding: 6px 6px 6px 6px;
	color: #000;
	visibility: hidden;
}

#game
{
	border: solid 1px black;
	width: 210px;
	margin: 15px;
}

#help 
{
	position: absolute;
	visibility: hidden;
	z-index : 10;
	font-size: 9pt;
	border: solid 1px #BFBF60;
	background-color: #80AAFF;
}

