/**
 *
 * Copyright (C) CODERESEARCH, All rights reserved.
 *
 * Redistribution and modification of this code is strictly prohibited.
 *
 * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 * DISCLAIMED.  IN NO EVENT SHALL CODERESEARCH OR ITS CONTRIBUTORS BE
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
 * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
 * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *
 *
 * @author   Yves Lepthien
 * @since    2005-02-08
 * @version  $Id: template.css 2371 2009-08-27 13:33:18Z ylept $
 */

@charset "UTF-8";

a {
    color: Black;
}

a:link {
    text-decoration: underline;
    color: Black;
}

a:visited {
    text-decoration: underline;
    color: Black;
}

a:hover {
    text-decoration: underline;
    color: Black;
}

body {
    margin: 0px;
    padding: 0px;
    color: #000000;
    line-height: 1.20em;
}

body.background {
    background-color: #D7D7D7;
}

body.dialog {
    background-color: #F7F7F7;
}

th {
    font-family: sans-serif;
    font-size: 9pt;
}

td.title {
    color: #FFFFFF; 
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
}

td {
    font-family: sans-serif;
    font-size: 9pt;
}

td.label_xl {
    font-family: sans-serif;
    font-size : 34px;
    font-weight: bold;
}

/* banner */
.banner-top {
    width: 97%;
    margin: 3px auto 0px auto;
    text-align: center;
}

.banner-left {
    margin: 10px auto auto auto;
    text-align: center;
}

/* header */
.header-50 {
    width: 97%;
    height: 50px;
    margin: 2px auto 0px auto;
    background-color: #03376B;
    border-bottom: 1px solid #F36B0C;
    background-image: url(../images/bg_header_50.png);
    background-repeat: repeat-x;
    border-left: 1px solid #1E5382;
    border-right: 1px solid #1E5382;
}

.header-50-left {
    width: 200px;
    height: 38px;
    float: left;
    padding: 6px 9px 6px 9px;
/* border: 1px dashed white; */
}

.header-50-right {
    width: 500px;
    height: 50px;
    float: right;
/* border: 1px dashed yellow; */
}

.header-50-right > div {
    width: 95%;
    font-family: sans-serif;
    font-size: 8pt;
    text-align: right;
    color: #EBEBEB;
    margin: auto auto auto auto;
/* border: 1px dashed red; */
}

.header-50-right span {
    color: #F36B0C;
}

.header-50-right a {
    color: #EBEBEB;
    text-decoration: none;
}

.header-50-right a:hover {
    text-decoration: underline;
}

.header-73 {
    font-size: 8pt;
    width: 97%;
    height: 73px;
    margin: 3px auto 0px auto;
    background-color: #03376B;
    border-bottom: 1px solid #F36B0C;
    background-image: url(../images/bg_header_73.png);
    background-repeat: repeat-x;
    border-left: 1px solid #1E5382;
    border-right: 1px solid #1E5382;
}

.header-73-left {
    width: 200px;
    height: 57px;
    float: left;
    padding: 16px 9px 0px 9px;
/*border: 1px dashed white;*/
}

.header-73-right {
    width: 480px;
    height: 73px;
    float: right;
/*border: 1px dashed yellow;*/
}

.header-73-right > div {
    width: 476px;
    height: 67px;
    margin: 2px 5px 2px 0;
    text-align: center;
    overflow: hidden;
    background-color: #FFFFFF;
    border: 1px solid #000000;
}

.header-73-right > div > * {
    margin: auto auto auto auto;
}

.top {
    width: 97%;
    height: 24px;
    margin: 0px auto 0px auto;
    background-color: #03376B;
    background-image: url(../images/bg_top.png);
    background-repeat: repeat-x;
    border-left: 1px solid #1E5382;
    border-right: 1px solid #1E5382;
}

.top-left {
    width: 550px;
    float: left;
/*border: 1px dashed white;*/
}

