body {
	font-family: Times, Sans;
/*	font-family: Verdana, Arial, Sans;*/
/*	font-family: Georgia, serif; */
/*	letter-spacing: -0.05em; */
	color: black;
	background-color: white;
	background: url('test2.jpg') no-repeat;
}

pre {
	font-family: monospace;
	color: #666666;
}

a { color: teal; }

#chessbox {
	cursor: pointer;
	float: left;
	padding: 1px;
	margin-top: 1em;
}

#widget {
	cursor: pointer;
}

#fen {
	font-size: 0.8em;
	margin-top: 0.5em;
	width: 210px;
	border: 1px solid #ccc;
}


#chessboard {
	float: left;
	padding-left: 0.5em; 
}


#search {
	float: left;
	padding-left: 2em;
	color: windowtext;
}

.invisible {
	display: none;
}

#menu {
	margin-top: 50px;
	padding: 0;
	float: left;
	width: 408px;
}


#menu a {
	text-decoration: none;
	display: block;
	float: left;
	padding-left: 16px;
	width: 120px;
	outline: 0;
	margin: 0;
}
#menu a:hover {
	background-color: #999999;
	color: white;
}

#submenu {
	clear: both;
	margin-left: 300px;
}

#submenu a {
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: left;
	padding-left: 1em;
	padding-right: 1em;
	outline: 0;
}

#submenu a:hover {
	background-color: #999999;
	color: white;
}


.menuItemSelected {
	color: white;
	background-color: teal;
}

.menuItemDeselected {
	color: #999999;
}

#history a {
	text-decoration: none;
}

#history table {
	border-spacing: 0;
}

#history th {
	text-align: left;
	background-color: #dddddd;
	border-bottom: 1px solid black;
}

#history td {
	border-bottom: 1px dashed #dddddd;
	padding-right: 2em;
}

ins {font-weight: bold; text-decoration: none; color: #080;}
del {color: #800; }

.yaml {
	background-color:#d9fdfd;
	font-family: monospace;
	border: 1px solid black;
}

h2 {
	font-size: 1.1em;
	margin-bottom: 0;
	letter-spacing: -0.05em;
}

h3 {
	font-size: 1em;
	letter-spacing: -0.05em;
}

#keywords {
	position: absolute;
	display: none;
	border: 0.1em solid #888;
	background-color: white;
	visibility: hidden;
	width: 20em;
	height: 20em;
	overflow: auto;
}

#stipulations {
	position: absolute;
	display: none;
	border: 0.1em solid #888;
	background-color: white;
	visibility: hidden;
	width: 275px;
}

#stipulations a {
	text-decoration: none;
	padding-left: 5px;
	width: 50px;
	color: #999999;
	outline: 0;
	margin: 0;
	display: block;
	float: left;
}
#stipulations a:hover {
	background-color: #999999;
	color: white;
}


#solution {
	margin-right: 2em;
	white-space: pre;
}

#solution a {
	outline: 0;
} 

#vut {
	display: none;
	visibility: hidden;
	color: #999999;
	margin-bottom: 0;
	padding-top: 1em;
}

.problem {
	float: left;
	margin: 0em 1em 1em 0em;
	text-align: center;
	width: 300px;
	height: 400px;
	overflow: auto;
}

.problem2 {
	float: left;
	margin: 0em 1em 1em 0em;
	text-align: center;
	width: 300px;
}

#toolbar { margin: 0;}
#toolbar li {
	display: inline;
	margin-left: 1em;
}


.pWrapper {
	margin: 0 auto;
	width: 264px;
}

.bordered {
	border: 1px solid #808080;
}

.feninp {
	width:256px;
	color: #cccccc;
	border: none;
}
.navLink {
	text-decoration: none;
	font-weight: bold;
	padding-right: 2em;
	padding-left: 2em;
	width: 4em;
}

.cp {
	width: 32px;
	height: 32px;
	background-color: transparent; 
	background-image: url('gc2.gif');
	background-repeat: no-repeat;
	float: left;
}

.boxed {
	width: 30px;
	height: 30px;
	border: 1px solid black;
	position: absolute;
}

.noncanonical {
	color: grey;
}

