/* -------- фрейм для показа всплывающих окон */
.fr_dialog	{ 
	padding:0px;	margin:0px;	width:600px; height:400px; display:none; z-index:1001;
	position: absolute; top:0px; left:0px;
	background:white url(/adm/i/0.gif) no-repeat;	background-attachment: fixed;
}

.fr_dialog_IE_OLD	{ 
	padding:0px;	margin:0px;	width:600px; height:400px; display:none; z-index:1001;
	position: absolute;
	left: 0px;
	background:white url(/adm/i/0.gif) no-repeat;	background-attachment: fixed;
}

.fr_dialog table, .fr_dialog_IE_OLD	table { border:1px solid black; }

.fr_dialog .menu td, .fr_dialog_IE_OLD .menu td	{ background-color:#6f7b89; padding:3px; color:White; font-weight:bold; }
.fr_dialog .menu td *, .fr_dialog_IE_OLD .menu td	* { color:White; font-weight:bold; }

.fr_dialog .menu td div, .fr_dialog_IE_OLD .menu td div	{ width:400px; overflow:hidden; white-space:nowrap; }
 

.fr_modal
{  
	z-index:1000;
	visibility:hidden;
	position:absolute;  
	top:0;  
	right:0;  
	bottom:0;  
	left:0;  
	height:100%;  
	width:100%;  
	margin:0;  
	padding:0;  
	background:#fff;  
}

.fr_modal_IE_OLD
{  
	z-index:1000;
	visibility:hidden;
	position:absolute;  
	right:0;  
	bottom:0;  
	left:0;  
	height:100%;  
	width:100%;  
	margin:0;  
	padding:0;  
	background:#fff url(/adm/i/0.gif) no-repeat;	background-attachment: fixed;  
}
