/*------------------------------
MODAL DIALOG STYLE
-------------------------------*/	

.info {
    font-style:italic;
    font-size: 0.9em;
    color: #666666;
}

.popupMask {
    position: fixed;
    z-index: 900;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #cccccc;
    filter: alpha(opacity=40);
    opacity: .4;
}

.popupDragMask {
    position: fixed;
    z-index: 920;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background: #FFFFFF;
    filter: alpha(opacity=0);
    opacity: .0;
}

.popupContainer {
    border: 2px solid #737373;
    position: fixed;
    z-index: 910;
    top: 0px;
    left: 0px;
    padding: 0px;
    background: #FFFFFF;
    visibility: hidden;
 }
 
.popupInner {
    float: left;
    position: relative;
}

.popupFrame {
    margin: 0px;
    width: 100%;
    height: 100%;
    position: relative;
}

.popupTitleBar {
    background: #466381;
    color: #ffffff;
    font-weight: bold;
    border-bottom: 1px solid #31465B;
    border-top: 1px solid #577BA0;
    border-left: 1px solid #577BA0;
    border-right: 1px solid #204095;
    padding: 3px;
}
 
.popupTitleBarStretcher{
    width:1px; 
    height:1px; 
    overflow: hidden;
    clear:both; 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.popupTitle {
    float: left;
    font-size: 1.1em;
    margin-top: 2px;
    margin-left: 2px;
}

.popupControls {
    float: right;
    cursor: pointer;
}

.popupControls img{
    border: none;
}

.img    {
    border: 0px;
}

#alertText {
    padding: 10px;
}
