div.map {
	margin: 0;
	padding: 0;
	text-align: center;
}

table.linkgrid {
	padding: 0;
	background-color: #AAB;
}
table.linkgrid td {
	width: 33%;
	font-weight: bold;
}
table.linkgrid a {
	display: block;
	margin: 0;
	padding: 2px 4px;
	background-color: #DDE; 
	text-align: left;
	text-decoration: none;
}
table.linkgrid a:hover{
	background-color: #EEF;
	text-decoration: none;
}

table.searchlist {
	width: 100%;
}
table.searchlist th {
	margin: 0;
	padding: .2em;
	background-color: #CCE;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

table.searchlist th a {
	margin: auto 4px;
}
table.searchlist th a.sortasc, table.searchlist th a.sortdesc {
	padding-right: 16px;
	background-repeat: no-repeat;
	background-position: right;
}
table.searchlist th a.sortasc{
	background-image: url(/images/icons/arrow_ld.gif);
}
table.searchlist th a.sortdesc {
	background-image: url(/images/icons/arrow_lu.gif);
}

table.searchlist tr td {
	border-bottom: 1px #AAB solid;
}
table.searchlist tr:hover td {
	background-color: #EEF;
}
table.searchentry {
	width: 100%;
}
table.searchlist tr td table.searchentry tr td {
	border: none;
}

