@charset "UTF-8";

/*
 * CSS for µLink user page
 *
 * $Id$
 *
 */

html, body {
  margin: 0px;
  padding: 0px;
  font-family: "Lucida Grande", sans-serif;
  font-size: 12px;
  background-color: #f0f0f0;
  color: #404040;
}

div#PageTitle {
  padding: 4px;
  background-color: #604040;
  color: white;
  font-size: 175%;
  height: 1.5em;
  line-height: 1.5em;
  text-shadow: black 2px 2px 1px;
  border-bottom: 1px solid #f0e0e0;
}
div#PageTitle img {
  width: 32px;
  height: 32px;
  float: left;
  padding-right: 8px;
}

div#PageSubTitle {
  padding: 4px;
  background-color: #c0b0b0;
  color: black;
  font-size: 125%;
  height: 1em;
  line-height: 1em;
  text-align: center;
  text-shadow: white 1px 1px 1px;
  border-bottom: 1px solid #604040;
}

div#PageBody {
  position: absolute;
  z-index: 0;
  top: 6em;
  left: 4px;
  right: 4px;
  bottom: 4px;
  margin: 0px;
  padding: 10px;
  overflow: auto;
}
div#PageBody a {
  color: #402020;
  font-weight: bold;
  text-decoration: none;
}
div#PageBody a:hover {
  text-decoration: underline;
}
div#PageBody table {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border-collapse: collapse;
}
div#PageBody table tbody td {
  padding: 4px;
}
div#PageBody table tbody td.formLabel {
  font-weight: bold;
  text-align: right;
  padding: 4px;
}

div#ResponseBody {
  position: absolute;
  z-index: 1;
  top: 6em;
  left: 4px;
  right: 4px;
  bottom: 4px;
  margin: 0px;
  padding: 40px;
  overflow: auto;
  background-color: #f0f0f0;
  opacity: 0.9;
  display: none;
}
div#ResponseBody table tbody td#statusMessage {
  width: 48em;
  height: 2em;
  line-height: 1.5em;
  vertical-align: middle;
}

span.button {
  margin: 2px;
  padding: 2px;
  width: 6em;
  display: inline-block;
  text-align: center;
  font-size: 90%;
  font-weight: bold;
  color: white;
  background-color: #604040;
  border-top: 2px solid #a08080;
  border-left: 2px solid #a08080;
  border-right: 2px solid #200000;
  border-bottom: 2px solid #200000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
