
	
	/* ###	WINDOWOBJECT	########################################################################## */
	
	.classWindowShell {

		position: absolute;
		z-index: 200;
		top: 0px;
		background-color: #fff;
		padding:5px 15px 5px 15px;
		
	}
	
	.classWindowTitle {
		height: 25px;
		
	}
	
	.classWindowTitleText {
		font-size: 18px;
		float: left;
	}
	
	.classWindowTabs {
		float: left;
	}
		
	.classWindowButtons {
		float: right;
	}
	

	.classWindowButtons a {
		margin-right: 10px;
	}
	
	.classWindowContent {
		clear: both;
		background:#E0E7E8;
	}
	
	
	.classWindowFrame {
		overflow-y: auto;
		overflow-x: hidden;
		
	}
	
	
	.classWindowMask {

		opacity: 0.5;
		background-color: #000;
		position: absolute;
		min-width: 100%;
		width: 100%;
		min-height: 100%;
		height: auto;
		height: 100%;
		top: 0px;
		left: 0px;	
		z-index: 200;
	}
	

