﻿body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 75%;
    background: url(../Images/mainBg.jpg) repeat 0 0;
}

.mainWarp {
    width: 1000px;
    margin: 0 auto;
}

.bannerLogoArea {
    background: url(../images/headerFreamBg.png) no-repeat 0 0;
    height: 326px;
    margin-top: -3px;
}

.logo {
    width: 394px;
    height: 102px;
    padding-left: 7px;
}

    .logo img {
        margin-top: 2px;
        height: 100px;
    }

.menuRight {
    width: 578px;
    float: right;
    padding-top: 18px;
    padding-right: 5px;
}

.topMenuButtons ul {
    position: relative;
    float: right;
    padding: 0;
    top: 38px;
    left: 2px;
    list-style: none;
    /*z-index: -1;*/
}

.topMenuButtons li {
    float: left;
    margin: 0;
    padding: 0;
    background: url(../Images/topMenuBg.jpg) repeat-x 0 3px;
}

    .topMenuButtons li a {
        padding: 0 10px 0 18px;
        background: url(../Images/topMenuDivider.jpg) no-repeat left 4px;
        display: block;
        font-size: 11px;
        color: #2D8ABB;
    }

    .topMenuButtons li:first-child {
        background: url(../Images/topMenuFirstBg.jpg) repeat-x 0 3px;
        padding-left: 12px;
    }

    .topMenuButtons li:last-child {
        background: url(../Images/topMenuLastBg.jpg) repeat-x right 3px;
    }

    .topMenuButtons li:first-child a {
        padding-left: 0;
        background: none -999999px -999999px !important;
    }

    .topMenuButtons li a span {
        display: block;
        padding: 12px 0 8px;
    }

    .topMenuButtons li a:hover span {
        background: url(../Images/topMenuArrow.jpg) no-repeat center 3px;
        cursor: pointer;
    }

    .topMenuButtons li.selected a span {
        background: url(../Images/topMenuArrow.jpg) no-repeat center 3px;
    }

    .topMenuButtons li.last {
        padding-left: 0;
        background: none;
        position: relative;
        top: 1px;
    }

        .topMenuButtons li.last a {
            background: url(../Images/topLastMenuBg.jpg) repeat-x 0 0;
            font-size: 13px;
            text-align: center;
            font-weight: bold;
            color: #FFF;
            padding-left: 10px;
            border: solid 1px #296D90;
            border-radius: 0 3px 0 0;
            width: 170px;
            box-shadow: 0 0 4px #81888B;
        }

            .topMenuButtons li.last a span {
                line-height: 13px;
                padding: 8px 0;
                text-align: center;
                background: none -99999px -999999px !important;
            }

    .topMenuButtons li.selected.last a span {
        line-height: 13px;
        padding: 8px 0;
        text-align: center;
        background: none -99999px -999999px !important;
    }

.bannerWrap {
    width: 805px;
    float: left;
    padding-left: 5px;
    padding-top: 10px;
    position: relative;
    margin-top: -4px;
}

    .bannerWrap img {
        width: 980px;
        margin-left: 5px;
        margin-top: 2px;
    }

    .bannerWrap h2 {
        font-family: Helvetica, Arial, sans-serif;
        padding: 10px 18px;
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 125px;
        font-size: 30px;
        font-weight: bold;
        color: #31A1E4;
    }

a {
    text-decoration: none;
}

.asideMiddle {
    width: 990px;
    float: left;
    margin-top: 5px;
    margin-left: 6px;
    background: #FFF;
    box-shadow: 0 0 4px #A9A9A9;
    position: relative;
    padding-bottom: 20px;
}

.javaScriptWrapper {
    width: 990px;
    float: left;
    margin-top: 5px;
    margin-left: 6px;
    background: #FFF;
    box-shadow: 0 0 4px #A9A9A9;
    position: relative;
}

.asideLeft {
    width: 190px;
    float: left;
    margin-top: 5px;
    margin-left: 6px;
    background: #FFF;
    box-shadow: 0 0 4px #A9A9A9;
    position: relative;
}

