/* CSS Document */
/* table style */
table.parklist  {
	background-color: #0033FF;
	border-style: none;
	border-width: 3px;
	width: auto;
	font-size: 14px;
	margin-bottom: 1em;
}
table.parklist th {
	color: white;
}
table.parklist td {
	font-size: 14px;
	padding: 0.5em;
}
/* tr styles */
.parklist .thead {
	color: white;
}
.parklist .tfooter {
}
table.parklist tr.odd td{
	background-color: white;
}
table.parklist tr.even td{
	background-color: #CCFFFF;
}
table.parklist tr.vacant td{
	background-color: #f9c;
	color: #800;
}
.vacant {
}
h1 a {
	text-decoration: none;
	color: #0033cc;
}
