html {
	height: auto !important;
	overflow: hidden;
}
body {
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	margin: 10px;
}
div.main,div.main_home {
	display: block;
	width: 180mm;
	text-align: center;
}
p,.content {
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	color: #05689A;
	text-align: justify;
	display: block;
	margin: 40px 0px 20px;
	padding: 0px;
	line-height: 16px;
	text-align: center;
}
h1 {
	font-family: Arial,Tahoma,Verdana;
	font-size: 26px;
	color: #05689A;
	text-align: left;
	font-weight: bold;
	display: block;
	margin: 15px 0px 25px;
	text-align: center;
	text-transform: uppercase; 
}
h2 {
	font-family: Arial,Tahoma,Verdana;
	font-size: 16px;
	color: #05689A;
	text-align: left;
	font-weight: bold;
	display: block;
	margin: 5px 0px 25px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase; 
}
h3 {
	font-family: Arial,Tahoma,Verdana;
	font-size: 11px;
	color: #05689A;
	text-align: left;
	font-weight: bold;
	display: block;
	margin: 20px 0px 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase; 
}
a,a:link,a:visited {
	color: #05689A;
	text-decoration: none;
}
a:active,a:hover {
	color: #3598CA;
	text-decoration: none;
}

/* SUDOKU GRID START */

.sudoku {
	clear: both;
	display: inline-table;
	margin: auto;
	padding: 0;
	text-align: center;
}
.submit_bar {
}
.sudoku_frame_3 {
	border-top: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}
.sudoku_frame_4 {
	border-top: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}
.sudoku_grid_3 {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
.sudoku_grid_4 {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}
.sudoku_cell {
	font-family: Arial,Tahoma,Verdana;
	font-size: 14px;
	color: #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	width: 26px;
	height: 26px;
	min-width: 26px;
	min-height: 26px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	display: table-cell;
}
.sudoku_cell_fixed {
	font-family: Arial,Tahoma,Verdana;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	width: 26px;
	height: 26px;
	min-width: 26px;
	min-height: 26px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	display: table-cell;
}
.sudoku_cell_error {
	font-family: Arial,Tahoma,Verdana;
	font-size: 14px;
	color: #D00000;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	width: 26px;
	height: 26px;
	min-width: 26px;
	min-height: 26px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	display: table-cell;
	background-color: #FFCEE6;
}
.sudoku_cell_guess {
	font-family: Arial,Tahoma,Verdana;
	font-size: 14px;
	color: #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	width: 26px;
	height: 26px;
	min-width: 26px;
	min-height: 26px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	display: table-cell;
}
.sudoku_row {
	margin: auto;
	padding: 0px;
	clear: both;
}
.sudoku_grid_row {
	margin: auto;
	padding: 0px;
}
.gap {
	display: inline;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.value {
	display: inline;
	margin: 0;
	padding: 0;
	visibility: visible;
}

/* SAMURAI */

div.samurai {
	position: relative;
	text-align: center;
	margin: auto;
	display: block;
	width: 500px;
	height: 500px;
	clear: both;
}
.samurai_1,.samurai_2,.samurai_3,.samurai_4,.samurai_5 {
	position: absolute;
	height: 213px;
	width: 213px;
	padding: 0px;
	float: inherit;
	display: block;
	clear: none;
}
.samurai_1 {
	left: 0;
	top: 0;
	z-index: 5;
}
.samurai_2 {
	left: 284px;
	top: 0;
	z-index: 4;
}
.samurai_3 {
	left: 142px;
	top: 142px;
	z-index: 1;
}
.samurai_4 {
	left: 0;
	top: 284px;
	z-index: 3;
}
.samurai_5 {
	left: 284px;
	top: 284px;
	z-index: 2;
}

div.samurai .sudoku_frame_3 {
	width: 213px;
	min-width: 213px;
	max-width: 213px;
	height: 213px;
	min-height: 213px;
	max-height: 213px;
}
div.samurai .sudoku_grid_3 {
	width: 69px;
	min-width: 69px;
	max-width: 69px;
	height: 69px;
	min-height: 69px;
	max-height: 69px;
}
div.samurai .sudoku_cell,div.samurai .sudoku_cell_fixed,div.samurai .sudoku_cell_error,div.samurai .sudoku_cell_guess {
	font-size: 15px;
	width: 22px;
	height: 21px;
	padding: 1px 0 0 0;
}
div.samurai td[class=sudoku_cell],div.samurai td[class=sudoku_cell_fixed] {
	padding: 2px 0;
	min-width: 22px;
	min-height: 17px;
	max-width: 22px;
	max-height: 22px;
	line-height: 18px;
}

/* SAMURAI END */

@media print {
	#header,header {
		display: none;
	} 
	#footer,footer {
		display: none;
	}
	.copyright {
		font-size: 9px;
		color: #333333;
		text-align: center;
		display: block;
		padding: 0px;
		margin-top: 2px;
		margin-bottom: 20px;
		font-family: Arial, Tahoma, Verdana;
	}
	p,.content {
		font-size: 13px;
	}
}

@media screen {
	p,.content,.copyright {
		visibility: hidden;
		display: none;
	}
}
