body {
	margin: 2px;
	padding: 2px;
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: small;
}
.nav {
	height: 27px;
	font-family: Verdana, Sans-serif;
}
.menubar {
	padding: 4px 0 0 10px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #036;
	color: #999;
	font-weight: bold;
	white-space: nowrap;
	height: 21px;
}
.menubar a { text-decoration: none; }
.menubar a:link    { color: #69c; }
.menubar a:visited { color: #69c; }
.menubar a:hover   { color: #f30; }
.menubar a:active  { color: #c66; }

table {
	border-collapse: collapse;
	margin: 10px 0 25px 0;
	border: 1px solid black;
}
table.simple tr, table.simple th, table.simple td {
	text-align: left;
	border: 0;
}
table caption {
	text-align: left;
	font-weight: bold;
}
tr {
	border-left: 1px solid black;
	border-right: 1px solid black;
}
th, td {
	border-collapse: collapse;
	padding: 4px;
	text-align: center;
	border-bottom: 1px solid black;
        white-space: nowrap;
}
tr.row_0 {
	font-weight: bold;
}
td.name {
	text-align: left;
	white-space: nowrap;
}

/* Backgrounds */
tr.header, tr.row_even {
	background: #ccc;
}
td.blackout {
	background: #000;
	color: #fff;
}
tr.highlight {
	background: #9cf;
}

/* Borders */
tr.row_0 td {
	border-bottom: 0px;
}
.row_0 td, .row_1 td {
	border-right: 1px solid black;
	border-left: 1px solid black;
}
td.g {
	border-left: 1px solid black;
}

