.window-container{
	width:150px;
	position:absolute;
	font-family: "Trebuchet MS";
}

.window-titleBar{
	width:100%;
	height:15px;
	padding: 1px;
	text-indent: 3px;
	/*background-color: #8ab507;*/
	background: transparent;
	color: #fff;
	cursor: move;
	overflow: hidden;
	text-align: left;
}

.window-content{
	width:100%;
	height:100%;
	background: transparent;
    /*border:1px solid #8ab507;*/
	overflow:hidden;
}

.window-statusBar{
	width:100%;
	height:15px;
	text-indent: 3px;
	background-color: #8ab507;
	border:1px solid #8ab507;
	color: #fff;
	overflow: hidden;
	display: none;
}

.window-minimizeButton{
	position: absolute;
	right: 40px;
	top: 2px;
	cursor: pointer;
}

.window-maximizeButton{
	position: absolute;
	right: 20px;
	top: 2px;
	cursor: pointer;
}

 .window-closeButton{
	position: absolute;
	right: 5px;
	top: 2px;
	cursor: pointer;
}

.window-resizeIcon{
	float: right;
	cursor: nw-resize;
}