.asideRight {
    width: 794px;
    float: left;
    margin-top: 5px;
    margin-left: 6px;
    background: #FFF;
    box-shadow: 0 0 4px #A9A9A9;
    position: relative;
    padding-bottom: 20px;
    min-height: 299px;
}

h1 {
    padding-left: 15px;
    font-size: 19px;
    font-weight: bold;
    color: #31A1E4 !important;
    /*background: url('../images/mainHeadingBg.jpg') no-repeat scroll left top transparent;*/
    padding-top: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
}

input:not([type="checkbox"]):not(.logoutButtonstyle):not(.buttonStep):not(.buttonStepCurrent):not(.messageBoxButton):not(.confirmDeleteBoxButton):not(.saveGoToButton) {
    border: 1px solid #2D8ABB;
    padding-left: 4px;
}

.searchRegion .columnBig input:not([type="checkbox"]) {
    width: 230px;
    height: 20px;
}

.searchRegion .columnMedium input {
    width: 130px;
    height: 20px;
}

.searchRegion .columnMedium .calendarIcon {
    margin-bottom: 5px;
    margin-left: 115px;
    margin-top: -22px;
    padding: 0;
}

.searchRegion .columnMediumSmall input {
    width: 110px;
    height: 20px;
}

.searchRegion .columnSmall input {
    width: 70px;
    height: 20px;
}

.columnBig input:not([type="checkbox"]):not(.saveGoToButton) {
    width: 210px;
    height: 20px;
}

.columnBigMedium input:not([type="checkbox"]):not(.saveGoToButton) {
    width: 410px;
    height: 20px;
}

.columnVeryBig textarea {
    width: 446px;
    height: 60px;
    border: 1px solid #2D8ABB;
    padding-left: 4px;
    resize: none;
}

.columnVeryBig input:not([type="checkbox"]) {
    width: 450px;
    height: 20px;
}

.columnSmall input {
    width: 50px;
    height: 20px;
}

.columnMedium input {
    width: 110px;
    height: 20px;
}

.login {
    margin: 20px;
    margin-left: 40px;
    line-height: 2;
}

    .login input {
        width: 200px;
        border: 1px solid #2D8ABB;
        height: 20px;
    }

    .login .login_button,
    .login .login_button:hover {
        width: 150px;
        margin-top: 10px;
        margin-right: 5px;
    }

.loginheadline {
    text-align: center;
    margin-top: 25px;
}

.failure_text {
    text-align: center;
    color: Red;
    font-weight: bold;
    margin-bottom: 10px;
}

    .failure_text span {
        color: Red;
        font-weight: bold;
    }

.buttonStep {
    display: block;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    background: url(../Images/stepButton.png ) no-repeat 0 0;
    color: #2082b5;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    width: 180px;
    font-weight: bold;
    border: none;
    text-decoration: none;
    height: 25px;
    outline: none;
}

    .buttonStep:hover, .buttonStepCurrent, .buttonStepCurrent:hover {
        display: block;
        text-align: center;
        line-height: 14px;
        font-size: 12px;
        background: url(../Images/stepButtonCurrent.png) no-repeat 0 0;
        color: #ffffff;
        padding: 3px 10px 3px 10px;
        cursor: pointer;
        width: 180px;
        font-weight: bold;
        border: none;
        text-decoration: none;
        height: 25px;
        outline: none;
    }

        .buttonStep:active, .buttonStepCurrent:active {
            border: none;
            outline: none;
        }

input[type="submit"]:not(.logoutButtonstyle):not(.buttonStep):not(.buttonStepCurrent):not(.messageBoxButton):not(.confirmDeleteBoxButton):not(.saveGoToButton),
.buttonstyle {
    display: block;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    background: url(../Images/button.jpg) no-repeat 0 0;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    width: 150px;
    font-weight: bold;
    border: none;
    text-decoration: none;
    height: 26px;
}

