/* Common-CSS-Datei */

/** --------------------------------------------------------------------------**/
/** Globale - Eigenschaften für alle Elemente. **/
a {
    font-size: 11px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
    color: #999999;
}

table td {
    font-size: 12px;
    padding-bottom: 2px;
}

/** --------------------------------------------------------------------------**/
/** Definition von UI-Componenten im Portal. **/
.n-ph {
    display: none;
}

.n-icon {
    margin-right: 2px;
}

.n-button {
    border: 1px solid #b4bbc3;
    border-right-color: #5c6782;
    border-bottom-color: #5c6782;
    background-color: #b4bbc3;

    margin-right: 6px;

    white-space: nowrap;

    padding: 3px 7px;

    text-align: center;
    font-family: verdana, arial, helvetica, sans-serif;
    font-style: normal;
    font-size: 11px;
    font-weight: bold;

    display: inline-block;

    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

.n-button:hover {
    text-decoration: underline;
    color: #ffffff;
    cursor: pointer;
}

.n-form-field {
    font-weight: normal;
    font-size: 12px;
    font-family: tahoma, arial, sans-serif;
    border: 1px solid Gray;
    background: #ffffff;
    color: #000000;
    z-index: 1;
}

.n-form-field-radio {
    font-weight: normal;
    font-size: 12px;
    font-family: tahoma, arial, sans-serif;
    color: #000000;
    z-index: 1;
    padding-right: 5px;
    white-space: nowrap;
}

textarea {
    font-family: tahoma, arial, sans-serif;
    font-size: 12px;
}

.n-form-label {
    font-weight: normal;
    font-size: 12px;
    font-family: tahoma, arial, sans-serif;
    text-align: left;
    padding-right: 3px;
}

.n-form-label-top {
    vertical-align: top;
    padding-top: 3px;
}

.n-form-value {
    font-weight: normal;
    font-size: 12px;
    font-family: tahoma, arial, sans-serif;
    border-bottom: 1px solid #aaaaaa;
    padding-top: 3px;
}

.n-form-value-iframe {
    font-weight: normal;
    font-size: 12px;
    font-family: tahoma, arial, sans-serif;
    border: 1px solid #aaaaaa;
    padding-top: 1px;
}

.n-form-ext {
    font-weight: normal;
    font-size: 12px;
    font-family: tahoma, arial, sans-serif;
    text-align: left;
    margin-left: 2px;
}

/** Style für die Check-Box-Liste **/
.n-checkboxlist-edit {
    border: 1px ridge #aaaaaa;
    background-color: #FFFFFF;
    overflow: auto;
    padding: 2px;
}

/** Style für die Check-Box-Liste **/
.n-checkboxlist-edit-tools {
    font-size: 10px;
    border: 1px ridge #aaaaaa;
    border-top-width: 0;
    background-color: #eeeeee;
    overflow: hidden;
    padding: 2px 10px;
    margin-top: -1px;
}

.n-checkboxlist-edit-tools a {
    font-size: 10px;
}

.n-checkboxlist-display {
    border: 1px ridge #aaaaaa;
    background-color: #FFFFFF;
    overflow: auto;
    padding: 2px;
}

/** Style für die CheckBoxen in der Liste. **/
.n-checkboxlist-checkbox {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 8px;
    font-family: tahoma, arial, sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 0;
}

/** Style für einen Extension-Button */
.n-extension-button {
    border: 1px solid gray !important;
    background-color: #eeeeee;
    width: 20px;
    height: 13px !important;
    padding-left: 3px;
    padding-right: 3px;
}

/** Styles für das Extension-Div */
.n-extension-property {
    background: #fff;
    border: 1px solid gray;
    position: absolute;
    padding: 5px;
}

input.n-extension-property-input {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 1px solid gray;
    height: 16px;
}

.n-extension-property-button {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border-top: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    border-left: 0 solid transparent;

    display: inline-block;
    height: 16px;
    width: 16px;
    background-position: center center;
    background-repeat: no-repeat;

    cursor: pointer;
}

.n-extension-property-button-extended {
    padding-left: 2px;
    width: 70px;
    background-position: right center;
    background-color: #e6e6e6;
    color: gray;
}

.n-extension-property-button-extended div {
    margin-top: 1px;
}

.n-extension-property-button-extended:hover {
    color: black;
}

.n-extension-property-active {
    background: url('jquery_ext/filter_aktiv.png') #ffffff no-repeat 99% 50%;
}

.n-autocomplete-list {
    background: #fff;
    border: 1px solid gray;
    position: absolute;
    padding: 2px;
    min-width: 200px;
    max-height: 200px;
    overflow-y: auto;
}

.n-autocomplete-list div {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    height: 1.1em;
    cursor: pointer;
}

div.n-autocomplete-list-active {
    background: url(images/ui-bg_glass_75_e6e6e6_1x400.png) #e6e6e6 repeat-x 50% 50%;
    font-weight: bold;
}

div.n-autocomplete-list-hinweis {
    background: url('jquery_ext/ac_empty.png') #ffffff no-repeat 1% 50%;
    padding-left: 20px;
}

/** Styles für die Multipanes */
.n-multipane {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 2px;
}

.n-multipane-content {
    border: 1px solid #cccccc;
    padding: 5px 4px 10px 4px;
}

.n-multipane-header {
    width: 100%;
    height: 27px;
}

.n-multipane-header-title {
    float: left;
    border: 1px ridge #d3d3d3;
    border-bottom-width: 0;
    background: #e6e6e6 url(jquery/images/ui-bg_glass_75_e6e6e6_1x400.png) repeat-x scroll 50% 50%;
    height: 100%;
    margin-left: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-width: 300px;
}

.n-multipane-header-title-inner {
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    color: #000000;
    font-weight: bold;
    font-size: 11px;
}

.n-multipane-header-nav-prev-button {
    float: right;
    width: 28px;
    height: 100%;
    cursor: pointer;
    background: url("/icons/oldframework/icon_arrow_left.gif") no-repeat 50% 50%;
}

.n-multipane-header-nav-next-button {
    float: right;
    width: 28px;
    height: 100%;
    cursor: pointer;
    background: url("/icons/oldframework/icon_arrow_right.gif") no-repeat 50% 50%;
    margin-left: 5px;
}

.n-multipane-header-ext-button {
    float: right;
    right: 50px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 2px;
}

.n-multipane-header-ext-button-inner {
    margin-top: 2px;
    margin-left: 10px;
    float: left;
    right: 50px;
    cursor: pointer;
}

.n-multipane-header-ext-button-stop {
    clear: both;
    width: 1px;
    height: 1px;
}

/** --------------------------------------------------------------------------**/
/** Style-Class für DataList */
.n-datalist-table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: separate;
}

