.window-container
{
	/*width:800px;*/
	position:absolute;
	margin: 0 auto;
/*	font-size:13px;
	font-family:verdana;*/
	color: #474444;
}

.window-titleBar
{
/*	width:100%;*/
	height:15px;
	padding: 2px;
	text-indent: 3px;
/*	font: bold 13px Arial;*/
	font-weight: bold;
	background-color: #D7DF21;
	color: white;
	cursor: move;
	overflow: hidden;
}

.window-content
{
	height:100%;
	background-color: #FFFFFF;
/*	font-size:13px;
	font-family:verdana;*/
    border:1px solid #D7DF21;
	overflow:auto;
	padding: 8px;
}

.window-statusBar
{
	/*width:100%;*/
	height:15px;
	text-indent: 3px;
	/*font: bold 13px Arial;*/
	font-weight: bold;
	padding: 2px;
	background-color: #57675C;
	border:1px solid #57675C;
	color: white;
	overflow: hidden;
}

.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;
}