.saveGoToButton {
    display: block;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    background: url(../Images/button.jpg) 0 0;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    font-weight: bold;
    border: none;
    text-decoration: none;
    height: 26px;
    margin-right: auto;
    margin-left: auto;
}

    .saveGoToButton:hover {
        background: url(../Images/buttonHover.jpg) 0 0;
        color: #ffffff;
        padding: 3px 10px 3px 10px;
        cursor: pointer;
        font-weight: bold;
        border: none;
        height: 26px;
        margin-right: auto;
        margin-left: auto;
    }

input[type="submit"]:not(.logoutButtonstyle):not(.buttonStep):not(.buttonStepCurrent):not(.messageBoxButton):not(.confirmDeleteBoxButton):hover:not(.saveGoToButton):hover,
.buttonstyle:hover {
    background: url(../Images/buttonHover.jpg) no-repeat 0 0;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    width: 150px;
    font-weight: bold;
    border: none;
    height: 26px;
}

.rowVariableProtected {
    width: 715px;
    padding-left: 40px;
    padding-right: 20px;
    margin-bottom: 5px;
    height: 90px;
    line-height: 2;
}

.rowMultiLineProtected {
    width: 715px;
    padding-left: 40px;
    padding-right: 20px;
    text-align: justify;
    margin-bottom: 5px;
}

.rowProtected {
    width: 725px;
    padding-left: 40px;
    padding-right: 20px;
    height: 50px;
    margin-bottom: 5px;
    line-height: 2;
}

.rowSingleInputProtected {
    width: 725px;
    padding-left: 40px;
    padding-right: 20px;
    height: 30px;
    margin-bottom: 5px;
    line-height: 2;
}

.rowSingleProtected {
    width: 715px;
    padding-left: 40px;
    padding-right: 20px;
    height: 15px;
    margin-bottom: 5px;
}

.alignBottom {
    margin-top: 22px;
}

.rowForm {
    width: 950px;
    padding-left: 40px;
    padding-right: 20px;
    height: 50px;
    margin-bottom: 5px;
    line-height: 2;
}

.row {
    width: 950px;
    padding-left: 40px;
    padding-right: 20px;
    height: 30px;
    margin-bottom: 5px;
}

.rowVariable {
    width: 910px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
    margin-bottom: 5px;
}

.rowShortVariable {
    width: 240px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
    margin-bottom: 5px;
}

.rowSingle {
    width: 950px;
    padding-left: 40px;
    padding-right: 20px;
    height: 15px;
    margin-bottom: 5px;
}

.columnSmall {
    width: 80px;
    float: left;
}

.columnVerySmall {
    width: 30px;
    float: left;
}

.columnMedium {
    width: 140px;
    float: left;
}

.columnMediumSmall {
    width: 120px;
    float: left;
}

.columnBig {
    width: 240px;
    float: left;
}

.columnBigMedium {
    width: 410px;
    float: left;
}

.columnVeryBig {
    width: 480px;
    float: left;
}

.columnBig span, .columnMedium span, .columnBigMedium span {
    padding-right: 10px;
}

.link {
    text-decoration: underline;
    color: #2D8ABB;
}

    .link:hover {
        font-weight: bold;
        cursor: pointer;
    }

.footnote {
    text-align: center;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
}

h2 {
    font-size: 14px;
    margin-left: 40px;
    font-weight: bold;
    color: #08598f;
}

h3 {
    font-size: 12px;
    margin-left: 40px;
    font-weight: bold;
    color: #08598f;
}

.marginLeft {
    margin-left: 65px;
}

.navigationItem a {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #ACAAAE;
    display: block;
    background: url(../Images/menuBg.png) repeat-x 0 0;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: solid 1px #ACAAAE;
    border-right: solid 1px #ACAAAE;
    font-size: 14px;
    color: #31A1E4;
    font-weight: bold;
}

    .navigationItem a:hover {
        background: url(../Images/menuHoverActive.png) repeat-x 0 0;
        cursor: pointer;
    }

.navigationItemSelected a {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #ACAAAE;
    display: block;
    background: url(../Images/menuHoverActive.png) repeat-x 0 0;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-left: solid 1px #ACAAAE;
    border-right: solid 1px #ACAAAE;
    font-size: 14px;
    color: #31A1E4;
    font-weight: bold;
}

    .navigationItemSelected a:hover {
        cursor: pointer;
    }

