/*
 * public_all.css - a CSS file imported by all public CAP pages regardless
 * of the site type (SoM CAP, Cancer Researcher, SHC, Menlo)
 */

div#capLoginDiv {
  border-top-style: dashed;
  border-width: 1px;
  margin-left: 12px;
  margin-right: 12px;
  color: #514733;
  font-family: Arial;
  font-size: 11px;
}
div#capLoginDiv img#capMenuLogo {
  display: block;
  clear: both;
  margin-left: 0px;
  padding-top: 6px;
  margin-bottom: 3px;
  border: none;
}
div#capLoginDiv span.login {
  background-image: url(images/brownLock.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 12px; /* to separate link text from lock icon */
  text-decoration: none;
}
div#capLoginDiv:hover span.login {
  background-image: url(images/blueLock.gif);
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: underline;
}
div#capLoginDiv ul {
  font-size: 9px;
  margin-top: 6px;
  line-height: 130%;
}
div#capLoginDiv span.linkLabel,
div#capLoginDiv:hover span.linkLabel {
  color: black;
  text-decoration: none;
}

div#capLoginDiv a, div#capLoginDiv a:hover {
  text-decoration: none;
}

div#stanfordOnlyViewDiv {
  clear: both;
  font-family: Arial;
  font-size: 10px;
  text-align: right;
}
div#stanfordOnlyViewDiv a.login {
  background-image: url(images/brownLock.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 12px; /* to separate link text from lock icon */
  text-decoration: none;
}
div#stanfordOnlyViewDiv a.login:hover {
  background-image: url(images/blueLock.gif);
  background-repeat: no-repeat;
  background-position: right center;
}