/** --------------------------------------------------------------------------**/
/** Style-Class für Tabellen */

.n-dt {
    width: 100%;
    border-style: none;
    border-spacing: 1px;
    border-collapse: separate;
    font-size: 12px;
    font-family: verdana, arial, helvetica, sans-serif;
    background-color: #ffffff;
}

/* Table for listing serach-results */
.n-dt-white {
    font-size: 10px;
}

/* Table for listing search-results */
.n-dt-grey {
    font-size: 10px;
    background-color: #f2f2f2;
}

/* Table for no decoration in table header */
.n-dt-grey-all {
    font-size: 10px;
    background-color: #f2f2f2;
}

/** Style-Class für Tabellenheader - Zeile */
.n-dt thead tr {
    border: 0 solid #aaaaaa;
    background-color: #ffffff;
}

/** Style-Class für Tabellenheader */
.n-dt thead th {
    font-size: 11px;
    vertical-align: top;
    color: #000000;
    background-color: #aaaaaa;
    border: 0 solid #ffffff;
}

/** Style-Class für Tabellenheader bei no decoration in table header*/
.n-dt-grey-all thead th {
    font-size: 11px;
    vertical-align: top;
    color: #000000;
    background-color: #f2f2f2;
    border: 0 solid #ffffff;
}

/** Links im Tabellen-Header */
.n-dt thead th a {
    font-size: 11px;
    color: #000000;
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none;
    font-weight: bold;
}

