﻿/* These styles support only the ListView control and the panel it is in */
.pnlResults
{
    /*border: solid 2px Lime;*/
    margin-left: 15px;
}
.listview 
{
    border: solid 1px Gray;
    width: 284px;
}
.listview table
{

}
.listview th
{
    background-color: #8bcbe7;
    background: url(th.jpg) repeat-x;
}
.listview td
{
    font-size: 85%;
    padding: 1px 0px 1px 1px;
}
.listview .url
{
    border-bottom: dotted 1px #AAA;
    padding: 2px 0px 1px 3px;
}
.sorry
{
    color: #3285AD;
    font-weight: bold;
    line-height: 160%;
}
#hospitals ul
{
    font-size: 90%;
    list-style: none;
}
#hospitals li
{
    background: url(bullet.gif) 0 12% no-repeat;
    display: block;
    padding-left: 18px;
}
