﻿@import "/Styles/common.css";

/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #ffffff;
    font-size: .80em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited, a:active {
    color: #005faa;
}

a:hover {
    color: #6c91c6;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* IMPORTANT LINKS */
.importantLinks {
    height: 12px;
    padding: 4px;
}

    .importantLinks a {
        display: inline-block;
        font-size: 11px;
        float: right;
    }


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
    margin-left: 20px;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

.bold {
    font-weight: bold;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page-title {
    display: none;
}

.page {
    width: 968px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #AFA79D;
    overflow: hidden;
}

.header {
    height: 100px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-bottom: 4px inset lightgray;
}

.headerImage {
    height: 100%;
    margin-left: 5%;
    background-image: url(images/head.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.header h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.mainBlank {
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    width: 968px;
    background-color: #fff;
    color: #4e5766;
    margin: 0px auto;
    border-left: 1px solid #AFA79D;
    border-right: 1px solid #AFA79D;
    border-bottom: 1px solid #AFA79D;
    overflow: hidden;
}

.footerText {
}

.footerLeft {
    float: left;
    padding: 5px;
    font-weight: bold;
    color: #fff;
    background-color: #005faa;
    margin-right: 15px;
}

.footerCenter {
    text-align: center;
    float: left;
    padding: 5px;
}

.footerRight {
    float: right;
    padding: 5px;
}

.topMenu {
    width: 100%;
    height: 26px;
    /*border-bottom: 1px solid #AFA79D;*/
}

    .topMenu .left {
        float: left;
    }
    
    .topMenu .right a {
        float: right;
        padding-top: 5px;
        padding-bottom: 6px;
        padding-left: 5px;
        padding-right: 5px;
        background-color: #005faa;
        color: White;
        cursor: pointer;
        text-decoration: none;
    }

    .topMenu .right a:hover {
        background-color: #6c91c6;
    }




/* SUPERFISH MENU */
.mainMenu {
    padding-left: 20px;
}

.sf-menu a {
    padding: 0;
    border: none;
    text-decoration: none;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
    background: white;
}

.sf-menu li {
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    background: white;
}

.sf-menu ul li {
    background-color: white;
}

.sf-menu li.sfActive {
    background: #AFA79D;
}

.sf-menu > li.sfActive > a {
    color: White;
}

.sf-menu ul li.sfActive > a {
    color: White;
}

.languageSelection {
    position: absolute;
    top: 25px;
    right: 10px;
}

.quickSearch {
    float: right;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

.divLoginForm {
    /*width: 500px;*/
    margin: 50px auto 10px auto;
    padding: 5px;
    border: 1px solid #005faa;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
    color: #005faa;
}

    .divLoginForm > h3, h1 {
        background-color: #005faa;
        margin: -11px -11px 10px -11px;
        padding: 10px !important;
        border-bottom: none !important;
        border-radius: 8px 8px 0 0;
        color: white;
    }

.error {
    margin-top: 5px !important;
    color: #ed1c24;
    font-size: 11px;
}


.dxeTextBox {
    margin: 2px;
}

table.verticalForm {
    border-spacing: 0;
}

    table.verticalForm td {
        padding: 2px;
    }

.verticalForm .label {
    font-weight: bold;
    padding-right: 8px;
}

.verticalForm label {
    cursor: pointer;
}


.dxnbControl .BEHeading, .dxnbControl .BEHeading2, .dxnbControl .BEHeading3, .dxnbControl .check {
    color: black;
}

.dxnbControl td.headingParent, .dxnbControl td.heading {
    color: black;
    width: 200px;
    background-color: #DEDEDE;
    padding: 5px;
}

.dxnbControl .cell {
    color: black;
    padding: 5px;
}

.dxnbGroupContent {
    color: black;
}

#ctrl_318 {
    width: 500px;
}

.BEHeading1, .BEHeading2 {
    width: 300px;
}

.EditFormMediumWidth {
    width: 900px;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.dxeHyperlink {
    color: #4c7189 !important;
    text-decoration: none;
}

a:hover.dxeHyperlink {
    color: #6c91c6 !important;
    text-decoration: none;
}

a:visited.dxeHyperlink {
    color: #4c7189 !important;
    text-decoration: none;
}

/* PROFIL-AKKORDEON
----------------------------------------------------------*/
.preview.headingParent, .preview.headingChild {
    width: 280px;
}

#divProfilAkkGroupContainer {
    width: 880px;
}

/******************************* Startseite Panels ***************************** */
.pnlHeaderStyle {
    background-color: #B0A69D;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    height: 2em;
    border: 1px solid #000000;
}

    .pnlHeaderStyle a:link, .pnlHeaderStyle a:visited, .pnlHeaderStyle a:active, .pnlHeaderStyle a:hover {
        color: #FFFFFF;
    }

.pnlItemStyle {
    border: 1px solid #CFCFCF;
    padding: 0px 2px !important;
    text-align: left;
    color: #000000;
}

.pnlItemStyleCenter {
    border: 1px solid #CFCFCF;
    padding: 0px 2px !important;
    text-align: center;
    color: #000000;
}

    .pnlItemStyleCenter a:link, .pnlItemStyle a:visited, .pnlItemStyle a:active, .pnlItemStyle a:hover {
        color: #000000 !important;
    }

.pnlItemStyle a:link, .pnlItemStyle a:visited, .pnlItemStyle a:active, .pnlItemStyle a:hover {
    color: #000000 !important;
    text-decoration: underline;
}

.pnlContentHeaderStyle {
    text-align: left;
    color: #000000;
}

    .pnlContentHeaderStyle th {
        border: 1px solid #9F9F9F;
        background-color: #DCDCDC;
        font-family: Verdana;
        font-size: 11px;
        font-weight: bold;
        padding: 4px 6px 5px;
    }

.pnlTreeItemStyle {
    color: #000000 !important;
    text-decoration: underline !important;
}

    .pnlTreeItemStyle a:link, .pnlTreeItemStyle a:visited, .pnlTreeItemStyle a:active, .pnlTreeItemStyle a:hover {
        color: #000000 !important;
        text-decoration: underline !important;
    }

.dxHeader {
    text-align: left;
    color: #000000;
    border: 1px solid #9F9F9F;
    background-color: #DCDCDC;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 6px 5px;
}

.dxlblStyle {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
}

.pContentStyle {
    position: relative;
}

.pnlFooterStyle {
    height: 16px;
    font-size: 10px;
    background-color: #DCDCDC;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.pnlFooterStyleLeft {
    width: 60%;
    text-align: left;
    padding-left: 5px;
}

.pnlFooterStyleRight {
    width: 40%;
    text-align: right;
    padding-right: 10px;
}

.pnlFooterStyle a:link, .pnlFooterStyle a:visited, .pnlFooterStyle a:active, .pnlFooterStyle a:hover {
    color: #000000 !important;
}

.EmptyDataRowASPXGridView td.dxgv {
    padding-top: 2px;
    padding-bottom: 2px;
    height: 16px;
}

#contentArea .pnlFooterStyle a:link, #contentArea .pnlFooterStyle a:active, #contentArea .pnlFooterStyle a:hover {
    color: #000000;
}

#contentArea .pnlItemStyle a:link, #contentArea .pnlItemStyle a:active, #contentArea .pnlItemStyle a:hover {
    color: #000000;
    text-decoration: underline;
}

.PanelHeader {
    background-color: #DFDBD7;
    color: #756C63;
    height: 2em;
    text-align: left;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.PanelTable {
    padding: 0;
    margin-bottom: 10px;
    border: 1px solid #B3BECB;
}

.PanelHeaderImage {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
}
/*********************************** PROFILE CONTROL - GROUPS SECTIONS CONTROLS FORMS **************************** */
/****************************************
			 Empty Master Page
****************************************/
.Empty {
    font-size: 12px;
    font-family: Myriad Pro Regular, Arial, Helvetica, sans-serif;
    line-height: 20px;
    color: #333;
    padding: 0;
    margin: 0;
    height: 100%;
    background: #FFFFFF;
}

    .Empty .Content {
        max-width: 1024px;
        padding: 5px 5px;
        background: #FFFFFF;
    }

    .Empty .form .container {
        color: #756C63;
        cursor: default;
        width: 100%;
        font: 11px Arial;
        padding: 0px;
    }

    .Empty .form .Spacer {
        width: 20px;
    }

    .Empty .pmGrp {
        width: 100%;
        overflow: hidden;
        font-family: Arial !important;
    }

        .Empty .pmGrp td {
            vertical-align: top;
        }

        .Empty .pmGrp a, .pmGrp a:link, .pmGrp a:active, .pmGrp span {
            color: #333;
            font-weight: bold;
            font-size: 13px !important;
            text-decoration: none;
            font-family: Arial !important;
        }

            .Empty .pmGrp a:hover {
                text-decoration: underline;
                color: #6c91c6;
            }

    .Empty .pmSec {
        width: 100%;
        overflow: hidden;
        font-family: Arial !important;
        margin-left: 5px;
    }

        .Empty .pmSec .a, .pmSec a:link, .pmSec a:active {
            color: #3D3D3D;
            font-weight: normal;
            font-size: 12px !important;
            font-family: Arial !important;
            text-decoration: none;
            background: url(images/profile_map_list_square.png) no-repeat left 0;
            padding-left: 10px;
        }

        .Empty .pmSec span {
            color: #333;
            font-weight: normal;
            font-size: 12px;
            text-decoration: none;
            font-family: Arial;
        }

        .Empty .pmSec a:hover {
            text-decoration: underline;
            color: #6c91c6;
        }


/***************************************
			BUTTONS
***************************************/
.btn42x48 {
    cursor: pointer;
    width: 42px;
    height: 24px;
    border: none;
    background-color: transparent;
    background-image: url(images/btn42x48.gif);
    background-position: left bottom;
    color: #fff;
    font-family: VAG Rounded Std Light, Arial;
    padding-bottom: 4px;
}

    .btn42x48:hover, .btn42x48 .hover, .btn42x48:focus, .btn42x48:active {
        background-position: left top;
    }

.btn84x48 {
    cursor: pointer;
    width: 84px;
    height: 24px;
    border: none;
    background-color: transparent;
    background-image: url(images/btn84x48.gif);
    background-position: left bottom;
    color: #fff;
    font-family: VAG Rounded Std Light, Arial;
    padding-bottom: 4px;
}

    .btn84x48:hover, .btn84x48 .hover, .btn84x48:focus, .btn84x48:active {
        background-position: left top;
    }

.btn104x48 {
    cursor: pointer;
    width: 104px;
    height: 24px;
    border: none;
    background-color: transparent;
    background-image: url(images/btn104x48.gif);
    background-position: left bottom;
    color: #fff;
    font-family: VAG Rounded Std Light, Arial;
    padding-bottom: 4px;
}

    .btn104x48:hover, .btn104x48 .hover, .btn104x48:focus, .btn104x48:active {
        background-position: left top;
    }

.btn150x48 {
    cursor: pointer;
    width: 150px;
    height: 24px;
    border: none;
    background-color: transparent;
    background-image: url(images/btn150x48.gif);
    background-position: left bottom;
    color: #fff;
    font-family: VAG Rounded Std Light, Arial;
    padding-bottom: 4px;
}

    .btn150x48:hover, .btn150x48 .hover, .btn150x48:focus, .btn150x48:active {
        background-position: left top;
    }

.btn {
    background: none;
    padding: 1px 10px 1px 6px;
    height: 22px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0 !important;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 22px;
}

/***************************************
			Controls
***************************************/
.note {
    font-size: 10px;
    padding-top: 3px;
}

.smallnote {
    font-size: 9px;
    font-family: Arial;
    font-style: italic;
    color: #656565;
}

.required {
    color: #ed1c24;
}

.validate {
    color: #d81920;
    font-size: 10px;
    font-family: Arial;
}

.msg_alert {
    color: #d81920;
    background-color: #FFBABA;
    padding: 1px 5px 1px 5px;
    font-size: 11px;
    font-family: Arial;
    margin-top: 3px;
    margin-bottom: 3px;
}

.msg_ok {
    color: #000000;
    background-color: #99FF99;
    padding: 1px 5px 1px 5px;
    font-size: 11px;
    font-family: Arial;
    margin-top: 3px;
    margin-bottom: 3px;
}

.alert {
    color: #ed1c24;
    background-color: #FFBABA;
    padding: 1px 5px 1px 5px;
    font-size: 11px;
    font-family: Arial;
    margin-top: 3px;
    margin-bottom: 3px;
}

#preview {
    position: absolute;
    border: 1px solid #333;
    background: #f7f5d1;
    padding: 2px 5px;
    color: #333;
    display: none;
    font-size: 11px;
    z-index: 100002;
    max-width: 400px;
    line-height: 12px;
}

#previewRest {
    position: absolute;
    border: 1px outset #333;
    background: #FFFFE1;
    padding: 1px 4px;
    color: #333;
    display: none;
    font-size: 11px;
    z-index: 100002;
    max-width: 400px;
    line-height: 12px;
}

.warning {
    color: #333;
    background: #EAF3FB url(../../images/alert.gif) no-repeat 8px center;
    padding: 8px 8px 8px 35px;
    font-size: 11px;
    font-family: Arial;
    margin-top: 3px;
    margin-bottom: 3px;
}

.info {
    color: #333;
    background: #EAF3FB url(../../images/infoB.gif) no-repeat 8px center;
    padding: 8px 8px 8px 35px;
    font-size: 11px;
    font-family: Arial;
    margin-top: 3px;
    margin-bottom: 3px;
}

.ok {
    color: #333;
    background: #EAF3FB url(../../images/tick-circle.png) no-repeat 8px center;
    padding: 8px 8px 8px 35px;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    margin-top: 3px;
    margin-bottom: 3px;
}

.infoicon {
    background: url(images/icon_info.gif) no-repeat right 0;
}

.pointer {
    cursor: pointer;
}

.mockHeading {
    font-size: 13px;
    font-weight: bold;
}

.rest {
    color: #006633;
    font-style: italic;
    font-size: 11px:;
}

.restmulti {
    color: #999;
    background-color: #999;
    padding: 0px 2px 0px 2px;
    margin: 0px 3px 0px 10px;
    font-size: 4px;
    vertical-align: middle;
    border: 1px solid #a7a8aa;
}

.DocVerifiziert {
    color: #333;
    background: #EAF3FB;
    font-size: 11px;
    font-family: Arial;
    margin-top: 3px;
    margin-bottom: 3px;
}

input.checkbox {
    vertical-align: middle;
}

input.radio {
    vertical-align: middle;
}

input.text {
    vertical-align: middle;
}

input.file {
    vertical-align: middle;
    height: 20px;
}

input.button {
    vertical-align: middle;
}

input.submit {
    vertical-align: middle;
}

textarea {
    width: 100%;
}

.check label {
    font-size: 11px;
    color: #333;
    font-weight: normal !important;
    font-family: Arial;
}

.radioBtnList {
    font-size: 12px;
    color: #333;
    font-weight: normal !important;
    font-family: Arial;
}

    .radioBtnList input[type="radio"] {
        margin-right: 2px;
    }

    .radioBtnList input[type="checkbox"] {
        margin-right: 2px;
    }

    .radioBtnList label {
        margin-right: 8px;
        font-weight: normal;
        font-family: Arial;
        font-size: 11px;
    }

.aspGrid {
}

    .aspGrid th {
        text-align: left;
        padding-left: 5px;
        border-right: #999 1px solid;
        border-bottom: #999 1px solid;
    }

    .aspGrid td {
        padding: 5px;
    }

.trefferliste .dxgvStatusBar {
    background-color: #DFDBD7;
    color: #756C63;
    font-weight: bold !important;
    font-size: 10px !important;
}

.round {
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.shadow { /*unused*/
    -webkit-box-shadow: 0px 2px 2px #333333;
    -moz-box-shadow: 0px 2px 2px #333333;
    box-shadow: 0px 2px 2px #333333;
}

.wordwrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.dxeHyperlink {
    color: #4c7189 !important;
    text-decoration: none;
}

a:hover.dxeHyperlink {
    color: #6c91c6 !important;
    text-decoration: none;
}

a:visited.dxeHyperlink {
    color: #4c7189 !important;
    text-decoration: none;
}

.trefferliste .dxgvStatusBar {
    background-color: #DFDBD7;
    color: #756C63;
    font-weight: bold !important;
    font-size: 10px !important;
}

.trefferliste a, .trefferliste a:link, .trefferliste a:visited {
    color: #4c7189;
    text-decoration: none;
}

    .trefferliste a:hover {
        color: #6c91c6;
        text-decoration: none;
    }

.GoToPage {
    width: 20px;
    font-size: 11px;
    font-family: Arial;
    height: 12px;
}

.GridToolbar a, .GridToolbar a:link, .GridToolbar a:visited, GridToolbar a:hover {
    text-decoration: none;
}

/****************************************
			Forms
****************************************/

.form {
    width: 100%;
    overflow: hidden;
    font-family: Arial;
}

    .form h2 {
        font-weight: bold;
        border-bottom: 1px solid #999;
        padding: 2px 10px;
        font-size: 13px;
        color: #333;
    }

    .form .container {
        color: #756C63;
        cursor: default;
        width: 98%;
        font: 11px Arial;
        padding: 10px;
    }

    .form .heading {
        padding: 5px 5px;
        overflow: hidden;
        font-weight: normal;
        text-align: left;
        width: 200px;
        background-color: #efeeed;
        border-bottom: solid 1px #d5d3d0;
    }

        .form .heading span {
            font-weight: bold;
            font-size: 11px;
            font-family: Arial;
        }

    .form .headingSuche {
        padding: 5px 5px;
        overflow: hidden;
        font-weight: normal;
        text-align: left;
        width: 157px;
        background-color: #efeeed;
        border-bottom: solid 1px #d5d3d0;
    }

        .form .headingSuche span {
            font-weight: bold;
            font-size: 11px;
            font-family: Arial;
        }

.formRO .heading span {
    font-weight: normal;
    font-size: 11px;
    font-family: Arial;
    color: #333 !important;
}

.formRO .cell label {
    font-size: 11px;
    font-family: Arial;
}

.formRO .cell span {
    font: 11px !important;
    font-family: Arial !important;
    color: #333 !important;
}

.form .headingNo {
    padding: 5px 5px;
    overflow: hidden;
    font-weight: bold;
    text-align: left;
    width: 185px;
}

    .form .headingNo span {
        font-weight: bold;
        font-size: 12px;
    }

.form .cell {
    background-color: #ffffff;
    padding: 5px 5px;
    vertical-align: middle;
    font-family: Arial;
}

    .form .cell label {
        font-size: 11px;
        font-family: Arial;
    }

.form .Spacer {
    width: 50px;
}

.formBtn {
    
	cursor:pointer;	
	text-decoration:none;
}

.formBtn:hover {
    background-color:#6c91c6; 
}




.formBtn:hover, .btn84x48 .hover, .btn84x48:focus, .btn84x48:active {
    background-position: left top;
}

.dxeTextBox {
    border: solid 1px #7f9db9;
    color: #333;
    font-family: Arial;
    font-size: 11px;
}

.formTextBoxLarge {
    width: 300px;
    font-size: 11px;
    font-family: Arial;
    color: #333;
}

.formTextAreaLarge {
    width: 735px;
    height: 50px;
    font-size: 11px;
    font-family: Arial;
    color: #333;
}

.actionContainer {
    width: 950px;
}

.formTextBox {
    width: 206px;
    font-size: 11px;
    font-family: Arial;
    color: #333;
}

.formTextBoxBig {
    width: 180px;
    font-size: 11px;
    font-family: Arial;
    color: #333;
}

.formTextBoxNormal {
    width: 132px;
    font-size: 11px;
    font-family: Arial;
    color: #333;
}

.formTextBoxSmall {
    width: 58px;
    font-size: 11px;
    font-family: Arial;
    color: #333;
}

.formTextBoxEqual {
    width: 95px;
    font-size: 11px;
    font-family: Arial;
    color: #333;
}

.formTextBoxL {
    width: 30px;
    font-size: 11px;
    font-family: Arial;
    color: #333;
}

.formTextBoxV {
    width: 48px;
    font-size: 11px;
    font-family: Arial;
    color: #333;
}

.formTextBoxVA {
    width: 40px;
    font-size: 11px;
    font-family: Arial;
    color: #333;
}

.formTextBoxNr {
    width: 86px;
    font-size: 11px;
    font-family: Arial;
    color: #333;
}

.formTextBoxS {
    width: 20px;
    font-size: 11px;
    font-family: Arial;
    color: #333;
}

.formTextBoxK {
    width: 170px;
    font-size: 11px;
    font-family: Arial;
    color: #333;
}

.formTextarea {
    width: 697px;
    height: 150px;
    padding: 3px;
    font-size: 11px;
    font-family: Arial;
    color: #333;
}

.formTextareaNormal {
    width: 260px;
    height: 50px;
    padding: 3px;
    font-size: 11px;
    font-family: Arial;
    color: #333;
}

.formTextareaSmall {
    width: 206px;
    height: 50px;
    padding: 3px;
    font-size: 11px;
    font-family: Arial;
    color: #333;
}

.formDropDown {
    width: 210px;
    font-size: 11px;
    font-family: Arial;
    color: #333;
}

.formDropDownBig {
    width: 350px;
    font-size: 11px;
    font-family: Arial;
    color: #333;
}

.formDropDownSmaller {
    width: 68px;
    font-size: 11px;
}

.formDropDownSmall {
    width: 125px;
    font-size: 11px;
}

.formCombo {
    vertical-align: middle;
}

.formGroup {
    border: 1px solid #7F9DB9;
    padding: 2px;
    width: 93%;
}

.grpP {
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 0px;
}

.radioBtnList0 {
    font-size: 11px;
    color: #333;
    font-weight: normal !important;
    font-family: Arial;
}

    .radioBtnList0 input[type="radio"] {
        margin-right: 2px;
        margin-left: 0px;
        padding-left: 0px;
    }

    .radioBtnList0 label {
        font-weight: normal;
        font-family: Arial;
        font-size: 11px;
        padding-right: 5px;
    }

.headingP {
    padding: 5px 5px;
    overflow: hidden;
    font-weight: normal;
    text-align: left;
    width: 258px;
    background-color: #ddd;
    border-bottom: solid 1px #999;
    margin: 0px;
}

    .headingP span {
        font-weight: bold;
        font-size: 12px;
    }

.headingLeft {
    padding: 5px 5px;
    overflow: hidden;
    font-weight: normal;
    text-align: left;
    width: 150px;
    background-color: #ddd;
    border-bottom: solid 1px #999;
    margin: 0px;
    margin-bottom: 1px;
}

    .headingLeft span {
        font-weight: bold;
        font-size: 12px;
    }

.headingStart {
    padding: 5px 5px;
    overflow: hidden;
    font-weight: normal;
    text-align: left;
    width: 200px;
    background-color: #ddd;
    vertical-align: top;
}

    .headingStart span {
        font-weight: bold;
        font-size: 12px;
    }

.lblGroup {
    padding-right: 35px;
    font-size: 11px;
    font-weight: normal !important;
    float: right;
}

.dxnbGroupContent {
    color: inherit !important;
}

.cellP {
    background-color: #ffffff;
    vertical-align: middle;
}

.leftPane {
    border-right: 1px solid #999;
}

.rightPane {
    padding-left: 8px;
}

.pmGrp {
    width: 100%;
    overflow: hidden;
    font-family: Arial;
}

    .pmGrp td {
        vertical-align: top;
    }

    .pmGrp a, .pmGrp a:link, .pmGrp a:active, .pmGrp span {
        color: #333;
        font-weight: bold;
        font-size: 13px !important;
        text-decoration: none;
        font-family: Arial !important;
    }

        .pmGrp a:hover {
            text-decoration: underline;
            color: #6c91c6;
        }

.pmSec {
    width: 100%;
    overflow: hidden;
    font-family: Arial;
    margin-left: 5px;
}

    .pmSec .a, .pmSec a:link, .pmSec a:active {
        color: #3D3D3D;
        font-weight: normal;
        font-size: 12px !important;
        font-family: Arial !important;
        text-decoration: none;
        background: url(images/profile_map_list_square.png) no-repeat left 0;
        padding-left: 10px;
    }

    .pmSec span {
        color: #333;
        font-weight: normal;
        font-size: 12px;
        text-decoration: none;
        font-family: Arial;
    }

    .pmSec a:hover {
        text-decoration: underline;
        color: #6c91c6;
    }

.hideTbl {
    display: none;
}

.showTbl {
    display: block;
    display: table;
}

.invisible {
    display: none;
}

.kompLegendRed {
    color: #d81920;
    font-size: 9px;
    font-family: Arial;
    font-style: italic;
}

.legendred {
    color: #d81920;
    font-size: 9px;
    font-family: Arial;
    font-style: italic;
}

.formRO .headingParent {
    padding: 5px 5px;
    overflow: hidden;
    font-weight: normal;
    text-align: left;
    width: 200px;
    background-color: #ddd;
    border-top: solid 1px #999;
}

    .formRO .headingParent span {
        font-weight: normal;
        font-size: 11px;
        font-family: Arial;
        color: #333 !important;
    }

.formRO .headingChild {
    padding: 5px 5px;
    overflow: hidden;
    font-weight: normal;
    text-align: left;
    width: 200px;
    background-color: #ddd;
    vertical-align: top;
}

    .formRO .headingChild span {
        font-weight: normal;
        font-size: 11px;
    }

.reqcombo {
    width: 213px;
}

.text-label {
    font-size: 9px;
    font-family: Arial;
    font-style: italic;
    color: #656565;
}

.formRO .headingBig {
    padding: 5px 5px;
    overflow: hidden;
    text-align: left;
    border: solid 1px #999;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;
}

    .formRO .headingBig span {
        font-weight: bold;
        font-style: italic;
        font-size: 11px;
        font-family: Arial;
    }

div .scrollableDiv {
    height: 600px;
    overflow: auto;
}

#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #505050;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#helper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -10;
}

.profilcentered {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
    background-color: #ad0e29;
    border: solid 1px #D0D0C4;
    height: 20px;
    width: 100px;
    padding: 10px 5px 6px 5px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
}

.KndDataLabels {
    height: 80px;
    width: 230px;
    font-size: 11px;
    margin-top: 10px;
    background-color: #f7f6f6;
}

.divExclusiveApplicationCandidates {
    overflow: scroll;
    height: 100%;
    width: 100%;
}

/****************************************
			Meine Daten / Profil
****************************************/
.aspGrid {
}

    .aspGrid th {
        text-align: left;
        padding-left: 5px;
        border-right: #999 1px solid;
        border-bottom: #999 1px solid;
    }

    .aspGrid td {
        padding: 5px;
    }

.secContent {
    background-color: #fff;
    color: #333333;
    font-size: 11px;
    font-family: Arial;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 7px 6px -6px black;
    -moz-box-shadow: 0 7px 6px -6px black;
    box-shadow: 0 7px 6px -6px black;
}

.tblBreadCrumb {
    height: 20px;
    font-size: 11px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #A81C38;
    padding-bottom: 3px;
}

    .tblBreadCrumb .BCseparator {
        font-size: 12px;
        margin: 0px 3px 0px 3px;
    }

    .tblBreadCrumb a {
        color: #A81C38;
        text-decoration: none;
        padding: 3px 7px 3px 7px;
        border: transparent solid 1px;
    }

        .tblBreadCrumb a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #A81C38;
            padding: 3px 7px 3px 7px;
            border: transparent solid 1px;
        }

