/* puzzled.nl - for print. copyright 2004-5 Christian Eggermont */

html {width: 100%;}

body
{
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: Georgia, Palatino, serif;
	width: 90%;
	background-image: none;
}

#IEwinonly
{
	display: none !important;
}
#quote
{
	display: none;
}
.content
{
	width: auto;
	padding: 0;
	margin: 0;
	border: 0;
	border-top: 0;
	background: white;
	background-image: none;
	color: black;
   	float: none !important;
}	

a:link, a:visited
{
	color: #566;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
	font-family: myriad, "gill sans", helvetica, arial, sans-serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2pt;
	letter-spacing: 1pt;
	line-height: 1.2em;
}

h4, h5, h6
{
	font-weight: normal;
}

code, pre
{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
}
	
/* Print URLs ... see Eric Meyer, alistapart.com:articles:goingtoprint */
.content a:link:after, #content a:visited:after
{
   	content: " (" attr(href) ")";
   	font-size: 75%;
}
.content a[href^="/"]:after
{
   	content: " (http://www.puzzled.nl" attr(href) ")";
}

/* Niceties */

.content table
{
	border: 1pt solid #aaa;
	margin-left: auto;
	margin-right: auto;
}
.content  td > input
{
	content: attr(value);
}

#announce
{
	margin: 3pt 1cm;
	padding: 2pt;
	border: 1px solid #aaa;
}

table#tweemulti tbody tr:first-child +tr +tr td {
	border-bottom: 2px solid #333;
}
table#tweemulti tbody tr:first-child +tr +tr +tr +tr +tr td {
	border-bottom: 2px solid #333;
}
table#tweemulti tbody tr td:first-child +td +td {
	border-right: 2px solid #333;
}
table#tweemulti tbody tr td:first-child +td +td +td +td +td {
	border-right: 2px solid #333;
}

table#oe {
	margin: 0;
	background-color: gray;
}
table#oe tbody td {
	background-color: white;
	width: 1em;
	height: 1em;
}
table#oe td.o {
	background-color: #444;
}


