﻿/*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;
}


#animal_gallery {
    float: none;
}

#navigationLinks {
    display:block;
    text-align:center;
    width:325px;
}

#not-available-banner
{
    width: 100%;
    height:200px;
    overflow: hidden;
    margin-bottom: 10px;
}

.not-available-banner-pic
{
    height:120px;
    margin-right: 10px;
}

#more-pets-banner
{
    height:116px;
    line-height:116px;
    border:1px solid black;
    text-align: center;
    float:right;
    
}