/************************************************************************/
/*                                                                      */
/* Copyright 2007 by Stan Reckard     (www.artbylogic.com)              */
/*                                                                      */
/* This file and its contents are copyrighted by Stan Reckard, all      */
/* rights reserved. No content, programming code or images may be sold, */
/* published or distributed without express permission from the author. */
/* Do not remove copyright notices.  By violating these terms you may   */
/* be held liable for any resulting loss or damage.                     */
/*                                                                      */
/* No support, guarantee or warranty is offered or implied. By using    */
/* any of this code you assume full risk and responsibility for that    */
/* use.                                                                 */
/*                                                                      */
/************************************************************************/

body { background-color: white !important; }

table input { display:none; }

#checkValid { display:none; }
#cellHint { display:none; }
#digitHint { display:none; }
#reset { display:none; }
#techDesc { display:none; }
#solve_entry { display:none; }
#printMe { display:none; }

#progress, #techArea { visibility:hidden; }

div#inForm { width:100%; overflow:visible; position:absolute;}
div#mainContent { width:100%; overflow:visible; position:absolute }

#menu { display:none; }
#selectDifficulty { display:none; }

#navBarDiv, #leftSide, #fixedNavBar { display:none; }
#ads, #googleAd { display:none;}

.inTbl { 
	font-size: 20pt;
	width: 67px;
	height: 67px;
 }
 
 .inTbl input {
	font-size: 20pt;
	width: 33px;
	height: 43px;
	padding-left: 20px;
	padding-top: 12px;
	
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
 }
 
#mainTbl {
	width:620px;
}
div#outTable {
	width:622px; 
}
