.jwindow-margin {
	margin:5px;
}

.popup-window {
	margin:10px;
}

.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:13px;
	font-family:verdana;
}

.window-titleBar
{
    height:28px;
    margin:0 11px 0 11px;
    text-align:center;
	color: #bc5d00;
	font-size:10pt;
	font-weight: bold;
	font-family: Arial;
}

.window-titleBar-content
{
    height:28px;
    text-align:left;
    padding-top: 4px;
    background: transparent url(./jwskin/top_mid_o.png) repeat-x;
	cursor: move;
}

.window-titleBar-leftCorner
{
	background: transparent url(./jwskin/top_left_o.png) no-repeat;
    width:11px;
    height:28px;
    position: absolute;
	left: 0px;
	top: 0px;
}

.window-titleBar-rightCorner
{
	background: transparent url(./jwskin/top_right_o.png) no-repeat;
    width:11px;
    height:28px;
    position: absolute;
	right: 0px;
	top: 0px;
}

.window-leftSide {
	background: transparent url(./jwskin/left_o.png) repeat-y;
    width: 11px;
    position: absolute;
	left: 0px;
	top: 28px;
	bottom: -28px;
}

.window-rightSide {
	background: transparent url(./jwskin/right_o.png) repeat-y;
    width: 11px;
    position: absolute;
	right: 0px;
	top: 28px;
	bottom: -28px;
}

.window-bottomLeftCorner {
	background: transparent url(./jwskin/bottom_left_o.png) no-repeat;
    width: 11px;
	height: 11px;
    position: absolute;
	left: 0px;
	bottom: -39px;
}

.window-bottomRightCorner {
	background: transparent url(./jwskin/bottom_right_o.png) no-repeat;
    width: 11px;
	height: 11px;
    position: absolute;
	right: 0px;
	bottom: -39px;
}

.window-minimizeButton
{
    width: 12px;
	height: 12px;
	background: transparent url(./jwskin/minimize.gif) no-repeat 0 0;
	position: absolute;
	right: 38px;
	top: 7px;
	cursor: pointer;
}

.window-minimizeButton:hover
{
	background: transparent url(./jwskin/minimize_over.gif) no-repeat 0 0;
}

.window-maximizeButton
{
    width: 12px;
	height: 12px;
    background: transparent url(./jwskin/maximize.gif) no-repeat 0 0;
	position: absolute;
	right: 24px;
	top: 7px;
	cursor: pointer;
}

.window-maximizeButton:hover
{
    background: transparent url(./jwskin/maximize_over.gif) no-repeat 0 0;
}

.window-closeButton
{
    width: 11px;
	height: 10px;
	background: transparent url(./jwskin/close.gif) no-repeat 0 0;
	position: absolute;
	right: 11px;
	top: 8px;
	cursor: pointer;
}

.window-closeButton:hover
{
	background: transparent url(./jwskin/close_over.gif) no-repeat 0 0;
}

.window-content
{
	height:100%;
	background-color:#FFFFFF;
	font-size:13px;
	font-family:verdana;
	color:#000000;
    border-left:0px solid #AAA;
    border-right:0px solid #AAA;
    overflow:auto;
	margin: 0px 10px;
}


.window-statusBar
{
	height:11px;
    position: relative;
	overflow: hidden;
	margin: 0 11px 0 11px;
    background: transparent url(./jwskin/bottom_mid_o.png) repeat-x;
}

.window-resizeIcon
{
    width: 10px;
	height: 10px;
    background: transparent url(./jwskin/sizer.gif) no-repeat;
	position: absolute;
	right: 1px;
	bottom: -38px;
	cursor: se-resize;
}