/* window */
.popUpMDI_IE {
	position: absolute;
	border: 1px solid #000098;
	background: #FFFFFF;
	z-index: 20001;
	display:none;	
	overflow-x:hidden;
	overflow-y:auto;
}
.popUpMDI_FF {
	position: absolute;
	border: 1px solid #000098;
	background: #FFFFFF;
	z-index: 20001;
	display:none;	
	overflow:hidden;
}

/* window title */
.titleBarMDI
{
	font-size: 10px;	
	margin: 0px;
	cursor: default;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.tableTitleBarMDI
{
	background-repeat:repeat-x;
	width:100%;
}
/* content space */
.contentMDI 
{
	scrollbar-face-color: #D4D2DF; 
    scrollbar-highlight-color: #ECEBF1;
    scrollbar-shadow-color: #D4D2DF;
    scrollbar-3dlight-color: #C6C6D0;
    scrollbar-arrow-color:  #7A7A7A;
    scrollbar-track-color: #E9E9EF;
    scrollbar-darkshadow-color: #AAAAB9;
	overflow: auto;
	padding: 5px 5px 5px 5px;	
}
/* resize handle */
.resizeMDI
{
	right: 0px;
	background: #000066;
	width: 1em;
	cursor: se-resize;
	bottom: 0px;
	position: absolute;
	height: 1em;
}
/* close */
.closeMDI
{	
	vertical-align:middle;
	cursor:pointer;
	width:10px;
	background-repeat: no-repeat;
}
.MaskMDI{
	position: absolute;
	z-index: 20000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
	background-color:transparent !important;
	background-color: #333333;
	background-repeat: repeat;
	display:none;
}
