/*

System classes

*/

#SYSTEM_CURTAIN
{
	z-index:		10;
}

#SYSTEM_NOTIFICATION
{
	z-index:		100;
}

.system
{
	position:		fixed;
	top:			0px;
	bottom:			0px;
	left:			0px;
	right:			0px;
	margin:			0px;
	padding:		0px;
	height:			100%;
	width:			100%;
}

.system table
{
	margin:			auto;
}

.system-processing
{
	padding:		15px 20px 15px 20px;
	border:			solid 1px #000f30;
	background-color:	#ffffff;
}

.system-disabler
{
	filter:			progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	opacity:		.6;
	background-color:	#ffffff;
	width:			100%;
}

.system-window
{
	background-image:	url( ../Images/System/window.gif );
	background-repeat:	no-repeat;
	height:			280px;
	width:			430px;
}

/*

End file

*/