 /* More styles at: http://sudokufeed.com
    Copyright: sudokufeed.com */

 /* first of all, check the location of these images and change if necessary:
    Example: /images/ or ./images/ or ../images/ or /games/sudoku/images/  */
div.sudoku {                     background-image: url(/images/sudoku-enclosure.gif);            }
.sudoku_id .sudoku_archive_box { background-image: url(/images/sudoku-id.gif);                   }
.sudoku_grid {                   background-image: url(/images/sudoku-background.gif);           }
#sudoku_information {            background-image: url(/images/sudoku-information.gif);          }
#sudoku_base {          		 background-image: url(/images/sudoku-base.gif);				 }
.sudoku_help_grid {              background-image: url(/images/help/sudoku-help-background.gif); }

div.sudoku {
	text-align: center; /* you can edit this to values: left/center/right */
	font-family: Arial,sans-serif;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 255px;
	height: 486px;
	display: block;
	padding: 25px 35px 25px 33px;
	margin: auto;
	clear: both;
}
.sudoku_heading {
	font-family: Arial,sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	color: #404040;
	display: block;
	margin: auto auto 15px;
	padding: 0 5px 0 0;
}
.sudoku_error {
	font-family: Arial,sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #ED4040;
	display: block;
	clear: both;
	text-align: center;
	margin: auto;
	padding: 1px 5px 1px 5px;
	border: 1px solid #405060;
	position: absolute;
	z-index: 10;
}
.sudoku_play {
	font-family: Arial,sans-serif;
	font-size: 13px;
	color: #404040;
	display: block;
	clear: both;
	text-align: justify;
	margin: auto auto 12px;
	padding: 0 5px 0 0;
	width: 252px;
}
.sudoku_top {
	display: block;
	clear: both;
	margin: 12px 0 0;
	border-bottom: 1px solid #FFFFFF;
}
.sudoku_difficulty {
	font-family: 'Arial Narrow',Arial,sans-serif;
	font-size: 13px;
	color: #000000;
	display: block;
	font-weight: bold;
	clear: left;
	float: left;
	width: 160px;
	height: 22px;
	text-align: left;
	margin: auto;
}
.date {
	font-family: 'Arial Narrow',Arial,sans-serif;
	font-size: 10px;
}
.sudoku_id {
	font-family: 'Arial Narrow',Arial,sans-serif;
	font-size: 13px;
	color: #000000;
	display: block;
	font-weight: bold;
	margin: auto;
	clear: right;
	float: right;
	width: 90px;
	height: 22px;
	text-align: right;
}
.sudoku_id table {
	text-align: right;
	float: right;
}
.sudoku_id td {
	vertical-align: top;
}
.sudoku_id .sudoku_archive_box {
	background-color: #FFFFFF;
	background-position: left top;
	background-repeat: no-repeat;
	border: 0 none #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	height: 15px;
	margin: -1px 0 0;
	padding: 0 0 7px 10px;
	vertical-align: top;
	width: 38px;
	line-height: 10px;
}
.sudoku_id .sudoku_archive_box[type='text'] {
	margin: 0;
}
.sudoku_grid {
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #606060;
	text-align: left;
	margin: auto;
	padding: 0;
	clear: both;
	height: 252px;
	width: 257px;
	display: block;
	border: 0 none;
}
.sudoku a, .sudoku a:link, .sudoku a:visited, .sudoku a:active, .sudoku a:hover {
	font-family: Arial,sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #404040;
}
.sudoku a:hover {
	font-family: Arial,sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #606060;
}
.sudoku input{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #404040;
}
/* SUDOKU GRID START */
.sudoku_frame_3 {
	width: 249px;
	min-width: 249px;
	max-width: 249px;
	height: 249px;
	min-height: 249px;
	max-height: 249px;
	border-top: 1px solid #404040;
	border-right: 2px solid #404040;
	border-bottom: 2px solid #404040;
	border-left: 1px solid #404040;
	padding: 0;
}
.sudoku_grid_3 {
	width: 81px;
	min-width: 81px;
	max-width: 81px;
	height: 81px;
	min-height: 81px;
	max-height: 81px;
	border: 1px solid #404040;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}
td.sudoku_cell,td.sudoku_cell_fixed {
	font-family: Arial;
	font-size: 19px;
	line-height: 19px;
	text-align: center;
	color: #000000;
	width: 26px;
	height: 18px;
	min-width: 26px;
	min-height: 19px;
	max-width: 26px;
	max-height: 26px;
	background-color: #FFFFFF;
	border-top: 1px solid #404040;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #404040;
	padding: 3px 0 2px;
	margin: 0;
}
input.sudoku_cell,span.sudoku_cell,span.sudoku_cell_fixed {
	font-family: Arial;
	font-size: 19px;
	line-height: 19px;
	color: #000000;
	background: transparent;
	width: 26px;
	height: 19px;
	min-height: 20px;
	max-height: 26px;
	border: 0 none;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
input[class=sudoku_cell],span[class=sudoku_cell],span[class=sudoku_cell_fixed] {
	height: 20px;
	min-height: 20px;
	padding: 0 0 1px;
}
span.sudoku_cell,span.sudoku_cell_fixed {
	display: block;
	height: 20px;
	min-height: 20px;
	padding: 1px 0 0;
}
span[class=sudoku_cell],span[class=sudoku_cell_fixed] {
	height: 20px;
	padding: 0 0 1px;
}
.sudoku_cell_fixed,.sudoku_cell_fixed {
	font-weight: bold;
} 
.sudoku_row,.sudoku_grid_row {
	margin: auto;
	padding: 0;
}

/* SUDOKU GRID END */
#sudoku_information,#sudoku_base {
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	font-family: Arial;
	text-align: right;
	margin: 0 auto;
	padding: 1px 8px;
	clear: both;
	height: 15px;
	width: 241px;
	display: block;
	cursor: hand;
}
#sudoku_base {
	height: 5px;
}
#sudoku_information a,#sudoku_information a:link,#sudoku_information a:visited,#sudoku_information a:hover{
	font-family: Arial;
	color: #EDE2F4;
	font-size: 9px;
}
#sudoku_information a:hover{
	font-family: Arial;
	color: #FFFFFF;
	font-size: 9px;
}

