/*[strip-space="true"]*/
/*[strip-comment="true"]*/

/*--- [hide scroll bars and selects] ---*/

body.noscroll
{
	overflow: hidden !important;
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0px;
}

body.noscroll select
{
	visibility: hidden;
}

/*--- [mask] ---*/

.mask
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;

	background: #999;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

/*--- [window frame] ---*/

.window 
{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	margin:-280px 0 0 -350px;
	background:buttonface;
	text-align:left;
	border:	1px solid;
	border-color: ThreedHighlight ThreeDDarkShadow ThreeDDarkShadow ThreedHighlight;
}

.window .loading
{
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	background: url('../../images/windows/loading.gif') center center no-repeat;
	color: #000000;
	font-size: 90%;
}

.window .loading h2
{
	font-size: 1.0em;
	margin: 10px 10px 50px 10px;
	text-align: center;
}

/*--- [title] ---*/

.window h1
{
	font-size: 100%;
	font-weight: 600;
	background: #4a7863;
	margin: 2px 2px 0px 2px;
	padding: 4px;
	text-transform: capitalize;
	color: #ffffff;
}

.window a.max
{
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	left: 100%;
	margin-left: -40px;
	z-index: 1;
	background: #4a7863 url('../../images/windows/max.gif') center center no-repeat;
	cursor: pointer;
}

.window a.restore
{
	background: #4a7863 url('../../images/windows/restore.gif') center center no-repeat !important;
}

.window a.close
{
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	left: 100%;
	margin-left: -23px;
	z-index: 1;
	background: #4a7863 url('../../images/windows/close.gif') center center no-repeat;
	cursor: pointer;
}

/*--- [window iframe] ---*/

.window iframe
{
	margin: 2px;
	border: 0px;
	/*border:	1px solid;
	border-color: ThreeDDarkShadow ThreedHighlight ThreedHighlight ThreeDDarkShadow;*/
	/*width: 650px;
	height: 500px;*/
	background: #ffffff;
}

/*--- [window caption] ---*/

.window span
{
	display:none;
	background: buttonface;
	font-size: 100%;
	margin: 0px 2px 2px 2px;
	padding: 2px;
	border:	1px solid;
	border-color: ThreeDDarkShadow ThreedHighlight ThreedHighlight ThreeDDarkShadow;
	text-transform: capitalize;
}
