
table#list {
	width:100%;
}

table#list td.header {
	border-bottom:solid 1px;
	padding:5px;
	background-color:#d7e4ed;
	font-weight:bold;
}
table#list td.body {
	padding:5px;
	white-space:nowrap;
}
table#list a {
	text-decoration:none;
	font-weight:bold;
}
table#list tr.odd {
	background-color:#d7e4ed;
}
table#list tr.hl {
	background-color:#E6FFDD;
}

div#browser {
	padding:5px;
  font-size: 10px;
	font-weight:bold;
	text-align:center;
}
div#browser a {
	text-decoration:none;
	font-weight:normal;
}