html {
  height: 100%;
}

body {
  font-family: Verdana, Helvetica, Arial, 'MS Trebuchet', sans-serif;
  font-size: 13px;
  width: 90%;
  margin: 20px auto;
  height: 100%;
}

a,
a:visited {
  text-decoration: none;
  color: #336699;
}

a:hover {
  text-decoration: underline;
}

#ironwood-jsonrpc-error .header {
  background-image: none;
  border: 2px solid red;
  font-size: 125%;
  font-weight: bold;
  text-align: center;
  color: red;
  padding: 10px;
  margin-bottom: 20px;
}

#ironwood-jsonrpc-error th {
  text-align: left;
  font-weight: bold;
}

#ironwood-jsonrpc-error th,
#ironwood-jsonrpc-error td {
  border: 1px solid red;
  padding: 10px;
}

#ironwood-jsonrpc-error .footer {
  text-align: center;
  padding-top: 20px;
}

#ironwood-jsonrpc-error .footer button {
  font-weight: bold;
  color: red;
}

#ironwood-on-confirm .content {
  border: 2px solid;
  font-size: 125%;
  text-align: center;
  padding: 20px;
}

#ironwood-on-confirm .footer {
  margin-top: 10px;
  text-align: center;
}

#ironwood-on-confirm .footer button {
  margin: 10px;
  font-weight: bold;
}

#base-logo {
  float: left;
  padding-bottom: 10px;
}

#base-logo,
#base-actions {
  margin: 0 10px 0 10px;
}

#base-logo #base-tagline {
  color: #ffa500;
  font-size: 0.9em;
  font-weight: bold;
}

#base-logo img {
  border: 0;
}

#base-actions {
  float: right;
  margin-top: 15px;
}

#base-actions a {
  font-size: 0.8em;
}

#base-menu {
  clear: both;
  border-bottom: 1px solid #ff9900;
  padding: 2px 0 2px 0;
  overflow: hidden;
  margin: 0 0 20px 0;
  font-size: 12px;
  line-height: 30px;
  color: #333333;
}

#base-menu ul {
  background: #e9e9e9;
  width: 100%;
  padding-left: 0;
}

#base-menu ul a,
#base-menu ul span {
  padding: 0 8px 0 8px;
  display: block;
  color: #333333;
  text-decoration: none;
}

#base-menu ul,
#base-menu ul ul {
  float: left;
  list-style: none;
  width: 100%;
}

#base-menu ul li {
  float: left;
  border-left: 1px solid #ffffff;
  list-style-type: none;
}

#base-menu ul li:first-child {
  border-left: none;
}

#base-menu ul li:hover {
  background: #ff9900;
}

#base-menu ul li:hover a,
#base-menu ul li:hover span {
  color: #333333;
  cursor: pointer;
}

#base-menu ul li:hover>ul {
  left: auto;
}

#base-menu ul li ul li {
  border-left: none;
}

#base-menu ul li ul li:hover a,
#base-menu ul li ul li:hover span {
  color: #333333;
}

#base-menu ul ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 200px;
  margin: 0;
  border: 0;
  border-top: 1px solid #ffffff;
  z-index: 1000;
  box-shadow: 2px 3px 5px #999999;
}

#base-menu ul li li {
  width: 200px;
  border-bottom: 1px solid #ffffff;
}

#base-menu ul li li a,
#base-menu ul li li span {
  width: 200px;
  color: #333333;
}

#base-menu ul li ul ul {
  border-left: 1px solid #ffffff;
  margin: -31px 0 0 200px;
}

#base-content {
  clear: both;
  border: 2px solid #cccccc;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px;
}

#base-copyright,
#base-session {
  clear: both;
  position: absolute;
  height: 12px;
  font-size: 10px;
  color: #797f88;
  width: 50%;
  margin-top: 5px;
}

#base-session {
  left: 6%;
}

#base-copyright {
  left: 44%;
  text-align: right;
}