/** Links im Tabellen-Header */
.n-dt thead th a:hover {
    text-decoration: none;
    color: #ffffff;
}

/** Style-Class für Tabellenheader - Zeile */
.n-dt tfoot tr {
    border: 0 solid #aaaaaa;
    background-color: #ffffff;
}

/** Style-Class für Tabellenfooter */
.n-dt tfoot td {
    font-size: 11px;
    vertical-align: top;
    color: #000000;
    background-color: #ffffff;
}

/** Zeile */
.n-dt tbody tr {
    background-color: #eeeeee;
}

/** Zeile: weiss */
.n-dt-white tbody tr {
    background-color: #ffffff;
}

/** Zeile: grau */
.n-dt-grey-all tbody tr {
    background-color: #f2f2f2;
}

/** Zeile: mother and child */
.n-dt-mac tbody tr {
    background-color: #dfdfdf;
}

/** Zeile: weiss */
.n-dt-dr-white {
    background-color: #ffffff ! important;
}

/** Zeile: gerade */
.n-dt-dr-even {
    background-color: #dfdfdf ! important;
}

/** Zeile: farbig */
.n-dt-dr-colored {
    background-color: #F8F8F8 ! important;
}

/** Zeile: hervorgehobenen */
.n-dt-dr-highlighted {
    background-color: #D2DFEA ! important;
}

/** Zeile: Platzhalter */
.n-dt-dr-space {
    background-color: #ffffff ! important;
    line-height: 2px;
}

/** Zelle */
.n-dt tbody td {
    text-align: left;
    padding-left: 3px;
}

/** Zelle: link (aber nicht fuer Links in buttons) */
.n-dt tbody td a:not([class=n-button]) {
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

/** Zelle: link mit hover */
.n-dt tbody td a:hover:not([class=n-button]) {
    text-decoration: none;
    color: #999999;
}

/** --------------------------------------------------------------------------**/
/** Sonsitge Klassen */
/** für Anmerkungen zu Feldern */
.remark {
    font-size: 10px;
    color: #888;
    margin-left: 10px;
    cursor: default;
}

/** Styles für Tooltip Fenster */
#n-tooltip {
    padding: 10px;
    font-size: 12px;
    font-family: tahoma, arial, sans-serif;
    background-color: #f6f6f6;
    border: 1px solid #aaaaaa;
}

#n-tooltip, #n-tooltipArrow {
    margin: 0;
    position: absolute;
}

.n-progress-bar {
    background-color: #cccccc;
}

/** --------------------------------------------------------------------------**/
/** Png-Preview-Bilder */
.n-preview-container {
    background-color: #ffffff;
    position: relative;
    width: 865px;
    overflow: hidden;
}

.n-preview-loadanim {
    background: #efefef url(/icons/oldframework/icon_loadanim.gif) no-repeat center;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    left: 0;
    top: 26px;
    z-index: 9999;
}

.n-preview-attachments {
    width: 100%;
    padding: 0 0 0 1px;
}

.n-preview-attachments-entry {
    float: left;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    margin-top: 3px;
    margin-right: 4px;
    padding: 0 5px 2px 5px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    display: table-cell;
    background: url(jquery/images/ui-bg_glass_75_e6e6e6_1x400.png) #e6e6e6 repeat-x 50% 50%;
}

.n-preview-attachments-entry-active {
    background: url(jquery/images/ui-bg_glass_65_ffffff_1x400.png) #ffffff repeat-x 50% 50%;
    color: #212121;
    border-left: #aaaaaa 1px solid;
    border-right: #aaaaaa 1px solid;
    border-top: #aaaaaa 1px solid;
    border-bottom: 0;
}

.n-preview-attachments-entry-normal {
    color: #555555;
    border-left: #d3d3d3 1px solid;
    border-right: #d3d3d3 1px solid;
    border-top: #d3d3d3 1px solid;
    border-bottom: 0;
}

.n-preview-attachments-entry-normal:hover {
    border-left: 1px solid #999999 !important;
    border-right: 1px solid #999999 !important;
    border-top: 1px solid #999999 !important;
    background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x !important;
    color: #212121 !important;
}

