﻿/*Modal Popup*/
.modalBackground {
    background-color: #3E4A6C;
    filter: alpha(opacity=30);
    opacity: 0.30;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Black;
    padding: 3px;
    width: 250px;
}

.popup {
    border: solid 1px #111;
    background-color: #fff;
    padding: 10px 5px;
}

.updateProgress {
    position: absolute;
    background-color: #3E4A6C;
    filter: alpha(opacity=50);
    MozOpacity: 0.5;
    opacity: 0.5;
    padding: 0px;
    margin: 0px;
}

.ListSearchExtenderPrompt {
    font-style: italic;
    color: Gray;
    background-color: white;
}
