html, body, img, div {
  margin: 0;
  padding: 0; }

.table {
  display: table; }

.fullwidth {
  width: 100%; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.innercell {
  padding-right: 8px; }

.row {
  display: table-row;
  vertical-align: top; }

.cell, .labelcell, .horizontalLabelcell, .datacell {
  display: table-cell;
  vertical-align: top;
  padding-top: 2px;
  padding-bottom: 2px; }

.sublabel {
  display: block;
  font-weight: normal; }

#outerNavigation {
  width: 186px; }

#innerNavigation {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-top: 0px; }

#innerNavigation p, #personalNavigation p, .otherNavigation p, .otherNavigation div, #customNavigation p {
  background-image: url(/assets/images/menupoints_gray.gif);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  border-bottom-color: #7f7f7f;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  line-height: 16px;
  list-style-type: none;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 3px 16px; }

ul.commalist {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.commalist li {
    display: inline; }
  ul.commalist li:after {
    content: "','"; }
  ul.commalist li:last-child:after {
    content: "''"; }

.translation_missing {
  background-color: maroon;
  color: #ffddee; }

#flash {
  border-top-color: #888888;
  border-top-width: 1px;
  border-top-style: solid; }

#flashBox div, .errorbox {
  border-left-style: dashed;
  border-left-width: 1px;
  border-right-style: dashed;
  border-right-width: 1px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-top-style: none;
  border-top-width: 0px;
  color: #333333;
  font-weight: bold;
  padding: 11px;
  margin-left: 11px;
  margin-right: 11px; }

.errorbox {
  border-top-style: dashed;
  border-top-width: 1px; }

#flashBox.notice div {
  border-color: #0088ff;
  background-color: #b2dafe; }

#flashBox.warning div {
  border-color: #ff8800;
  background-color: #fedab2; }

#flashBox.error div, .errorbox {
  border-color: red;
  background-color: #feb2b2; }

textarea {
  width: 100% !important; }


.post-meta {
  text-align: right;
  font-style: italic;
}
