.window-container
{
	width:150px;
	position:absolute;
	left:350;
	top:200;
	font-size:12px;
	font-family:verdana;
}

.window-titleBar
{
	width:100%;
	height:25px;
    line-height: 26px;
	font-family:verdana;
    font-size:12px;
    font-weight: bold;
    background: url(images/top.jpg);
	color: #313975;
	overflow: hidden;
    cursor: default;
}


.window-content
{
	background-color: #fff;
	font-size:12px;
	font-family:verdana;
    border:1px solid #729CCE;
   height: 100%;
    overflow: hidden;
}

.window-statusBar
{
	text-indent: 3px;
	color: #FFFFFF;
	overflow: hidden;
}

.window-resizeIcon
{
	float: right;
	cursor: nw-resize;
}

.window-statusBar, .window-resizeIcon
{
	background-image: url(images/bottom.jpg);
    background-repeat:repeat-x;
	height:7px;
}

.window-statusBar
{
    border:1px solid #729CCE;
    border-top:0px;
    border-bottom:0px;
}


.window-minimizeButton
{
	position: absolute;
	right: 41px;
	top: 5px;
    width: 15px;
    height: 15px;
	background-image: url(images/ico_minimize.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.window-maximizeButton
{
	position: absolute;
	right: 24px;
	top: 5px;
    width: 15px;
    height: 15px;
	background-image: url(images/ico_maximize.gif);
    background-repeat: no-repeat;
    background-position: center;
}

 .window-closeButton
{
	position: absolute;
	right: 7px;
	top: 5px;
    width: 15px;
    height: 15px;
	background-image: url(images/ico_close.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.window-topLeft
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/top_left.jpg);
    background-repeat: no-repeat;
    width: 7px;
    height: 25px;
    float:left;
}

.window-topRight
{
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(images/top_right.jpg);
    background-repeat: no-repeat;
    width: 7px;
    height: 25px;
    float:right;
}

.window-Inner
{
   padding:8px 10px 20px 30px;
}

