.MDI_window {
    display: block;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: 0px;
    border: 1px solid black;
    background-color: #E8E8E8;
}

.MDI_windowFlash {
    display: block;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: 0px;
    border: 1px solid white;
    background-color: #E8E8E8;
}

.MDI_title {
    background-color: darkslateblue;
    background-image: url("../images/regularHeader.PNG");
    background-repeat: repeat-x;
    color: white;
    font: bold 14pt sans-serif;
    text-align: center;
    cursor: move
}

.MDI_title p {
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px;
}

.MDI_titleFlash {
    background-color: darkslateblue;
    background-image: url("../images/disabledHeader.PNG");
    background-repeat: repeat-x;
    color: white;
    font: bold 14pt sans-serif;
    text-align: center;
    cursor: move;
}

.MDI_titleFlash p {
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px;
}

.MDI_body {
    padding: 10px;
}

.MDI_closeButton {
    position: absolute;
    width: 23px;
    height: 21px;
    right: 1px;
    top: 1px;
    cursor: pointer;
    background-image: url("../images/closebutton1.PNG");
}

.MDI_closeButton:active {
    background-image: url("../images/closebuttoninverse.PNG");
}