a.selBreadCrumb, a:hover.selBreadCrumb {
    color: #fff;
    cursor: default;
    background-color: #A81C38;
    border: #A81C38 solid 1px;
    padding: 3px 7px 3px 7px;
    margin: 0px 3px 0px 3px;
}

.tblButtons {
    margin-top: 14px;
    padding-bottom: 5px;
    border-top: 1px dashed #A81C38;
}

.tdButtons {
    padding-top: 30px;
}

.divNoClass {
}

.divNoHeight {
    overflow-y: auto;
    overflow-x: hidden;
}

.divWithHeight {
    overflow-y: auto;
    overflow-x: hidden;
    height: 430px;
}

/****************************************
			Document Manager
****************************************/
.withBorder {
    border: 1px solid #666;
    border-collapse: collapse;
}

.docSec {
    margin-left: 20px;
}

    .docSec table {
        border-collapse: collapse;
        background-color: #efefef;
    }

        .docSec table td a {
            margin-left: 5px;
        }

.grpHeader {
    font-weight: bold;
    font-size: 13px;
    background-color: #fff;
    border-bottom: 1px solid #666;
    height: 30px;
}

.docGrp {
}

.docGrpName {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
}

/****************************************
			TreeList Control
****************************************/
.treeHeader {
    background-color: #EEF1F4;
    color: #333;
    padding: 5px;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}

