body {
	font-family: sans-serif;
	font-size: 12px;
	border:solid #d9d8d1;
	border-width:2px;
	margin: 20px;
	margin-bottom: 400px;
}

table.listing tbody > tr {
	border-top: 0px solid #ddd;
}

table.listing tbody > tr.evn {
	background-color: #fcfcfc;
}

table.listing tbody > tr.odd {
	background-color: #f7f7f7;
}

table.listing tbody > tr:hover {
	background: #eed !important;
}

table.listing tbody td.right {
	text-align: right;
}

table.listing tbody td.time {
	text-align:right;
	color: blue;
	cursor: progress;
}

table.listing tbody a.red {
	color: red;
}

table.state {
	background-color: #8aa;
	border: thin solid black;
}

table.state tr {
	background-color: cyan;
}

table.state tr.changed {
	background-color: lightred;
}

table.state td.right {
	text-align: right;
}

td.state a {
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	cursor: help;
}

td.state a:hover {
	color: #411;
	background: #AAA;
}

td.state a span {
	display: none;
}

td.state a:hover > span {
	display: block;
	position: absolute;
	top: 0px;
	left: 82px;
	background-color: cyan;
	border: thin solid black;
	color: black;
	text-align: left;
}

div.page_links {
	height:16px;
	padding:2px;
	font-size:14px;
	font-weight:bold;
	background-color:#d9d8d1;
}

a.lxr {
	text-decoration: none;
	color: black;
}
