.animatedIFrameDialogOverlay { position:fixed; overflow:hidden; height: 100%; left:0px; top: 0px; width:100%; z-index: -2000; }
.animatedIFrameDialogWindow { position:fixed; overflow:hidden; height: 80%; left:200px; top: -200px; width: 80%; z-index: -3000; opacity: 1 }
.animatedIFrameDialogTitleBar {padding: 7px 10px; border-bottom: 1px solid #d0d0d2; }
.animatedIFrameDialogTitle { font-weight: bold; color: #003366; font-size: 20px; line-height: 30px; overflow: hidden; height: 30px }
.animatedIFrameDialogButtons { position: absolute; background-color: White;top: 10px; right: 10px; height: 30px }
.animatedIFrameDialogClose { color: #000000; font-size: 14px; font-weight: bold; display: inline-block; cursor: default}
.animatedIFrameDialogExpand { color: #000000; font-size: 14px; font-weight: bold; display: inline-block; cursor: default}
.animatedIFrameDialogBody { font-size: 12px; }
.animatedIFrameContent { height: 100%; }
.animatedIFrameDialogLoading { position:fixed; overflow:hidden; height: 50px; left:200px; top: -200px; width: 50px; z-index: -3000; opacity: 0 }
.windowClose {
    background-image: url("../graphics/icons/icon_windowclose.jpg");
}
    
.windowExpand {
    background-image: url("../graphics/icons/icon_windowexpand.jpg");
}
    
.windowContract {
    background-image: url("../graphics/icons/icon_windowcontract.jpg");
}
    
.windowButton 
{
    background-repeat: no-repeat;
    margin-left: 15px;
    height: 50px;
    cursor: pointer;
}
    
.windowButton div 
{
    padding-top: 4px;
}
    
.windowClose div 
{
    margin-left: 23px;
}
    
.windowExpand div 
{
    margin-left: 42px;
}
    
.windowContract div 
{
    margin-left: 42px;
}