body {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  background: white;
}
#ajax-spinner {
  margin: 15px 0 0 15px;
  padding: 13px;
  background: white url('../images/spinner.gif') no-repeat 50% 50%;
  font-size: 0;
  z-index: 123456;
  display: none;
}
div.flash {
  color: black;
  background: #FFF9D7;
  border: 1px solid #E2C822;
  padding: 1em;
  margin: 1em 0;
}
a[href^="#error:"] {
  background: red;
  color: white;
}
form th,
form td {
  vertical-align: top;
  font-weight: normal;
}
form th {
  text-align: right;
}
form .required label {
  font-weight: bold;
}
form .error {
  color: #D00;
  font-weight: bold;
}
.modal-block {
  padding: 20px;
  background: rgba(255,255,255,0.7);
  border: 1px solid silver;
  border-radius: 15px;
}
#overlay {
  background: rgba(255,255,255,0.5);
}
.no-visible .fancytree-title {
  color: #666;
  font-style: italic;
}
.selected .fancytree-title {
  font-weight: bold;
  color: #339999;
}
.paragraphs {
  background: #eeeeee;
  border-radius: 1ex;
}
.paragraph {
  border: 2px solid #eeeeee;
  padding: 1ex;
  border-radius: 1ex;
  clear: both;
}
.paragraph:hover {
  border: 2px solid #dddddd;
  background: white;
}
.section-tree strong {
  background: yellow;
}
.section-name {
  clear: both;
}
.label-block label {
  display: block;
}
.label-tac {
  text-align: center;
}
table.grant th,
table.grant td {
  padding: 0.5ex 1ex;
}
.top-menu {
  border-bottom: 1px solid silver;
}
.book-title {
  display: inline-block;
  padding: 4px 0;
  font-size: 110%;
  font-weight: bold;
}
.main-logo {
  padding: 4px;
}
.tar {
  text-align: right;
}
.login-info {
  padding: 6px 10px;
  float: right;
}
.shade {
  color: #eee;
}
.strong-a-black strong a,
.strong-a-black strong a:visited {
  color: black;
}
.h2,
h2 {
  font-size: 25px;
}
fieldset.deleted,
fieldset.deleted input,
fieldset.deleted legend,
fieldset.deleted select {
  color: #999;
  background: #eee;
}
.delete {
  float: right;
  font-size: 70%;
  color: red;
}
