body {
	font-family: Arial, Helvetica, "Swis721 BT", sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #000000;
	background: #FFFFFF;
	scrollbar-face-color: #E9E9EF; 
	scrollbar-shadow-color: #E9E9EF; 
	scrollbar-highlight-color: #E9E9EF; 
	scrollbar-3dlight-color: #A6A7AB; 
	scrollbar-darkshadow-color: #A6A7AB; 
	scrollbar-track-color: #E9E9EF; 
	scrollbar-arrow-color: #A6A7AB;
}
#ic {
	margin: 10px;
	min-height: 820px;
}
a,a:link,a:visited,a:active,a:hover {
	color: #000000;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, "Swis721 BT", sans-serif;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0 none;
}

/* MAIN LAYOUT */

#main {
	font-family: Georgia, "Times New Roman", Times, serif;	
	text-align: left;
	width: 592px;
	min-height: 680px;
	margin: 0 auto;
}
#ic #main {
	min-height: 770px;
}
#sudoku_section,#title {
	text-align: left;
	float: left;
	width: 479px;
	margin: auto;
}
#archive_section {
	color: #FFFFFF;
	text-align: left;
	float: right;
	display: block;
	width: 94px;
	margin: 22px auto auto;
	padding: 0;
}
#header {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}
#sudoku_heading table {
	width: 481px;
}
#title {
	display: block;
	clear: right;
	padding: 0 0 6px;
	border-bottom: 3px solid #000000;
	margin: 0 auto 0 0;
}
#title .logo {
	display: none;
}
#title .logo a,#title .logo a:link,#title .logo a:visited,#title .logo a:hover,#title .logo a:active {
	color: #E0E0E0;
}
#play,#clock_section {
	font-family: Arial, Helvetica, "Swis721 BT", sans-serif;
	margin: 0;
	float: right;
}
#clock_section {
	width: 113px;
	margin-right: 4px;
}
#sudoku_heading {
	display: block;
	padding: 4px 0;
}
#id,#rating {
	font-family: Arial, Helvetica, "Swis721 BT", sans-serif;
	height: 20px;
	overflow: hidden;
}
#id {
	width: 351px;
}
#id .id {
	font-weight: bold;
}
#rating {
	text-transform: uppercase;
	width: 128px;
	font-weight: bold;
	text-align: right;
	float: right;
	padding-right: 1px;
}
#sudoku_section p {
	font-size: 15px;
}
.flash {
	position: absolute;
}
#maingrid {
	font-family: Arial, Helvetica, "Swis721 BT", sans-serif;
	float: left;
	margin-top: 0;
	position: relative;
}
#buttons {
	position: relative;
	width: 485px;
	height: 31px;
	display: block;
	clear: left;
	top: 10px;
	margin-right: -7px;
}
#buttons .button,#buttons .grey {
	display: block;
	width: 90px;
	height: 31px;
	float: left;
	clear: none;
	margin: 0 7px auto auto; 
}
#save_buttons {
	text-align: center;
	width: 88px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0 4px 0;
}
#save_buttons span {
	margin: 0 3px;
}
p,
ul,
ol,
#message_div th,
#message_div td,
#instructions,
#copyright {
	text-align: left;
	margin-bottom: 19px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 133%;
}
#instructions {
	display: none;
	top: 13px;
	position: relative;
}
#content p,
#content ul,
#content ol,
.small {
	font-size: 13px;
}
#content ul,
#content ol {
	padding: 0 0 0 1.25em;
	margin: 10px 0;
}
#content ul li,
#content ol li {
	padding: 0;
	line-height: 140%;
}
#copyright {
	color: #696969;
	position: relative;
	display: block;
	clear: both;
	font-size: 11px;
	text-align: left;
	height: 20px;
	top: 15px;
	clear: both;
}
#copyright img {
	display: none;
}
#copyright a,#copyright a:link {
	color: #696969;
}
form {
	display: inline;
}
h1,h2,h3,h4 {
	clear: both;
	display: block;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 45px;
	font-weight: normal;
	margin: 10px 0;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 19px;
}
h4 {
	font-size: 16px;
}
p a,p a:link,p a:visited,p a:active,p a:hover {
	color: #013365;
	text-decoration: none;
}
p a:hover {
	color: #E5D718;
}
/* Main Layout */