.treeNode {
    background-color: #fff;
    color: #333;
    border: 1px solid #afc7cf;
}

.treeANode {
    background-color: #f3f8f7;
    color: #333;
    border: 1px solid #afc7cf;
}

.treeCell {
    padding: 3px 2px 3px 0px !important;
    color: #333;
}

.treeEdit {
    background-color: #fff;
}

.treeContent {
    background-color: #fff;
    color: #333333;
    font-size: 11px;
    font-family: Arial;
    -webkit-box-shadow: 0 1px 1px 4px #000;
    -moz-box-shadow: 1px 1px 4px #000;
    box-shadow: 1px 1px 4px #000;
}

.treeEditNode {
    background-color: #d81920;
}

    .treeEditNode label {
        font-weight: bold !important;
        color: #fff;
    }

.treeIndent {
    padding: 0px;
    margin: 0px;
}

.treeIndentBtn {
    padding: 0px;
    margin: 0px;
}

.treeSelCell {
    width: 10px;
}

.tree0 {
    font-weight: bold;
    font-size: 13px;
    background-color: #a7a8aa;
}

.tree1 {
    font-weight: bold;
    font-size: 12px;
}

.tree2 {
    font-weight: normal;
    font-size: 12px;
}

.tree3 {
    font-weight: normal;
    font-size: 11px;
}

