﻿
/* Browse CSS Class */

.AdvSearch
{
    padding-left: 5px;
}
.BrowseHeading
{
    list-style-type: none;
    padding-left: 30px;
    font-weight: bold;
    background: #eee;
    border-bottom: 2px solid #ccc;
    width: 800px;
    line-height: 25px;
    font-size: 17px;
}
.BrowseListings
{
    padding: 8px;
    font: 0.9em Arial;
}
.BrowseListings a
{
    color: Blue;
    text-decoration: none;
}
.BrowseListings a:hover
{
    color: Green;
}

.NavigationLinks
{
    font-weight: bold;
}
a.AllBlue
{
    text-decoration: none;
}
a.AllBlue:visited
{
    color: blue;
}
a.AllBlue:hover
{
    color: blue;
    text-decoration: none;
}
a.AllBlack
{
    color: Black;
    text-decoration: none;
}
.SmallFont
{
    font-size: 0.8em;
}


.ListHeading div
{
    width: 170px;
    float: left;
    display: inline;
    margin-top: 0pt;
    margin-right: 0pt;
    margin-bottom: 0pt;
    margin-left: 10px;
}

.ListHeading
{
    background-color: #f7f7f7;
    background-repeat: repeat;
    background-attachment: scroll;
    height: 20px;
    padding-top: 8px;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
}

.HeadingforHousing
{
    font-size: 16px;
    font-weight: bold;
    color: Black;
    background-color: #D6DEFF;
    padding: 5px;
    border-top: 1px solid #9999CC;
    border-top: 1px solid #5c9251;
    background-color: #f4f4f4;
    border-bottom: 1px solid #cccccc;
}


.ShadedHeading
{
    font-size: 0.9em;
    font-weight: bold;
    color: Black;
    padding: 5px;
    border-top: 1px solid Gray;
    background-color: #ddd;
    border-bottom: 1px solid #cccccc;
}




.content, .shadow
{
    position: relative;
    bottom: 4px;
    right: 4px;
}

.content2, .shadow2
{
    position: relative;
    bottom: 4px;
    right: 4px;
    left1: 4px;
}

.shadow, .shadow2
{
    background-color: #ccc;
}

.content, .content2
{
    background-color: #fff;
}
