table.sudokuInner td {
	border: 1px solid gray;
	width: 40px;
	height: 40px;
	margin: 0px;
	background-color: white;
}

table.sudoku td {
	border: 1px solid black;
}

table.sudoku tr {
	margin: 0px;
	padding: 0px;	
	text-align: center;
}

table.sudokuInner td {
	font-family: helvetica, arial;
        width: 38px;
        height: 38px;
        font-size: 26px;
        text-align: center;
        vertical-align: middle;	
}

table.sudokuInner {
        border-collapse: collapse;
        margin: 0px;
        padding: 0px;
	border: none;
}


table.sudoku {
	border-collapse: collapse;
	background-color: black;
	border: 2px solid black;
}

table.sudokuInner input {
	font-family: helvetica, arial;
	border: 0px;
	width: 36px;
	height: 36px;
	font-size: 24px;
	text-align: center;	
	vertical-align: middle;
}

input.disabled {
	background-color: white;
	color: black;
	font-weight: bold;
}

div.message {
	background-color: #eae0d5;
	font-size: 16px;
	font-weight: bold;
	border: none;
	width: 220px;
	height: 100px;
	color: black;	
	float: right;
}

div.sudoku {
	text-align: left; 	
	background-color: #eae0d5;
	border-top: 1px solid gray;
	border-bottom: 1px solid #4CC552;
	padding-top: 20px;
	padding-left: 20px;
	height: 400px;
}

div.sudoku_menu {
	text-align: left; 
	padding-left: 40px;
}

div.sudoku_menu input {	
	width: 200px;	
	font-weight: bold;
}

div.sudoku_menu select {
	border: 1px solid black;
	background-color: #eeeeee;
	font-weight: bold;
}

table.griddler td {
	width: 16px;
	height: 16px;
}

table.griddler {
	border-collapse: collapse;
	background-color: white;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	vertical-align: middle;
}

td.griddlerBlack {
	background-color: black;
}

td.griddlerWhite {
	background-color: white;
}

div.griddlerField {
	overflow: scroll;
	width: 600px;
}

table.griddlerField {
	border-collapse: collapse;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;	
}

td.gfc {
	vertical-align: bottom;
	text-align: center;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

td.gfr {
	vertical-align: middle;
	text-align: right;
	border-top: 1px solid black;
	border-bottom: 1px solid black;	
}

td.gfvC {
	width: 15px;
	height: 15px;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	background-color: gray;
}

td.gfvBrow {
	width: 15px;
	height: 15px;
	border-left: 1px solid #444444;
	border-bottom: 2px solid #444444;
	border-right: 1px solid #444444;
	border-top: 1px solid #444444;
	background-color: gray;
}

td.gfvBcol {
	width: 15px;
	height: 15px;
	border-left: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-right: 2px solid #444444;
	border-top: 1px solid #444444;
	background-color: gray;
}

td.gfvB {
	width: 15px;
	height: 15px;
	border-right: 2px solid #444444;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-bottom: 2px solid #444444;
	background-color: gray;
}

div.griddler {
	text-align: left; 	
	background-color: #eae0d5;
	border-top: 1px solid gray;
	border-bottom: 1px solid #4CC552;	
}

input.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.griddlerActualColor {
	width: 40px;
	height: 40px;	
	position: relative;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	background-color: white;
}

div.griddlerAvailableColors {
	position: relative;
	width: 550px;
	padding-top: 10px;
	float: right;
}

div.griddlerColorChooser {
	position: relative;	
	height: 40px;
	background-color: gray;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

span.gl {
	width: 18px;
	height: 18px;
}

div.controls {
  margin: 10px;
}