.dxICheckBox {
    cursor: pointer;
}

.FilterPanel {
    margin-bottom: 4px;
}

    .FilterPanel td {
        padding: 2px;
    }

.dxtlNode td.dxtl {
    white-space: normal;
}

/* TagTree */
#divTagTree table.dxtlControl {
    width: 100%;
}
/********************************* DYNAMIC CONTROLS *************************** */
.TextBox {
    font-size: 11px;
    font-family: Arial;
}

.inputText {
    font-size: 11px;
    width: 176px;
    font-family: Arial;
}

.inputTextDate {
    font-size: 11px;
    width: 100px;
    font-family: Arial;
}

.inputTextBig {
    font-size: 11px;
    width: 235px;
    font-family: Arial;
}

.inputTextTiny {
    font-size: 11px;
    width: 95px;
    font-family: Arial;
}

.leftchars {
    width: 24px;
    height: 16px;
    border: 0px;
    font-size: 8.5px;
    color: #748287;
}

.textareaDouble {
    width: 400px;
    height: 50px;
    font-size: 11px;
    font-family: Arial;
}

.textareaSingle {
    width: 600px;
    height: 60px;
    font-size: 11px;
    font-family: Arial;
}

.textareaVerfugbarkeit {
    width: 515px;
    height: 60px;
    font-size: 11px;
    font-family: Arial;
}

