/*
 * Simple CSS
 * Copyright (C)2006 USAGI/WIDE Project.
 *
 * $Id: simple.css,v 1.1 2007-09-18 13:45:34 nakam Exp $
 */
a { text-decoration: none; }
a:link:hover { background-color: #ffffc0; }
a:active:hover { background-color: #ffffc0; }
a:visited:hover { background-color: #ffffc0; }

.raw {
	background: #ffffc0;
	color: #000000;
	font-size: small;
	white-space: pre;
	margin-left: 1em;
}

.path {
	font-weight: bold;
	white-space: pre;
}

.var {
	font-style: italic;
	font-weight: bold;
	white-space: pre;
}

.banner{ float: right; }
.banner img{ border: none; }

td { background: #ffffff; }
td.noerror { background: #66ff66; }
td.warning { background: #ffff00; }
td.critical { background: #ff0000; }