.n-preview-attachment-type-icon {
    margin-right: 3px;
}

.n-preview-attachment-action-icon {
    margin-left: 3px;
}

.n-preview-content {
    width: 100%;
    height: 100%;
    border: 1px solid #aaaaaa;
    background-color: #efefef;
    left: 0;
    z-index: 9999;
}

.n-preview-content-iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    overflow-x: auto;
    background-color: #ffffff;
}

.n-preview-content-scroller {
    width: 861px;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

.n-preview-content-page {
    position: relative;
    width: 840px;
    height: 1188px;
    margin: 0 0 10px;
    border: 1px solid gray;
    background-color: #ffffff;
}

.n-preview-content-pagenum {
    position: absolute;
    bottom: 5px;
    right: 5px;
    border: 1px solid gray;
    background-color: #ccc;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}

.n-preview-content-a4 {
    width: 100%;
    height: 100%;
}

.n-preview-content-loadanim {
    background: url(/icons/oldframework/icon_loadanim.gif) no-repeat center;
}

.n-preview-content-unsized {
    position: relative;
    margin: 0;
    max-width: 100%;
    background: #ffffff url(/icons/oldframework/icon_loadanim.gif) no-repeat center 200px;
    border: 1px solid gray;
}

.n-preview-empty-background {
    border: 1px solid #aaaaaa;
    background: #ffffff url(/pics/preview_choose.png) no-repeat top;
    width: 900px;
    height: 840px;
}

/** --------------------------------------------------------------------------**/
/** Scrollbare Tabellen */
table.n-scrolltable-head {
    margin-bottom: 0;
}

table.n-scrolltable-body {
    margin-top: 0;
    margin-bottom: 0;
}

table.n-scrolltable-foot {
    margin-top: 0;
}

div.n-scrolltable-wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
}

/** --------------------------------------------------------------------------**/
/** Seperator */
.n-sep {
    height: 10px;
    line-height: 5px;
}

/** --------------------------------------------------------------------------**/
/** Hervorhebung */
.n-highlighted {
    font-size: 11px;
    font-weight: bold;
    background-color: #D2DFEA;
}

.n-gray {
    color: #888888;
}

.n-gray > a.n-docpreviewlink:not([class=n-button]) {
    color: #888888;
}

.n-gray > a.n-docpreviewlink:not([class=n-button]):hover {
    color: #bbbbbb;
}

/** --------------------------------------------------------------------------**/
/** Styles für Meldungen */
#strutsErrors {
    text-align: left;
}

#strutsMessages {
    text-align: left;
}

#strutsInfos {
    text-align: left;
}

/** --------------------------------------------------------------------------**/
/** Datei-Upload */
.n-fileinputs {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    height: 25px;
}

.n-fileinputs, .n-fileinputs * {
    cursor: pointer;
}

.n-fileinputs input.n-file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 2;
    width: 123px;
    height: 22px;
}

.n-fileinputs .n-button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    margin: 0;
    width: 109px;
    font-size: 11px !important;
    vertical-align: middle;
    line-height: 16px;
}

.n-fileinputs *:hover {
    text-decoration: underline;
}

.n-fileinputs .n-icon {
    width: 22px;
    height: 22px;
    margin-left: 2px;
    margin-top: -2px;
}

.n-accordionpane-container {
    margin-bottom: 10px;
}

.n-textarea-edit-tools {
    font-size: 10px;
    border: 1px ridge #aaaaaa;
    border-top-width: 0;
    background-color: #eeeeee;
    overflow: hidden;
    padding: 2px 10px;
    margin-top: -1px;
}

/* ======================================== */
/*                  FLEXPAPER               */
/* ======================================== */
.flexpaper_annotation_toc {
    padding: 2px 0;
    cursor: pointer;
}

.flexpaper_annotation_toc:hover {
    background-color: #EEE;
}

/* ======================================== */
/*                  CLEARFIX                */
/* ======================================== */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.n-scrollbox {
    overflow-y: scroll;
    overflow-x: hidden;
}

.ui-widget-overlay {
    position: fixed !important;
}

.hoev .ui-selectonemenu {
    border-style: solid;
    border-width: 2px;
}