/* GRID */
.notesNumber {
	font-size: 11px;
	line-height: 10px;
}
.noted {
	font-size: 11px;
	line-height: 10px;
	cursor: text;
	text-decoration: none;
}
.guesNumber {
	position: relative;
	top: 0;
	left: 1px;
	height: 11px;
	z-index: 5;
	text-align: left;
	color: #202050;
}
.guess,.fixedNumber,.solution_given,.solution_solved {
	position: relative;
	bottom: 3px;
	left: 0;
	text-align: center;
	z-index: 4;
	cursor: text;
	text-decoration: none;
	color: #535353;
	font: 39px/33px Arial, Helvetica, "Swis721 BT", sans-serif;
}
.guess {
	bottom: 2px;
}
.fixedNumber,.solution_given,.solution_solved {
	bottom: 1px;
	color: #030425;
	cursor: default;
}
.solution_given {
	font-weight: bold;
}
.solution_solved {
	color: #666666;
}
.guesssel {
	position: relative;
	top: -4px;
	left: 0;
	text-align: center;
	font-size: 37px;
	line-height: 32px;
	z-index: 4;
	cursor: text;
	text-decoration: none;
	color: #FFF;
	background: #2B405D;
}
.IEguessNumber {
	top: -1px;
}
.off {
	visibility: hidden;
}
.operafix,.operafix:link,.operafix:visited,.operafix:hover,.operafix:active,
.null_link,.null_link:link,.null_link:visited,.null_link:hover,.null_link:active {
	cursor: default;
	outline: none;
	outline-style: none;
	-moz-outline-style: none;
}
.null_link img {
	opacity: 0.01;
	filter: alpha(opacity=1);
}
.operafix {
	position: absolute;
	z-index: 1;
	top: 39px;
	left: 590px;
	width: 1px;
	height: 1px;
	font-size: 1px;
	border: 0 none;
	color: transparent;
	background: transparent;
	overflow: hidden;
	opacity: 0.01;
	filter: alpha(opacity=1);
}
.safarifix {
	left: 317px;
	top: 212px;
}
textarea[class=operafix],
input[class=operafix] {
	right: 33px;
}
.fixNumber {
	position: relative;
	top: -5px;
	left: 0;
	text-align: center;
	font-size: 22px;
	line-height: 22px;
	z-index: 4;
}
table.maingrid {
	font-family: Arial, Helvetica, "Swis721 BT", sans-serif;
	border: 2px solid #030333;
	text-align: center;
	display: block;
	margin: auto;
	border-top-width: 3px;
	border-left-width: 3px;
}
table.maingrid th,table.maingrid td {
	border: 1px solid #030333;
}
table.subgrid {
	background-color: #FFFFFF;
	border-color: #030333;
	border-style: solid none none solid;
	border-width: 0 1px 1px 0;
}
table.subgrid th,table.subgrid td {
	border: 1px solid #030333;
	border-left: 0 none;
	border-top: 0 none;
}
table.nogrid {
	border-width: 0;
	border-collapse: collapse;
}
table.nogrid th {
	border-width: 0;
}
table.nogrid td {
	border-width: 0;
}

/* MOUSE ACTION COLOURS */

#maintable .standard {
	background-color: #FFFFFF;
}
#maintable .mouseover {
	color: #141414;
	background-color: #F7F1B0;
} 
#maintable .keycursor {
	color: #FFFFFF;
	background-color: #5A540A;
}
#maintable .selected {
	color: #141414;
	background-color: #EEE257;
}
#maintable .lighter_selected {
	color: #141414;
	background-color: #F3EC94;
}
#maintable .pause {
	background-color: #E5D718;
}
#maintable .shaded {
	background-color: #BCB343;
}


/* CLOCK AND TOP ELEMENTS */

.clock {
	text-align: right;
	width: 100px;
	color: #030425;
	font-size: 14px;
	width: 114px;
}
.clock .blink_1 {
	color: #000000;
}
.clock .blink_2 {
	color: #FFFFFF;
	opacity: 0.01;
	filter: alpha(opacity=1);
}
#flash {
	font-family: Arial, Helvetica, "Swis721 BT", sans-serif;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	left: 138px;
	top: -30px; /*Swaps to: 320px*/
	width: 200px;
	color: #FFFFFF;
	padding: 4px 4px 5px 4px;
	margin: 0 auto;
	background: #333333;
	border: 0 none;
	z-index: 3;
}
.close {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	font-weight: bold;
	z-index: 2;
	text-align: right;
	float: right;
	clear: both;
	width: 100px;
	height: 13px;
	display: block;
	margin: 3px auto auto;
}
.close a,.close a:link,.close a:visited,.close a:active {
	color: #101010;
}
.close a:hover {
	color: #FC3030;
}
#hide_show,#warning {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #766767;
	padding: 3px 6px;
	height: 200px;
	width: 319px;
	position: absolute;
	margin: 5px 0 0 92px;
	z-index: 10;
	display: none;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
