
/*VisitSheet*/

.VisitSheet .maintable {
  width: 100%;
  vertical-align: top;
  font-size: small;
}

.VisitSheet .maintable img {
  width: 300px;
}

.VisitSheet .SimpleIconList ul {
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  line-height: 35px;
  font-size: small;
  font-weight: bold;
}
.VisitSheet .SimpleIconList ul .icon {
  cursor: hand; cursor: pointer;
  float: left;
  width: 32px;
  height: 32px;
}
.VisitSheet .SimpleIconList ul .text {
  margin: 0 0 0 5px;
}
.VisitSheet .SimpleIconList ul a {
  color: black;
  text-decoration: none;
}
.VisitSheet .SimpleIconList ul a:hover {
  color: orange;
}
.VisitSheet .SimpleIconList ul .printicon {
  background: transparent url(/images/orange-icons/print.gif);
}

.VisitSheet .header {
  background: #241f1f url(/images/skin4/section-menu/section.gif) repeat-x top;
  padding: 5px;
}
.VisitSheet .header h3, .VisitSheet h3.header {
  margin: 0;
  font-size: small;
  font-weight: bold;
  color: white;
}
.VisitSheet .header h4, .VisitSheet h4.header {
  margin: 0;
  font-size: small;
  font-weight: bold;
  color: white;
}
.VisitSheet table td {
  vertical-align: top;
}
.VisitSheet table .image p {
  margin: 0;
}
.VisitSheet table .text {
  text-align: justify;
}

/* vim600: set ts=2 sw=2 et foldenable foldmethod=marker foldmarker={,} foldlevel=1 fcl=all : */
