        body
           {margin: 0px 0px 0px 2px;
            background-color: #9CBDD0;}
        
        div.menu{
            float: left;
            padding-left: 5px;
            padding-right: 5px;
            cursor: default;
        } 
		
        div {
            font-size: 11px;
        } 
		
        div.FrmMdi{
            position: absolute;
            top     : 0px;
            left    : 0px;
            height  : 100%;
            width   : 100%;
            overflow: hidden;
        }
        
        div.FormMdiWinMinCnt{
            position: absolute;
            bottom  : 0px;
            left    : 0px;
            width   : 99%;
        } 
        
		div.WinMdi{                        
            background-color: #99BAF3;
			border: 2px solid #122A74;
            -moz-border-radius: 4;
			position: absolute;
		}		                       
        
        div.WinMdiMaskDesk
           {position    : absolute;} 
        
        div.WinMdiMinimized{
            float           : left;
            color           : white;
			background-color: #99BAF3;
			border          : 2px solid #122A74;
            font-weight     : bold;
            overflow        : hidden;
            -moz-border-radius: 4; 
            width           : 150px;  
            font-family     : Arial;
			font-size       : 12px;
            padding         : 5px;
		}
                               
        div.WinMdiResizeCorner{
            position: absolute; 
            bottom:0px; 
            right:0px; 
            width:12px; 
            height:12px; 
            cursor: nw-resize; 
            background-image: url(/img/osy/WinMdiResizeCorner.png); 
            background-repeat: no-repeat;
        }
        
        div.WinMdiStatusBar{
            color: white; 
            font-family: Arial;
			font-size: 12px; 
            height : 15px;
            border-top: 1px solid #122A74;}  
        
   		div.WinMdiTitleBar{
			color: white; 
            font-family: Arial;
			font-size: 12px; 
			padding: 5px;            
            /*height : 20px;*/
            border-bottom: 1px solid #122A74;
            cursor: default;
            height: 20px;
		}
        
        div.WinMdiUnSelected{
			background-color: #ccc;                        
			border: 2px solid gray;
			position: absolute;
		}
        
        iframe.WinDesk{
            width : 100%;
            border: 0px;            
        }    
        