.sudoku_bar,.sudoku_numbers {
	display: block;
	margin-top: 6px;
	cursor:	default;
}
.sudoku_digits {
	word-spacing: 3px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	cursor:	default;
}
.sudoku_previous,.sudoku_next {
	background-color: #FFFFFF;
	width: 15px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: 0 none #FFFFFF;
	float: left;
	text-align: left;
	cursor:	hand;
}
.sudoku_previous {
	float: left;
	text-align: left;
}
.sudoku_next {
	float: right;
	text-align: right;
}
div#helpwindow {
	display: none;
	padding: 5px;
	border: 2px solid #B4BCC9;
	clip:  rect(10 -20 auto auto);
	overflow: auto;
	position: absolute;
	z-index: 5;
	top: 30px;
	right: 30px;
	margin: auto;
	height: 360px;
	width: 250px;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: justify;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #606060;
	scrollbar-3dlight-color: #DCDEE5;
	scrollbar-darkshadow-color: #DCDEE5;
	scrollbar-face-color: #F0F1F4;
	scrollbar-highlight-color: #DCDEE5;
	scrollbar-shadow-color: #DCDEE5;
	scrollbar-track-color: #FFFFFF;
}
span.close {
	display: block;
	margin: auto;
	float: right;
	height: 16px;
	width: 80px;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	color: #990000;
	cursor: hand;
}
a.close,a.close:link,a.close:visited,a.close:hover,a.close:active {
	color: #990000;
	text-decoration: none;
}

/* PRINT PAGE */

body.print {
	font-family: Arial,Tahoma,Verdana;
	text-align: center;
	vertical-align: middle;
	margin: 10px;
}
.print div.main,div.main_home {
	display: block;
	width: 180mm;
	text-align: center;
}
.print p,.print .content {
	font-size: 11px;
	color: #05387A;
	text-align: justify;
	display: block;
	margin: 40px 0 20px;
	padding: 0;
	line-height: 16px;
	text-align: center;
}
.print h1,.print h2,.print h3 {
	font-family: Arial,Tahoma,Verdana;
	color: #05387A;
	text-align: left;
	font-weight: bold;
	display: block;
	margin: 15px 0 25px;
	text-align: center;
	text-transform: uppercase; 
}
.print h1 {
	font-size: 30px;
}
.print h2 {
	font-size: 20px;
}
.print h3 {
	font-size: 11px;
}
.print a,a:link,.print a:visited {
	color: #05689A;
	text-decoration: none;
}
.print a:active,.print a:hover {
	color: #3598CA;
	text-decoration: none;
}

/* SUDOKU GRID START */

.print div.print_sudoku {
	width: 375px;
	height: 375px;
	margin: auto;
	display: block;
	text-align: center;
	margin: auto;
	clear: both;
	padding: 0;
}
.print .sudoku_frame_3 {
	width: 372px;
	height: 372px;
	min-width: 372px;
	min-height: 372px;
	max-width: 375px;
	max-height: 375px;
	border-top: 1px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
	text-align: center;
	vertical-align: top;
}
.print .sudoku_grid_3 {
	width: 123px;
	height: 123px;
	min-width: 123px;
	min-height: 123px;
	max-width: 125px;
	max-height: 125px;
	border: 1px solid #000000;
}
.print .sudoku_cell,.print .sudoku_cell_fixed {
	font-family: Arial,Tahoma,Verdana;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 0 none;
	border-bottom: 0 none;
	padding: 0;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	max-width: 41px;
	max-height: 41px;
}
.print .gap {
	color: #FFFFFF;
	visibility: hidden;
}
.sudoku_help_grid {
	color: #2E4178;
	font-size: 10px;
	font-weight: bold;
	display: block;
	width: 191px;
	margin: 10px auto;
	padding: 0 6px 6px 0;
	background-repeat: no-repeat;
	background-position: top left;
}
@media print {
	#header,header {
		display: none;
	} 
	#footer,footer {
		display: none;
	}
	.print .copyright {
		font-size: 9px;
		color: #333333;
		text-align: center;
		display: block;
		padding: 0;
		margin-top: 2px;
		margin-bottom: 20px;
		font-family: Arial, Tahoma, Verdana;
	}
	.print p,.print .content {
		font-size: 13px;
	}
}
@media screen {
	.print p,.print .content,.print .copyright {
		visibility: hidden;
		display: none;
	}
}
