
.tdMarker
{
	background-color: Black;
}

.footerSpan
{
	font-size: 9pt;
	color: Black;
	width: 800px;
	text-align: center;
}

.pageTable
{
	border: solid 1px #9999bb;
}

.navButton
{
	border: solid 1px #9999bb;
	background-color: White;
	width: 180px;
}
.navButton a
{
	color: Teal;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}


.arena
{
	border: none;
	position:absolute; left:13px; top:150px; width:420px; height:380px; z-index:0;
}

.n1 
{
	position:absolute; left:404px; top:35px; width:32px; height:32px; z-index:0;
}
.n2 
{
	position:absolute; left:404px; top:70px; width:32px; height:32px; z-index:0;
}
.n3 
{
	position:absolute; left:404px; top:105px; width:32px; height:32px; z-index:0;
}
.n4 
{
	position:absolute; left:404px; top:140px; width:32px; height:32px; z-index:0;
}
.n5 
{
	position:absolute; left:404px; top:175px; width:32px; height:32px; z-index:0;
}
.n6 
{
	position:absolute; left:404px; top:210px; width:32px; height:32px; z-index:0;
}
.n7 
{
	position:absolute; left:404px; top:245px; width:32px; height:32px; z-index:0;
}
.n8 
{
	position:absolute; left:404px; top:280px; width:32px; height:32px; z-index:0;
}
.n9 
{
	position:absolute; left:404px; top:315px; width:32px; height:32px; z-index:0;
}

.cell
{
	border: solid 1px #bbbbbb;
	background-color: #dddddd;
	text-align: center;
	vertical-align: middle;
	width:40px;
	height: 40px;
}

.cellSelect
{
	border: solid 1px #ff1111;
	background-color: #dddddd;
	text-align: center;
	vertical-align: middle;
	width:40px;
	height: 40px;
}

.pit
{
	/*
	border-style: none;
	border-width: 1px; 
	*/
	background-color: white;
}

.cellReadonly
{
	border: solid 1px #bbbbbb;
	width:40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	background-color: #888899;
	color: White;
	font-size: 22pt;
}

.cellComplete
{
	border: solid 1px #bbbbbb;
	width:40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	background-color: #55ff55;
	color: White;
	font-size: 22pt;
}

.printcell
{
	font-family: Arial;
	font-size: 24pt;
	font-weight: 700;
	font-style:	normal;
	text-decoration: none;
	width: .55in;
	height: .55in;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #bbbbbb;
}


.solutionCellStatic, .solutionCellOver, .solutionCellUnder
{
	border: solid 1px #bbbbbb;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	cursor: default;
}

.solutionCellStatic
{
	color: Black;
	background-color: #dddddd;
}

.solutionCellOver
{
	background-color: white;
	color: Black;
}

.solutionCellUnder
{
	background-color: White;
	color: White;
}