html, body { margin: 0px; padding: 0px; height: 100%; border: none; }
body, th, td, input, select, span { font-family: Arial, Helvetica, sans-serif; }

img { border: none; }
table { padding: 0px; }

td.sdkgioco {
	height: 40px;
	font-size: 15pt;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Blue;
}

td.sdkpuzzle { padding: 0px; text-align: center; vertical-align: middle; }
td.sdkpuzzle table.puzzle { padding: 0px; margin: 0px; text-align: center;
                            border-width: 0px; border-spacing: 0px; border-collapse: collapse; }
table.puzzle td.cell      { padding: 0px; margin: 0px; font-size: 18pt; border-width: 0px; border-style: solid; }
table.puzzle td.normale   { background-color: #FFFFFF; }
table.puzzle td.rilievo   { background-color: #E6E6FA; }
table.puzzle td.special   { background-color: #BBBBBB; }
table.puzzle td.btnormale  { border-top-width: 1px; border-top-color: Lime; }
table.puzzle td.blnormale  { border-left-width: 1px; border-left-color: Lime; }
table.puzzle td.brnormale  { border-right-width: 1px; border-right-color: Lime; }
table.puzzle td.bbnormale  { border-bottom-width: 1px; border-bottom-color: Lime; }
table.puzzle td.btgrosso   { border-top-width: 2px; border-top-color: Green; }
table.puzzle td.blgrosso   { border-left-width: 2px; border-left-color: Green; }
table.puzzle td.brgrosso   { border-right-width: 2px; border-right-color: Green; }
table.puzzle td.bbgrosso   { border-bottom-width: 2px; border-bottom-color: Green; }
table.puzzle td.btmargine  { border-top-width: 2px; border-top-color: Green; }
table.puzzle td.blmargine  { border-left-width: 2px; border-left-color: Green; }
table.puzzle td.brmargine  { border-right-width: 2px; border-right-color: Green; }
table.puzzle td.bbmargine  { border-bottom-width: 2px; border-bottom-color: Green; }

td.cell input.cell { width: 40px; height: 40px; padding-top: 4px; margin: 0px;
                     border-width: 0px;  border-style: solid;
                     background-color: transparent;  text-transform: uppercase; 
                     text-align: center; vertical-align: middle;
                     font-family: Arial, Helvetica, sans-serif;
                     color: #000000; font-size: 18pt; font-weight: normal; }

td.sdknoscript { padding: 0px; text-align: center; vertical-align: middle; }
td.sdknoscript span.sdkmsgnoscript { color: #FF0000; font-size: 12pt; font-weight: bold; }

td.sdkmsg { height: 40px; padding: 0px; text-align: center; vertical-align: middle; }
td.sdkmsg span.sdkmsgok { color: #0000FF; font-size: 12pt; font-weight: bold; display: none; }
td.sdkmsg span.sdkmsgerr { color: #FF0000; font-size: 12pt; font-weight: bold; display: none; }

input.sdkbutton {
	padding: 0px 3px 0px 3px;
	width: auto;
	overflow: visible;
	border-width: 1px;
	border-style: solid;
	border-color: Green;
	font-size: 9pt;
	background-color: transparent;
	color: #000000;
	cursor: pointer;
}
input.sdkinput  { border-width: 1px; border-style: solid; border-color: #008080;
                  font-size: 8pt; background-color: transparent; color: #000000; }
span.sdkcheckbox { font-size: 9pt; }

