/*Classes*/
.hide
{
	display:none;
}

.show
{
	display:inline;
}

.bottomBorder
{
    border-bottom: 1px solid black;
}


.adTable    /* class for the search page advertisement.*/
{
    margin-left: 10px;
}

.adTable th
{
    padding: 2px;
}

.adTable td
{
    border: 1px solid gray;
    padding: 2px;
}

form {
	margin:0px;
	padding:0px;
}

/* ----------- formerly hard-coded CSS styles -------------- */
.no-photo-search-results {
	font-weight:bold;
	text-decoration:underline;
	font-style:italic;
}
a.shelter-details-email-link {
	color:black;	
}


.distanceFields 
{
    min-width: 6em;
    display: block;
    float:left;
}