﻿.ResultsContentDiv
{
  position: relative;
  font-size: 12px;
  padding: 10px 10px 10px 10px;
}

.ResultsDiv
{
  height: 512px;
  width: 940px;
  overflow: auto;
}

#resultsIndicator
{
  position: absolute;
  top: 16px;
  right: 16px;
}

.ResultsLinkTable td
{
  padding: 0px 8px 0px 8px;
}

.ResultsTable
{
  table-layout: fixed;
}

#colResultsFacilityName
{
  width: 256px;
}

#colResultsAddress
{
  width: 192px;
}

#colResultsPhone
{
  width: 96px;
}

#colResultsDistance
{
  width: 96px;
}

.ResultsTable td
{
  font: 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #3B3B3B;
  padding: 6px 2px 6px 6px;
}

.ResultsTable th
{
  background-color: White;
  padding: 0px 4px 0px 4px;
  position: relative;
}
.ResultInput
{
  font: 12px Verdana, Arial, Helvetica, Sans-Serif;
}
