

#container /* override from master, pushes down the search bar */
{
    padding-top: 10px;
}
#topArea
{
    background-color: #1E1B84;
    padding: 20px;
}
#contentArea
{
    padding: 20px;
}
#bottomArea
{
    background-color: #1E1B84;
    height: 40px;
    padding-top: 10px;
    padding-left: 30px;
}
#bottomArea a
{
    font-size: 15px;
    color: #ffffff;
}
.searchResultCard
{
    width: 100%;
    padding: 10px;
}
.searchMatch
{
    font-weight: bold;
    font-size: 15px;
}
.searchDetails
{
    margin-top: 8px;
}
.top
{
    /* 20210217 AmberH updated location background-image: url('/images/container_top.jpg'); */
    background-image: url('../../images/container_top.jpg');
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 10px;
    height: 30px;
}
.bottom
{
    /* 20210217 AmberH updated location background-image: url('/images/container_bottom.jpg'); */
    background-image: url('../../images/container_bottom.jpg');
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
}
.txtLight
{
    color: #ffffff;
}