.hidden {
	display:none !important;
}

input, textarea {
    font-size: 0.85em;
    font-family: Arial, sans-serif;
    border: 1px dashed #292;
    margin: 0.5em 0.5em 0 0;
    line-height: 1.5em;
    padding: 0.3em;
}

BODY {
  padding: 0.3em 1em 1em 1em;
  margin: 0;
  font: 1em sans-serif;
  text-align: center;
  background-color: #fff;
}

TABLE#Books, TABLE#Authors {
  border-collapse: collapse;
}

TABLE#Books THEAD TD, TABLE#Authors THEAD TD {
  white-space: nowrap;
  padding: 0.3em 1.2em 0.3em 0.5em;
  background-color: #E5E5E5;
}

TABLE#Books THEAD TD.add, TABLE#Authors THEAD TD.add {
  font-size: 0.85em;
  white-space: nowrap;
  padding: 0.3em 14.5em 0.3em 0.5em;
  background-color: #ffffff;
  text-align: right;
}


TABLE#Books THEAD TD.st_Sortable, TABLE#Authors THEAD TD.st_Sortable {
  cursor: pointer;
}

TABLE#Books THEAD TD.st_Sorted, TABLE#Authors THEAD TD.st_Sorted {
  background-color: #FC9;
}

TABLE#Books TD, TABLE#Authors TD {
  border: #eee 1px solid;
  vertical-align: top;
}

TABLE#Books THEAD TD.st_Sortable span, TABLE#Authors THEAD TD.st_Sortable span {
  border-bottom: 1px dashed #555555;
}

TABLE#Books THEAD TD.st_sortable div, TABLE#Authors THEAD TD.st_sortable div {
  margin-left: 0.8em;
  margin-top: -1.3em;
  position: relative;
  text-align: right;
  width: 100%;
  font-size: 1.1em;
  font-weight: normal;
}

* html TABLE#Books THEAD TD.st_Sortable div {
  left: 0.8em;
}

* html TABLE#Authors THEAD TD.st_Sortable div {
  left: 0.8em;
}

TABLE#Books TBODY TD, TABLE#Authors TBODY TD {
  padding: 0.2em 1em 0.2em 0.5em;
  font-size: 0.85em;
  line-height: 1.3;
}

.read {
  background-color: #FFF3DD;
}

span.editor {
  color: #ada;
  margin-left: 1px;
  margin-right: 1px;
}

TABLE#Books THEAD TD#Translate {
  text-align: center;
  padding: 0.1em 0.4em 0 0.3em;
  width: 1em;
  font-size: 1.2em;
  font-weight: normal;
}

TABLE#Books THEAD TD#Translate A {
  text-decoration: none;
}

p.original {
  margin-top: 0.1em;
  font-size: 0.85em;
  color: #aaa;
}

p.translate {
  margin-bottom: 0;
}

#top  {
  vertical-align: middle;
  height: 2em;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0;
}

#mainmenu {
  margin-top: 0.5em;
  float: left;
  font-size: 0.85em;
  padding-bottom: 0;
  margin-bottom: 0;
}

#lungs {
  margin-top: 0.5em;
  float: right;
  text-align: right;
  max-width: 22em;
  font-size: 0.85em;
  padding-bottom: 0;
  margin-bottom: 0;
}

hr {
    height: 2px;
    color: #696;
    background-color: #696;
    border: 0px;
    padding: 0;
    margin: 0;
}

hr.orange {
    background-color: #e80;
    clear: right;
    float: right;
    margin-top: 0.5em;
    height: 2px;
    width: 100%;
}

.orange {
    color: #e80;
}

