﻿.overlayer { background-color: #000; }


.window { 
	padding:0px;
	/*border:1px solid #75A0CA;*/
	border:1px solid #666666;
	background:#FFF;
	position:absolute;
	z-index:20;	
	max-width: 90%;
	max-height:800px;
	top: 50px;
    left: 30%;
	display:none;
}

* html .window {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
	 /*width: expression( document.body.clientWidth > 776 ? "777px" : "auto" ); /* sets max-width for IE */
	 /*max-width: 777px; /* this sets the max-width value for all standards-compliant browsers */
	 /*height: expression( this.scrollHeight > 332 ? "333px" : "auto" ); /* sets max-height for IE */
     /*max-height: 333px; /* sets max-height value for all standards-compliant browsers */
	 
}


/*.window .title { background:#ACC6DF; padding:5px;}*/
.window .title { background:#000000 url("../images/banners/ban_stars.jpg") top left no-repeat; background-position:top; padding:5px; font-weight:bold; }
.window .title .buttons { float:right;margin-top:-16px; margin-top:-20px; margin-right:3px;}
* + html .window .title .buttons {position:absolute;margin-top:-10px; margin-right:3px;}
/*.window .title .buttons .min { cursor:pointer; display:block; float:left; background:#F5714E url("../images/window_min.gif") top left no-repeat; border:1px solid #A7190F; height:10px; width:10px; padding:1px;margin-right:3px;_padding-bottom:0px;}
.window .title .buttons .close {cursor:pointer; display:block; float:left; background:#F5714E url("../images/window_close.gif") top left no-repeat; border:1px solid #A7190F; height:10px; width:10px; padding:1px;_padding-bottom:0px;}*/
.window .title .buttons .min { cursor:pointer; display:block; float:left; background:#F5714E url("../images/window_min.gif") top left no-repeat; border:1px solid #A7190F; height:10px; width:10px; padding:1px;margin-right:3px;padding-bottom:0px;}
.window .title .buttons .close {cursor:pointer; display:block; float:left; background:#F5714E url("../images/window_close.gif") top left no-repeat; border:1px solid #A7190F; height:10px; width:10px; padding:1px;padding-bottom:0px;}
.window .title .buttons .hover { background-color:#EF947D;}
/*.window .title .status .resize { color: }*/
.window .content { padding:8px;overflow:hidden;}

.transferer
{
	border: 1px solid #EEE;
	background-color: #F9F9F9;
	opacity:0.7;
	filter:alpha(opacity=30);
	z-index:99999;
}


