/* General */
* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
html, body {
  background-color: #fff;
  margin: 0px;
  height: 100%;
}
table.page {
  border: 5px solid #fff;
}
input[type="text"], input[type="password"], textarea, select {
  border: 1px solid #999;
  border-radius: 2px;
  margin: 0px;
  vertical-align: middle;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="checkbox"]:focus, textarea:focus, select:focus {
  border: 1px solid #444;
  box-shadow: 0 0 1px 1px #444;
  outline: none;
}
select {
  background-color: #fff;
}
:disabled {
  background-color: lightgrey;
}
input[type="checkbox"] {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  vertical-align: -2px;
}
input[type="file"] {
  margin: 0px;
}
sup {
  font-size: 60%;
}
form {
  margin: 0px;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}
a {
  text-decoration: none;
  color: #00f;
  font-size: 100%;
}
a:hover {
  text-decoration: underline;
}
img {
  vertical-align: text-top;
  margin-right: 2px;
}
.disabled {
  color: #999;
}
.help {
  font-size: 10px;
}
.logoframe {
  background-color: #eee;
  border: 1px solid #aaa;
  border-radius: 2px;
  padding: 3px;
}

/* Tabs */
table.tabs td {
  border-bottom: 1px solid #000;
  margin-bottom: 0px;
}
table.tabs td h3 {
  margin: 0px;
}
table.tabs td h4 {
  margin: 0px;
}
table.tabs td.active {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding-left: 4px;
  padding-right: 4px;
}
table.tabs td.disabled {
  background-color: #eee;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding-left: 4px;
  padding-right: 4px;
}
table.tabs td.enabled a {
  background-color: #eee;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding-left: 4px;
  padding-right: 4px;
  color: #000;
  display: block;
}
table.tabs td.enabled a:hover {
  background-color: #999;
  color: #fff;
  text-decoration: none;
}

/* Form */
table.form {
  background-color: #ddd;
  border: 1px solid #aaa;
  border-radius: 2px;
}
table.form th {
  background-color: #ddd;
  border-top: 1px solid #fff;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #fff;
  border-radius: 2px;
  padding-right: 3px;
  padding-left: 3px;
  text-align: left;
}
table.form td {
  background-color: #eee;
  border-top: 1px solid #999;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #999;
  border-radius: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

/* List */
table.list {
  background-color: #ddd;
  border: 1px solid #aaa;
  border-radius: 2px;
}
table.list th {
  background-color: #ddd;
  border-top: 1px solid #fff;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #fff;
  border-radius: 2px;
  padding-right: 3px;
  padding-left: 3px;
}
table.list td {
  background-color: #eee;
  border-top: 1px solid #999;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #999;
  border-radius: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

/* History */
table.history {
  border: none;
}
table.history th {
  border: none;
  padding-right: 3px;
  vertical-align: top;
}
table.history td {
  border: none;
}

/* Activity registration mail text */
#registration {
  display: inline-block;
}
#registration > div {
  background-color: #eee;
  border: 1px solid #aaa;
  border-radius: 2px;
  padding: 3px;
}
#registration ul {
  margin-bottom: 0;
}

/* Calendar */
#calendar {
  position: absolute;
  left: 10px;
  top: 10px;
  display: none;
}
#calendar iframe {
  width: 149px;
  height: 122px;
}

/* Status */
#status {
  text-align: right;
  padding-right: 3px;
}
