table.map th.odd {
	background-color: #EBC79E;
}
table.map th.even {
	background-color: #32CD99;
}
table.map {
	border-collapse: collapse;
}
table.map th, table.map td {
	vertical-align: middle;
	margin: 0;
	border: 0;
	padding:0;
}
table.map img {
	display:block;
}
table.map th.dirbutton {
	background-color: #EBC79E;
}
table.map th.dirbutton a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#table.map th.dirbutton a:active { }
#table.map th.dirbutton a:link { }
#table.map th.dirbutton a:hover { }
#table.map th.dirbutton a:visited { }

