/*AgencySheet*/

.link-title a {
  margin: -20px 0 0 0;
}

/* Hack IE7 and Below */
*:first-child+html .link-title a,
* html .link-title a {
  margin: 0;
}

.AgencySheet h2 {
  color: #E73800;
  text-align: left;
  font-size: 22px;
  margin: 0;
}

.AgencySheet .AgencyInfo {
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  vertical-align: top;
}
.AgencySheet .AgencyInfo .agencyLogo{
  vertical-align: top;
  padding: 0.5em 1em 0 0;
}
.AgencySheet .AgencyInfo .description{
  vertical-align: top;
  text-align: justify;
  font-style: italic;
  padding: 0 1em;
}

.AgencyInfo .GeneralInfo .name {
  font-weight: bold;
}
.AgencyInfo .GeneralInfo .address {
  font-weight: medium;
}
.AgencyInfo .GeneralInfo .phone {
  font-weight: bold;
}
.AgencyInfo .GeneralInfo .facsimile {
  font-weight: medium;
}
.AgencyInfo .GeneralInfo .mail {
  font-weight: medium;
}
.AgencyInfo .GeneralInfo .homepage {
  font-weight: medium;
}
.AgencyInfo .GeneralInfo .homepage a {
  color: black;
  text-decoration: none;
}
.AgencyInfo .GeneralInfo .homepage a:hover {
  text-decoration: underline;
}

.AgencyInfo .showallproperties {
  text-align: center;
}
.AgencyInfo .showallproperties a {
  background-color: #DADADA;
  border: 1px solid black;
  color: black;
  font-size: small;
  text-decoration: none;
  padding: 0.2em 1em 0.2em 1em;
}
.AgencyInfo .showallproperties a:hover {
  background-color: #CECECE;
}
/* vim600: set ts=2 sw=2 et foldenable foldmethod=marker foldmarker={,} foldlevel=1 fcl=all : */