/*.menuLeft {
}*/

.menuLeft ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .menuLeft ul li {
        margin: 0;
        padding: 0;
    }

ol li {
    margin: 10px 0;
}

.logoutRegion {
    background-color: #2082b5;
    text-align: center;
    padding: 10px 20px 10px 20px;
    color: white;
    font-weight: bold;
}

.logoutButtonstyle {
    display: block;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    background: url(../Images/menuButton.jpg) no-repeat 0 0;
    color: #2082b5;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    width: 150px;
    font-weight: bold;
    border: none;
    text-decoration: none;
    height: 26px;
    margin-top: 10px;
}

    .logoutButtonstyle:hover {
        background: url(../Images/menuButtonHover.jpg) no-repeat 0 0;
        color: #2082b5;
        padding: 3px 10px 3px 10px;
        cursor: pointer;
        width: 150px;
        font-weight: bold;
        border: none;
        height: 26px;
        margin-top: 10px;
    }

.loginStatus {
    display: block;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    background: url(../Images/menuButton.jpg) no-repeat 0 0;
    color: #2082b5;
    padding: 6px 0 3px 0;
    cursor: pointer;
    width: 150px;
    font-weight: bold;
    border: none;
    text-decoration: none;
    height: 26px;
    margin-top: 10px;
}

    .loginStatus:hover {
        background: url(../Images/menuButtonHover.jpg) no-repeat 0 0;
        color: #2082b5;
        padding: 6px 0 3px 0;
        cursor: pointer;
        width: 150px;
        font-weight: bold;
        border: none;
        height: 26px;
        margin-top: 10px;
    }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 10px;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 10px;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: 10px;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 10px;
}

.blackOverlay {
    display: none;
    visibility: visible;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: transparent url(../Images/transparent.png);
    z-index: 1000;
}

.box {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    z-index: 1001;
}

.controlTitle {
    width: 719px;
    height: 20px;
    margin-left: 35px;
    margin-right: 5px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    background-color: #2082b5;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.gridStyle {
    table-layout: fixed;
    margin-left: 40px;
    margin-top: 20px;
    width: 725px;
    margin-bottom: 20px;
}

    .gridStyle th {
        padding: 4px;
    }

        .gridStyle th a, .gridStyle th a:hover {
            color: white !important;
        }

    .gridStyle td {
        padding: 3px;
    }

        .gridStyle td a {
            text-decoration: none;
            color: black;
        }

    .gridStyle a:hover {
        text-decoration: underline;
        color: black;
    }

    .gridStyle table {
        margin: 0 auto;
    }

        .gridStyle table td {
            border: none;
        }

            .gridStyle table td span {
                padding: 2px 3px;
            }

            .gridStyle table td span {
                background: #2082b5;
                color: #ffffff;
            }

        .gridStyle table a {
            text-decoration: underline;
            border: none;
            padding: 2px 3px;
            color: black;
        }

    .gridStyle th {
        background-color: #2082b5;
        color: #FFFFFF;
        border-top: 1px solid #2082b5;
        border-bottom: 1px solid #2082b5;
        border-left: 1px solid #2082b5;
    }

        .gridStyle th:not(:first-child) {
            border-left: 1px solid #ffffff;
        }

        .gridStyle th:last-child {
            border-right: 1px solid #2082b5;
        }

    .gridStyle td {
        border: 1px solid #2082b5;
    }

.rightAlign {
    margin-right: 27px;
    margin-left: auto;
}

.leftAlignButton {
    float: left;
}

.rightAlignButton {
    float: right;
}

.footerProtected {
    width: 794px;
    float: right;
    margin-top: 5px;
    margin-right: 4px;
    background: #FFF;
    box-shadow: 0 0 4px #A9A9A9;
    position: relative;
}

.columnMediumSmall .dropDownList {
    border: 1px solid #2D8ABB;
    padding-left: 4px;
    width: 115px;
    height: 24px;
}

