body {
	color:#333;
	background:#cccccc url(insani.gif) no-repeat fixed bottom right;
	margin:20px;
	padding:0px;
	font:11px;
	behavior:url("common/csshover.htc");
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font:20px sylfaen, times;
	font-weight:900;
	color:#000;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#333;
	}
h3 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:5px 5px 5px 10px;
	padding:0px;
	color:#333;
	}	
p {
	font:15px/20px sylfaen, times, serif;
	margin:0px 0px 15px 0px;
	padding:0px;
	}
p.last {
	font:15px/20px sylfaen, times, serif;
	margin:0px 0px 4px 0px;
	padding:0px;
}

li {
	font:15px/20px sylfaen, times, serif;
}

table {
	align:center;
	}
th {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	border:1px solid gray;
}
td {
	font:15px/20px sylfaen, times, serif;
	border:1px solid gray;
	padding:0px 4px 0px 4px;
}

table.sshots {
	align:center;
	border:0px;
	margin-top:4px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	}
table.sshots td {
	text-align:center;
	padding:2px 10px 2px 2px;
	border:0px;
	}

table.spec, table.prog, table.log {
	border:1px solid gray;
	border-collapse:collapse;
	margin-top:4px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	}
table.spec th {
	text-align:left;
	padding:2px 8px 2px 2px;
}
table.prog th {
	padding:2px 2px 2px 2px;
}
table.prog td {
	text-align:center;
}
table.log th {
	padding:2px 2px 2px 2px;
	text-align:center;
}
table.log td {
	text-align:left;
}

td.final {
	background:blue;
}
td.done {
	background:green;
}
td.prog {
	background:yellow;
}
td.todo {
	background:red;
}

blockquote {
	font:15px/20px sylfaen, times, serif;
	color:#555;
	padding:5px;
	border:1px dashed gray;
	}

a {
	color:#7A261A;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#7A261A;}
a:visited {color:#741B0F;}
a:hover {background-color:#ddd;}

acronym {
	cursor:help;
}

span.head {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	cursor:help;
}

span.info{
	position:relative;
	color:#7A261A;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	cursor:help;
	}
span.info:hover {
	background-color:#ddd;
	}
span.info span {display: none}
span.info:hover span {
	display:block;
	position:absolute;
	top:2em; left:2em; width:20em;
	border:1px solid gray;
	background-color:#eee; color:#555;
	text-align: left;
	padding: 2px 2px 2px 3px;
	font:11px tahoma, helvetica, sans-serif;
 	}
 
span.dupe {
 	color:#888;
 	cursor:help;
 	font-style:italic;
 	text-decoration:line-through;
 }

span.defunct {
 	color:#888;
 	cursor:help;
 	text-decoration:line-through;
 }

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:14px 205px 20px 195px;
	border:1px solid gray;
	background:url(white.png);
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navAlpha {
	position:absolute;
	width:180px;
	top:60px;
	left:20px;
	border:1px solid gray;
	/* background:#ccc; */
	background:url(white.png);
	padding:10px;
	font:12px verdana, arial, helvetica, sans-serif;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:158px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:158px;}
		
#navBeta {
	position:absolute;
	width:190px;
	top:60px;
	right:20px;
	border:1px solid gray;
	/* background:#ccc; */
	background:url(white.png);
	padding:10px;
	font:12px verdana, arial, helvetica, sans-serif;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}

#banner {
	height:25px;
	border:1px solid gray;
	background:url(white.png);
	voice-family: "\"}\"";
	voice-family: inherit;
	height:24px;
	}
html>body #banner {height:24px;}