#page_footer {
	text-align: center;
	color: white;
}

#page_footer a {
	color: white;
}

#dir_info table {
	font-family: 'arial';
	font-size: small;
	font-size: 98%;
}
#dir_info a {
	font-weight: bold;
	color: #204F99;
}
#dir_info img {
	border: 1px solid black;
}

#locations {
	border: 3px solid #F7941D;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0px;
	width: 100%;
}
#locations td {
	border: 3px solid #F7941D;
	font-weight: bold;
}


#location {
	width: 100%;
	border: none 0px;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0px;
}
#location td,th {
	padding: 3px;
}
#location th.first_col {
	width: 68px;
}
#location.even {
	background-color: #FDFACF;
}
#location.odd {
	background-color: white;
}
#location th {
	border: 1px solid #F7941D;
}
#location th.dark {
	background-color: #F7941D;
}
#location th.light {
	background-color: #FFC20F;
}
#location td {
	border: 1px solid #F7941D;
}


#dir_review table {
	font-family: 'arial';
	font-size: small;
	font-size: 98%;
}

/* CORRECTIONS */

.no_border_top_bottom {
	border-top: 0px none;
	border-bottom: 0px none;
}

