/*
 * DOCMA.poet CSS file
 * Author: aur@docma.info
 * Version: latest
 */


/* DOCMA.poet Backend Panel */
.docmapoet .visible {visibility:visible; padding-left:10px;}
.docmapoet .hidden  {visibility:hidden;}

/* DOCMA.poet Table */
.docmapoet table {
  text-align:center;
  margin: 5px 0px 5px 5px;
}

.docmapoet th {
 padding: 6px;
 font-weight:bold;
 font-size:1.1em;
 line-height:20px;
 height: 20px;
 white-space:nowrap;
}
.docmapoet td {
 padding:4px;
}

.docmapoet tr:nth-child(even) {
 background: #dee4ee;
}
.docmapoet td.label {
 text-align:right;
 padding-right:4px;
}

.docmapoet td.link strong {
 display:block;
 line-height:22px;
 height:22px;
 padding-left:20px;
 background:0px center no-repeat;
}

.docmapoet .title {
 display: inline-block;
 padding-top: 20px;
 font-size: 18px;
 font-family: Georgia,serif;
 font-style: italic;
 color: #555;
 font-weight: bold;
}

/* Inhalt der Dialogbox in der Größe beschränken, dann wird es scrollbar*/
#docmapoet-dialog-content {
 position:relative;
 min-height: 20px;
 max-height: 650px;
 overflow: auto;
 padding:0px 20px 0px 20px;
 margin: 0px;
}

/* DOCMA.poet Table in einer Dialogbox */

.docmapoet-dlg th {
 font-weight:bold;
 font-size:1.01em;
 white-space:nowrap;
}
.docmapoet-dlg td {
 padding:2px;
 white-space:nowrap;
}

.docmapoet-dlg tr:nth-child(even) {
 background: #ffeef0;
}

/*eof*/