.columnBig .dropDownList {
    border: 1px solid #2D8ABB;
    padding-left: 4px;
    width: 206px;
    height: 24px;
}

.columnSmall .dropDownList {
    border: 1px solid #2D8ABB;
    padding-left: 4px;
    width: 70px;
    height: 24px;
}

.separatorLine {
    background-color: transparent;
    color: #2D8ABB;
    border-bottom: 1px dotted #2D8ABB;
    padding: 0 0 0 0;
    margin-bottom: 20px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.separatorLineShoppingBasket {
    background-color: transparent;
    color: #2D8ABB;
    border-bottom: 1px dotted #2D8ABB;
    padding: 0 0 0 0;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.sumSeparatorLine {
    background-color: transparent;
    color: #2D8ABB;
    border-bottom: 1px solid #2D8ABB;
    padding: 0 0 0 0;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.navigationLevelTwo {
    background-color: #73c6e9;
    border-left: solid 1px #ACAAAE;
    border-right: solid 1px #ACAAAE;
}

.navigationLevelTwoItem a {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    background-color: transparent;
    margin-left: 5px;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    color: #2D8ABB;
    font-weight: bold;
    background: none;
}

    .navigationLevelTwoItem a:hover {
        background: url(../Images/arrowRight.png) no-repeat left center;
        cursor: pointer;
        color: white;
    }

.navigationLevelTwoItemActive {
    border-left: solid 1px #ACAAAE;
    border-right: solid 1px #ACAAAE;
}

    .navigationLevelTwoItemActive a {
        margin: 0;
        padding: 0;
        border: 0;
        display: block;
        background: url(../Images/arrowRight.png) no-repeat left center;
        margin-left: 5px;
        padding-left: 20px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 14px;
        color: white;
        font-weight: bold;
    }

        .navigationLevelTwoItemActive a:hover {
            cursor: pointer;
            background: url(../Images/arrowRight.png) no-repeat left center;
        }

.stepsTop {
    padding-left: 10px;
}

.stepsBottom {
    padding-left: 50px;
}

li.nostyle {
    list-style-type: none;
    min-height: 14px;
}

.validationSummary, .errorSummary {
    color: red;
    font-size: 14px;
    line-height: 140%;
}

.successMessageLabel {
    color: darkgreen;
    font-size: 14px;
    line-height: 140%;
}

.invisible {
    display: none;
}

.outerMessageBoxPanelEnabled {
    visibility: visible;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: transparent url(../Images/transparent.png);
    z-index: 1000;
}

.outerMessageBoxPanelDisabled {
    visibility: hidden;
}

.innerMessageBoxPanelEnabled {
    visibility: visible;
    border-width: 2px;
    border-style: solid;
    height: auto;
    min-height: 90px;
    margin: 200px auto 0 auto;
    background-color: White;
    z-index: 1000;
    padding: 10px;
    border-radius: 10px;
    border-color: #2082b5;
}

.innerPrintTenancyAgreementBoxPanelEnabled {
    width: 500px;
}

.innerStandardSizeMessageBoxPanelEnabled {
    width: 320px;
}

.messageBoxLabelClass {
    display: block;
    text-align: center;
    padding-bottom: 35px;
    font-size: 12px;
    font-family: Verdana, Sans-Serif;
}

.errorMessageLinkButton {
    display: block !important;
    margin-bottom: 15px !important;
    font-size: 14px;
    font-weight: bold;
    color: #2082b5;
}

.messageBoxButtonDisabled, messageBoxButtonDisabled:hover {
    display: inline-block;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    background: url(../Images/buttonSmallDisabled.png) center center repeat-x;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    font-weight: bold;
    border: none;
    text-decoration: none;
    width: 140px;
    cursor: default;
}

.messageBoxButton, confirmDeleteBoxButton {
    display: inline-block;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    background: url(../Images/buttonSmall.png) center center repeat-x;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    font-weight: bold;
    border: none;
    text-decoration: none;
}

.acceptPrivacyPolicyBoxButton, .acceptPrivacyPolicyBoxButton:hover {
    width: 40px;
}

    .acceptPrivacyPolicyBoxButton, .acceptPrivacyPolicyBoxButton:hover {
        width: 80px;
    }

.printTenancyAgreementBoxButton, .printTenancyAgreementBoxButton:hover {
    width: 140px;
}

.messageBoxButton:hover, .confirmDeleteBoxButton:hover {
    display: inline-block;
    background: url(../Images/buttonSmallHover.png)center center repeat-x;
    color: #ffffff;
    padding: 3px 10px 3px 10px;
    cursor: pointer;
    font-weight: bold;
    border: none;
}

.noEntries {
    font-weight: bold !important;
    line-height: 50px;
}

.gridStyle input, .imageButton {
    border: none !important;
}

.objectsGrid {
    width: 600px !important;
}

    .objectsGrid tr th:first-child, .objectsGrid tr td:first-child {
        width: 230px;
    }

    .objectsGrid tr th:nth-child(2), .objectsGrid tr td:nth-child(2) {
        width: 130px;
    }

    .objectsGrid tr th:nth-child(3), .objectsGrid tr td:nth-child(3) {
        width: 130px;
    }

    .objectsGrid tr th:nth-child(4), .objectsGrid tr td:nth-child(4) {
        width: 135px;
    }

    .objectsGrid tr th:nth-child(5), .objectsGrid tr td:nth-child(5) {
        width: 20px;
    }

.tenancyAgreementsGrid {
    width: 710px !important;
    margin-left: 20px !important;
}

    .tenancyAgreementsGrid tr th:first-child, .tenancyAgreementsGrid tr td:first-child {
        width: 110px;
    }

    .tenancyAgreementsGrid tr th:nth-child(2), .tenancyAgreementsGrid tr td:nth-child(2) {
        width: 110px;
    }

    .tenancyAgreementsGrid tr th:nth-child(3), .tenancyAgreementsGrid tr td:nth-child(3) {
        width: 112px;
    }

    .tenancyAgreementsGrid tr th:nth-child(4), .tenancyAgreementsGrid tr td:nth-child(4) {
        width: 110px;
    }

    .tenancyAgreementsGrid tr th:nth-child(5), .tenancyAgreementsGrid tr td:nth-child(5) {
        width: 110px;
    }

    .tenancyAgreementsGrid tr th:nth-child(6), .tenancyAgreementsGrid tr td:nth-child(6) {
        width: 115px;
    }

    .tenancyAgreementsGrid tr th:nth-child(7), .tenancyAgreementsGrid tr td:nth-child(7) {
        width: 20px;
    }

.orderHistoryGrid {
    width: 490px !important;
}

    .orderHistoryGrid tr th:first-child, .orderHistoryGrid tr td:first-child {
        width: 230px;
    }

    .orderHistoryGrid tr th:nth-child(2), .orderHistoryGrid tr td:nth-child(2) {
        width: 130px;
    }

    .orderHistoryGrid tr th:nth-child(3), .orderHistoryGrid tr td:nth-child(3) {
        width: 130px;
    }

    .orderHistoryGrid tr th:nth-child(4), .orderHistoryGrid tr td:nth-child(4) {
        width: 20px;
    }

.usersGrid {
    width: 725px !important;
    margin-left: 20px !important;
    -ms-word-break: break-all;
    word-break: break-all;
}

    .usersGrid tr th:first-child, .usersGrid tr td:first-child {
        width: 70px;
    }

    .usersGrid tr th:nth-child(2), .usersGrid tr td:nth-child(2) {
        width: 69px;
    }

    .usersGrid tr th:nth-child(3), .usersGrid tr td:nth-child(3) {
        width: 69px;
    }

    .usersGrid tr th:nth-child(4), .usersGrid tr td:nth-child(4) {
        width: 110px;
    }

    .usersGrid tr th:nth-child(5), .usersGrid tr td:nth-child(5) {
        width: 110px;
    }

    .usersGrid tr th:nth-child(6), .usersGrid tr td:nth-child(6) {
        width: 130px;
    }

    .usersGrid tr th:nth-child(7), .usersGrid tr td:nth-child(7) {
        width: 75px;
    }

    .usersGrid tr th:nth-child(8), .usersGrid tr td:nth-child(8) {
        width: 20px;
    }

.pagerStyle td {
    width: 20px !important;
}

.tableOfContent {
    font-weight: bold;
    line-height: 0.6;
}

.calendarIcon {
    margin-bottom: -5px;
    margin-left: -26px;
    padding: 0;
}

.calendar .ajax__calendar_container {
    background-color: #FFF;
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
}

.calendar .ajax__calendar_title,
.calendar .ajax__calendar_hover .ajax__calendar_title {
    margin-bottom: 10px;
    color: #FFF;
}

.calendar .ajax__calendar_next {
    padding-top: 3px;
    background: url(../Images/arrowRight.png) no-repeat 50% 50%;
}

.calendar .ajax__calendar_prev {
    padding-top: 3px;
    background: url(../Images/arrowLeft.png) no-repeat 50% 50%;
}

.calendar .ajax__calendar_days {
    margin-top: 3px;
    margin-bottom: 0;
    padding-bottom: 0;
    background-color: #FFF;
}

.calendar .ajax__calendar_day {
    background-color: #c9c0b4;
    text-align: center;
    height: 15px;
}

.calendar .ajax__calendar_dayname {
    padding: 2px 0 3px 0;
    font-weight: bold;
}

.calendar .ajax__calendar_other .ajax__calendar_day {
    background-color: #FFF;
    color: #757575;
}

.calendar .ajax__calendar_hover .ajax__calendar_day {
    color: #FFF;
}

.calendar .ajax__calendar_hover .ajax__calendar_year {
    color: #FFF;
}

.calendar .ajax__calendar_today {
    font-weight: bold;
}

.calendar .ajax__calendar_invalid .ajax__calendar_day {
    color: #757575;
}

.calendar .ajax__calendar_invalid:hover .ajax__calendar_day {
    background-color: #dce7f3;
    color: #757575;
    cursor: default;
}

.blueCalendar .ajax__calendar_container {
    border: 1px solid #2082b5;
}

.blueCalendar .ajax__calendar_header {
    background-color: #2082b5;
}

.blueCalendar .ajax__calendar_hover .ajax__calendar_day {
    background-color: #2082b5;
}

.blueCalendar .ajax__calendar_today {
    color: #2082b5 !important;
}

.centreElement {
    margin-right: auto;
    margin-left: auto;
}

.validatorStar {
    display: inline-block;
}

.captchaInput {
    display: none;
}

.sessionTimeOutFade {
    display: none;
}

.sessionTimeOutBox {
    font-size: 13px;
    display: none;
    visibility: visible;
    border: 2px solid #ee7f01;
    border-radius: 10px;
    width: 320px;
    height: 140px;
    margin: 200px auto 0 auto;
    background-color: White;
    z-index: 1001;
    padding: 15px;
}

.smallPaddingLeft {
    padding-left: 20px !important;
    width: 750px !important;
}

.topMargin {
    margin-top: 35px;
}

.bottomMargin {
    margin-bottom: 35px;
}

.bottomMarginSmall {
    margin-bottom: 15px;
}

    .bottomMarginSmall ol li {
        margin: 11px 0;
    }

.inlineAfterTextBox {
    padding-left: 4px;
    padding-right: 0 !important;
}

.centreCheckBox {
    padding-top: 19px;
}

input:disabled, textarea:disabled {
    background-color: #f8efe3;
}

.noJavaScript {
    color: Red;
    font-weight: bold;
    text-align: center;
}

.multilineTextBox {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
}

table#printTenancyAgreementBoxTable td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    vertical-align: top;
    text-align: left;
}

.leftPanelSeparatorLine {
    background-color: transparent;
    color: white;
    border-bottom: 1px solid white;
    padding: 0 0 0 0;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.loginRegion {
    height: 100%;
    width: 300px;
    float: left;
    margin-top: 15px;
}

.welcomeRegion {
    height: 100%;
    width: 620px;
    float: left;
    margin-top: 15px;
    border-left: 1px dotted #2D8ABB;
    text-align: center;
}

.priceAdvert {
    font-size: 14px;
    font-weight: bold;
    color: #08598f;
}

.advertTable {
    width: 600px;
    border: none;
    margin-left: 20px;
    table-layout: fixed;
}

    .advertTable td {
        width: 270px;
        border: none;
        text-align: center;
        vertical-align: top;
        padding: 15px;
    }

        .advertTable td.oneCol {
            width: 600px;
            border: none;
            padding-left: 165px;
            padding-right: 165px;
        }

        .advertTable td .cellTitle {
            font-size: 14px;
            font-weight: bold;
            color: #08598f;
        }

.tenancyAgreementHint {
    float: right;
    margin-right: 40px;
}

.hintContainer {
    width: 237px;
    text-align: left;
}

.rowCreateBy {
    font-size: 10px;
    color: gray;
    margin-top: 30px;
    margin-bottom: 20px;
}

.terms {
    width: 910px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
    margin-bottom: 5px;
}

    .terms ol li {
        display: block;
    }
    /* hide original list counter */
    .terms ol > li:first-child {
        counter-reset: item;
    }

    .terms ol li {
        font-size: 12px;
        font-weight: bold;
        color: #08598f;
    }

        .terms ol li ol li {
            font-size: 12px;
            font-weight: normal;
            color: black;
        }
    /* reset counter */
    .terms ol > li {
        counter-increment: item;
        position: relative;
    }
        /* increment counter */
        .terms ol > li:before {
            content: counters(item, ".") ". ";
            position: absolute;
            margin-right: 100%;
            right: 10px;
        }

.privacyPolicy ol li, .cancellationTerms ol li {
    font-size: 16px;
    font-weight: bold;
    color: #08598f;
}

    .privacyPolicy ol li p, .cancellationTerms ol li p {
        font-size: 12px;
        font-weight: normal;
        color: black;
    }

.cancellationTerms {
    width: 910px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
    margin-bottom: 5px;
}

.privacyPolicy {
    width: 910px;
    padding-right: 40px;
    text-align: justify;
    margin-bottom: 5px;
}

.spanField {
    padding-right: 10px;
}

.cancellation {
    border: solid 1px #296D90;
    list-style: none;
    padding: 7px;
}

.cancellationHeader {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #08598f !important;
    text-align: center;
}

.cancellationContent {
    font-size: 12px;
    font-weight: normal;
    color: black;
}

.NoteRegion {
    border: solid 2px #296D90;
    margin-left: 30px;
    margin-right: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #08598f;
    padding: 10px;
}

    .NoteRegion a {
        text-decoration: underline;
        color: #08598f;
        font-weight: bold;
        line-height: 20px;
    }

        .NoteRegion a:hover {
            text-decoration: none;
            cursor: pointer;
        }

    .NoteRegion h3 {
        font-size: 14px;
        margin-bottom: 10px;
        margin-left: 0px;
        margin-top: 0px;
        font-weight: bold;
        color: #08598f;
    }

.certificat {
    float: right;
    margin-top: -104px;
}

    .certificat a img {
        border: 0;
        width: 70px;
        height: 70px;
    }

.tablePrivacyPolicy table {
    border-collapse: collapse;
    width: 100%;
}

.tablePrivacyPolicy tr {
    margin: 0;
}


.tablePrivacyPolicy th {
    background-color: #dddddd;
    text-align: left;
    padding: 8px;
}


.tablePrivacyPolicy td {
    background-color: #fcfcfc;
    text-align: left;
    padding: 8px;
}
.seal {
    margin-top: 19px;
    width: 8em;
}

//archiv
/* #ContentPlaceHolder_RegistrationLabel {
    display: none;
}
#BuyTenancyAgreementMenuItem
{
    display: none;
}
#CreateTenancyAgreementMenuItem
{
    display: none;
} */