.top-right {
    float: right;
    width: 300px;
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #EBEBEB;
    text-align: right;
/*border: 1px dashed yellow;*/
}

.top-right span {
    color: #F36B0C;
}

.top-right a {
    color: #EBEBEB;
    text-decoration: none;
    margin: 0px 10px 0px 0px;
}

.top-right a:hover {
    text-decoration: underline;
}

/* structure */
div.main {
    clear: left;
    width: 97%;
    margin: 0px auto auto auto;
    /* background-color: #F8F8F8;*/
    background-color: #FFFFFF;
    border-left: 1px solid #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
    border-right: 1px solid #B7B7B7;
    font-size: 0.80em;
/* border: 1px dashed red; */
}

table.main {
    width: 100%;
    margin: auto 0px auto auto;
}

.left {
    width: 220px;
    height: 100%;
    background-color: #EBEBEB;
/* border: 1px dashed green; */
}

.left > div {
    min-height: 440px;
/*border: 1px dashed red;*/
}

.content {
    text-align: left;
/*border: 1px dashed blue;*/
}

.content > div {
    min-height: 430px;
}

.footer {
    width: 97%;
    height: 19px;
    margin: 0px auto 10px auto;
    background-image: url(../images/bg_footer.png);
    background-repeat: repeat-x;
    background-color: #F8F8F8;
    vertical-align: middle;
    border-left: 1px solid #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
    border-right: 1px solid #B7B7B7;
    line-height: 1em;
/*border: 1px dashed red;*/
}

.footer-left {
    width: 350px;
    float: left;
    font-size: 8pt;
    font-family: sans-serif;
    padding-top: 2px;
}

.footer-right {
    width: 350px;
    float: right;
    font-size: 8pt;
    font-family: sans-serif;
    text-align: right;
    padding-top: 1px;
}

.footer-right a {
    color: Black;
    text-decoration: none;
}

.footer-right a:hover {
    text-decoration: underline;
}

.content-container {
    width: 97%;
    margin: auto;
}

.sub-container {
    vertical-align: top;
    background-color: #F7F7F7;
    border-top: 1px solid #DCE9F4;
    border-left: 1px solid #DCE9F4;
    border-bottom: 1px solid #DCE9F4;
    border-right: 1px solid #DCE9F4;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.login-container {
    margin: auto;
    background-color: #F7F7F7;
    border-top: 2px solid #DCE9F4;
    border-left: 2px solid #DCE9F4;
    border-bottom: 2px solid #DCE9F4;
    border-right: 2px solid #DCE9F4;
}

.error-container {
    width: 97%;
    margin: auto auto 10px auto;
    background-color: #FFE1E1;
    border-top: 1px solid #FFAAAA;
    border-left: 1px solid #FFAAAA;
    border-bottom: 1px solid #FFAAAA;
    border-right: 1px solid #FFAAAA;
}

