﻿body {
}

.dialog {
    width: 780px;
    margin: 0px;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
}

    .dialog td {
        font-family: Helvetica,Arial,sans-serif;
        font-size: 14px;
    }

.dialog-content {
    height: 390px;
    overflow-y: auto;
    width: 770px;
}

.divider-line {
    height: 1px;
    background-color: #aaa09d;
    margin: auto;
}

.dialog-buttons-block {
    padding-top: 15px;
    width: 770px;
}

    .dialog-buttons-block .dialog-button {
        float: right;
        margin-left: 5px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #e4e6e4;
        border: 0px;
        height: 24px;
        cursor: pointer;
        min-width: 120px;
    }

    .dialog-buttons-block .dialog-button-red {
        color: #ffffff;
        background-color: #ee1c2a;
    }

.submit-button {
    color: #ffffff;
    background-color: #ee1c2a;
    border: 0px;
    height: 24px;
    cursor: pointer;
    margin-top: 5px;
}

    .submit-button:visited {
        color: #6d6e70;
        background-color: #e4e6e4;
        border: 0px;
        height: 24px;
        cursor: pointer;
        margin-top: 5px;
    }

.jstree a {
    font-family: Arial !important;
    font-size: 14px !important;
}

