* {
	font-family: Arial;
	margin: 0;
	padding: 0;
	color: #666666;
}
label {
	color: #3B9859;
}
textarea {
	resize: none;
}
div#sudukoNav {
	float:left;
	height: 526px;
	width: 68px;
	padding: 10px;
}
div#sudukoNav ul {
	padding: 0 0 10px 0;
}
div#sudukoNav ul li {
	list-style: none;
	font-size: 10px;
}
div#sudukoNav ul li a {
	color: #3B9859;
}
div#sudukoNav h1 {
	color: #3B9859;
	font-size: 12px;
	padding: 0 0 10px 0;
}
div#header h1 {
	background-color: #3B9859;
	color: #eeffee;
	font-size: 22px;
	line-height: 30px;
	background-image: url(../ledlogic_90x30_green.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 0 0 100px;
}
div#content h4,
div#history h4,
div#footer h4 {
	background-color: #3B9859;
	color: #eeffee;
	font-size: 10px;
}
div#content {
	margin: 10px 20px 10px 20px
}
div#footer {
	margin: 10px 20px 10px 20px;
	text-align: center;
}
table#boardTable td input {
	width: 30px;
	font-size: 20px;
	text-align: center;
	border: 1px solid #cccccc;
}
input.btn {
	width: auto;
	font-size: 10px;
	text-align: center;
	background-color: #eeffee;
	border-radius: 15px;
	padding: 1px 5px 1px 5px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #66ff66;
}
table#boardTable td .line {
	background-color: black;
	width: 4px;
}
textarea#coordData {
	height: 20px;
	width: 200px;
	color: #00cc00;
	font-size: 12px;
	background-color: transparent;
	border-color: transparent;
}
textarea#hintData {
	height: 90px;
	width: 200px;
	color: #00cc00;
	font-size: 12px;
	background-color: transparent;
	border-color: transparent;
}
textarea#debugData {
	height: 290px;
	width: 500px;
	color: #660066;
	font-size: 10px;
}
textarea#historyData {
	height: 190px;
	width: 750px;
	color: #660066;
	font-size: 10px;
}
.focused {
	background-color: #ccffcc !important;	
	border: 1px solid #00ff00;
}
.focusedCol {
	background-color: #eeffee;	
}
.focusedRow {
	background-color: #eeffee;	
}
.locked {
	color: #00cc00 !important;
}
.error {
	border: 1px solid #cc6666 !important;
	color: #ff6666 !important;
}
td.vbar {
	width: 4px;
	background-color: #000000;
}
td.hbar {
	height: 4px;
	background-color: #000000;
}