
/*body {
	background-color: #666666;
	background-image: none;
	color: #ffffff;
	margin: 16px;
	border: 0px;
	padding: 0px;
	text-align: left;
}
*/
table.sq a:link	  { color: #ccccff }
table.sq a:active	{ color: #993333 }
table.sq a:visited   { color: #ccccff }
table.sq a:hover	 { color: #ffff00 }
h2 {
	text-align: center;
}
td.linkBars {
	background-color: #ffffff;
}
table.sq {
	margin-left: 16px;
	background-color: #666666;
	color: #000000;
	float: right;
	cursor: default;
	overflow: visible;
	width: 190px;
}
table#sqTable {
	margin-bottom: 30px;
}
td.score {
	margin: 0px;
	border: #eeeeee 1px outset;
	padding: 0px;
	background-color: #cccccc;
	vertical-align: middle;
	font-weight: bold;
}
td.sq {
	margin: 0px;
	border: #eeeeee 1px outset;
	padding: 0px;
	width: 20px;
	height: 20px;
	/*
	width: <?php echo $pixels ?>px;
	height: <?php echo $pixels ?>px;
	*/
	background-color: #cccccc;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	/*
	font-size: <?php echo ($pixels*5)/8+3 ?>px;
	*/
	font-weight: bold;
	line-height: 20px;
	/*
	line-height: <?php echo $pixels ?>px;
	*/
}
div.counter {
	margin: 10px;
	border: #eeeeee 1px inset;
	padding-right: 3px;
	width: 1.8em;
	background-color: #000000;
	color: #ff6666;
	font-size: 24px;
	line-height: 1;
	text-align: right;
}
table.smiley {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	border: #eeeeee 1px inset;
	padding: 0px;
}
#mines {
	float: left;
}
#timer {
	float: right;
}
td.smiley {
	border: #eeeeee 2px outset;
	padding: 6px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
#smiley {
	vertical-align: middle;
}

