/* Emacs settings: -*- mode: Fundamental; tab-width: 4; -*-//////////////////////////////////////////////////////////////////////////////                                                                        //// Sokoban: stylesheet                                                    ////                                                                        //// Copyright 2009-2010, Andrew Birrell                                    ////                                                                        //////////////////////////////////////////////////////////////////////////////*/body {	margin-top: 8px;	margin-left: 16px;	margin-right: 16px;	margin-bottom: 0px;	padding: 0px;	background-image: url(image.php?img=background);	white-space: nowrap;}div, table, td, img, textarea {	margin: 0px;	border-width: 0px;	padding: 0px;}.hide {	display: none;}#normalControls td {	padding-right: 24px;}#score {	color: #FFFFFF;	font-weight: bold;}#board {	margin-top: 12px;	position: relative;}#scene {	margin-left: auto;	margin-right: auto;	position: relative;}#things {	position: absolute;}#things, #scene {	font-size: 1px;	line-height: 1px;}#things img, #scene img {	vertical-align: top;}#man {	position: absolute;}.dlog {	background-image: url(image.php?img=wall&w=256&h=256&x=256&y=0&r=0);	display: none;}.dlog td {	border: 1px outset #FFFFFF;	padding: 24px;	background-image: url(translucent.png);	vertical-align: top;	font-size: 14px;	line-height: 17px;	white-space: normal;}#configuration td {	border-width: 0px;	padding: 0px;	background: inherit;	vertical-align: middle;}#designContentsPane, #historyContentsPane {	border-width: 0px;	padding: 0px;	background: inherit;}.dlog textarea {	width: 330px;	height: 425px;	font-family: monospace;	font-size: 14px;	line-height: 14px;}
