/*
HTML Code, Javascript, CSS, Images, and Text Copyright (c) 2006-2008 SudokuConquest.com, All Rights Reserved. Copyright infringers will be prosecuted.
*/

body {
	text-align: center;
	background-color: #f9f9f9;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #000090;
}

a:hover {
	text-decoration: underline;
	color: #666690;
}

.board {
	border: 0;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	border-collapse: collapse;
}

.cellNumber, .cellNumberError, .cellNumberSelect {
	width: 43px;
	height: 45px;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #000000;
	border: 1px solid #aaaaaa;
}

.cellTopBlack {
	border-top: 2px solid #000000;
}

.cellBottomBlack {
	border-bottom: 2px solid #000000;
}

.cellLeftBlack {
	border-left: 2px solid #000000;
}

.cellRightBlack {
	border-right: 2px solid #000000;
}

.cellEmpty {
	border: 0;
}

.cellNumberError {
	background-color: #faa;
}

/* New Start */
.cellNumberSelect {
	background-color: #ff4;
}

.rightSideBox {
	background-color: #f0e0d0;
	border-color: #d0a070;
	border-style: solid;
	border-width: 1px;
	float: right;
	padding: .5em;
	margin-top: 0px;
	margin-left: 8px;
	margin-bottom: 8px;
	margin-right: 0px;
	width: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}

.tutorialMain {
	text-align: left;
	margin: 0px auto;
	width: 600px;
}

.tutorialSecondary {
	text-align: center;
}
/* New End */

.cellNumberInput1, .cellNumberInput2, .cellNumberInput3, .cellNumberInput4, .cellNumberInput5, .cellNumberInput6, .cellNumberInput7 {
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 0 #ffffff;
	margin: 0px;
	width: 43px;
	color: #000090;
	background-color: transparent;
}

.cellNumberInput1 {
	font-size: 16pt;
}

.cellNumberInput2 {
	font-size: 12pt;
}

.cellNumberInput3 {
	font-size: 10pt;
}

.cellNumberInput4 {
	font-size: 9pt;
}

.cellNumberInput5 {
	font-size: 8pt;
}

.cellNumberInput6 {
	font-size: 7pt;
}

.cellNumberInput7 {
	font-size: 6pt;
}

.title1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16pt;
	color: #000090;
}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11pt;
	color: #000090;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 9pt;
	color: #000090;
}

h1, h2{
  display:inline;
	color: #000090;
}

h1{
	font:bold 20px Arial, Helvetica, sans-serif;
}

h2{
	font:normal 10pt Arial, Helvetica, sans-serif;
}

h1 span, h2 span {
  display:none;
}