.textareaSonstiges {
    width: 429px;
    height: 60px;
    font-size: 11px;
    font-family: Arial;
}

.textareaSmall {
    width: 389px;
    height: 45px;
    font-size: 11px;
    font-family: Arial;
}

.ASPxGVTRDiv {
    padding: 4px 4px 3px 15px;
    background-color: White;
}

.ASPxGVTR {
    background: #736b63;
    color: #fff !important;
    text-align: center;
    padding: 5px 15px 5px 15px;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    margin-right: 5px;
    cursor: pointer;
    border: 1px outset #736b63;
}

    .ASPxGVTR a {
        color: #fff !important;
        text-decoration: none;
    }

.Button, .btn-arrow, .btn-arrowBack {
    background: #736b63;
    color: #fff;
    height: 23px;
    padding: 0px 5px 0px 5px;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    margin-right: 5px;
    cursor: pointer;
    border: 1px outset #736b63;
    margin: auto;
    overflow: visible;
}

    .Button:hover, .btn-arrow:hover, .btn-arrowBack:hover {
        background-color: #ed1b23;
        border: 1px outset #ed1b23;
    }

.btn-arrowBack {
    background-image: url(../../images/PPrevWhite.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding: 1px 9px 1px 15px;
}

.ButtonD {
    background: #FFFFFF;
    color: #c0bfbf;
    height: 23px;
    padding: 0px 5px 0px 5px;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    margin-right: 5px;
    cursor: default;
    border: 1px outset #c1c1c1;
    margin: auto;
    overflow: visible;
}

    .ButtonD:hover {
        background: #FFFFFF;
        color: #c0bfbf !important;
        text-decoration: none;
    }

.ButtonNoImg {
    background: #736b63;
    color: #fff;
    height: 21px;
    padding: 0px 5px 0px 5px;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    margin-right: 5px;
    cursor: pointer;
    border: 1px outset #736b63;
    margin: auto;
    overflow: visible;
}

    .ButtonNoImg:hover {
        background: #ed1b23;
        border: 1px outset #ed1b23;
    }

.ButtonNoImgD {
    background: #FFFFFF;
    color: #c0bfbf !important;
    font-size: 11px;
    font-weight: bold;
    height: 21px;
    padding: 0 5px 0 5px;
    cursor: default;
    border: 1px outset #c1c1c1;
    margin: auto;
    overflow: visible;
}

    .ButtonNoImgD:hover {
        background: #FFFFFF;
        color: #c0bfbf !important;
        text-decoration: none;
    }

.dxbButton_buttonEX div.dxb {
    padding: 0 5px 0 5px;
    margin-right: 5px;
    font-weight: bold;
    font-family: Arial;
    font-size: 11px;
    margin: auto;
    overflow: visible;
}

.EXButton {
    background: #736b63;
    border: 0;
    height: 23px;
    color: #fff !important;
    cursor: pointer;
    border: 1px outset #736b63;
}

    .EXButton:hover {
        background: #ed1b23;
        text-decoration: none;
        border: 1px outset #ed1b23;
    }

    .EXButton .EXButtonD {
        background: #FFFFFF;
        border: 1px outset #c1c1c1 !important;
        color: #c0bfbf !important;
    }

        .EXButton .EXButtonD:hover {
            background: #FFFFFF;
            color: #c0bfbf !important;
            text-decoration: none;
            cursor: default;
        }

.dxbButton_buttonNoImgEX div.dxb {
    padding: 0 5px 0 5px;
    margin-right: 5px;
    font-weight: bold;
    font-family: Arial;
    font-size: 11px;
    margin: auto;
    overflow: visible;
}

.EXButtonNoImg {
    background: #736b63;
    height: 21px;
    color: #fff !important;
    cursor: pointer;
    border: 1px outset #736b63;
}

    .EXButtonNoImg:hover {
        background: #ed1b23 !important;
        text-decoration: none;
        border: 1px outset #ed1b23;
    }

    .EXButtonNoImg .EXButtonNoImgD {
        background: #FFFFFF;
        border: 1px outset #c1c1c1;
        color: #c0bfbf !important;
    }

        .EXButtonNoImg .EXButtonNoImgD:hover {
            color: #c0bfbf !important;
            text-decoration: none;
            cursor: default;
        }

.inputText_RO {
    font-size: 11px;
    width: 176px;
    background-color: #F9F9F9;
    font-family: Arial;
    color: black;
}

.inputTextDate_RO {
    font-size: 11px;
    width: 100px;
    background-color: #F9F9F9;
    font-family: Arial;
    color: black;
}

.inputTextBig_RO {
    font-size: 11px;
    width: 175px;
    background-color: #F9F9F9;
    font-family: Arial;
    color: black;
}

.dropDownList {
    width: 240px;
    font-size: 11px;
    font-family: Arial;
}

.dropDownListLong {
    width: 440px;
    font-size: 11px;
    font-family: Arial;
}

.dropDownListMedium {
    width: 150px;
    font-size: 11px;
    font-family: Arial;
}

.dropDownListSmall {
    width: 90px;
    font-size: 11px;
    font-family: Arial;
}

.ddlMultiSelect {
    width: 400px;
    height: 200px;
    font-size: 11px;
    font-family: Arial;
}

.labelMessage {
    font-style: italic;
    color: #ea2026;
    font-size: 11px;
}

.note {
    font-size: 10px;
    color: #7c745c;
    font-style: italic;
    padding-bottom: 5px;
}

.noteD {
    color: #7c745c;
    font-size: 11px;
    font-style: italic;
}

.noteNoI {
    font-size: 11px;
    color: #7c745c;
}

.starSpan {
    color: #ea2026;
    font-size: 13px;
}

.starSpanWhite {
    color: #ffffff;
    font-size: 12px;
}

.instructionPage {
    font-size: 12px;
    font-family: Arial;
    line-height: 15px;
}

.instruction {
    font-size: 12px;
    font-family: Arial;
    color: #69634E;
    vertical-align: top;
    line-height: 20px;
    margin-right: 10px;
}

.pflichtmsg {
    font-family: Arial;
    font-size: 9px;
    color: #748287;
    text-align: left;
    margin: 0 10px 0 0;
    padding: 0px;
}

.hangdiv {
    padding-bottom: 12px;
    margin-right: 10px;
    vertical-align: top;
    background: transparent url(../../images/nav1_line.gif) repeat-x left top;
}

.whom_when {
    padding-top: 12px;
    font-size: 11px;
    font-family: Arial;
    color: #69634E;
    background: url(../../images/g_head.gif) repeat-x top;
    text-align: center;
}

.lView {
    float: left;
    padding-right: 2px;
    margin-top: 5px;
    font-family: Arial;
    font-size: 9px;
    text-align: left;
}

.iView {
    float: left;
    padding-top: 2px;
    padding-left: 2px;
}

div .break {
    padding-bottom: 10px;
}

.formtable {
    border: 1px solid #e9e9e9;
    float: left;
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
    text-align: left;
}

.WTable {
    background-color: #F9F8F2;
    border-left: outset 1px #F2F0E6;
    border-right: outset 1px #F2F0E6;
    border-top: outset 1px #F2F0E6;
    border-bottom: outset 1px #F2F0E6;
}

    .WTable td {
        padding: 5px;
    }

.headingLabelH2 {
    font-size: 2.0em;
    line-height: 1.1em;
    margin-left: 10px;
}

.TBEMail {
    font-size: 11px;
    width: 545px;
    font-family: Arial;
}

.11RedBold {
    font-weight: bold;
    color: #ed1c24;
    font-size: 11px;
    font-family: Arial;
}

.10Bold {
    font-size: 10px;
    font-weight: bold;
    font-family: Arial;
}

.RedBold {
    font-weight: bold;
    color: #ed1c24;
    font-size: 11px;
    font-family: Arial;
}

.Bold {
    font-weight: bold;
}

select {
    font-size: 11px;
    font-family: Arial;
}

.tableAufgaben th {
    background-color: #e7e7e7;
}

.tableAufgaben tr {
    border-bottom: 1px solid #a8a8a8;
}

.tableAufgaben td {
    padding: 5px;
}

/* ------------------------- CSS for ASPxComboBox ------------------------------ */
/* Disabled */
.dxeDisabled_ComboBox, .dxeDisabled_ComboBox td.dxe {
    color: #acacac;
    cursor: default;
    border-color: #c3c3c3 !important;
    background-color: #f5f4ea;
}
/* -- Border of the DropDown Button -- */
.dxeButtonEditButton_ComboBox {
    vertical-align: middle;
    width: 17px;
    padding: 0px 10px 0px 3px;
    background-image: url(/images/dropdown_button_ie.png);
    background-position: 0px 0px;
    padding-left: 5px;
    background-repeat: no-repeat;
}

.dxEditors_edtDropDown_ComboBox {
    padding-left: 1px;
}

.dxeButtonEditButton_ComboBox table.dxbebt {
    width: 10px;
}
/* -- Pressed -- */
.dxeButtonEditButtonPressed_ComboBox {
    background-image: url(/images/dropdown_button_pressed_ie.png);
    width: 17px;
    height: 16px;
}
/* -- Hover -- */
.dxeButtonEditButtonHover_ComboBox {
    background-image: url(/images/dropdown_button_hover_ie.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 16px;
}
/* -- Border color for the DropDown TextBox -- */
.dxeButtonEdit_ComboBox {
    background-color: white;
    border: solid 1px #AFA59B;
    width: 170px;
    height: 18px;
    border-collapse: collapse;
}

.dxeButtonEdit_ComboBox {
    background-color: white;
}

    .dxeButtonEdit_ComboBox .dxeEditArea_ComboBox, .dxeButtonEdit_ComboBox td.dxic {
        width: 100%;
    }

    .dxeButtonEdit_ComboBox td.dxic {
        padding: 0px 2px 0px 1px !important;
    }

td.dxic input.dxeEditArea_ComboBox {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
/*IE-Fix fuer einen IE-Fix von DevExpress*/
.dxeButtonEdit_ComboBox .dxeIIC img {
    padding-left: 3px;
}
/* -- ListBox -- */
/* -- ListBox Header -- */
.dxeListBox_ComboBox .dxeHD {
    background-color: #F2F2F2;
    border-bottom: solid 1px #A0A0A0;
}

.dxeListBox_ComboBox {
    background-color: white;
    border: solid 1px #7F9DB9;
    width: 70px;
    height: 109px;
}

    .dxeListBox_ComboBox div.dxlbd {
        padding-top: 1px;
        padding-bottom: 1px;
        height: 107px;
    }

.dxeListBoxItemRow_ComboBox {
    cursor: default;
}

.dxeListBoxItem_ComboBox {
    border-left: solid 1px white;
    border-right: solid 1px white;
    font: normal 11px Arial;
    padding: 3px 2px 4px 3px;
    white-space: nowrap;
    text-align: left;
    font-weight: normal;
}

.dxeListBox_ComboBox td.dxeI, .dxeListBox_ComboBox td.dxeIM, .dxeListBox_ComboBox .dxeHIC,
.dxeListBox_ComboBox td.dxeFTM, .dxeListBox_ComboBox td.dxeTM, .dxeListBox_ComboBox td.dxeC, .dxeListBox_ComboBox td.dxeCM, .dxeListBox_ComboBox td.dxeHCC,
.dxeListBox_ComboBox td.dxeMI, .dxeListBox_ComboBox td.dxeMIM {
    border-right-width: 0px !important;
}

.dxeListBox_ComboBox td.dxeCM, .dxeListBox_ComboBox td.dxeHCC {
    width: 25px;
}

.dxeListBox_ComboBox td.dxeIM {
    width: 0;
}

.dxeListBox_ComboBox td.dxeT {
    width: 100%;
    padding-left: 0px !important;
}

.dxeListBox_ComboBox td.dxeT, .dxeListBox_ComboBox td.dxeMI {
    border-left-width: 0px !important;
}

.dxeListBox_ComboBox td.dxeFTM, .dxeListBox_ComboBox td.dxeTM, .dxeListBox_ComboBox td.dxeLTM,
.dxeListBox_ComboBox .dxeHFC, .dxeListBox_ComboBox .dxeHC, .dxeListBox_ComboBox .dxeHLC {
    overflow: hidden;
}

.dxeListBox_ComboBox td.dxeFTM, .dxeListBox_ComboBox td.dxeTM, .dxeListBox_ComboBox .dxeHFC, .dxeListBox_ComboBox .dxeHC {
    padding-right: 6px !important;
}

.dxeListBox_ComboBox td.dxeLTM, .dxeListBox_ComboBox td.dxeTM, .dxeListBox_ComboBox .dxeHC, .dxeListBox_ComboBox .dxeHLC {
    padding-left: 6px !important;
}
/*Grid lines*/
.dxeListBox_ComboBox td.dxeLTM, .dxeListBox_ComboBox td.dxeTM, .dxeListBox_ComboBox td.dxeMIM {
    border-left: 1px solid #cfcfcf !important;
}

.dxeListBox_ComboBox td.dxeIM, .dxeListBox_ComboBox td.dxeFTM, .dxeListBox_ComboBox td.dxeTM,
.dxeListBox_ComboBox td.dxeLTM, .dxeListBox_ComboBox td.dxeCM, .dxeListBox_ComboBox td.dxeMIM {
    border-bottom: solid 1px #cfcfcf;
}
/* inherits dxeListBoxItem */
.dxeListBoxItemHover_ComboBox {
    background-color: #316AC5;
    color: White;
}
/*********************************  SITE MAP -  PROFILE OUTLINE ************ */
.dxsmControl_MultiColumn a:hover {
    color: #7b7c7e !important;
    text-decoration: underline;
}

.dxsmControl_MultiColumn a:active {
    color: #c80019 !important;
    text-decoration: none !important;
}
/* - Level 0 - */
.dxsmLevel0_MultiColumn, .dxsmLevel0_MultiColumn a, .dxsmLevel0Categorized_MultiColumn a, .dxsmLevel0Categorized_MultiColumn {
    color: #313031;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    text-decoration: none;
}

.dxsmLevel0_MultiColumn {
    border-bottom: solid 1px #B8B8B8;
    padding: 0px 0px 5px 0px;
}

.dxsmLevel0Categorized_MultiColumn {
    padding: 5px 0px 2px 0px;
}
/*flow layout*/
.dxsmLevel0Flow_MultiColumn, .dxsmLevel0Flow_MultiColumn a, .dxsmLevel0CategorizedFlow_MultiColumn a, .dxsmLevel0CategorizedFlow_MultiColumn {
    color: #313031;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.dxsmLevel0Flow_MultiColumn {
    padding: 0px 0px 0px 0px;
}

.dxsmLevel0Flow_MultiColumn {
    text-decoration: none;
}
/* - Level 1 - */
.dxsmLevel1_MultiColumn, .dxsmLevel1_MultiColumn a, .dxsmLevel1Categorized_MultiColumn a, .dxsmLevel1Categorized_MultiColumn {
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
}

.dxsmLevel1_MultiColumn, .dxsmLevel1Categorized_MultiColumn {
    padding: 0px 0px 0px 0px;
}
/*flow layout*/
.dxsmLevel1Flow_MultiColumn, .dxsmLevel1Flow_MultiColumn a, .dxsmLevel1CategorizedFlow_MultiColumn, .dxsmLevel1CategorizedFlow_MultiColumn a {
    font-family: Arial;
    font-size: 12px;
    text-decoration: underline;
}

.dxsmLevel1Flow_MultiColumn {
    text-decoration: none;
    padding: 0px 0px 0px 0px;
}
/* - Level 2 - */
.dxsmLevel2_MultiColumn, .dxsmLevel2_MultiColumn a, .dxsmLevel2Categorized_MultiColumn a, .dxsmLevel2Categorized_MultiColumn {
    font-size: 11px;
    font-family: Arial;
    text-decoration: none;
}

.dxsmLevel2_MultiColumn, .dxsmLevel2Categorized_MultiColumn {
    padding: 0px 0px 0px 0px;
}
/*flow layout*/
.dxsmLevel2Flow_MultiColumn, .dxsmLevel2Flow_MultiColumn a {
    font-size: 11px;
    font-family: Arial;
    text-decoration: underline;
}

.dxsmLevel2Flow_MultiColumn {
    padding: 0px 0px 0px 0px;
}
/* - Level 3 - */
.dxsmLevel3_MultiColumn, .dxsmLevel3_MultiColumn a {
    font-size: 9px;
    font-family: Arial;
    text-decoration: none;
}

.dxsmLevel3_MultiColumn {
    white-space: nowrap;
    padding: 0px 0px 0px 0px;
}
/*flow layout*/
.dxsmLevel3Flow_MultiColumn, .dxsmLevel3Flow_MultiColumn a {
    font-size: 10px;
    font-family: Arial;
    text-decoration: underline;
}
/* - Level 4 - */
.dxsmLevel4_MultiColumn, .dxsmLevel4_MultiColumn a {
    font-size: 10px;
    font-family: Arial;
    text-decoration: none;
}

.dxsmLevel4_MultiColumn {
    white-space: nowrap;
    padding: 0px 0px 0px 0px;
}
/*flow layout*/
.dxsmLevel4Flow_MultiColumn, .dxsmLevel4Flow_MultiColumn a {
    font-family: Arial;
    font-size: 9px;
    text-decoration: underline;
}

.dxsmLevel4Flow_MultiColumn {
    padding: 0px 0px 0px 0px;
}
/* - Other Levels - */
.dxsmLevelOther_MultiColumn {
    font-size: 9px;
    font-family: Arial;
    text-decoration: none;
}

.dxsmLevelOther_MultiColumn {
    white-space: nowrap;
    padding: 0px 0px 0px 0px;
}
/*flow layout*/
.dxsmLevelOtherFlow_MultiColumn, .dxsmLevelOtherFlow_MultiColumn a {
    font-family: Arial;
    font-size: 9px;
    text-decoration: underline;
}
/* Disabled */
.dxsmDisabled_MultiColumn {
    cursor: default;
}


/******************************* Fixes nach DevExpress Update 13.2.7 ***************************** */
.ActionIconButton {
    border: 0 none !important;
    background: none !important;
}

.dxMenuItem ul li {
    list-style-type: none !important;
    list-style-image: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

/********************************** DATEDIT CALENDAR CONTROL ************ */
.dxeButtonEditButton_Cal, .dxeCalendarButton_Cal {
    vertical-align: middle;
    border: solid 1px #7F9DB9;
    cursor: pointer;
}

.dxeButtonEditButton_Cal {
    padding: 0px 2px 0px 3px;
    background-image: url("images/ddlarrow.gif");
    background-repeat: repeat-x;
    background-position: top;
}

    .dxeButtonEditButton_Cal table.dxbebt {
        width: 10px;
    }
/* -- Pressed -- */
.dxeButtonEditButtonPressed_Cal {
    background-image: none;
    border: Solid 1px #7F9DB9;
}
/* -- Hover -- */
.dxeButtonEditButtonHover_Cal {
    background-image: url("images/ddlarrow.gif");
    background-repeat: repeat-x;
    background-position: top;
    border: Solid 1px #7F9DB9;
}
/* -- Border color for the DropDown TextBox -- */
.dxeDisabled_Cal, .dxeDisabled_Cal td.dxe {
    color: #acacac;
    cursor: default;
}

.dxeButtonEdit_Cal {
    background-color: white;
    border: solid 1px #7F9DB9;
}

.dxeButtonEdit_Cal {
    background-color: white;
}

    .dxeButtonEdit_Cal .dxeEditArea_Cal, .dxeButtonEdit_Cal td.dxic {
        width: 100%;
    }

    .dxeButtonEdit_Cal td.dxic {
        padding: 0px 2px 0px 1px;
    }

    .dxeButtonEdit_Cal .dxeIIC img {
        padding-left: 3px;
    }

.dxeCalendarButton_Cal {
    background: #736b63;
    font-size: 11px;
    padding: 4px 11px;
    padding-top: 3px;
}

    .dxeCalendarButton_Cal td.dx {
        font-size: 11px;
        text-align: center;
        white-space: nowrap;
        color: #fff !important;
    }

    .dxeCalendarButton_Cal table.dxbebt {
        width: 100%;
    }
/* -- Pressed -- */
.dxeCalendarButtonPressed_Cal {
    background-image: none;
    background-color: #D5D5D5;
    border: Solid 1px #7F7F7F;
}
/* -- Hover -- */
.dxeCalendarButtonHover_Cal {
    background: #ed1b23;
    text-decoration: none;
    color: #fff !important;
}

.dxeCalendar_Cal {
    border: solid 1px #9f9f9f;
    background-color: White;
    color: Black;
    font-weight: normal;
    cursor: default;
}

    .dxeCalendar_Cal td.dxMonthGrid {
        padding: 8px 20px;
    }

    .dxeCalendar_Cal td.dxMonthGridWithWeekNumbers {
        padding: 5px 20px 8px 8px;
    }

.dxeCalendarDayHeader_Cal {
    font-family: Arial;
    font-size: 11px;
    padding: 2px 4px 5px;
    border-bottom: solid 1px #ffffff;
    color: #595959;
    font-weight: bold;
}

.dxeCalendarWeekNumber_Cal {
    font-family: Tahoma;
    font-size: 7pt;
    text-align: right;
    padding: 6px 8px 6px 4px;
    color: #bfbfbf;
}

.dxeCalendarDay_Cal {
    font-family: Tahoma;
    font-size: 9pt;
    padding: 4px 6px;
    text-align: center;
}

.dxeCalendarWeekend_Cal /* inherits dxeCalendarDay */ {
    color: #c80019 !important;
}

.dxeCalendarOtherMonth_Cal /* inherits dxeCalendarDay */ {
    color: #595959 !important;
}

.dxeCalendarOutOfRange_Cal /* inherits dxeCalendarDay */ {
    color: #d0d0d0;
}

.dxeCalendarSelected_Cal /* inherits dxeCalendarDay */ {
    color: White;
    background-color: #E1E0E1;
    font-weight: bold;
}

.dxeCalendarToday_Cal /* inherits dxeCalendarDay */ {
    padding: 3px 3px 2px;
    border: solid 1px #ed1b23;
    background: #efeeed;
}

.dxeCalendarHeader_Cal {
    background-color: #F1F0EF !important;
    border: solid 1px #c9c9c9;
    border-width: 1px 0;
    padding: 4px 7px;
}

    .dxeCalendarHeader_Cal td.dxe {
        font-family: Arial;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
    }

.dxeCalendarFooter_Cal {
    background-color: #ededed;
    padding: 8px 0px;
    border-top: solid 1px #d6d6d6;
}

.dxeCalendarFastNav_Cal {
    color: Black;
    background: White;
    border: solid 1px #9f9f9f;
    border-bottom: 0px;
    padding: 12px 8px;
}

.dxeCalendarFastNavMonthArea_Cal {
    padding: 0px 9px;
}

.dxeCalendarFastNavYearArea_Cal {
}

.dxeCalendarFastNavFooter_Cal {
    color: Black;
    background-color: #ededed;
    padding: 8px 0px;
    border: solid 1px #9f9f9f;
    border-top: solid 1px #d6d6d6;
}

.dxeCalendarFastNavMonth_Cal, .dxeCalendarFastNavYear_Cal {
    font: normal 9pt Tahoma;
    color: Black;
    padding: 3px 5px;
    text-align: center;
    cursor: pointer;
}

.dxeCalendarFastNavMonth_Cal {
    padding: 6px;
}

.dxeCalendarFastNavMonthSelected_Cal, .dxeCalendarFastNavYearSelected_Cal {
    color: Black;
    background: #efeeed;
    border: 1px solid #ed1b23;
}

.dxeCalendarFastNavMonthHover_Cal, .dxeCalendarFastNavYearHover_Cal {
    color: Black;
    background: #ffffff;
    padding: 2px 4px;
    border: solid 1px #ed1b23;
}

.dxeCalendarFastNavMonthHover_Cal {
    padding: 5px;
}

.dxeButtonDisabled_Cal, .dxeButtonDisabled_Cal td.dxe {
    border-color: #c3c3c3 !important;
    color: #808080;
    cursor: default;
}

.dxeDisabled_Cal, .dxeDisabled_Cal td.dxe {
    color: #acacac;
    cursor: default;
    border-color: #c3c3c3 !important;
    background-color: #f5f4ea;
}

.dxeSpinIncButton_Cal {
    background-image: none;
    background-color: #DFEDFF;
    border: 1px solid #7F9DB9;
}

.dxeSpinDecButton_Cal {
    background-image: none;
    background-color: #DFEDFF;
    border: 1px solid #7F9DB9;
}

.actionNote {
    background: url(../../images/infosymbol.gif) left 8px no-repeat;
    color: #A81C38 !important;
    clear: both;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 11px;
}
