/* $Id: index.css,v 1.22 2010/07/22 17:34:44 pwh Exp $ */
/* Style sheet for Sudoku and other Diversions. */


body {

	background-color: #0055FF;
	margin: 0;
}

div.screen {

	position: absolute;
	width: 100%;
	height: 100%;
}

div.field {

	margin: 0 auto;
	width: 990px;
	height: 100%;
}

div.frame {

	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 100%;
}

div.banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 52px;
	background-color: #002060;
	color: white;
	z-index: 2;
}

div.innerBanner {

	margin: 8px 0;
	text-align: center;
}

div.leftColumn {

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 220px;
	background-color: #D0E0FF;
	margin: 53px 0 0 0;
	z-index: 1;
}

div.rightColumn {

	position: absolute;
	left: 221px;
	top: 0;
	bottom: 0;
	width: 739px;
	background-color: #E8F0FF;
	margin: 53px 0 0 0;
	z-index: 1;
}

div.window {

	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
}

h1 {

	font-family: serif;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 8px 0;
}

h2 {

	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
}

div.prev {

	position: absolute;
	top: 0;
	left: 0;
	margin: 8px;
}

div.next {

	position: absolute;
	top: 0;
	right: 0;
	margin: 8px;
}

a.pageChain {

	color: white;
}

div.margins {

	margin: 8px;
}

.sidebar {

	font-family: sans-serif;
	font-size: 20px;
	margin: 12px 0 0 0;
}

.subLink {

	font-family: sans-serif;
	font-size: 80%;
	margin-left: 24px;
	display: none;
}

img.hyperLink {

	border: 0;
}

div.certified {

	position: relative;
	width: 184px;
	height: 40px;
}

a.validXhtml {

	position: absolute;
	left: 0;
	top: 0;
}

a.validCss {

	position: absolute;
	right: 0;
	top: 0;
}

dt {

	font-family: sans-serif;
	font-style: italic;
	font-weight: bold;
}

div.date {

	text-align: center;
	font-family: sans-serif;
	font-size: 11px;
	height: 27px
}

.centered {

	text-align: center;
}

.centered1 {

	margin: 0 auto;
}

span.normal {

	font-family: serif;
	font-weight: normal;
	font-size: 16px;
}

.leftJust {

	text-align: left;
}

.rightJust {

	text-align: right;
}

.underlined {

	text-decoration: underline;
}

div.indent {

	margin: 0 48px;
}

div.source {

	color: green;
	background-color: black;
}
