.window-container
{
	width:150px;
	position:absolute;

	left:350;
	top:200;
	font-size:13px;
	font-family:verdana;
}

.window-titleBar
{
	width:100%;
	height:20px;
	padding: 1px;
	text-indent: 3px;
	font: bold 13px Verdana;
	background-color: #464646;
	color: #FFFFFF;
	cursor: move;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5PX;
}

.window-content
{
	width:100%;
	height:100%;
	background-color: #000000;
	font-size:13px;
	font-family:verdana;
    border-top:1px solid #5e5e5e;
	overflow:auto;
}

.window-statusBar
{
	width:100%;
	height:15px;
	text-indent: 3px;
	font: bold 13px Verdana;
	background-color: #464646;
	border-top:1px solid #5e5e5e;
	color: #FFFFFF;
	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;
}
