table.navpoint {
	background: #fff;
	border: 1px solid #cdcdcd;
	margin-bottom: 5px;
	width: 100%;
	border-collapse:collapse;
}

.navpoint .navpoint th {
	/*distinguishing table headers from data cells*/
	font-weight: bold;
	text-align: center;
}

.navpoint th, .navpoint td {
	/*borders and padding to make the table readable*/
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 2px 5px;
}

.navpoint thead, .navpoint tfoot {
	color: #fff;
	background: #333 url("/images/layout/white-gradient.png") repeat-x top left;
}

