
    div.dhtmlWindowHeader {
        background-repeat: repeat-x;
        height: 22px;
        text-align: left;
        padding-left: 5px;
        background-image: url( '../../img/dhtmlWindow/vista2/headerBackground.gif' );
        background-position: left;
        cursor: default;
    }

    div.dhtmlWindow {
        display: none;
        border: 1px solid #707E78;
        background-color: white;
        z-index: 1000;
    }

    div.dhtmlWindowContent {
        padding: 10px;
        overflow: auto;
    }

    a.dhtmlWindowButton, a.dhtmlWindowButtonDown {
        height: 15px;
        width: 21px;
        padding: 0px;
        display: block;
        cursor: pointer;
        margin: 0px;
        margin-left: auto;
        margin-bottom: 1px;
        background-image: url( '../../img/dhtmlWindow/vista2/closeButton.gif' );
        background-position: 0px;
    }

    a.dhtmlWindowButton:hover {
        background-position: 42px;
    }

    a.dhtmlWindowButtonDown {
        background-position: 21px;
    }

    td.dhtmlWindowHeaderTitle {
        width: 50%;
        color: black;
        padding-top: 4px;
    }

    td.dhtmlWindowHeaderButtons {
        width: 50%;
        text-align: right;
        padding-top: 3px;
        padding-right: 3px;
    }

    .dhtmlWindowIframe {
        display: none;
    }

    div.dialogTitle {
        font-size: 16px;
        font-weight: bold;
    }