.error-container > div {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.hint-container {
    width: 97%;
    margin: auto auto 10px auto;
    background-color: #FFFFE1;
    border-top: 1px solid #FFE68C;
    border-left: 1px solid #FFE68C;
    border-bottom: 1px solid #FFE68C;
    border-right: 1px solid #FFE68C;
    text-align: left;
    vertical-align: middle;
}

.hint-container > div {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.hint-container > table {
}

.hint-container-print {
    width: 100%;
    margin: auto auto 10px auto;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    text-align: left;
    vertical-align: middle;
}

.hint-container-print > div {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.hint-container-print > table {
}

.offline-container {
    width: 800px;
    height: 286px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1em;
    color: #808080;
    text-align: justify;
    background-image: url(../images/bg_offline.png);
    background-repeat: no-repeat;
}

.headline {
    width: 97%;
    height: 35px;
    color: #03376B;
    font-family: sans-serif;
    font-size: 14pt;
    text-align: left;
    margin: 10px auto 0px auto;
/*border: 1px dashed blue;*/
}

.sub-headline {
    width: 100%;
    background-color: #DCE9F4;
    color: #03376B;
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 4px;
/*    border-top: 1px solid #DCE9F4;
    border-left: 1px solid #DCE9F4;
    border-bottom: 1px solid #DCE9F4;
    border-right: 1px solid #DCE9F4;*/
}

.sub-headline select, .sub-headline input {
    background-color: #DCE9F4;
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
}

.sub-headline .button {
    font-weight: normal;
}

.sub-headline-2 {
    background-color: #DCE9F4;
    padding-top: 0px;
    padding-left: 15px;
    padding-bottom: 4px;
}

.dialog-headline {
    background-color: #DCE9F4;
    color: #03376B;
    font-family: sans-serif;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 4px;
    border-top: 1px solid #DCE9F4;
    border-left: 1px solid #DCE9F4;
    border-bottom: 1px solid #DCE9F4;
}

.dialog-headline-btn {
    background-color: #DCE9F4;
    color: #03376B;
    font-family: sans-serif;
    font-weight: bold;
    border-top: 1px solid #DCE9F4;
    border-bottom: 1px solid #DCE9F4;
    border-right: 1px solid #DCE9F4;
}

.error-headline {
    width: 100%;
    background-color: #FFAAAA;
    color: #CC0000;
    font-family: sans-serif;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 4px;
    border-top: 1px solid #FFAAAA;
    border-left: 1px solid #FFAAAA;
    border-bottom: 1px solid #FFAAAA;
    border-right: 1px solid #FFAAAA;
}

.c_error {
    color: #FF0000; 
    font-size: 9pt;
}

.print_headline {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
}

/* toolbar */
div.toolbar {
    width: 97%;
    height: 30px;
    margin: auto;
    background-image: url(../images/bg_toolbar.gif);
    background-repeat: repeat-x;
    border: 1px solid #CFCFCF;
}

td.toolbutton {
    height: 28px;
    padding-left: 8px;
    padding-right: 5px;
    border-right: 1px solid #CFCFCF;
}

a.toolbutton:link, a.toolbutton:visited {
    float: left;
    display: block;
    height: 25px;
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
    text-align: left;
    text-decoration: none;
    vertical-align: bottom;
    padding-top: 6px;
}

a.toolbutton img {
    vertical-align: top;
    padding-top: 3px;
    padding-right: 3px;
}

a.toolbutton .img19 {
    padding-top: 0px;
}

.toolform {
    display: inline;
}

div.toolbar-space {
    float: right;
}

/* views */
.sub-view {
    border-top: 1px solid #DCE9F4;
    border-left: 1px solid #DCE9F4;
    border-bottom: 1px solid #DCE9F4;
    border-right: 1px solid #DCE9F4;
    background-color: #F7F7F7;
/*    color: #03376B;*/
}

.descriptionview {
    overflow: auto;
    height: 100px;
    padding: 5px 5px 5px 5px;
    background-color: #F7F7F7;
    border-top: 1px solid #DCE9F4;
    border-left: 1px solid #DCE9F4;
    border-bottom: 1px solid #DCE9F4;
    border-right: 1px solid #DCE9F4;
}

textarea.descriptionview {
    font-size: 9pt;
    padding: 5px 5px 5px 5px;
    background-color: #F7F7F7;
    border-top: 1px solid #DCE9F4;
    border-left: 1px solid #DCE9F4;
    border-bottom: 1px solid #DCE9F4;
    border-right: 1px solid #DCE9F4;
}

.urlview {
    width: 98%;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}

.agreementview {
    overflow: auto;
    height: 100px;
    background-color: #F7F7F7;
    padding: 5px 5px 5px 5px;
    border-top: 1px solid #DCE9F4;
    border-left: 1px solid #DCE9F4;
    border-bottom: 1px solid #DCE9F4;
    border-right: 1px solid #DCE9F4;
    text-align: justify;
}

.info_big {
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.monospace {
    font-family: monospace;
}

.info_extra {
    color: #F36B0C; 
    font-size: 8pt;
}

/* form elements */
input[type="checkbox"].input {
    vertical-align: middle;
    margin-bottom: 3px;
    margin-top: 3px;
    border: none;
}

input[type="checkbox"] {
    vertical-align: bottom;
    margin-bottom: 0px;
    margin-top: 6px;
}

input[type="checkbox"].extra {
    margin-bottom: 3px;
    margin-top: 3px;
}

.input {
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: normal;
    padding-left: 2px;
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    background-color: #F9F9F9;
}

.input:hover {
    background-color: #FFFFFF;
    border-top: 1px solid #A8A8A8;
    border-left: 1px solid #A8A8A8;
    border-bottom: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
}

.input:focus {
    background-color: #FFFFFF;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
}

.input_xl {
    font-family: sans-serif;
    font-size: 50px;
    font-weight: bold;
}

div.input_readonly {
    overflow: hidden;
    height: 20px;
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: normal;
    padding-left: 2px;
    border-bottom: 1px solid #CFCFCF;
    color: #03376B;
}

td.button {
    background-image: url(../images/bg_button2.gif);
    background-repeat: repeat-x;
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
}

a.button:link, a.button:visited {
    display: block;
    width: auto;
    height: 20px;
    font-size: 9pt;
    font-family: sans-serif;
    color: Black;
    text-decoration: none;
    vertical-align: middle;
    padding-top: 2px;
    padding-left: 3px;
    padding-right: 3px;
}

a.button:hover {
    color: #F46B0C;
    text-decoration: none;
}

a.button img {
    vertical-align: top;
    padding-top: 3px;
    padding-right: 3px;
}

td.button-small {
    background-image: url(../images/bg_button.gif);
    background-repeat: repeat-x;
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
}

a.button-small:link, a.button-small:visited {
    display: block;
    width: auto;
    height: 15px;
    font-size: 9pt;
    font-family: sans-serif;
    color: Black;
    text-decoration: none;
    vertical-align: middle;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
}

a.button-small:hover {
    color: #F46B0C;
    text-decoration: none;
}

td.button-top {
    background-image: url(../images/bg_button.gif);
    background-repeat: repeat-x;
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
}

td.label-top {
    background-color: #FFFFFF;
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    padding-left: 3px;
    padding-right: 3px;
}

a.button-top {
    display: block;
    width: auto;
    height: 19px;
    font-size: 9px;
    font-family: sans-serif;
    color: #03376B;
    text-decoration: none;
    vertical-align: middle;
    padding-left: 3px;
    cursor: pointer;
}

a.button-top:link,a.button-top:visited {
    display: block;
    width: auto;
    font-size: 9px;
    font-family: sans-serif;
    color: #03376B;
    text-decoration: none;
    vertical-align: middle;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
}

a.button-top:hover {
    color: #F46B0C;
    text-decoration: none;
}

td.button-lower {
    background-image: url(../images/bg_button.gif);
    background-repeat: repeat-x;
    border-top: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
}

a.button-lower:link,a.button-lower:visited {
    display: block;
    width: auto;
    height: 19px;
    font-size: 9pt;
    font-family: sans-serif;
    color: Black;
    text-decoration: none;
    vertical-align: middle;
    padding-left: 3px;
}

a.button-lower:hover {
    color: #F46B0C;
    text-decoration: none;
}

.menu-container {
    width: 100%;
    margin-top: 5px;
    line-height: 2.00em;
}

td.menuitem-separator {
    height: 1px;
    background-color: #B7B7B7;
}

a.menuitem-0:link, a.menuitem-0:visited {
    display: block;
    width: 100%;
    font-size: 10pt;
    font-weight: bold;
    font-family: sans-serif;
    color: Black;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

a.menuitem-0:hover {
    color: #000000;
    background-color: #D7D7D7;
    text-decoration: none;
}

a.menuitem-0-selected:link, a.menuitem-0-selected:visited {
    display: block;
    width: 100%;
    font-size: 10pt;
    font-weight: bold;
    font-family: sans-serif;
    color: Black;
    background-color: #D7D7D7;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

a.menuitem-0-selected:hover {
    color: #000000;
    background-color: #D7D7D7;
    text-decoration: none;
}

div.menuitem-0 {
    display: block;
    width: 100%;
    font-size: 8pt;
    font-weight: bold;
    font-family: sans-serif;
    color: #909090;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

div.menuitem-0-active {
    display: block;
    width: 100%;
    font-size: 8pt;
    font-weight: bold;
    font-family: sans-serif;
    color: #000000;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

div.menuitem-0 img {
    display: block;
    vertical-align: middle;
    margin: auto;
}

a.menuitem-0 span, div.menuitem-0 span, div.menuitem-0-active span {
    padding-left: 8px;
}

a.menuitem-0-selected span {
    padding-left: 8px;
}

a.menuitem-1:link, a.menuitem-1:visited {
    display: block;
    width: 100%;
    font-size: 9pt;
    font-family: sans-serif;
    color: Black;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

a.menuitem-1:hover {
    color: #000000;
    background-color: #D7D7D7;
    text-decoration: none;
}

a.menuitem-1-selected:link, a.menuitem-1-selected:visited {
    display: block;
    width: 100%;
    font-size: 9pt;
    font-family: sans-serif;
    color: Black;
    background-color: #D7D7D7;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

a.menuitem-1-selected:hover {
    color: #000000;
    background-color: #D7D7D7;
    text-decoration: none;
}

a.menuitem-1 span {
    padding-left: 18px;
}

a.menuitem-1-selected span {
    padding-left: 18px;
}

/* global menu*/
.menu-horizontal, .menu-horizontal ul, .menu-horizontal li {
    margin: 0;
    padding: 0;
    border: 0 none;
}

ul.menu-horizontal {
    margin-left: 10px;
}

.menu-horizontal li {
    float: left;
    list-style: none;
}

.menuitem-horizontal a {
    display: block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
    font-size: 9pt;
    font-family: sans-serif;
    font-weight: bold;
    color: #EBEBEB;
    padding-top: 1px;
    padding-left: 0px;
    padding-right: 10px;
}

.menuitem-horizontal a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.menuitem-horizontal-selected a:link, .menuitem-horizontal-selected a:visited {
    display: block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
    font-size: 9pt;
    font-weight: bold;
    font-family: sans-serif;
    color: Black;
    background-color: #D7D7D7;
    padding-top: 1px;
    padding-left: 0px;
    padding-right: 10px;
}

.menuitem-horizontal-selected a:hover {
    color: #000000;
    background-color: #D7D7D7;
    text-decoration: none;
}

li.separator-horizontal {
    width: 12px;
    height: 24px;
    background-image: url("../images/spacer_top_menu.png");
    background-repeat: no-repeat;
}

li.langitem-horizontal {
    float: right;
    padding-top: 3px;
    padding-right: 5px;
}

.langitem-horizontal img {
    border: 1px solid #D7D7D7;
}

/*************************************/
td.menuitem-list {
    height: 20px;
    border-bottom: 1px solid #CFCFCF;
}

td.menuitem-list a:link, td.menuitem-list a:visited {
    display: block;
    width: auto;
    font-size: 9pt;
    font-weight: bold;
    font-family: sans-serif;
    color: Black;
    text-decoration: none;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 3px;
}

td.menuitem-list a:hover {
    color: Black;
    text-decoration: none;
}

td.menuitem-list span {
    font-size: 7pt;
    font-weight: normal;
}

td.menuitem-list img {
    margin-bottom: -2px;
}

span.menustyle {
    display: block;
    width: auto;
    font-size: 9pt;
    font-weight: normal;
    font-family: sans-serif;
    color: #03376B;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 13px;
}

tr.menustyle {
    height: 22px;
    background-image: url(../images/bg_menuitem.gif);
    background-repeat: repeat-y;
}

td.menustyle {
}

td.menustyle-space {
    height: 2px;
}

span.menustyle-headline {
    display: block;
    width: auto;
    font-size: 9pt;
    font-weight: bold;
    font-family: sans-serif;
    color: #03376B;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 3px;
}

td.menustyle-headline {
    height: 26px;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    background-image: url(../images/bg_menuitem.gif);
    background-repeat: repeat-y;
}

td.menustyle-headline-space {
    height: 8px;
}

td.menustyle-bottom-space {
    height: 26px;
}

.table-header {
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #777777;
    background-image: url(../images/bg_headline_table.gif);
    background-repeat: repeat-x;
    border-bottom: 1px solid #CFCFCF;
    padding-left: 3px;
    padding-right: 3px;
}

.table-header-print {
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: normal;
    background-color: #F7F7F7;
    border-bottom: 1px solid #CFCFCF;
    padding-left: 3px;
    padding-right: 3px;
}

td.table-cell {
    padding-top: 2px;
    padding-left: 3px;
    padding-bottom: 2px;
    padding-right: 3px;
    vertical-align: top;
}

td.table-cell img {
    vertical-align: top;
    padding-top: 4px;
}

a.table-cell:link, a.table-cell:visited {
    display: block;
    width: auto;
    color: Black;
    text-decoration: none;
}

a.table-cell:hover {
    display: block;
    width: auto;
    text-decoration: none;
}

.table-cell-header {
    font-weight: bold;
    border-bottom: 1px dashed #B7B7B7;
}

.table-cell-header-print {
    font-weight: bold;
}

.table-footer-amount {
    background-color: #f0f0f0;
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: normal;
    border-top: 1px dashed #CFCFCF;
}

.table-footer-vat {
    background-color: #f0f0f0;
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: normal;
}

.table-footer-total {
    background-color: #f0f0f0;
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: normal;
    border-top: 1px dashed #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
}

.even {
    color: #000000;
    /*background-color: #DDE9F3;*/
    background-color: #E7F0F9;
}

.even-print {
    color: #000000;
    background-color: #F8F8F8;
}

.odd {
    color: #000000;
    background-color: #FFFFFF;
}

.odd-print {
    color: #000000;
    background-color: #FFFFFF;
}

.over {
    color: #777777;
    background-color: #FFFFFF;
}

.highlight {
    background-color: #FEEAC0;
}

.scrollview {
    overflow: scroll;
    width: 100%;
    height: 400px;
}

a.scrollview-listitem:link,a.scrollview-listitem:visited {
    font-size: 9pt;
    font-family: sans-serif;
    color: #03376B;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
}

a.scrollview-listitem:hover {
    color: #F46B0C;
    text-decoration: none;
}

.query th {
    font-weight: normal;
    background-color: #F7F7F7;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 0px 2px;
}

.query td {
    background-color: #FFFFFF;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 0px 2px;
}

.query td.even {
    color: #000000;
    background-color: #E7F0F9;
}

.tab {
    margin-left: 5px;
}

.tab td {
    background-color: #BBD1E3;
    border-left: 1px solid #DCE9F4;
    border-right: 1px solid #DCE9F4;
    border-top: 1px solid #DCE9F4;
    padding: 4px 8px 4px 8px;
}

.tab a {
    color: #03376B;
    text-decoration: none;
}

.tab a:hover {
    color: #F46B0C;
    text-decoration: none;
}

a.simple-button {
    color: #03376B;
    font-weight: bold;
    text-decoration: none;
}

a.simple-button:hover {
    color: #F46B0C;
    font-weight: bold;
    text-decoration: none;
}

.loader {
    border: 1px solid #C0C0C0;
    background: #F0F0F0;
}

.loader-error {
    border: 1px solid #FF8080;
    background: #FFE0E0;
}

.loader td {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12px;
}

#infow {
    border: 1px solid #000000;
    background-color: #FFFFE1;
    padding-left: 2px;
    padding-right: 2px;
    font-family: sans-serif;
    font-size: 10px;
}

/* autocompleter */
div.autocomplete {
    position: absolute;
    overflow: auto;
    height: 150px;
    background-color: #FFFFFF;
    border: 1px solid #C0C0C0;
    margin: 0;
    padding: 0;
/* falls notwendig, das direkt bei element verwenden width: 250px !important; */
}

div.autocomplete ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.autocomplete ul li.selected {
    color: HighlightText;
    background-color: Highlight;
}

div.autocomplete ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding-left: 2px;
    padding-right: 2px;
    cursor: pointer;
}

/* tabs */
#tabs {
    width: 97%;
    margin: auto;
    background: transparent;
}

#tabs ul.tabs {
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: bold;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tabs li.tabs {
    display: inline;
    margin: 0 2px 0 0;
    padding: 0;
}

#tabs a.tab {
    float: left;
    margin: 0 2px 0 0;
    background-color: #F4F8FC;
    color: #8BC3FD;
    text-decoration: none;
    border-top: 1px solid #DCE9F4;
    border-left: 1px solid #DCE9F4;
    border-right: 1px solid #DCE9F4;
}

#tabs a.tab span {
    float: none;
    display: block;
    padding-top: 3px;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-right: 5px;
}

#tabs a.tab:hover {
    background-color: #42577B;
    color: white;
}

#tabs a.tab:hover span {
    background-color: #42577B;
    color: white;
}

#tabHeaderActive a.tab, #tabHeaderActive span {
    color: #03376B;
    background-color: #DCE9F4;
}

#tabscontent {
/*border: 1px dashed red;*/
}

/* print */
.print-header {
    width: 17.1cm;
    margin-top: 0.0cm;
    margin-bottom: 0.2cm;
    border-bottom: 1px solid #000000;
}

.print-header-left {
    font-family: sans-serif;
    font-size: 13pt;
    font-weight: bold;
    vertical-align: top;
}

.print-header-right {
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

.print-header-right span {
    font-family: sans-serif;
    font-size: 7pt;
}

.print-sub-header {
    font-family: sans-serif;
    font-size: 9pt;
    font-weight: bold;
    background-color: #DDDDDD;
    text-align: left;
    border-bottom: 1px solid #000000;
    padding-top: 3px;
    padding-left: 10px;
    padding-bottom: 3px;
    padding-right: 10px;
}

.print-body {
    width: 17.1cm;
}

.print-body-label {
    font-family: sans-serif;
    font-size: 7pt;
    color: #777777;
    vertical-align: top;
    margin: auto 5px;
}

.print-body-text {
    font-family: sans-serif;
    font-size: 9pt;
    margin: auto 5px;
    border-bottom: 1px solid #777777;
}

.print-body-text ul {
    margin: 0;
    padding-left: 15px;
}

.print-body-text ul li {
    padding-left: 2px;
    padding-right: 2px;
}

.print-copyright {
    font-family: sans-serif;
    font-size: 7pt;
    color: #777777;
}

.tooltip {
    position: absolute!important;
    overflow:hidden;
    z-index: 10000!important;
    font-family: sans-serif;
    font-size: 9pt;
}

.tooltip-content {
    padding: 0 10px;
    margin: 0;
    color: #000000;
    text-align: left;
    word-wrap: break-word;
    background-color: #FFFFE1;
    border-top: 1px solid #FFE68C;
    border-left: 1px solid #FFE68C;
    border-bottom: 1px solid #FFE68C;
    border-right: 1px solid #FFE68C;
}