.modal-background
{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#777;
    -moz-opacity:.50; 
    filter:alpha(opacity=50); 
    opacity:.50;
}

.window-container
{
	width:350px;
	position:absolute;
	left:350;
	top:200;
	font-size:12px;
	font-family:verdana;
}

.window-titleBar
{
    height:23px;
    margin:0 9px 0 9px;
    text-align:center;
}

.window-titleBar-content
{
    height:23px;
    text-align:left;
	line-height: 23px;
    padding-top:0px;
    background: transparent url(/JQuery/default/top_mid.gif) repeat-x;
	cursor: default;
	font-weight: bold;
	color: #666666;
}

.window-titleBar-leftCorner
{
	background: transparent url(/JQuery/default/top_left.gif) no-repeat;			
    width:9px;
    height:23px;
    position: absolute;
	left: 0px;
	top: 0px;
}

.window-titleBar-rightCorner
{
	background: transparent url(/JQuery/default/top_right.gif) no-repeat;			
    width:9px;
    height:23px;
    position: absolute;
	right: 0px;
	top: 0px;
}
/*
.window-minimizeButton
{
    width: 0px;
	height: 0px;
	background: transparent url(/JQuery/default/minimize.gif) no-repeat 0 0;
	position: absolute;
	left: 35px;
	top: 5px;
	cursor: pointer;
}

.window-maximizeButton
{
    width: 0px;
	height: 0px;
    background: transparent url(/JQuery/default/maximize.gif) no-repeat 0 0;
	position: absolute;
	left: 55px;
	top: 5px;
	cursor: pointer;
}
*/
.window-closeButton
{
    width: 28px;
	height: 15px;
	background: transparent url(/JQuery/default/close.png) no-repeat 0 0;	
	position: absolute;
	right: 15px;
	top: 5px;
	cursor: pointer;
}


.window-content
{
	height:100%;
	background-color:#FFFFFF;
	font-size:12px;
	font-family:verdana;
	color:#000000;
    border-left:1px solid #AAA;
    border-right:1px solid #AAA;
	border-bottom:1px solid #AAA;
    overflow:auto;
}


.window-statusBar
{
	height:3px;
    position: relative;
    border-left:1px solid #AAA;
	border-right:1px solid #AAA;
	border-bottom:1px solid #AAA;
	background-color: #AAA;
	overflow: hidden;
    aabackground: transparent url(/JQuery/default/bottom_mid.gif) repeat-x;
}

.window-resizeIcon
{
    width: 9px;
	height: 19px;
    background: transparent url(/JQuery/default/sizer.gif) no-repeat;
	position: absolute;
	right: 0px;
	bottom: 0px;
	cursor: se-resize;
}