#warning {
	background-color: #FFEFEF;
	top: 50px;
	left: 25px;
	width: 286px;
	height: 260px;
	display: block;
	border: 2px solid #D62727;
}
#hide_show p,#warning p {
	font-size: 12px;
	margin: 0 0 15px;
}

/* GRID */

/* ARCHIVE */
#archive_section div.heading {
	font-family: Arial, Helvetica, "Swis721 BT", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 3px 3px 2px;
	width: 88px;
}
#archive_section .section {
	display: block;
	border: 0 none;
	margin: auto 0 4px;
}
#archive_section div.heading,#archive_section heading a,#archive_section heading a:link,#archive_section heading a:visited,#archive_section heading a:active,#archive_section heading a:hover {
	color: #E5D718;
	background-color: #333333;
}
#archive_section span.archive_rating,#archive_section span.archive_dates {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	width: 92px;
	margin: 2px 0 auto;
	text-align: left;
}
#online span.archive_rating {
	font-size: 13px;
	width: 92px;
	color: #333333;
	padding: 0;
}
#online img,#online a.archive_rating,#online a.archive_rating:link,#online a.archive_rating:visited,#online a.archive_rating:active,#online a.archive_rating:hover {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0;
	padding: 0;
	display: inline;
}
#newspapers span.archive_rating {
	line-height: 12px;
	width: 88px;
	padding: 1px 2px;
	border: 0 none;
}
#newspapers {
	border: 1px solid #CCCCCC;
	border-top: 0 none;
	height: 452px;
	overflow: none;
	background: #FFFFFF url(/images/archive-background.gif) repeat-x left top;

}
#archive_section span.archive_dates {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	width: 92px;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	height: 72px;
	overflow: auto;
	margin: auto;
	scrollbar-face-color: #A0A0A0; 
	scrollbar-shadow-color: #A0A0A0; 
	scrollbar-highlight-color: #A0A0A0; 
	scrollbar-3dlight-color: #BEBEBE; 
	scrollbar-darkshadow-color: #BEBEBE; 
	scrollbar-track-color: #F0F0F0; 
	scrollbar-arrow-color: #EEEEEE;
	border-top: 1px solid #666666;
	margin: 1px 0 auto;
}
#newspapers span.archive_dates {
	color: #000000;
	width: 88px;
}
#archive_section span.current,#archive_section a,#newspapers a:link,#archive_section a:visited,#archive_section a:active,#archive_section a:hover {
	color: #000000;
	display: block;
	clear: both;
	text-decoration: none;
}
#online a,#online a:link,#online a:visited,#online a:active {
	color: #000000;
	padding: 0 2px;
}
#online a:hover,#online span.current {
	color: #0059A9;
	padding: 0 2px;
}
#archive_section span.current {
	font-weight: bold;
}
#archive_section span.date_small {
  	vertical-align: text-top;
	font-size: 7px;
}
#archive_section a.today,#archive_section a.today:link,#archive_section a.today:visited {
	color: #000000;
}
#archive_section span.today,#archive_section a:hover,#archive_section span.current,#archive_section a:active,#archive_section a.today:active,#archive_section a.today:hover {
	color: #000000;
	background-color: #E5D718;
}
#online .terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	display: block;
	background-color: #F0F0F0;
}
#online .terms,#online a.terms,#online a.terms:link,#online a.terms:visited,#online a.terms:active {
	color: #003EB0;
}

/* SUNDAY TIMES HEADER */

#st_header {
	text-align: center;
	display: none;
	clear: both;
	margin: 10px 0 15px;
	height: 160px;
}
#ic #st_header {
	display: block;
}
#st_header h3,
#st_header p {
	padding: 2px 0;
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 123%;
	margin-top: 0;
}

/* SUNDAY TIMES HEADER */

/* IPAD */

#ipad_keys,
#ipad_keys_minimised {
	background-color: #767676;
	background-image: url('/images/ipad-keypad-background.gif');
	background-repeat: no-repeat;
	background-size: 100% 52px;
	border: 1px solid #2F3135;
	height: 52px;
	left: 0;
	width: 99.9%;
	max-width: 100%;
	min-width: 572px;
	padding: 2px 0;
	position: fixed; 
	bottom: 0;
	z-index: 20;
}
#ipad_keys #kb {
	margin: 0 0 0 4px;
}
#ipad_keys_minimised #kbx {
	margin: 0 0 0 524px;
}
.ipad_show {
	display: block;
}
.ipad_hide {
	display: none;
}

/* NOT IN IFRAME */

#direct_view_error {
	border-radius: 2px;
	box-shadow: 0 0 5px #dddddd;
	display: block;
	margin: 300px auto 0;
	max-width: 690px;
	padding: 15px 30px;
	text-align: center;
	width: 90%;
}
#direct_view_error h1,
#direct_view_error p {
	text-align: left;
}
#direct_view_error h1 {
	font-size: 22px;
}
#direct_view_error p {
	font-size: 14px;
	font-family: Arial, Helvetica, "Swis721 BT", sans-serif;
	margin: 0 0 18px;
	line-height: 140%;
}
#direct_view_error .button {
	background-color: #333333;
	color: #FFFFFF;
	display: inline-block;
	font-family: 'Arial Narrow',Helvetica,"Swis721 BT",sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding: 4px 11px;
	text-transform: uppercase;
}
#direct_view_error .small {
	margin-top: 40px;
	color: #333333;
	font-size: 12px;
}

/* NEW INTERACTIVE GAME MESSAGE */

#initial_link {
	margin-left: 1em;
	padding: 1px 5px;
	border-radius: 4px;
	display: inline-block;
}
#initial_link,
#initial_link:link,
#initial_link:visited,
#initial_link:active {
	background-color: #e5d718;
	color: #000000;
}
#initial_link:hover {
	background-color: #EDE4B5;
}
#message_div {
	background-color: rgba(255, 255, 255, 0.99);
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	box-shadow: 0 13px 1px -6px rgba(0, 0, 0, 0.11);
	font-size: 14px;
	left: 50%;
	max-width: 456px;
	padding: 10px 20px;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 400;
}
#message_div #close_x {
	font-size: 20px;
	cursor: pointer;
}
#message_div table {
	width: 100%;
}
#message_div p,
#message_div th,
#message_div td,
#message_div input {
	font-size: 14px;
}
#message_div th {
	padding-right: 30px;
}
#message_div input {
	padding: 5px;
	width: 94%;
}
#message_div .small {
	font-size: 0.9em;
}
#message_div button,
#message_div .close_button,
#message_div input[type=submit] {
	background-color: #3a3a3a;
	color: #ffffff;
	display: block;
	width: 90px;
	border: 0 none;
	font-size: .9em;
	text-transform: uppercase;
	padding: 10px 20px;
}
#message_div button:hover,
#message_div .close_button:hover,
#message_div input[type=submit]:hover {
	background-color: #4A4A4A;
}

/* NEW INTERACTIVE GAME MESSAGE */

/* HELP PAGE */

#content {
	clear: both;
	display: block;
	height: 654px;
	margin: 0 auto;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 3px 12px 3px 0;
	width: 573px;
}
#ic #content {
	clear: both;
	display: block;
	height: auto;
	margin: 0;
	overflow: auto;
	overflow-x: auto;
	overflow-y: auto;
	padding: 0;
	width: auto;
}
#help_menu {
	font-family: Arial, Helvetica, "Swis721 BT", sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0066CC;
	display: block;
	width: 115px;
	float: right;
	position: relative;
	margin: auto auto 10px 20px;
	padding: 2px 0 2px 5px;
}
#help_menu ul {
	list-style-type: square;
	list-style-position: inside;
	margin: 0 auto auto 0;
	padding-left: 1em;
	text-indent: -1em;
}
#help_menu a,#help_menu a:link,#help_menu a:visited,#help_menu a:active,#help_menu a:hover {
	color: #FFFFFF;
}
.right_back {
	display: block;
	margin: auto;
	width: 90px;
	height: 31px;
	float: right;
	left: 90px;
	clear: none;
	position: relative;
	z-index: 10;
}

/* HELP PAGE */


/* MEDIA */

@media screen {
	#print,.print {
		display: none;
	}
}

@media print {
	img,#play,#buttons,#archive_section,#save_buttons,#copyright img {
		display: none;
	}
	body {
		margin: 20mm 30mm 10mm;
		text-align: center;
	}
	#title .logo {
		font-size: 40pt;
		display: inline;
	}
	.guess,.fixedNumber,.solution_given,.solution_solved {
		background-color: none;
		line-height: 30px;
	}
	#instructions {
		display: block;
	}
	#copyright {
		position: relative;
		display: block;
		text-align: left;
		top: 40mm;
		right: inherit;
		bottom: inherit;
	}
}

@viewport {
	max-zoom: 6;
	min-zoom: 0.5;
}

/* MEDIA */